dependabot / dependabot-core

🤖 Dependabot's core logic for creating update PRs.
https://docs.github.com/en/code-security/dependabot
MIT License
4.74k stars 1.03k forks source link

NuGet `update_not_possible` for group update #10834

Open rhyskoedijk opened 1 month ago

rhyskoedijk commented 1 month ago

Is there an existing issue for this?

This is similar to #10744, but different in that it is not related to dependency conflicts. Original issue was reported in https://github.com/tinglesoftware/dependabot-azure-devops/issues/1422.

Package ecosystem

NuGet

Package manager version

No response

Language version

No response

Manifest location and content before the Dependabot update

<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFrameworks>net8.0</TargetFrameworks>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
    <PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
  </ItemGroup>
</Project>

dependabot.yml content

version: 2
updates:
  - package-ecosystem: 'nuget'
    directory: '/'
    groups:
       microsoft:
         patterns:
         - "Microsoft.*"

Updated dependency

What you expected to see, versus what you actually saw

I expect the a pull request with three dependency updates; no errors.

<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFrameworks>net8.0</TargetFrameworks>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
    <PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
  </ItemGroup>
</Project>

What I actually see is a pull request with three dependency updates, but also an update_not_possible error that causes the update to fail. Because of the error, Dependabot does not output create_pull_request.

updater | +------------------------------------------------------------------------------------------------------------------------------------+
updater | |                                                Changes to Dependabot Pull Requests                                                 |
updater | +---------+--------------------------------------------------------------------------------------------------------------------------+
updater | | created | Microsoft.Extensions.DependencyInjection ( from 8.0.0 to 8.0.1 ), Microsoft.Extensions.Logging ( from 8.0.0 to 8.0.1 ... |
updater | +---------+--------------------------------------------------------------------------------------------------------------------------+
updater | Dependabot encountered '1' error(s) during execution, please check the logs for more details.
updater | +-----------------------------------------------------------------+
updater | |                  Dependencies failed to update                  |
updater | +-------------------------------------------+---------------------+
updater | | Microsoft.Extensions.Logging.Abstractions | update_not_possible |
updater | +-------------------------------------------+---------------------+

I made a change to Dependabot CLI so that it would output the create_pull_request info in https://github.com/dependabot/cli/pull/376 and what I can see is that it is actually creating the pull request with the expected dependency updates, it just also throws this error; Despite what the error says, Microsoft.Extensions.Logging.Abstractions is actually updated.

Native package manager behavior

No response

Images of the diff or a link to the PR, issue, or logs

Dependabot CLI log output ```log cli | 2024/10/23 04:10:32 using image ghcr.io/github/dependabot-update-job-proxy/dependabot-update-job-proxy:latest at sha256:0de659464ede645b8ad3e689bc0296417015a213ed5b907e35521dcb33d3ddd0 cli | 2024/10/23 04:10:32 using image ghcr.io/dependabot/dependabot-updater-nuget at sha256:e1d69d72d3ddf08bf69f5be7248d43a738b7f9287f8b82edab7361fe6883e22a proxy | 2024/10/23 04:10:33 proxy starting, commit: 4b205854d854b9a07b006f95f5298bd47cab74af proxy | 2024/10/23 04:10:33 GitHubAPIHandler has no app access tokens proxy | 2024/10/23 04:10:33 Listening (:1080) updater | Updating certificates in /etc/ssl/certs... updater | rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL updater | 1 added, 0 removed; done. updater | Running hooks in /etc/ca-certificates/update.d... updater | done. updater | NuGet native updater experiment value: null updater | 2024/10/23 04:10:36 INFO Starting job processing updater | 2024/10/23 04:10:36 INFO Job definition: {"job":{"package-manager":"nuget","allowed-updates":[{"update-type":"all"}],"debug":false,"dependency-groups":[{"name":"microsoft","rules":{"patterns":["Microsoft.*"]}}],"dependencies":null,"dependency-group-to-refresh":null,"existing-pull-requests":[],"existing-group-pull-requests":[],"experiments":null,"ignore-conditions":[],"lockfile-only":false,"requirements-update-strategy":null,"security-advisories":[],"security-updates-only":false,"source":{"provider":"github","repo":"rhyskoedijk/dependabot-test-nuget-update-not-possible","directory":"/","hostname":null,"api-endpoint":null},"update-subdependencies":false,"updating-a-pull-request":false,"vendor-dependencies":false,"reject-external-code":false,"repo-private":false,"commit-message-options":null,"credentials-metadata":[],"max-updater-run-time":0}} proxy | 2024/10/23 04:10:36 [002] GET https://github.com:443/rhyskoedijk/dependabot-test-nuget-update-not-possible/info/refs?service=git-upload-pack proxy | 2024/10/23 04:10:36 [002] 200 https://github.com:443/rhyskoedijk/dependabot-test-nuget-update-not-possible/info/refs?service=git-upload-pack proxy | 2024/10/23 04:10:36 [004] POST https://github.com:443/rhyskoedijk/dependabot-test-nuget-update-not-possible/git-upload-pack proxy | 2024/10/23 04:10:37 [004] 200 https://github.com:443/rhyskoedijk/dependabot-test-nuget-update-not-possible/git-upload-pack proxy | 2024/10/23 04:10:37 [006] POST https://github.com:443/rhyskoedijk/dependabot-test-nuget-update-not-possible/git-upload-pack proxy | 2024/10/23 04:10:37 [006] 200 https://github.com:443/rhyskoedijk/dependabot-test-nuget-update-not-possible/git-upload-pack updater | 2024/10/23 04:10:37 INFO Base commit SHA: 28d9392e15e714ed5715fe538a13555fa082fe87 updater | 2024/10/23 04:10:37 INFO Finished job processing updater | NuGet native updater experiment value: null updater | 2024/10/23 04:10:39 INFO Starting job processing updater | running NuGet discovery: updater | /opt/nuget/NuGetUpdater/NuGetUpdater.Cli discover --repo-root /home/dependabot/dependabot-updater/repo --workspace / --output /tmp/.dependabot/discovery.1.json proxy | 2024/10/23 04:10:40 [008] GET https://api.nuget.org:443/v3/index.json proxy | 2024/10/23 04:10:40 [008] 200 https://api.nuget.org:443/v3/index.json proxy | 2024/10/23 04:10:40 [024] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.android.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:40 [025] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.emscripten.current.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:40 [026] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.emscripten.net8.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:40 [027] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.ios.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:40 [028] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.mono.toolchain.current.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:40 [029] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.emscripten.net6.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:40 [030] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.mono.toolchain.net7.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:40 [031] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.tvos.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:40 [032] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.emscripten.net7.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:40 [033] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.aspire.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:40 [034] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.maui.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:40 [035] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.maccatalyst.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:40 [036] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.macos.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:40 [037] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.mono.toolchain.net6.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:40 [038] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.mono.toolchain.net8.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:40 [040] GET https://api.nuget.org:443/v3-index/repository-signatures/5.0.0/index.json proxy | 2024/10/23 04:10:41 [040] 200 https://api.nuget.org:443/v3-index/repository-signatures/5.0.0/index.json proxy | 2024/10/23 04:10:41 [042] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection/index.json proxy | 2024/10/23 04:10:41 [024] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.android.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [026] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.emscripten.net8.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [028] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.mono.toolchain.current.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [034] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.maui.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [032] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.emscripten.net7.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [038] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.mono.toolchain.net8.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [035] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.maccatalyst.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [030] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.mono.toolchain.net7.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [031] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.tvos.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [029] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.emscripten.net6.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [033] 404 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.aspire.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [025] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.emscripten.current.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [037] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.mono.toolchain.net6.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [036] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.macos.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [042] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection/index.json proxy | 2024/10/23 04:10:41 [044] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection/8.0.0/microsoft.extensions.dependencyinjection.8.0.0.nupkg proxy | 2024/10/23 04:10:41 [044] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection/8.0.0/microsoft.extensions.dependencyinjection.8.0.0.nupkg proxy | 2024/10/23 04:10:41 [046] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging/index.json proxy | 2024/10/23 04:10:41 [046] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging/index.json proxy | 2024/10/23 04:10:41 [048] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging/8.0.0/microsoft.extensions.logging.8.0.0.nupkg proxy | 2024/10/23 04:10:41 [048] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging/8.0.0/microsoft.extensions.logging.8.0.0.nupkg proxy | 2024/10/23 04:10:41 [027] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.ios.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [050] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging.abstractions/index.json proxy | 2024/10/23 04:10:41 [053] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.android.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [053] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.android.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [059] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.ios.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [059] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.ios.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [063] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.macos.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [063] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.macos.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [064] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.maccatalyst.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [064] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.maccatalyst.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [066] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.maui.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [066] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.maui.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [069] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.mono.toolchain.current.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [069] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.mono.toolchain.current.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [070] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.tvos.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [070] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.tvos.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [072] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.emscripten.current.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [073] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.emscripten.net7.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [073] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.emscripten.net7.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [072] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.emscripten.current.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [076] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.emscripten.net8.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [071] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.emscripten.net6.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [071] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.emscripten.net6.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [076] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.emscripten.net8.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [077] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.mono.toolchain.net7.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [077] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.mono.toolchain.net7.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [078] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.mono.toolchain.net6.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [078] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.mono.toolchain.net6.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [080] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.aspire.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [080] 404 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.aspire.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [079] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.mono.toolchain.net8.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [079] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.workload.mono.toolchain.net8.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [082] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.aspire.manifest-8.0.100/index.json proxy | 2024/10/23 04:10:41 [093] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.maccatalyst.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [094] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.emscripten.current.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [098] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.macos.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [100] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.emscripten.net7.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [101] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.tvos.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [102] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.maui.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [103] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.emscripten.net8.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [104] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.mono.toolchain.current.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [105] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.ios.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [106] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.android.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [107] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.mono.toolchain.net8.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [108] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.mono.toolchain.net7.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [109] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.mono.toolchain.net6.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:41 [110] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.emscripten.net6.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:42 [050] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging.abstractions/index.json proxy | 2024/10/23 04:10:42 [112] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging.abstractions/8.0.1/microsoft.extensions.logging.abstractions.8.0.1.nupkg proxy | 2024/10/23 04:10:42 [082] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.net.sdk.aspire.manifest-8.0.100/index.json proxy | 2024/10/23 04:10:42 [114] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.aspire.manifest-8.0.100/index.json proxy | 2024/10/23 04:10:42 [112] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging.abstractions/8.0.1/microsoft.extensions.logging.abstractions.8.0.1.nupkg proxy | 2024/10/23 04:10:42 [098] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.macos.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:42 [103] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.emscripten.net8.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:42 [100] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.emscripten.net7.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:42 [106] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.android.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:42 [101] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.tvos.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:42 [105] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.ios.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:42 [110] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.emscripten.net6.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:42 [108] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.mono.toolchain.net7.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:42 [116] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/index.json proxy | 2024/10/23 04:10:42 [102] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.maui.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:42 [125] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.android.manifest-9.0.100-rc.1/35.0.0-rc.1.80/microsoft.net.sdk.android.manifest-9.0.100-rc.1.35.0.0-rc.1.80.nupkg proxy | 2024/10/23 04:10:42 [127] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.ios.manifest-9.0.100-rc.1/17.5.9270-net9-rc1/microsoft.net.sdk.ios.manifest-9.0.100-rc.1.17.5.9270-net9-rc1.nupkg proxy | 2024/10/23 04:10:42 [128] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.emscripten.net7.manifest-9.0.100-rc.1/9.0.0-rc.1.24430.3/microsoft.net.workload.emscripten.net7.manifest-9.0.100-rc.1.9.0.0-rc.1.24430.3.nupkg proxy | 2024/10/23 04:10:42 [129] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.emscripten.net6.manifest-9.0.100-rc.1/9.0.0-rc.1.24430.3/microsoft.net.workload.emscripten.net6.manifest-9.0.100-rc.1.9.0.0-rc.1.24430.3.nupkg proxy | 2024/10/23 04:10:42 [130] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.emscripten.net8.manifest-9.0.100-rc.1/9.0.0-rc.1.24430.3/microsoft.net.workload.emscripten.net8.manifest-9.0.100-rc.1.9.0.0-rc.1.24430.3.nupkg proxy | 2024/10/23 04:10:42 [131] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.mono.toolchain.net7.manifest-9.0.100-rc.1/9.0.0-rc.1.24431.7/microsoft.net.workload.mono.toolchain.net7.manifest-9.0.100-rc.1.9.0.0-rc.1.24431.7.nupkg proxy | 2024/10/23 04:10:42 [132] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.macos.manifest-9.0.100-rc.1/14.5.9270-net9-rc1/microsoft.net.sdk.macos.manifest-9.0.100-rc.1.14.5.9270-net9-rc1.nupkg proxy | 2024/10/23 04:10:42 [133] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.tvos.manifest-9.0.100-rc.1/17.5.9270-net9-rc1/microsoft.net.sdk.tvos.manifest-9.0.100-rc.1.17.5.9270-net9-rc1.nupkg proxy | 2024/10/23 04:10:42 [107] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.mono.toolchain.net8.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:42 [134] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.maui.manifest-9.0.100-rc.1/9.0.0-rc.1.24453.9/microsoft.net.sdk.maui.manifest-9.0.100-rc.1.9.0.0-rc.1.24453.9.nupkg proxy | 2024/10/23 04:10:42 [109] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.mono.toolchain.net6.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:42 [136] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.mono.toolchain.net8.manifest-9.0.100-rc.1/9.0.0-rc.1.24431.7/microsoft.net.workload.mono.toolchain.net8.manifest-9.0.100-rc.1.9.0.0-rc.1.24431.7.nupkg proxy | 2024/10/23 04:10:42 [138] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.mono.toolchain.net6.manifest-9.0.100-rc.1/9.0.0-rc.1.24431.7/microsoft.net.workload.mono.toolchain.net6.manifest-9.0.100-rc.1.9.0.0-rc.1.24431.7.nupkg proxy | 2024/10/23 04:10:42 [125] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.android.manifest-9.0.100-rc.1/35.0.0-rc.1.80/microsoft.net.sdk.android.manifest-9.0.100-rc.1.35.0.0-rc.1.80.nupkg proxy | 2024/10/23 04:10:42 [128] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.emscripten.net7.manifest-9.0.100-rc.1/9.0.0-rc.1.24430.3/microsoft.net.workload.emscripten.net7.manifest-9.0.100-rc.1.9.0.0-rc.1.24430.3.nupkg proxy | 2024/10/23 04:10:42 [127] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.ios.manifest-9.0.100-rc.1/17.5.9270-net9-rc1/microsoft.net.sdk.ios.manifest-9.0.100-rc.1.17.5.9270-net9-rc1.nupkg proxy | 2024/10/23 04:10:42 [129] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.emscripten.net6.manifest-9.0.100-rc.1/9.0.0-rc.1.24430.3/microsoft.net.workload.emscripten.net6.manifest-9.0.100-rc.1.9.0.0-rc.1.24430.3.nupkg proxy | 2024/10/23 04:10:42 [130] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.emscripten.net8.manifest-9.0.100-rc.1/9.0.0-rc.1.24430.3/microsoft.net.workload.emscripten.net8.manifest-9.0.100-rc.1.9.0.0-rc.1.24430.3.nupkg proxy | 2024/10/23 04:10:42 [131] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.mono.toolchain.net7.manifest-9.0.100-rc.1/9.0.0-rc.1.24431.7/microsoft.net.workload.mono.toolchain.net7.manifest-9.0.100-rc.1.9.0.0-rc.1.24431.7.nupkg proxy | 2024/10/23 04:10:42 [132] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.macos.manifest-9.0.100-rc.1/14.5.9270-net9-rc1/microsoft.net.sdk.macos.manifest-9.0.100-rc.1.14.5.9270-net9-rc1.nupkg proxy | 2024/10/23 04:10:42 [133] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.tvos.manifest-9.0.100-rc.1/17.5.9270-net9-rc1/microsoft.net.sdk.tvos.manifest-9.0.100-rc.1.17.5.9270-net9-rc1.nupkg proxy | 2024/10/23 04:10:42 [114] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.aspire.manifest-8.0.100/index.json proxy | 2024/10/23 04:10:42 [134] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.maui.manifest-9.0.100-rc.1/9.0.0-rc.1.24453.9/microsoft.net.sdk.maui.manifest-9.0.100-rc.1.9.0.0-rc.1.24453.9.nupkg proxy | 2024/10/23 04:10:42 [140] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.aspire.manifest-8.0.100/8.2.1/microsoft.net.sdk.aspire.manifest-8.0.100.8.2.1.nupkg proxy | 2024/10/23 04:10:42 [136] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.mono.toolchain.net8.manifest-9.0.100-rc.1/9.0.0-rc.1.24431.7/microsoft.net.workload.mono.toolchain.net8.manifest-9.0.100-rc.1.9.0.0-rc.1.24431.7.nupkg proxy | 2024/10/23 04:10:42 [138] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.mono.toolchain.net6.manifest-9.0.100-rc.1/9.0.0-rc.1.24431.7/microsoft.net.workload.mono.toolchain.net6.manifest-9.0.100-rc.1.9.0.0-rc.1.24431.7.nupkg proxy | 2024/10/23 04:10:42 [140] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.aspire.manifest-8.0.100/8.2.1/microsoft.net.sdk.aspire.manifest-8.0.100.8.2.1.nupkg proxy | 2024/10/23 04:10:42 [116] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/index.json proxy | 2024/10/23 04:10:42 [142] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/8.0.0/microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg proxy | 2024/10/23 04:10:42 [142] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/8.0.0/microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg proxy | 2024/10/23 04:10:42 [144] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.options/index.json proxy | 2024/10/23 04:10:42 [094] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.emscripten.current.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:42 [146] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.emscripten.current.manifest-9.0.100-rc.1/9.0.0-rc.1.24430.3/microsoft.net.workload.emscripten.current.manifest-9.0.100-rc.1.9.0.0-rc.1.24430.3.nupkg proxy | 2024/10/23 04:10:42 [093] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.maccatalyst.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:42 [148] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.maccatalyst.manifest-9.0.100-rc.1/17.5.9270-net9-rc1/microsoft.net.sdk.maccatalyst.manifest-9.0.100-rc.1.17.5.9270-net9-rc1.nupkg proxy | 2024/10/23 04:10:42 [144] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.options/index.json proxy | 2024/10/23 04:10:42 [150] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.options/8.0.0/microsoft.extensions.options.8.0.0.nupkg proxy | 2024/10/23 04:10:42 [146] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.emscripten.current.manifest-9.0.100-rc.1/9.0.0-rc.1.24430.3/microsoft.net.workload.emscripten.current.manifest-9.0.100-rc.1.9.0.0-rc.1.24430.3.nupkg proxy | 2024/10/23 04:10:42 [104] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.mono.toolchain.current.manifest-9.0.100-rc.1/index.json proxy | 2024/10/23 04:10:42 [148] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.sdk.maccatalyst.manifest-9.0.100-rc.1/17.5.9270-net9-rc1/microsoft.net.sdk.maccatalyst.manifest-9.0.100-rc.1.17.5.9270-net9-rc1.nupkg proxy | 2024/10/23 04:10:42 [152] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.mono.toolchain.current.manifest-9.0.100-rc.1/9.0.0-rc.1.24431.7/microsoft.net.workload.mono.toolchain.current.manifest-9.0.100-rc.1.9.0.0-rc.1.24431.7.nupkg proxy | 2024/10/23 04:10:42 [150] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.options/8.0.0/microsoft.extensions.options.8.0.0.nupkg proxy | 2024/10/23 04:10:42 [152] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.net.workload.mono.toolchain.current.manifest-9.0.100-rc.1/9.0.0-rc.1.24431.7/microsoft.net.workload.mono.toolchain.current.manifest-9.0.100-rc.1.9.0.0-rc.1.24431.7.nupkg proxy | 2024/10/23 04:10:42 [154] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/8.0.1/microsoft.extensions.dependencyinjection.abstractions.8.0.1.nupkg proxy | 2024/10/23 04:10:42 [154] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/8.0.1/microsoft.extensions.dependencyinjection.abstractions.8.0.1.nupkg proxy | 2024/10/23 04:10:43 [156] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.primitives/index.json proxy | 2024/10/23 04:10:43 [156] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.primitives/index.json proxy | 2024/10/23 04:10:43 [158] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.primitives/8.0.0/microsoft.extensions.primitives.8.0.0.nupkg proxy | 2024/10/23 04:10:43 [158] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.primitives/8.0.0/microsoft.extensions.primitives.8.0.0.nupkg proxy | 2024/10/23 04:10:43 [160] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.windowsdesktop.app.ref/index.json proxy | 2024/10/23 04:10:43 [160] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.windowsdesktop.app.ref/index.json proxy | 2024/10/23 04:10:43 [162] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.windowsdesktop.app.ref/8.0.8/microsoft.windowsdesktop.app.ref.8.0.8.nupkg proxy | 2024/10/23 04:10:43 [162] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.windowsdesktop.app.ref/8.0.8/microsoft.windowsdesktop.app.ref.8.0.8.nupkg proxy | 2024/10/23 04:10:44 [164] GET https://api.nuget.org:443/v3/vulnerabilities/index.json proxy | 2024/10/23 04:10:44 [164] 200 https://api.nuget.org:443/v3/vulnerabilities/index.json proxy | 2024/10/23 04:10:44 [167] GET https://api.nuget.org:443/v3-vulnerabilities/2024.10.22.05.43.13/vulnerability.base.json proxy | 2024/10/23 04:10:44 [168] GET https://api.nuget.org:443/v3-vulnerabilities/2024.10.22.05.43.13/2024.10.22.17.43.14/vulnerability.update.json proxy | 2024/10/23 04:10:44 [167] 200 https://api.nuget.org:443/v3-vulnerabilities/2024.10.22.05.43.13/vulnerability.base.json proxy | 2024/10/23 04:10:44 [168] 200 https://api.nuget.org:443/v3-vulnerabilities/2024.10.22.05.43.13/2024.10.22.17.43.14/vulnerability.update.json updater | Discovering build files in workspace [/home/dependabot/dependabot-updater/repo]. updater | No dotnet-tools.json file found. updater | No global.json file found. updater | Discovering projects beneath [.]. updater | No packages.config file found. updater | Central Package Management is not enabled. updater | Discovery complete. updater | 2024/10/23 04:10:44 INFO Discovery JSON content: { updater | "Path": "", updater | "IsSuccess": true, updater | "Projects": [ updater | { updater | "FilePath": "Project.csproj", updater | "Dependencies": [ updater | { updater | "Name": "Microsoft.Extensions.DependencyInjection", updater | "Version": "8.0.0", updater | "Type": "PackageReference", updater | "EvaluationResult": { updater | "ResultType": "Success", updater | "OriginalValue": "8.0.0", updater | "EvaluatedValue": "8.0.0", updater | "RootPropertyName": null, updater | "ErrorMessage": null updater | }, updater | "TargetFrameworks": [ updater | "net8.0" updater | ], updater | "IsDevDependency": false, updater | "IsDirect": true, updater | "IsTransitive": false, updater | "IsOverride": false, updater | "IsUpdate": false, updater | "InfoUrl": null updater | }, updater | { updater | "Name": "Microsoft.Extensions.DependencyInjection.Abstractions", updater | "Version": "8.0.1", updater | "Type": "Unknown", updater | "EvaluationResult": null, updater | "TargetFrameworks": [ updater | "net8.0" updater | ], updater | "IsDevDependency": false, updater | "IsDirect": false, updater | "IsTransitive": true, updater | "IsOverride": false, updater | "IsUpdate": false, updater | "InfoUrl": null updater | }, updater | { updater | "Name": "Microsoft.Extensions.Logging", updater | "Version": "8.0.0", updater | "Type": "PackageReference", updater | "EvaluationResult": { updater | "ResultType": "Success", updater | "OriginalValue": "8.0.0", updater | "EvaluatedValue": "8.0.0", updater | "RootPropertyName": null, updater | "ErrorMessage": null updater | }, updater | "TargetFrameworks": [ updater | "net8.0" updater | ], updater | "IsDevDependency": false, updater | "IsDirect": true, updater | "IsTransitive": false, updater | "IsOverride": false, updater | "IsUpdate": false, updater | "InfoUrl": null updater | }, updater | { updater | "Name": "Microsoft.Extensions.Logging.Abstractions", updater | "Version": "8.0.1", updater | "Type": "PackageReference", updater | "EvaluationResult": { updater | "ResultType": "Success", updater | "OriginalValue": "8.0.1", updater | "EvaluatedValue": "8.0.1", updater | "RootPropertyName": null, updater | "ErrorMessage": null updater | }, updater | "TargetFrameworks": [ updater | "net8.0" updater | ], updater | "IsDevDependency": false, updater | "IsDirect": true, updater | "IsTransitive": false, updater | "IsOverride": false, updater | "IsUpdate": false, updater | "InfoUrl": null updater | }, updater | { updater | "Name": "Microsoft.Extensions.Options", updater | "Version": "8.0.0", updater | "Type": "Unknown", updater | "EvaluationResult": null, updater | "TargetFrameworks": [ updater | "net8.0" updater | ], updater | "IsDevDependency": false, updater | "IsDirect": false, updater | "IsTransitive": true, updater | "IsOverride": false, updater | "IsUpdate": false, updater | "InfoUrl": null updater | }, updater | { updater | "Name": "Microsoft.Extensions.Primitives", updater | "Version": "8.0.0", updater | "Type": "Unknown", updater | "EvaluationResult": null, updater | "TargetFrameworks": [ updater | "net8.0" updater | ], updater | "IsDevDependency": false, updater | "IsDirect": false, updater | "IsTransitive": true, updater | "IsOverride": false, updater | "IsUpdate": false, updater | "InfoUrl": null updater | }, updater | { updater | "Name": "Microsoft.NET.Sdk", updater | "Version": null, updater | "Type": "MSBuildSdk", updater | "EvaluationResult": null, updater | "TargetFrameworks": null, updater | "IsDevDependency": false, updater | "IsDirect": false, updater | "IsTransitive": false, updater | "IsOverride": false, updater | "IsUpdate": false, updater | "InfoUrl": null updater | } updater | ], updater | "IsSuccess": true, updater | "Properties": [ updater | { updater | "Name": "TargetFrameworks", updater | "Value": "net8.0", updater | "SourceFilePath": "Project.csproj" updater | } updater | ], updater | "TargetFrameworks": [ updater | "net8.0" updater | ], updater | "ReferencedProjectPaths": [] updater | } updater | ], updater | "DirectoryPackagesProps": null, updater | "GlobalJson": null, updater | "DotNetToolsJson": null, updater | "ErrorType": null, updater | "ErrorDetails": null updater | } proxy | 2024/10/23 04:10:44 [169] POST http://host.docker.internal:40181/update_jobs/cli/update_dependency_list {"data":{"dependencies":[{"name":"Microsoft.Extensions.DependencyInjection","requirements":[{"file":"/Project.csproj","groups":["dependencies"],"requirement":"8.0.0","source":null}],"version":"8.0.0"},{"name":"Microsoft.Extensions.DependencyInjection.Abstractions","requirements":[],"version":"8.0.1"},{"name":"Microsoft.Extensions.Logging","requirements":[{"file":"/Project.csproj","groups":["dependencies"],"requirement":"8.0.0","source":null}],"version":"8.0.0"},{"name":"Microsoft.Extensions.Logging.Abstractions","requirements":[{"file":"/Project.csproj","groups":["dependencies"],"requirement":"8.0.1","source":null}],"version":"8.0.1"},{"name":"Microsoft.Extensions.Options","requirements":[],"version":"8.0.0"},{"name":"Microsoft.Extensions.Primitives","requirements":[],"version":"8.0.0"}],"dependency_files":["/Project.csproj"]},"type":"update_dependency_list"} proxy | 2024/10/23 04:10:44 [169] 200 http://host.docker.internal:40181/update_jobs/cli/update_dependency_list proxy | 2024/10/23 04:10:44 [170] POST http://host.docker.internal:40181/update_jobs/cli/increment_metric {"data":{"metric":"updater.started","tags":{"operation":"group_update_all_versions"}},"type":"increment_metric"} proxy | 2024/10/23 04:10:44 [170] 200 http://host.docker.internal:40181/update_jobs/cli/increment_metric updater | 2024/10/23 04:10:44 INFO Starting grouped update job for rhyskoedijk/dependabot-test-nuget-update-not-possible updater | 2024/10/23 04:10:44 INFO Found 1 group(s). updater | 2024/10/23 04:10:44 INFO Starting update group for 'microsoft' updater | 2024/10/23 04:10:44 INFO Updating the / directory. updater | 2024/10/23 04:10:44 INFO Checking if Microsoft.Extensions.DependencyInjection 8.0.0 needs updating proxy | 2024/10/23 04:10:44 [172] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.extensions.dependencyinjection/index.json proxy | 2024/10/23 04:10:45 [172] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.extensions.dependencyinjection/index.json updater | 2024/10/23 04:10:45 INFO Filtered out 70 pre-release versions proxy | 2024/10/23 04:10:45 [174] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection/8.0.0/microsoft.extensions.dependencyinjection.nuspec proxy | 2024/10/23 04:10:45 [174] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection/8.0.0/microsoft.extensions.dependencyinjection.nuspec updater | 2024/10/23 04:10:45 INFO Latest version is 8.0.1 updater | 2024/10/23 04:10:45 INFO Requirements to unlock all updater | 2024/10/23 04:10:45 INFO Requirements update strategy updater | Finding updated dependencies for Microsoft.Extensions.DependencyInjection. proxy | 2024/10/23 04:10:45 [176] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection/8.0.1/microsoft.extensions.dependencyinjection.nuspec proxy | 2024/10/23 04:10:45 [176] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection/8.0.1/microsoft.extensions.dependencyinjection.nuspec proxy | 2024/10/23 04:10:45 [178] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.bcl.asyncinterfaces/8.0.0/microsoft.bcl.asyncinterfaces.nuspec proxy | 2024/10/23 04:10:45 [178] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.bcl.asyncinterfaces/8.0.0/microsoft.bcl.asyncinterfaces.nuspec proxy | 2024/10/23 04:10:45 [180] GET https://api.nuget.org:443/v3-flatcontainer/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.nuspec proxy | 2024/10/23 04:10:45 [180] 200 https://api.nuget.org:443/v3-flatcontainer/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.nuspec proxy | 2024/10/23 04:10:45 [182] GET https://api.nuget.org:443/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.5.3/system.runtime.compilerservices.unsafe.nuspec proxy | 2024/10/23 04:10:45 [182] 200 https://api.nuget.org:443/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.5.3/system.runtime.compilerservices.unsafe.nuspec proxy | 2024/10/23 04:10:46 [184] GET https://api.nuget.org:443/v3-flatcontainer/system.runtime/4.3.0/system.runtime.nuspec proxy | 2024/10/23 04:10:46 [184] 200 https://api.nuget.org:443/v3-flatcontainer/system.runtime/4.3.0/system.runtime.nuspec proxy | 2024/10/23 04:10:46 [186] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.nuspec proxy | 2024/10/23 04:10:46 [186] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.nuspec proxy | 2024/10/23 04:10:46 [188] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.nuspec proxy | 2024/10/23 04:10:46 [188] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.nuspec proxy | 2024/10/23 04:10:46 [190] GET https://api.nuget.org:443/v3-flatcontainer/system.collections/4.3.0/system.collections.nuspec proxy | 2024/10/23 04:10:46 [190] 200 https://api.nuget.org:443/v3-flatcontainer/system.collections/4.3.0/system.collections.nuspec proxy | 2024/10/23 04:10:46 [192] GET https://api.nuget.org:443/v3-flatcontainer/system.threading.tasks/4.3.0/system.threading.tasks.nuspec proxy | 2024/10/23 04:10:46 [192] 200 https://api.nuget.org:443/v3-flatcontainer/system.threading.tasks/4.3.0/system.threading.tasks.nuspec proxy | 2024/10/23 04:10:46 [194] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/8.0.2/microsoft.extensions.dependencyinjection.abstractions.nuspec proxy | 2024/10/23 04:10:46 [194] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/8.0.2/microsoft.extensions.dependencyinjection.abstractions.nuspec updater | 2024/10/23 04:10:46 INFO Updating Microsoft.Extensions.DependencyInjection from 8.0.0 to 8.0.1 updater | running NuGet updater: updater | /opt/nuget/NuGetUpdater/NuGetUpdater.Cli update --repo-root /home/dependabot/dependabot-updater/repo --solution-or-project /home/dependabot/dependabot-updater/repo/Project.csproj --dependency Microsoft.Extensions.DependencyInjection --new-version 8.0.1 --previous-version 8.0.0 --result-output-path /tmp/update-result.json proxy | 2024/10/23 04:10:49 [196] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection/8.0.1/microsoft.extensions.dependencyinjection.8.0.1.nupkg proxy | 2024/10/23 04:10:49 [196] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection/8.0.1/microsoft.extensions.dependencyinjection.8.0.1.nupkg proxy | 2024/10/23 04:10:49 [198] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/8.0.2/microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg proxy | 2024/10/23 04:10:49 [198] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/8.0.2/microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg proxy | 2024/10/23 04:10:51 [200] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.extensions.dependencyinjection/index.json proxy | 2024/10/23 04:10:52 [200] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.extensions.dependencyinjection/index.json proxy | 2024/10/23 04:10:52 [202] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.extensions.logging/index.json proxy | 2024/10/23 04:10:52 [202] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.extensions.logging/index.json proxy | 2024/10/23 04:10:53 [204] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.extensions.logging.abstractions/index.json proxy | 2024/10/23 04:10:53 [204] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.extensions.logging.abstractions/index.json proxy | 2024/10/23 04:10:53 [206] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.extensions.logging.abstractions/page/3.1.24/9.0.0-preview.5.24306.7.json proxy | 2024/10/23 04:10:54 [206] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.extensions.logging.abstractions/page/3.1.24/9.0.0-preview.5.24306.7.json updater | No dotnet-tools.json file found. updater | No global.json file found. updater | Running for project file [Project.csproj] updater | Updating project [/home/dependabot/dependabot-updater/repo/Project.csproj] updater | Running for SDK-style project updater | Found incorrect [PackageReference] version attribute in [Project.csproj]. updater | Saved [Project.csproj]. updater | Update complete. updater | Writing update result to [/tmp/update-result.json]. updater | 2024/10/23 04:10:57 INFO update result: { updater | "ErrorType": null, updater | "ErrorDetails": null updater | } updater | The contents of file [Project.csproj] were updated. updater | 2024/10/23 04:10:57 INFO Checking if Microsoft.Extensions.DependencyInjection.Abstractions 8.0.1 needs updating updater | 2024/10/23 04:10:57 INFO Latest version is 8.0.1 updater | 2024/10/23 04:10:57 INFO No update needed for Microsoft.Extensions.DependencyInjection.Abstractions 8.0.1 updater | 2024/10/23 04:10:57 INFO Checking if Microsoft.Extensions.Logging 8.0.0 needs updating proxy | 2024/10/23 04:10:57 [208] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.extensions.logging/index.json proxy | 2024/10/23 04:10:58 [208] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.extensions.logging/index.json updater | 2024/10/23 04:10:58 INFO Filtered out 70 pre-release versions proxy | 2024/10/23 04:10:58 [210] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging/8.0.0/microsoft.extensions.logging.nuspec proxy | 2024/10/23 04:10:58 [210] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging/8.0.0/microsoft.extensions.logging.nuspec updater | 2024/10/23 04:10:58 INFO Latest version is 8.0.1 updater | 2024/10/23 04:10:58 INFO Requirements to unlock all updater | 2024/10/23 04:10:58 INFO Requirements update strategy updater | Finding updated dependencies for Microsoft.Extensions.Logging. proxy | 2024/10/23 04:10:58 [212] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging/8.0.1/microsoft.extensions.logging.nuspec proxy | 2024/10/23 04:10:58 [212] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging/8.0.1/microsoft.extensions.logging.nuspec proxy | 2024/10/23 04:10:58 [214] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging.abstractions/8.0.2/microsoft.extensions.logging.abstractions.nuspec proxy | 2024/10/23 04:10:58 [214] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging.abstractions/8.0.2/microsoft.extensions.logging.abstractions.nuspec proxy | 2024/10/23 04:10:59 [216] GET https://api.nuget.org:443/v3-flatcontainer/system.diagnostics.diagnosticsource/8.0.1/system.diagnostics.diagnosticsource.nuspec proxy | 2024/10/23 04:10:59 [216] 200 https://api.nuget.org:443/v3-flatcontainer/system.diagnostics.diagnosticsource/8.0.1/system.diagnostics.diagnosticsource.nuspec proxy | 2024/10/23 04:10:59 [218] GET https://api.nuget.org:443/v3-flatcontainer/system.memory/4.5.5/system.memory.nuspec proxy | 2024/10/23 04:10:59 [218] 200 https://api.nuget.org:443/v3-flatcontainer/system.memory/4.5.5/system.memory.nuspec proxy | 2024/10/23 04:10:59 [220] GET https://api.nuget.org:443/v3-flatcontainer/system.buffers/4.5.1/system.buffers.nuspec proxy | 2024/10/23 04:10:59 [220] 200 https://api.nuget.org:443/v3-flatcontainer/system.buffers/4.5.1/system.buffers.nuspec proxy | 2024/10/23 04:10:59 [222] GET https://api.nuget.org:443/v3-flatcontainer/system.numerics.vectors/4.5.0/system.numerics.vectors.nuspec proxy | 2024/10/23 04:10:59 [222] 200 https://api.nuget.org:443/v3-flatcontainer/system.numerics.vectors/4.5.0/system.numerics.vectors.nuspec proxy | 2024/10/23 04:10:59 [224] GET https://api.nuget.org:443/v3-flatcontainer/netstandard.library/1.6.1/netstandard.library.nuspec proxy | 2024/10/23 04:10:59 [224] 200 https://api.nuget.org:443/v3-flatcontainer/netstandard.library/1.6.1/netstandard.library.nuspec proxy | 2024/10/23 04:10:59 [226] GET https://api.nuget.org:443/v3-flatcontainer/system.diagnostics.debug/4.3.0/system.diagnostics.debug.nuspec proxy | 2024/10/23 04:10:59 [226] 200 https://api.nuget.org:443/v3-flatcontainer/system.diagnostics.debug/4.3.0/system.diagnostics.debug.nuspec proxy | 2024/10/23 04:10:59 [228] GET https://api.nuget.org:443/v3-flatcontainer/system.diagnostics.tools/4.3.0/system.diagnostics.tools.nuspec proxy | 2024/10/23 04:10:59 [228] 200 https://api.nuget.org:443/v3-flatcontainer/system.diagnostics.tools/4.3.0/system.diagnostics.tools.nuspec proxy | 2024/10/23 04:11:00 [230] GET https://api.nuget.org:443/v3-flatcontainer/system.globalization/4.3.0/system.globalization.nuspec proxy | 2024/10/23 04:11:00 [230] 200 https://api.nuget.org:443/v3-flatcontainer/system.globalization/4.3.0/system.globalization.nuspec proxy | 2024/10/23 04:11:00 [232] GET https://api.nuget.org:443/v3-flatcontainer/system.io/4.3.0/system.io.nuspec proxy | 2024/10/23 04:11:00 [232] 200 https://api.nuget.org:443/v3-flatcontainer/system.io/4.3.0/system.io.nuspec proxy | 2024/10/23 04:11:00 [234] GET https://api.nuget.org:443/v3-flatcontainer/system.text.encoding/4.3.0/system.text.encoding.nuspec proxy | 2024/10/23 04:11:00 [234] 200 https://api.nuget.org:443/v3-flatcontainer/system.text.encoding/4.3.0/system.text.encoding.nuspec proxy | 2024/10/23 04:11:00 [236] GET https://api.nuget.org:443/v3-flatcontainer/system.linq/4.3.0/system.linq.nuspec proxy | 2024/10/23 04:11:00 [236] 200 https://api.nuget.org:443/v3-flatcontainer/system.linq/4.3.0/system.linq.nuspec proxy | 2024/10/23 04:11:00 [238] GET https://api.nuget.org:443/v3-flatcontainer/system.linq.expressions/4.3.0/system.linq.expressions.nuspec proxy | 2024/10/23 04:11:00 [238] 200 https://api.nuget.org:443/v3-flatcontainer/system.linq.expressions/4.3.0/system.linq.expressions.nuspec proxy | 2024/10/23 04:11:00 [240] GET https://api.nuget.org:443/v3-flatcontainer/system.reflection/4.3.0/system.reflection.nuspec proxy | 2024/10/23 04:11:00 [240] 200 https://api.nuget.org:443/v3-flatcontainer/system.reflection/4.3.0/system.reflection.nuspec proxy | 2024/10/23 04:11:01 [242] GET https://api.nuget.org:443/v3-flatcontainer/system.reflection.primitives/4.3.0/system.reflection.primitives.nuspec proxy | 2024/10/23 04:11:01 [242] 200 https://api.nuget.org:443/v3-flatcontainer/system.reflection.primitives/4.3.0/system.reflection.primitives.nuspec proxy | 2024/10/23 04:11:01 [244] GET https://api.nuget.org:443/v3-flatcontainer/system.net.primitives/4.3.0/system.net.primitives.nuspec proxy | 2024/10/23 04:11:01 [244] 200 https://api.nuget.org:443/v3-flatcontainer/system.net.primitives/4.3.0/system.net.primitives.nuspec proxy | 2024/10/23 04:11:01 [246] GET https://api.nuget.org:443/v3-flatcontainer/system.runtime.handles/4.3.0/system.runtime.handles.nuspec proxy | 2024/10/23 04:11:01 [246] 200 https://api.nuget.org:443/v3-flatcontainer/system.runtime.handles/4.3.0/system.runtime.handles.nuspec proxy | 2024/10/23 04:11:01 [248] GET https://api.nuget.org:443/v3-flatcontainer/system.objectmodel/4.3.0/system.objectmodel.nuspec proxy | 2024/10/23 04:11:01 [248] 200 https://api.nuget.org:443/v3-flatcontainer/system.objectmodel/4.3.0/system.objectmodel.nuspec proxy | 2024/10/23 04:11:01 [250] GET https://api.nuget.org:443/v3-flatcontainer/system.reflection.extensions/4.3.0/system.reflection.extensions.nuspec proxy | 2024/10/23 04:11:01 [250] 200 https://api.nuget.org:443/v3-flatcontainer/system.reflection.extensions/4.3.0/system.reflection.extensions.nuspec proxy | 2024/10/23 04:11:01 [252] GET https://api.nuget.org:443/v3-flatcontainer/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.nuspec proxy | 2024/10/23 04:11:01 [252] 200 https://api.nuget.org:443/v3-flatcontainer/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.nuspec proxy | 2024/10/23 04:11:02 [254] GET https://api.nuget.org:443/v3-flatcontainer/system.runtime.extensions/4.3.0/system.runtime.extensions.nuspec proxy | 2024/10/23 04:11:02 [254] 200 https://api.nuget.org:443/v3-flatcontainer/system.runtime.extensions/4.3.0/system.runtime.extensions.nuspec proxy | 2024/10/23 04:11:02 [256] GET https://api.nuget.org:443/v3-flatcontainer/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.nuspec proxy | 2024/10/23 04:11:02 [256] 200 https://api.nuget.org:443/v3-flatcontainer/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.nuspec proxy | 2024/10/23 04:11:02 [258] GET https://api.nuget.org:443/v3-flatcontainer/system.text.regularexpressions/4.3.0/system.text.regularexpressions.nuspec proxy | 2024/10/23 04:11:02 [258] 200 https://api.nuget.org:443/v3-flatcontainer/system.text.regularexpressions/4.3.0/system.text.regularexpressions.nuspec proxy | 2024/10/23 04:11:02 [260] GET https://api.nuget.org:443/v3-flatcontainer/system.threading/4.3.0/system.threading.nuspec proxy | 2024/10/23 04:11:02 [260] 200 https://api.nuget.org:443/v3-flatcontainer/system.threading/4.3.0/system.threading.nuspec proxy | 2024/10/23 04:11:02 [262] GET https://api.nuget.org:443/v3-flatcontainer/system.xml.readerwriter/4.3.0/system.xml.readerwriter.nuspec proxy | 2024/10/23 04:11:02 [262] 200 https://api.nuget.org:443/v3-flatcontainer/system.xml.readerwriter/4.3.0/system.xml.readerwriter.nuspec proxy | 2024/10/23 04:11:02 [264] GET https://api.nuget.org:443/v3-flatcontainer/system.xml.xdocument/4.3.0/system.xml.xdocument.nuspec proxy | 2024/10/23 04:11:02 [264] 200 https://api.nuget.org:443/v3-flatcontainer/system.xml.xdocument/4.3.0/system.xml.xdocument.nuspec proxy | 2024/10/23 04:11:02 [266] GET https://api.nuget.org:443/v3-flatcontainer/system.collections.concurrent/4.3.0/system.collections.concurrent.nuspec proxy | 2024/10/23 04:11:02 [266] 200 https://api.nuget.org:443/v3-flatcontainer/system.collections.concurrent/4.3.0/system.collections.concurrent.nuspec proxy | 2024/10/23 04:11:03 [268] GET https://api.nuget.org:443/v3-flatcontainer/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.nuspec proxy | 2024/10/23 04:11:03 [268] 200 https://api.nuget.org:443/v3-flatcontainer/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.nuspec proxy | 2024/10/23 04:11:03 [270] GET https://api.nuget.org:443/v3-flatcontainer/system.io.compression/4.3.0/system.io.compression.nuspec proxy | 2024/10/23 04:11:03 [270] 200 https://api.nuget.org:443/v3-flatcontainer/system.io.compression/4.3.0/system.io.compression.nuspec proxy | 2024/10/23 04:11:03 [272] GET https://api.nuget.org:443/v3-flatcontainer/system.net.http/4.3.0/system.net.http.nuspec proxy | 2024/10/23 04:11:03 [272] 200 https://api.nuget.org:443/v3-flatcontainer/system.net.http/4.3.0/system.net.http.nuspec proxy | 2024/10/23 04:11:03 [274] GET https://api.nuget.org:443/v3-flatcontainer/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.nuspec proxy | 2024/10/23 04:11:03 [274] 200 https://api.nuget.org:443/v3-flatcontainer/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.nuspec proxy | 2024/10/23 04:11:03 [276] GET https://api.nuget.org:443/v3-flatcontainer/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.nuspec proxy | 2024/10/23 04:11:03 [276] 200 https://api.nuget.org:443/v3-flatcontainer/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.nuspec proxy | 2024/10/23 04:11:03 [278] GET https://api.nuget.org:443/v3-flatcontainer/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.nuspec proxy | 2024/10/23 04:11:03 [278] 200 https://api.nuget.org:443/v3-flatcontainer/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.nuspec proxy | 2024/10/23 04:11:04 [280] GET https://api.nuget.org:443/v3-flatcontainer/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.nuspec proxy | 2024/10/23 04:11:04 [280] 200 https://api.nuget.org:443/v3-flatcontainer/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.nuspec proxy | 2024/10/23 04:11:04 [282] GET https://api.nuget.org:443/v3-flatcontainer/system.runtime.interopservices/4.3.0/system.runtime.interopservices.nuspec proxy | 2024/10/23 04:11:04 [282] 200 https://api.nuget.org:443/v3-flatcontainer/system.runtime.interopservices/4.3.0/system.runtime.interopservices.nuspec proxy | 2024/10/23 04:11:04 [284] GET https://api.nuget.org:443/v3-flatcontainer/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.nuspec proxy | 2024/10/23 04:11:04 [284] 200 https://api.nuget.org:443/v3-flatcontainer/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.nuspec proxy | 2024/10/23 04:11:04 [286] GET https://api.nuget.org:443/v3-flatcontainer/system.runtime.numerics/4.3.0/system.runtime.numerics.nuspec proxy | 2024/10/23 04:11:04 [286] 200 https://api.nuget.org:443/v3-flatcontainer/system.runtime.numerics/4.3.0/system.runtime.numerics.nuspec proxy | 2024/10/23 04:11:04 [288] GET https://api.nuget.org:443/v3-flatcontainer/system.threading.timer/4.3.0/system.threading.timer.nuspec proxy | 2024/10/23 04:11:04 [288] 200 https://api.nuget.org:443/v3-flatcontainer/system.threading.timer/4.3.0/system.threading.timer.nuspec proxy | 2024/10/23 04:11:04 [290] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.nuspec proxy | 2024/10/23 04:11:04 [290] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.nuspec proxy | 2024/10/23 04:11:04 [292] GET https://api.nuget.org:443/v3-flatcontainer/system.appcontext/4.3.0/system.appcontext.nuspec proxy | 2024/10/23 04:11:04 [292] 200 https://api.nuget.org:443/v3-flatcontainer/system.appcontext/4.3.0/system.appcontext.nuspec proxy | 2024/10/23 04:11:05 [294] GET https://api.nuget.org:443/v3-flatcontainer/system.console/4.3.0/system.console.nuspec proxy | 2024/10/23 04:11:05 [294] 200 https://api.nuget.org:443/v3-flatcontainer/system.console/4.3.0/system.console.nuspec proxy | 2024/10/23 04:11:05 [296] GET https://api.nuget.org:443/v3-flatcontainer/system.globalization.calendars/4.3.0/system.globalization.calendars.nuspec proxy | 2024/10/23 04:11:05 [296] 200 https://api.nuget.org:443/v3-flatcontainer/system.globalization.calendars/4.3.0/system.globalization.calendars.nuspec proxy | 2024/10/23 04:11:05 [298] GET https://api.nuget.org:443/v3-flatcontainer/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.nuspec proxy | 2024/10/23 04:11:05 [298] 200 https://api.nuget.org:443/v3-flatcontainer/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.nuspec proxy | 2024/10/23 04:11:05 [300] GET https://api.nuget.org:443/v3-flatcontainer/system.io.filesystem/4.3.0/system.io.filesystem.nuspec proxy | 2024/10/23 04:11:05 [300] 200 https://api.nuget.org:443/v3-flatcontainer/system.io.filesystem/4.3.0/system.io.filesystem.nuspec proxy | 2024/10/23 04:11:05 [302] GET https://api.nuget.org:443/v3-flatcontainer/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.nuspec proxy | 2024/10/23 04:11:05 [302] 200 https://api.nuget.org:443/v3-flatcontainer/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.nuspec proxy | 2024/10/23 04:11:05 [304] GET https://api.nuget.org:443/v3-flatcontainer/system.net.sockets/4.3.0/system.net.sockets.nuspec proxy | 2024/10/23 04:11:05 [304] 200 https://api.nuget.org:443/v3-flatcontainer/system.net.sockets/4.3.0/system.net.sockets.nuspec proxy | 2024/10/23 04:11:06 [306] GET https://api.nuget.org:443/v3-flatcontainer/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.nuspec proxy | 2024/10/23 04:11:06 [306] 200 https://api.nuget.org:443/v3-flatcontainer/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.nuspec proxy | 2024/10/23 04:11:06 [308] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.options/8.0.2/microsoft.extensions.options.nuspec proxy | 2024/10/23 04:11:06 [308] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.options/8.0.2/microsoft.extensions.options.nuspec proxy | 2024/10/23 04:11:06 [310] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.primitives/8.0.0/microsoft.extensions.primitives.nuspec proxy | 2024/10/23 04:11:06 [310] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.primitives/8.0.0/microsoft.extensions.primitives.nuspec proxy | 2024/10/23 04:11:06 [312] GET https://api.nuget.org:443/v3-flatcontainer/system.valuetuple/4.5.0/system.valuetuple.nuspec proxy | 2024/10/23 04:11:06 [312] 200 https://api.nuget.org:443/v3-flatcontainer/system.valuetuple/4.5.0/system.valuetuple.nuspec proxy | 2024/10/23 04:11:06 [314] GET https://api.nuget.org:443/v3-flatcontainer/system.componentmodel.annotations/5.0.0/system.componentmodel.annotations.nuspec proxy | 2024/10/23 04:11:06 [314] 200 https://api.nuget.org:443/v3-flatcontainer/system.componentmodel.annotations/5.0.0/system.componentmodel.annotations.nuspec proxy | 2024/10/23 04:11:06 [316] GET https://api.nuget.org:443/v3-flatcontainer/system.componentmodel/4.3.0/system.componentmodel.nuspec proxy | 2024/10/23 04:11:06 [316] 200 https://api.nuget.org:443/v3-flatcontainer/system.componentmodel/4.3.0/system.componentmodel.nuspec proxy | 2024/10/23 04:11:07 [318] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.extensions.logging.abstractions/index.json proxy | 2024/10/23 04:11:07 [318] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.extensions.logging.abstractions/index.json proxy | 2024/10/23 04:11:07 [320] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.extensions.logging.abstractions/page/1.0.0-rc1-final/3.1.23.json proxy | 2024/10/23 04:11:08 [320] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.extensions.logging.abstractions/page/1.0.0-rc1-final/3.1.23.json proxy | 2024/10/23 04:11:08 [322] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.extensions.logging.abstractions/page/3.1.24/9.0.0-preview.5.24306.7.json proxy | 2024/10/23 04:11:09 [322] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.extensions.logging.abstractions/page/3.1.24/9.0.0-preview.5.24306.7.json proxy | 2024/10/23 04:11:09 [324] GET https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.extensions.logging.abstractions/page/9.0.0-preview.6.24327.7/9.0.0-rc.2.24473.5.json proxy | 2024/10/23 04:11:09 [324] 200 https://api.nuget.org:443/v3/registration5-gz-semver2/microsoft.extensions.logging.abstractions/page/9.0.0-preview.6.24327.7/9.0.0-rc.2.24473.5.json updater | 2024/10/23 04:11:09 INFO Updating Microsoft.Extensions.Logging, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.Logging.Abstractions updater | running NuGet updater: updater | /opt/nuget/NuGetUpdater/NuGetUpdater.Cli update --repo-root /home/dependabot/dependabot-updater/repo --solution-or-project /home/dependabot/dependabot-updater/repo/Project.csproj --dependency Microsoft.Extensions.Logging --new-version 8.0.1 --previous-version 8.0.0 --result-output-path /tmp/update-result.json proxy | 2024/10/23 04:11:12 [326] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging/8.0.1/microsoft.extensions.logging.8.0.1.nupkg proxy | 2024/10/23 04:11:12 [326] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging/8.0.1/microsoft.extensions.logging.8.0.1.nupkg proxy | 2024/10/23 04:11:12 [328] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging.abstractions/8.0.2/microsoft.extensions.logging.abstractions.8.0.2.nupkg proxy | 2024/10/23 04:11:12 [328] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging.abstractions/8.0.2/microsoft.extensions.logging.abstractions.8.0.2.nupkg proxy | 2024/10/23 04:11:12 [330] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.options/8.0.2/microsoft.extensions.options.8.0.2.nupkg proxy | 2024/10/23 04:11:12 [330] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.options/8.0.2/microsoft.extensions.options.8.0.2.nupkg updater | No dotnet-tools.json file found. updater | No global.json file found. updater | Running for project file [Project.csproj] updater | Updating project [/home/dependabot/dependabot-updater/repo/Project.csproj] updater | Running for SDK-style project updater | Found incorrect [PackageReference] version attribute in [Project.csproj]. updater | Found incorrect peer [PackageReference] version attribute in [Project.csproj]. updater | Saved [Project.csproj]. updater | Update complete. updater | Writing update result to [/tmp/update-result.json]. updater | 2024/10/23 04:11:17 INFO update result: { updater | "ErrorType": null, updater | "ErrorDetails": null updater | } updater | The contents of file [Project.csproj] were updated. updater | 2024/10/23 04:11:17 INFO Checking if Microsoft.Extensions.Logging.Abstractions 8.0.1 needs updating updater | 2024/10/23 04:11:17 INFO Filtered out 70 pre-release versions proxy | 2024/10/23 04:11:17 [332] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging.abstractions/8.0.1/microsoft.extensions.logging.abstractions.nuspec proxy | 2024/10/23 04:11:17 [332] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging.abstractions/8.0.1/microsoft.extensions.logging.abstractions.nuspec updater | 2024/10/23 04:11:17 INFO Latest version is 8.0.2 updater | 2024/10/23 04:11:17 INFO Requirements to unlock all updater | 2024/10/23 04:11:17 INFO Requirements update strategy updater | Finding updated dependencies for Microsoft.Extensions.Logging.Abstractions. updater | 2024/10/23 04:11:17 INFO Updating Microsoft.Extensions.Logging.Abstractions from 8.0.1 to 8.0.2 updater | running NuGet updater: updater | /opt/nuget/NuGetUpdater/NuGetUpdater.Cli update --repo-root /home/dependabot/dependabot-updater/repo --solution-or-project /home/dependabot/dependabot-updater/repo/Project.csproj --dependency Microsoft.Extensions.Logging.Abstractions --new-version 8.0.2 --previous-version 8.0.1 --result-output-path /tmp/update-result.json updater | No dotnet-tools.json file found. updater | No global.json file found. updater | Running for project file [Project.csproj] updater | Updating project [/home/dependabot/dependabot-updater/repo/Project.csproj] updater | Running for SDK-style project updater | Package [Microsoft.Extensions.Logging.Abstractions] already meets the requested dependency version in [/home/dependabot/dependabot-updater/repo/Project.csproj]. updater | Update complete. updater | Writing update result to [/tmp/update-result.json]. updater | 2024/10/23 04:11:18 INFO update result: { updater | "ErrorType": null, updater | "ErrorDetails": null updater | } {"data":{"error-type":"update_not_possible","error-details":{"dependencies":["Microsoft.Extensions.Logging.Abstractions"]}},"type":"record_update_job_error"} proxy | 2024/10/23 04:11:18 [333] POST http://host.docker.internal:40181/update_jobs/cli/record_update_job_error proxy | 2024/10/23 04:11:18 [333] 200 http://host.docker.internal:40181/update_jobs/cli/record_update_job_error updater | 2024/10/23 04:11:18 INFO Handled error whilst updating Microsoft.Extensions.Logging.Abstractions: update_not_possible {:dependencies=>["Microsoft.Extensions.Logging.Abstractions"]} updater | 2024/10/23 04:11:18 INFO Checking if Microsoft.Extensions.Options 8.0.0 needs updating updater | 2024/10/23 04:11:18 INFO Latest version is 8.0.0 updater | 2024/10/23 04:11:18 INFO No update needed for Microsoft.Extensions.Options 8.0.0 updater | 2024/10/23 04:11:18 INFO Checking if Microsoft.Extensions.Primitives 8.0.0 needs updating updater | 2024/10/23 04:11:18 INFO Latest version is 8.0.0 updater | 2024/10/23 04:11:18 INFO No update needed for Microsoft.Extensions.Primitives 8.0.0 updater | 2024/10/23 04:11:18 INFO Creating a pull request for 'microsoft' proxy | 2024/10/23 04:11:19 [335] GET https://api.github.com:443/repos/rhyskoedijk/dependabot-test-nuget-update-not-possible/commits?per_page=100 proxy | 2024/10/23 04:11:19 [335] 200 https://api.github.com:443/repos/rhyskoedijk/dependabot-test-nuget-update-not-possible/commits?per_page=100 proxy | 2024/10/23 04:11:19 [337] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection/8.0.1/microsoft.extensions.dependencyinjection.nuspec proxy | 2024/10/23 04:11:19 [337] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.dependencyinjection/8.0.1/microsoft.extensions.dependencyinjection.nuspec proxy | 2024/10/23 04:11:19 [339] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging/8.0.1/microsoft.extensions.logging.nuspec proxy | 2024/10/23 04:11:19 [339] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging/8.0.1/microsoft.extensions.logging.nuspec proxy | 2024/10/23 04:11:19 [341] GET https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging.abstractions/8.0.2/microsoft.extensions.logging.abstractions.nuspec proxy | 2024/10/23 04:11:19 [341] 200 https://api.nuget.org:443/v3-flatcontainer/microsoft.extensions.logging.abstractions/8.0.2/microsoft.extensions.logging.abstractions.nuspec proxy | 2024/10/23 04:11:19 [343] GET https://api.github.com:443/repos/dotnet/runtime/releases?per_page=100 proxy | 2024/10/23 04:11:20 [343] 200 https://api.github.com:443/repos/dotnet/runtime/releases?per_page=100 proxy | 2024/10/23 04:11:20 [345] GET https://api.github.com:443/repos/dotnet/runtime/contents/ proxy | 2024/10/23 04:11:20 [345] 200 https://api.github.com:443/repos/dotnet/runtime/contents/ proxy | 2024/10/23 04:11:20 [347] GET https://api.github.com:443/repos/dotnet/runtime/contents/docs proxy | 2024/10/23 04:11:20 [347] 200 https://api.github.com:443/repos/dotnet/runtime/contents/docs proxy | 2024/10/23 04:11:21 [349] GET https://github.com:443/dotnet/runtime.git/info/refs?service=git-upload-pack proxy | 2024/10/23 04:11:21 [349] 200 https://github.com:443/dotnet/runtime.git/info/refs?service=git-upload-pack proxy | 2024/10/23 04:11:21 [351] GET https://api.github.com:443/repos/dotnet/runtime/contents/?ref=v8.0.1 proxy | 2024/10/23 04:11:22 [351] 200 https://api.github.com:443/repos/dotnet/runtime/contents/?ref=v8.0.1 proxy | 2024/10/23 04:11:22 [353] GET https://api.github.com:443/repos/dotnet/runtime/contents/docs?ref=v8.0.1 proxy | 2024/10/23 04:11:22 [353] 200 https://api.github.com:443/repos/dotnet/runtime/contents/docs?ref=v8.0.1 proxy | 2024/10/23 04:11:22 [355] GET https://github.com:443/dotnet/runtime.git/info/refs?service=git-upload-pack proxy | 2024/10/23 04:11:22 [355] 200 https://github.com:443/dotnet/runtime.git/info/refs?service=git-upload-pack proxy | 2024/10/23 04:11:22 [357] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.0 proxy | 2024/10/23 04:11:23 [357] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.0 proxy | 2024/10/23 04:11:23 [359] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:23 [359] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:23 [361] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.0 proxy | 2024/10/23 04:11:23 [361] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.0 proxy | 2024/10/23 04:11:23 [363] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:23 [363] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:23 [365] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.0 proxy | 2024/10/23 04:11:23 [365] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.0 proxy | 2024/10/23 04:11:23 [367] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:23 [367] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:23 [369] GET https://api.github.com:443/repos/dotnet/runtime/releases?per_page=100 proxy | 2024/10/23 04:11:23 [369] 200 https://api.github.com:443/repos/dotnet/runtime/releases?per_page=100 proxy | 2024/10/23 04:11:23 [371] GET https://api.github.com:443/repos/dotnet/runtime/contents/ proxy | 2024/10/23 04:11:23 [371] 200 https://api.github.com:443/repos/dotnet/runtime/contents/ proxy | 2024/10/23 04:11:23 [373] GET https://api.github.com:443/repos/dotnet/runtime/contents/docs proxy | 2024/10/23 04:11:23 [373] 200 https://api.github.com:443/repos/dotnet/runtime/contents/docs proxy | 2024/10/23 04:11:24 [375] GET https://github.com:443/dotnet/runtime.git/info/refs?service=git-upload-pack proxy | 2024/10/23 04:11:24 [375] 200 https://github.com:443/dotnet/runtime.git/info/refs?service=git-upload-pack proxy | 2024/10/23 04:11:24 [377] GET https://api.github.com:443/repos/dotnet/runtime/contents/?ref=v8.0.1 proxy | 2024/10/23 04:11:24 [377] 200 https://api.github.com:443/repos/dotnet/runtime/contents/?ref=v8.0.1 proxy | 2024/10/23 04:11:24 [379] GET https://api.github.com:443/repos/dotnet/runtime/contents/docs?ref=v8.0.1 proxy | 2024/10/23 04:11:24 [379] 200 https://api.github.com:443/repos/dotnet/runtime/contents/docs?ref=v8.0.1 proxy | 2024/10/23 04:11:24 [381] GET https://github.com:443/dotnet/runtime.git/info/refs?service=git-upload-pack proxy | 2024/10/23 04:11:24 [381] 200 https://github.com:443/dotnet/runtime.git/info/refs?service=git-upload-pack proxy | 2024/10/23 04:11:24 [383] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.0 proxy | 2024/10/23 04:11:24 [383] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.0 proxy | 2024/10/23 04:11:24 [385] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:24 [385] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:24 [387] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.0 proxy | 2024/10/23 04:11:24 [387] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.0 proxy | 2024/10/23 04:11:24 [389] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:24 [389] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:24 [391] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.0 proxy | 2024/10/23 04:11:24 [391] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.0 proxy | 2024/10/23 04:11:24 [393] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:24 [393] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:24 [395] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.0 proxy | 2024/10/23 04:11:24 [395] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.0 proxy | 2024/10/23 04:11:24 [397] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:24 [397] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:24 [399] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.0 proxy | 2024/10/23 04:11:24 [399] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.0 proxy | 2024/10/23 04:11:24 [401] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:24 [401] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:24 [403] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.0 proxy | 2024/10/23 04:11:24 [403] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.0 proxy | 2024/10/23 04:11:24 [405] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:24 [405] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:24 [407] GET https://api.github.com:443/repos/dotnet/runtime/releases?per_page=100 proxy | 2024/10/23 04:11:24 [407] 200 https://api.github.com:443/repos/dotnet/runtime/releases?per_page=100 proxy | 2024/10/23 04:11:25 [409] GET https://api.github.com:443/repos/dotnet/runtime/contents/ proxy | 2024/10/23 04:11:25 [409] 200 https://api.github.com:443/repos/dotnet/runtime/contents/ proxy | 2024/10/23 04:11:25 [411] GET https://api.github.com:443/repos/dotnet/runtime/contents/docs proxy | 2024/10/23 04:11:25 [411] 200 https://api.github.com:443/repos/dotnet/runtime/contents/docs proxy | 2024/10/23 04:11:25 [413] GET https://github.com:443/dotnet/runtime.git/info/refs?service=git-upload-pack proxy | 2024/10/23 04:11:25 [413] 200 https://github.com:443/dotnet/runtime.git/info/refs?service=git-upload-pack proxy | 2024/10/23 04:11:25 [415] GET https://api.github.com:443/repos/dotnet/runtime/contents/?ref=v8.0.2 proxy | 2024/10/23 04:11:25 [415] 200 https://api.github.com:443/repos/dotnet/runtime/contents/?ref=v8.0.2 proxy | 2024/10/23 04:11:25 [417] GET https://api.github.com:443/repos/dotnet/runtime/contents/docs?ref=v8.0.2 proxy | 2024/10/23 04:11:25 [417] 200 https://api.github.com:443/repos/dotnet/runtime/contents/docs?ref=v8.0.2 proxy | 2024/10/23 04:11:25 [419] GET https://github.com:443/dotnet/runtime.git/info/refs?service=git-upload-pack proxy | 2024/10/23 04:11:25 [419] 200 https://github.com:443/dotnet/runtime.git/info/refs?service=git-upload-pack proxy | 2024/10/23 04:11:26 [421] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:26 [421] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:26 [423] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.2 proxy | 2024/10/23 04:11:26 [423] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.2 proxy | 2024/10/23 04:11:26 [425] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:26 [425] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:26 [427] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.2 proxy | 2024/10/23 04:11:26 [427] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.2 proxy | 2024/10/23 04:11:26 [429] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:26 [429] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.1 proxy | 2024/10/23 04:11:26 [431] GET https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.2 proxy | 2024/10/23 04:11:26 [431] 200 https://api.github.com:443/repos/dotnet/runtime/commits?sha=v8.0.2 proxy | 2024/10/23 04:11:26 [432] POST http://host.docker.internal:40181/update_jobs/cli/create_pull_request {"data":{"base-commit-sha":"28d9392e15e714ed5715fe538a13555fa082fe87","dependencies":[{"name":"Microsoft.Extensions.DependencyInjection","previous-requirements":[{"file":"/Project.csproj","groups":["dependencies"],"requirement":"8.0.0","source":null}],"previous-version":"8.0.0","requirements":[{"file":"/Project.csproj","groups":["dependencies"],"requirement":"8.0.1","source":{"nuspec_url":"https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/8.0.1/microsoft.extensions.dependencyinjection.nuspec","source_url":null,"type":"nuget_repo","url":"https://api.nuget.org/v3/index.json"}}],"version":"8.0.1","directory":"/"},{"name":"Microsoft.Extensions.Logging","previous-requirements":[{"file":"/Project.csproj","groups":["dependencies"],"requirement":"8.0.0","source":null}],"previous-version":"8.0.0","requirements":[{"file":"/Project.csproj","groups":["dependencies"],"requirement":"8.0.1","source":{"nuspec_url":"https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/8.0.1/microsoft.extensions.logging.nuspec","source_url":null,"type":"nuget_repo","url":"https://api.nuget.org/v3/index.json"}}],"version":"8.0.1","directory":"/"},{"name":"Microsoft.Extensions.DependencyInjection","previous-requirements":[{"file":"/Project.csproj","groups":["dependencies"],"requirement":"8.0.0","source":null}],"previous-version":"8.0.0","requirements":[{"file":"/Project.csproj","groups":["dependencies"],"requirement":"8.0.1","source":{"nuspec_url":"https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/8.0.1/microsoft.extensions.dependencyinjection.nuspec","source_url":null,"type":"nuget_repo","url":"https://api.nuget.org/v3/index.json"}}],"version":"8.0.1","directory":"/"},{"name":"Microsoft.Extensions.Logging.Abstractions","previous-requirements":[{"file":"/Project.csproj","groups":["dependencies"],"requirement":"8.0.1","source":null}],"previous-version":"8.0.1","requirements":[{"file":"/Project.csproj","groups":["dependencies"],"requirement":"8.0.2","source":{"nuspec_url":"https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/8.0.2/microsoft.extensions.logging.abstractions.nuspec","source_url":null,"type":"nuget_repo","url":"https://api.nuget.org/v3/index.json"}}],"version":"8.0.2","directory":"/"}],"updated-dependency-files":[{"content":"\u003cProject Sdk=\"Microsoft.NET.Sdk\"\u003e\n \u003cPropertyGroup\u003e\n \u003cTargetFrameworks\u003enet8.0\u003c/TargetFrameworks\u003e\n \u003c/PropertyGroup\u003e\n \u003cItemGroup\u003e\n \u003cPackageReference Include=\"Microsoft.Extensions.DependencyInjection\" Version=\"8.0.1\" /\u003e\n \u003cPackageReference Include=\"Microsoft.Extensions.Logging\" Version=\"8.0.1\" /\u003e\n \u003cPackageReference Include=\"Microsoft.Extensions.Logging.Abstractions\" Version=\"8.0.2\" /\u003e\n \u003c/ItemGroup\u003e\n\u003c/Project\u003e","content_encoding":"utf-8","deleted":false,"directory":"/","name":"Project.csproj","operation":"update","support_file":false,"type":"file","mode":""}],"pr-title":"Bump the microsoft group with 3 updates","pr-body":"Bumps the microsoft group with 3 updates: [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime).\n\nUpdates `Microsoft.Extensions.DependencyInjection` from 8.0.0 to 8.0.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/dotnet/runtime/releases\"\u003eMicrosoft.Extensions.DependencyInjection's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e.NET 8.0.1\u003c/h2\u003e\n\u003cp\u003e\u003ca href=\"https://github.com/dotnet/core/releases/tag/v8.0.1\"\u003eRelease\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/bf5e279d9239bfef5bb1b8d6212f1b971c434606\"\u003e\u003ccode\u003ebf5e279\u003c/code\u003e\u003c/a\u003e Merge in 'release/8.0' changes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/a6e4834d53ac591a4b3d4a213a8928ad685f7ad8\"\u003e\u003ccode\u003ea6e4834\u003c/code\u003e\u003c/a\u003e [release/8.0] Free the tls memory on thread termination (\u003ca href=\"https://redirect.github.com/dotnet/runtime/issues/95439\"\u003e#95439\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/eddf880ac57b7f2c79a77592e3e6d24d1d02f112\"\u003e\u003ccode\u003eeddf880\u003c/code\u003e\u003c/a\u003e Merge in 'release/8.0' changes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/89a236434ec0064b8b4425b0ea89e8ecdf834538\"\u003e\u003ccode\u003e89a2364\u003c/code\u003e\u003c/a\u003e [release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/d682195447d43c6840bf1e360a2e60a0afa60c41\"\u003e\u003ccode\u003ed682195\u003c/code\u003e\u003c/a\u003e Merge in 'release/8.0' changes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/8557ef23f8b8d5b1c599e901d53ced04ee9a4d7c\"\u003e\u003ccode\u003e8557ef2\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/dotnet/runtime/issues/95148\"\u003e#95148\u003c/a\u003e from carlossanlop/release/8.0-staging\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/aaa4b271d35527fb730cda3dca26a5ac8df18908\"\u003e\u003ccode\u003eaaa4b27\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/dotnet/runtime/issues/95082\"\u003e#95082\u003c/a\u003e from dotnet-maestro-bot/merge/release/8.0-to-releas...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/72e5ae975785990e904372573c93dd661279f662\"\u003e\u003ccode\u003e72e5ae9\u003c/code\u003e\u003c/a\u003e X509Chain.Build should throw when an internal error occurs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/a20ee6f80ceb86e010802ae77559d096a0f7bc37\"\u003e\u003ccode\u003ea20ee6f\u003c/code\u003e\u003c/a\u003e [release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (\u003ca href=\"https://redirect.github.com/dotnet/runtime/issues/94882\"\u003e#94882\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/4fc3df22ddcebcea46fc2727ef3a51870ec1ec38\"\u003e\u003ccode\u003e4fc3df2\u003c/code\u003e\u003c/a\u003e Fix incremental servicing condition (\u003ca href=\"https://redirect.github.com/dotnet/runtime/issues/95119\"\u003e#95119\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `Microsoft.Extensions.Logging` from 8.0.0 to 8.0.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/dotnet/runtime/releases\"\u003eMicrosoft.Extensions.Logging's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e.NET 8.0.1\u003c/h2\u003e\n\u003cp\u003e\u003ca href=\"https://github.com/dotnet/core/releases/tag/v8.0.1\"\u003eRelease\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/bf5e279d9239bfef5bb1b8d6212f1b971c434606\"\u003e\u003ccode\u003ebf5e279\u003c/code\u003e\u003c/a\u003e Merge in 'release/8.0' changes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/a6e4834d53ac591a4b3d4a213a8928ad685f7ad8\"\u003e\u003ccode\u003ea6e4834\u003c/code\u003e\u003c/a\u003e [release/8.0] Free the tls memory on thread termination (\u003ca href=\"https://redirect.github.com/dotnet/runtime/issues/95439\"\u003e#95439\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/eddf880ac57b7f2c79a77592e3e6d24d1d02f112\"\u003e\u003ccode\u003eeddf880\u003c/code\u003e\u003c/a\u003e Merge in 'release/8.0' changes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/89a236434ec0064b8b4425b0ea89e8ecdf834538\"\u003e\u003ccode\u003e89a2364\u003c/code\u003e\u003c/a\u003e [release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/d682195447d43c6840bf1e360a2e60a0afa60c41\"\u003e\u003ccode\u003ed682195\u003c/code\u003e\u003c/a\u003e Merge in 'release/8.0' changes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/8557ef23f8b8d5b1c599e901d53ced04ee9a4d7c\"\u003e\u003ccode\u003e8557ef2\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/dotnet/runtime/issues/95148\"\u003e#95148\u003c/a\u003e from carlossanlop/release/8.0-staging\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/aaa4b271d35527fb730cda3dca26a5ac8df18908\"\u003e\u003ccode\u003eaaa4b27\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/dotnet/runtime/issues/95082\"\u003e#95082\u003c/a\u003e from dotnet-maestro-bot/merge/release/8.0-to-releas...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/72e5ae975785990e904372573c93dd661279f662\"\u003e\u003ccode\u003e72e5ae9\u003c/code\u003e\u003c/a\u003e X509Chain.Build should throw when an internal error occurs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/a20ee6f80ceb86e010802ae77559d096a0f7bc37\"\u003e\u003ccode\u003ea20ee6f\u003c/code\u003e\u003c/a\u003e [release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (\u003ca href=\"https://redirect.github.com/dotnet/runtime/issues/94882\"\u003e#94882\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/4fc3df22ddcebcea46fc2727ef3a51870ec1ec38\"\u003e\u003ccode\u003e4fc3df2\u003c/code\u003e\u003c/a\u003e Fix incremental servicing condition (\u003ca href=\"https://redirect.github.com/dotnet/runtime/issues/95119\"\u003e#95119\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `Microsoft.Extensions.DependencyInjection` from 8.0.0 to 8.0.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/dotnet/runtime/releases\"\u003eMicrosoft.Extensions.DependencyInjection's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e.NET 8.0.1\u003c/h2\u003e\n\u003cp\u003e\u003ca href=\"https://github.com/dotnet/core/releases/tag/v8.0.1\"\u003eRelease\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/bf5e279d9239bfef5bb1b8d6212f1b971c434606\"\u003e\u003ccode\u003ebf5e279\u003c/code\u003e\u003c/a\u003e Merge in 'release/8.0' changes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/a6e4834d53ac591a4b3d4a213a8928ad685f7ad8\"\u003e\u003ccode\u003ea6e4834\u003c/code\u003e\u003c/a\u003e [release/8.0] Free the tls memory on thread termination (\u003ca href=\"https://redirect.github.com/dotnet/runtime/issues/95439\"\u003e#95439\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/eddf880ac57b7f2c79a77592e3e6d24d1d02f112\"\u003e\u003ccode\u003eeddf880\u003c/code\u003e\u003c/a\u003e Merge in 'release/8.0' changes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/89a236434ec0064b8b4425b0ea89e8ecdf834538\"\u003e\u003ccode\u003e89a2364\u003c/code\u003e\u003c/a\u003e [release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/d682195447d43c6840bf1e360a2e60a0afa60c41\"\u003e\u003ccode\u003ed682195\u003c/code\u003e\u003c/a\u003e Merge in 'release/8.0' changes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/8557ef23f8b8d5b1c599e901d53ced04ee9a4d7c\"\u003e\u003ccode\u003e8557ef2\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/dotnet/runtime/issues/95148\"\u003e#95148\u003c/a\u003e from carlossanlop/release/8.0-staging\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/aaa4b271d35527fb730cda3dca26a5ac8df18908\"\u003e\u003ccode\u003eaaa4b27\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/dotnet/runtime/issues/95082\"\u003e#95082\u003c/a\u003e from dotnet-maestro-bot/merge/release/8.0-to-releas...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/72e5ae975785990e904372573c93dd661279f662\"\u003e\u003ccode\u003e72e5ae9\u003c/code\u003e\u003c/a\u003e X509Chain.Build should throw when an internal error occurs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/a20ee6f80ceb86e010802ae77559d096a0f7bc37\"\u003e\u003ccode\u003ea20ee6f\u003c/code\u003e\u003c/a\u003e [release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (\u003ca href=\"https://redirect.github.com/dotnet/runtime/issues/94882\"\u003e#94882\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/4fc3df22ddcebcea46fc2727ef3a51870ec1ec38\"\u003e\u003ccode\u003e4fc3df2\u003c/code\u003e\u003c/a\u003e Fix incremental servicing condition (\u003ca href=\"https://redirect.github.com/dotnet/runtime/issues/95119\"\u003e#95119\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `Microsoft.Extensions.Logging.Abstractions` from 8.0.1 to 8.0.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/dotnet/runtime/releases\"\u003eMicrosoft.Extensions.Logging.Abstractions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e.NET 8.0.2\u003c/h2\u003e\n\u003cp\u003e\u003ca href=\"https://github.com/dotnet/core/releases/tag/v8.0.2\"\u003eRelease\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/1381d5ebd2ab1f292848d5b19b80cf71ac332508\"\u003e\u003ccode\u003e1381d5e\u003c/code\u003e\u003c/a\u003e Merge in 'release/8.0' changes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/c987e4f902859d4f80a24b45c5b2a7e4222b6c0e\"\u003e\u003ccode\u003ec987e4f\u003c/code\u003e\u003c/a\u003e [release/8.0] Fix Options Source Gen RangeAttribute Thread Safety (\u003ca href=\"https://redirect.github.com/dotnet/runtime/issues/97110\"\u003e#97110\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/441c91dab92ca259db1952ee64f5a7522b12f59b\"\u003e\u003ccode\u003e441c91d\u003c/code\u003e\u003c/a\u003e Merge in 'release/8.0' changes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/c93800e8b306e7e60b0c8249ed7bbdd163afacb5\"\u003e\u003ccode\u003ec93800e\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/dotnet/runtime/issues/97065\"\u003e#97065\u003c/a\u003e from carlossanlop/release/8.0-staging\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/c2d2bb34e9c06dd590851eb70a9e34919b4ffacd\"\u003e\u003ccode\u003ec2d2bb3\u003c/code\u003e\u003c/a\u003e Merge branch 'release/8.0' into release/8.0-staging\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/6d35e39f4f249c627c11586f4769361bde0ed62d\"\u003e\u003ccode\u003e6d35e39\u003c/code\u003e\u003c/a\u003e [release/8.0-staging] UInt64.CreateSaturating\u0026lt;Int128\u0026gt; truncates instead of sa...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/96b0a55bd51ad3e45609bcf1fa8ab030ce2c27ba\"\u003e\u003ccode\u003e96b0a55\u003c/code\u003e\u003c/a\u003e [release/8.0-staging] macOS: Set certificate as a dependency of private key h...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/85c277284219155c42ef32a1c77c12357cb02f5d\"\u003e\u003ccode\u003e85c2772\u003c/code\u003e\u003c/a\u003e [release/8.0] Fix server-side OCSP stapling on Linux (\u003ca href=\"https://redirect.github.com/dotnet/runtime/issues/96838\"\u003e#96838\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/683da71a303abf737f763416a8b8c09fab8663ed\"\u003e\u003ccode\u003e683da71\u003c/code\u003e\u003c/a\u003e [release/8.0-staging] Gen0 segment should always be reported as Gen0 for DacH...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dotnet/runtime/commit/f9d0a7b6678e667b47833fefd9ae5f32afa49a11\"\u003e\u003ccode\u003ef9d0a7b\u003c/code\u003e\u003c/a\u003e [release/8.0-staging] Fix Crossgen2 PDB generation (again) (\u003ca href=\"https://redirect.github.com/dotnet/runtime/issues/96566\"\u003e#96566\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/dotnet/runtime/compare/v8.0.1...v8.0.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n","commit-message":"Bump the microsoft group with 3 updates\n\nBumps the microsoft group with 3 updates: [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime).\n\n\nUpdates `Microsoft.Extensions.DependencyInjection` from 8.0.0 to 8.0.1\n- [Release notes](https://github.com/dotnet/runtime/releases)\n- [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1)\n\nUpdates `Microsoft.Extensions.Logging` from 8.0.0 to 8.0.1\n- [Release notes](https://github.com/dotnet/runtime/releases)\n- [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1)\n\nUpdates `Microsoft.Extensions.DependencyInjection` from 8.0.0 to 8.0.1\n- [Release notes](https://github.com/dotnet/runtime/releases)\n- [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1)\n\nUpdates `Microsoft.Extensions.Logging.Abstractions` from 8.0.1 to 8.0.2\n- [Release notes](https://github.com/dotnet/runtime/releases)\n- [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v8.0.2)","dependency-group":{"name":"microsoft"}},"type":"create_pull_request"} proxy | 2024/10/23 04:11:26 [432] 200 http://host.docker.internal:40181/update_jobs/cli/create_pull_request updater | 2024/10/23 04:11:26 INFO Found no dependencies to update after filtering allowed updates in / {"data":{"base-commit-sha":"28d9392e15e714ed5715fe538a13555fa082fe87"},"type":"mark_as_processed"} proxy | 2024/10/23 04:11:26 [433] PATCH http://host.docker.internal:40181/update_jobs/cli/mark_as_processed proxy | 2024/10/23 04:11:26 [433] 200 http://host.docker.internal:40181/update_jobs/cli/mark_as_processed updater | 2024/10/23 04:11:26 INFO Finished job processing updater | 2024/10/23 04:11:26 INFO Results: updater | +------------------------------------------------------------------------------------------------------------------------------------+ updater | | Changes to Dependabot Pull Requests | updater | +---------+--------------------------------------------------------------------------------------------------------------------------+ updater | | created | Microsoft.Extensions.DependencyInjection ( from 8.0.0 to 8.0.1 ), Microsoft.Extensions.Logging ( from 8.0.0 to 8.0.1 ... | updater | +---------+--------------------------------------------------------------------------------------------------------------------------+ updater | Dependabot encountered '1' error(s) during execution, please check the logs for more details. updater | +-----------------------------------------------------------------+ updater | | Dependencies failed to update | updater | +-------------------------------------------+---------------------+ updater | | Microsoft.Extensions.Logging.Abstractions | update_not_possible | updater | +-------------------------------------------+---------------------+ proxy | 2024/10/23 04:11:26 Skipping sending metrics because api endpoint is empty proxy | 2024/10/23 04:11:26 52/214 calls cached (24%) cli | 2024/10/23 04:11:27 updater failure: updater exited with code 1 ```

Smallest manifest that reproduces the issue

https://github.com/rhyskoedijk/dependabot-test-nuget-update-not-possible

dependabot update -f job.yml -o out.yml

job:
  package-manager: nuget
  allowed-updates:
    - update-type: all
  dependency-groups:
    - name: microsoft
      rules:
        patterns:
          - 'Microsoft.*'
  source:
    provider: github
    repo: rhyskoedijk/dependabot-test-nuget-update-not-possible
    directory: /
brettfo commented 1 month ago

Good catch, and thank you for the log. I think the interesting line is this:

Package [Microsoft.Extensions.Logging.Abstractions] already meets the requested dependency version in [/home/dependabot/dependabot-updater/repo/Project.csproj].

but we'll have to investigate a bit to see exactly what that means.

rhyskoedijk commented 1 month ago

@brettfo I'm hitting this issue in a lot in my projects that use groups so decided to look in to it a bit more. I added more logging and have annotated the update log with what I understand has happened:

2024/10/27 01:25:40 INFO Updating Microsoft.Extensions.DependencyInjection from 8.0.0 to 8.0.1
<!-- FILE BEFORE UPDATE -->
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFrameworks>net8.0</TargetFrameworks>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
    <PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
  </ItemGroup>
</Project>
running NuGet updater:
/opt/nuget/NuGetUpdater/NuGetUpdater.Cli update --repo-root /home/dependabot/dependabot-updater/repo --solution-or-project /home/dependabot/dependabot-updater/repo/Project.csproj --dependency Microsoft.Extensions.DependencyInjection --new-version 8.0.1 --previous-version 8.0.0 --result-output-path /tmp/update-result.json
<!-- ...snip... -->
2024/10/27 01:25:50 INFO update result: {
  "ErrorType": null,
  "ErrorDetails": null
}
<!-- FILE AFTER UPDATE -->
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFrameworks>net8.0</TargetFrameworks>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
    <PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
  </ItemGroup>
</Project>
The contents of file [Project.csproj] were updated.

<!-- 
OK so far;
Microsoft.Extensions.DependencyInjection 8.0.0 -> 8.0.1 
-->

2024/10/27 01:26:01 INFO Updating Microsoft.Extensions.Logging, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.Logging.Abstractions
<!-- FILE BEFORE UPDATE -->
Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFrameworks>net8.0</TargetFrameworks>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
    <PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
  </ItemGroup>
</Project>
running NuGet updater:
/opt/nuget/NuGetUpdater/NuGetUpdater.Cli update --repo-root /home/dependabot/dependabot-updater/repo --solution-or-project /home/dependabot/dependabot-updater/repo/Project.csproj --dependency Microsoft.Extensions.Logging --new-version 8.0.1 --previous-version 8.0.0 --result-output-path /tmp/update-result.json
<!-- ...snip... -->
2024/10/27 01:26:08 INFO update result: {
  "ErrorType": null,
  "ErrorDetails": null
}
<!-- FILE AFTER UPDATE -->
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFrameworks>net8.0</TargetFrameworks>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
    <PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
  </ItemGroup>
</Project>
The contents of file [Project.csproj] were updated

<!--
OK so far;
Microsoft.Extensions.Logging 8.0.0 -> 8.0.1
Microsoft.Extensions.Logging.Abstractions 8.0.1 -> 8.0.2 (this was forced by Microsoft.Extensions.Logging 8.0.1)
-->

2024/10/27 01:26:08 INFO Updating Microsoft.Extensions.Logging.Abstractions from 8.0.1 to 8.0.2
<!-- 
Arguably, `file_updater.rb` should have skipped this update since the dependency was updated by the 
previous dependency. However, it currently has no way of knowing this since it doesn't track individual 
dependencies changed by the updater, only that "something was changed".
-->
<!-- FILE BEFORE UPDATE -->
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFrameworks>net8.0</TargetFrameworks>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
    <PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
  </ItemGroup>
</Project>
running NuGet updater:
/opt/nuget/NuGetUpdater/NuGetUpdater.Cli update --repo-root /home/dependabot/dependabot-updater/repo --solution-or-project /home/dependabot/dependabot-updater/repo/Project.csproj --dependency Microsoft.Extensions.Logging.Abstractions --new-version 8.0.2 --previous-version 8.0.1 --result-output-path /tmp/update-result.json
<!-- ...snip... -->
2024/10/27 01:26:10 INFO update result: {
  "ErrorType": null,
  "ErrorDetails": null
}
<!-- FILE AFTER UPDATE -->
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFrameworks>net8.0</TargetFrameworks>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
    <PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
  </ItemGroup>
</Project>

<!--
NuGetUpdater behaves correctly here; 
Microsoft.Extensions.Logging.Abstractions is up to date, no files were changed, no error reported.

However, `file_updater.rb` see that no files where changed by NuGetUpdater and assumes that the 
update failed, which it didn't.
-->
2024/10/27 01:26:10 INFO Handled error whilst updating Microsoft.Extensions.Logging.Abstractions: update_not_possible {:dependencies=>["Microsoft.Extensions.Logging.Abstractions"]}

<!-- ...snip... -->

2024/10/27 01:26:18 INFO Results:
+------------------------------------------------------------------------------------------------------------------------------------+
|                                                Changes to Dependabot Pull Requests                                                 |
+---------+--------------------------------------------------------------------------------------------------------------------------+
| created | Microsoft.Extensions.DependencyInjection ( from 8.0.0 to 8.0.1 ), Microsoft.Extensions.Logging ( from 8.0.0 to 8.0.1 ... |
+---------+--------------------------------------------------------------------------------------------------------------------------+
Dependabot encountered '1' error(s) during execution, please check the logs for more details.
+-----------------------------------------------------------------+
|                  Dependencies failed to update                  |
+-------------------------------------------+---------------------+
| Microsoft.Extensions.Logging.Abstractions | update_not_possible |
+-------------------------------------------+---------------------+

I'm interested in fixing this, but there are multiple ways to solve it and I don't know if the responsibility lies in the Ruby code or the NuGet code. AFAIK, the Ruby code does not have enough information about sub-dependency relationships to make the decision; NuGetUpdater does have this information, but has no way to communicate back to the Ruby code that multiple dependencies were changed as a result of single dependency update command.

I briefly experimented with making the NuGetUpdater.Cli discover command return the <dependencies> section from the .nuspec file of each dependency it finds so that the Ruby code could build a dependency tree; from this it would be able to figure out that "Microsoft.Extensions.Logging@8.0.1" depends on "Microsoft.Extensions.Logging.Abstractions@8.0.2" so therefore if updating Microsoft.Extensions.Logging was successful, I can skip the Microsoft.Extensions.Logging.Abstractions update as 8.0.2 is the latest version. This would require changing a lot of code.

The only other way I could think to fix this is that the "nothing was changed, update_not_possible" logic would have to be removed to allow for this scenario. Maybe this check should instead rely on the return code of NuGetUpdater to decide if the update failed or not rather than inspecting the contents of the dependency files. I'm assuming this "empty check" exists to protect against other scenarios, so I'm hesitant in trying to remove it.

If you have a preference on how this should be fixed, I'd be happy to give it a try.