Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

kiota 1.14.0 #170671

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/k/kiota.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Kiota < Formula
desc "OpenAPI based HTTP Client code generator"
homepage "https://aka.ms/kiota/docs"
url "https://github.com/microsoft/kiota/archive/refs/tags/v1.11.1.tar.gz"
sha256 "cab39c2bffd20db3c8f31653ba1f0cb9fa3be785f38ff62422be76a34030dee6"
url "https://github.com/microsoft/kiota/archive/refs/tags/v1.14.0.tar.gz"
sha256 "d0a971cfe846f491772071f54866a9c5ab8324053923918d92eae1807dc0c3b4"
license "MIT"
head "https://github.com/microsoft/kiota.git", branch: "main"

Expand All @@ -18,7 +18,7 @@

depends_on "dotnet"

def install

Check failure on line 21 in Formula/k/kiota.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --build-bottle kiota` failed on Linux!

==> Fetching kiota ==> Downloading https://github.com/microsoft/kiota/archive/refs/tags/v1.14.0.tar.gz Already downloaded: /home/linuxbrew/.cache/Homebrew/downloads/bd30b6cd7bd86b2f7f9e1e45b49622eecaa8014bfe4f4a2ba17503cc11698b59--kiota-1.14.0.tar.gz ==> Verifying checksum for 'bd30b6cd7bd86b2f7f9e1e45b49622eecaa8014bfe4f4a2ba17503cc11698b59--kiota-1.14.0.tar.gz' /usr/bin/env tar --extract --no-same-owner --file /home/linuxbrew/.cache/Homebrew/downloads/bd30b6cd7bd86b2f7f9e1e45b49622eecaa8014bfe4f4a2ba17503cc11698b59--kiota-1.14.0.tar.gz --directory /tmp/homebrew-unpack20240503-6963-c1m9hp /usr/bin/env cp -pR /tmp/homebrew-unpack20240503-6963-c1m9hp/kiota-1.14.0/. /tmp/kiota-20240503-6963-o3ls8e/kiota-1.14.0 ==> dotnet publish src/kiota/kiota.csproj --configuration Release --framework net8.0 --output /home/linuxbrew/.linuxbrew/Cellar/kiota/1.14.0/libexec --runtime linux-x64 --no-self-contained -p:PublishSingleFile=true -p:Version=1.14.0 Welcome to .NET 8.0! --------------------- SDK Version: 8.0.104 ---------------- Installed an ASP.NET Core HTTPS development certificate. To trust the certificate, view the instructions: https://aka.ms/dotnet-https-linux ---------------- Write your first app: https://aka.ms/dotnet-hello-world Find out what's new: https://aka.ms/dotnet-whats-new Explore documentation: https://aka.ms/dotnet-docs Report issues and find source on GitHub: https://github.com/dotnet/core Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli -------------------------------------------------------------------------------------- MSBuild version 17.8.5+b5265ef37 for .NET Determining projects to restore... Restored /tmp/kiota-20240503-6963-o3ls8e/kiota-1.14.0/src/Kiota.Builder/Kiota.Builder.csproj (in 1.86 sec). Restored /tmp/kiota-20240503-6963-o3ls8e/kiota-1.14.0/src/kiota/kiota.csproj (in 1.87 sec). Restored /tmp/kiota-20240503-6963-o3ls8e/kiota-1.14.0/src/Kiota.Generated/KiotaGenerated.csproj (in 2.09 sec). KiotaGenerated -> /tmp/kiota-20240503-6963-o3ls8e/kiota-1.14.0/src/Kiota.Generated/bin/Release/netstandard2.0/KiotaGenerated.dll /tmp/kiota-20240503-6963-o3ls8e/kiota-1.14.0/.brew_home/.nuget/packages/microsoft.build.tasks.git/8.0.0/build/Microsoft.Build.Tasks.Git.targets(25,5): warning : Unable to locate repository with working directory that contains directory '/tmp/kiota-20240503-6963-o3ls8e/kiota-1.14.0/src/Kiota.Builder'. [/tmp/kiota-20240503-6963-o3ls8e/kiota-1.14.0/src/Kiota.Builder/Kiota.Builder.csproj] /tmp/kiota-20240503-6963-o3ls8e/kiota-1.14.0/.brew_home/.nuget/packages/microsoft.sourcelink.common/8.0.0/build/Microsoft.SourceLink.Common.targets(53,5): warning : Source control information is not available - the generated source link is empty. [/tmp/kiota-20240503-6963-o3ls8e/kiota-1.14.0/src/Kiota.Builder/Kiota.Builder.csproj] CSC : error CS9057: The analyzer assembly '/tmp/kiota-20240503-6963-o3ls8e/kiota-1.14.0/src/Kiota.Generated/bin/Release/netstandard2.0/KiotaGenerated.dll' references version '4.9.0.0' of the compiler, which is newer than the currently running version '4.8.0.0'. [/tmp/kiota-20240503-6963-o3ls8e/kiota-1.14.0/src/Kiota.Builder/Kiota.Builder.csproj] ==> Formula Path: /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/k/kiota.rb ==> Configuration HOMEBREW_VERSION: 4.2.20-83-gc09ef9a ORIGIN: https://github.com/Homebrew/brew HEAD: c09ef9a125776ebb1d863c45e2221b084727b6e1 Last commit: 11 minutes ago Core tap HEAD: ae91673a2231c5a36414d95a0fac2d8a72608b6e Core tap last commit: 6 minutes ago Core tap JSON: 03 May 00:42 UTC HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew HOMEBREW_BOOTSNAP: set HOMEBREW_CASK_OPTS: [] HOMEBREW_COLOR: set HOMEBREW_CURL_PATH: /usr/bin/curl HOMEBREW_FAIL_LOG_LINES: 150 HOMEBREW_GITHUB_API_TOKEN: set HOMEBREW_GIT_EMAIL: [email protected] HOMEBREW_GIT_NAME: BrewTestBot HOMEBREW_GIT_PATH: /usr/bin/git HOMEBREW_LOGS: /github/home/bottles/logs HOMEBREW_MAKE_JOBS: 4 HOMEBREW_NO_AUTO_UPDATE: set HOMEBREW_NO_EMOJI: set HOMEBREW_NO_ENV_HINTS: set HOMEBREW_NO_INSTALLED_DEPENDE

Check failure on line 21 in Formula/k/kiota.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew install --verbose --build-bottle kiota` failed on macOS Sonoma (14) on Apple Silicon!

==> Fetching kiota ==> Downloading https://github.com/microsoft/kiota/archive/refs/tags/v1.14.0.tar.gz Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/bd30b6cd7bd86b2f7f9e1e45b49622eecaa8014bfe4f4a2ba17503cc11698b59--kiota-1.14.0.tar.gz ==> Verifying checksum for 'bd30b6cd7bd86b2f7f9e1e45b49622eecaa8014bfe4f4a2ba17503cc11698b59--kiota-1.14.0.tar.gz' /usr/bin/env tar --extract --no-same-owner --file /Users/brew/Library/Caches/Homebrew/downloads/bd30b6cd7bd86b2f7f9e1e45b49622eecaa8014bfe4f4a2ba17503cc11698b59--kiota-1.14.0.tar.gz --directory /private/tmp/homebrew-unpack20240502-5245-g9tb6e /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240502-5245-g9tb6e/kiota-1.14.0/. /private/tmp/kiota-20240502-5245-9jil4l/kiota-1.14.0 ==> dotnet publish src/kiota/kiota.csproj --configuration Release --framework net8.0 --output /opt/homebrew/Cellar/kiota/1.14.0/libexec --runtime osx-arm64 --no-self-contained -p:PublishSingleFile=true -p:Version=1.14.0 Welcome to .NET 8.0! --------------------- SDK Version: 8.0.104 ---------------- Installed an ASP.NET Core HTTPS development certificate. To trust the certificate, run 'dotnet dev-certs https --trust' Learn about HTTPS: https://aka.ms/dotnet-https ---------------- Write your first app: https://aka.ms/dotnet-hello-world Find out what's new: https://aka.ms/dotnet-whats-new Explore documentation: https://aka.ms/dotnet-docs Report issues and find source on GitHub: https://github.com/dotnet/core Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli -------------------------------------------------------------------------------------- MSBuild version 17.8.5+b5265ef37 for .NET Determining projects to restore... Restored /private/tmp/kiota-20240502-5245-9jil4l/kiota-1.14.0/src/Kiota.Builder/Kiota.Builder.csproj (in 1.51 sec). Restored /private/tmp/kiota-20240502-5245-9jil4l/kiota-1.14.0/src/Kiota.Generated/KiotaGenerated.csproj (in 2.2 sec). Restored /private/tmp/kiota-20240502-5245-9jil4l/kiota-1.14.0/src/kiota/kiota.csproj (in 2.32 sec). KiotaGenerated -> /private/tmp/kiota-20240502-5245-9jil4l/kiota-1.14.0/src/Kiota.Generated/bin/Release/netstandard2.0/KiotaGenerated.dll /private/tmp/kiota-20240502-5245-9jil4l/kiota-1.14.0/.brew_home/.nuget/packages/microsoft.build.tasks.git/8.0.0/build/Microsoft.Build.Tasks.Git.targets(25,5): warning : Unable to locate repository with working directory that contains directory '/private/tmp/kiota-20240502-5245-9jil4l/kiota-1.14.0/src/Kiota.Builder'. [/private/tmp/kiota-20240502-5245-9jil4l/kiota-1.14.0/src/Kiota.Builder/Kiota.Builder.csproj] /private/tmp/kiota-20240502-5245-9jil4l/kiota-1.14.0/.brew_home/.nuget/packages/microsoft.sourcelink.common/8.0.0/build/Microsoft.SourceLink.Common.targets(53,5): warning : Source control information is not available - the generated source link is empty. [/private/tmp/kiota-20240502-5245-9jil4l/kiota-1.14.0/src/Kiota.Builder/Kiota.Builder.csproj] CSC : error CS9057: The analyzer assembly '/private/tmp/kiota-20240502-5245-9jil4l/kiota-1.14.0/src/Kiota.Generated/bin/Release/netstandard2.0/KiotaGenerated.dll' references version '4.9.0.0' of the compiler, which is newer than the currently running version '4.8.0.0'. [/private/tmp/kiota-20240502-5245-9jil4l/kiota-1.14.0/src/Kiota.Builder/Kiota.Builder.csproj] ==> Formula Path: /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/k/kiota.rb ==> Configuration HOMEBREW_VERSION: 4.2.20-83-gc09ef9a ORIGIN: https://github.com/Homebrew/brew HEAD: c09ef9a125776ebb1d863c45e2221b084727b6e1 Last commit: 11 minutes ago Core tap HEAD: ae91673a2231c5a36414d95a0fac2d8a72608b6e Core tap last commit: 5 minutes ago Core tap JSON: 03 May 00:42 UTC Core cask tap JSON: 03 May 00:42 UTC HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_BOOTSNAP: set HOMEBREW_CACHE: /Users/brew/Library/Caches/Homebrew HOMEBREW_CASK_OPTS: [] HOMEBREW_COLOR: set HOMEBREW_CURL_PATH: /usr/bin/curl HOMEBREW_FAIL_LOG_LINES: 150 HOMEBREW_GITHUB_API_TOKEN: set HOMEBREW_GIT_EMAIL: [email protected] HOMEBREW_GIT_NAME:

Check failure on line 21 in Formula/k/kiota.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

`brew install --verbose --build-bottle kiota` failed on macOS Ventura (13) on Apple Silicon!

==> Fetching kiota ==> Downloading https://github.com/microsoft/kiota/archive/refs/tags/v1.14.0.tar.gz Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/bd30b6cd7bd86b2f7f9e1e45b49622eecaa8014bfe4f4a2ba17503cc11698b59--kiota-1.14.0.tar.gz ==> Verifying checksum for 'bd30b6cd7bd86b2f7f9e1e45b49622eecaa8014bfe4f4a2ba17503cc11698b59--kiota-1.14.0.tar.gz' /usr/bin/env tar --extract --no-same-owner --file /Users/brew/Library/Caches/Homebrew/downloads/bd30b6cd7bd86b2f7f9e1e45b49622eecaa8014bfe4f4a2ba17503cc11698b59--kiota-1.14.0.tar.gz --directory /private/tmp/homebrew-unpack20240502-5168-sig1z9 /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240502-5168-sig1z9/kiota-1.14.0/. /private/tmp/kiota-20240502-5168-uul8a/kiota-1.14.0 ==> dotnet publish src/kiota/kiota.csproj --configuration Release --framework net8.0 --output /opt/homebrew/Cellar/kiota/1.14.0/libexec --runtime osx-arm64 --no-self-contained -p:PublishSingleFile=true -p:Version=1.14.0 Welcome to .NET 8.0! --------------------- SDK Version: 8.0.104 ---------------- Installed an ASP.NET Core HTTPS development certificate. To trust the certificate, run 'dotnet dev-certs https --trust' Learn about HTTPS: https://aka.ms/dotnet-https ---------------- Write your first app: https://aka.ms/dotnet-hello-world Find out what's new: https://aka.ms/dotnet-whats-new Explore documentation: https://aka.ms/dotnet-docs Report issues and find source on GitHub: https://github.com/dotnet/core Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli -------------------------------------------------------------------------------------- MSBuild version 17.8.5+b5265ef37 for .NET Determining projects to restore... Restored /private/tmp/kiota-20240502-5168-uul8a/kiota-1.14.0/src/Kiota.Builder/Kiota.Builder.csproj (in 2.29 sec). Restored /private/tmp/kiota-20240502-5168-uul8a/kiota-1.14.0/src/kiota/kiota.csproj (in 3.29 sec). Restored /private/tmp/kiota-20240502-5168-uul8a/kiota-1.14.0/src/Kiota.Generated/KiotaGenerated.csproj (in 3.32 sec). KiotaGenerated -> /private/tmp/kiota-20240502-5168-uul8a/kiota-1.14.0/src/Kiota.Generated/bin/Release/netstandard2.0/KiotaGenerated.dll /private/tmp/kiota-20240502-5168-uul8a/kiota-1.14.0/.brew_home/.nuget/packages/microsoft.build.tasks.git/8.0.0/build/Microsoft.Build.Tasks.Git.targets(25,5): warning : Unable to locate repository with working directory that contains directory '/private/tmp/kiota-20240502-5168-uul8a/kiota-1.14.0/src/Kiota.Builder'. [/private/tmp/kiota-20240502-5168-uul8a/kiota-1.14.0/src/Kiota.Builder/Kiota.Builder.csproj] /private/tmp/kiota-20240502-5168-uul8a/kiota-1.14.0/.brew_home/.nuget/packages/microsoft.sourcelink.common/8.0.0/build/Microsoft.SourceLink.Common.targets(53,5): warning : Source control information is not available - the generated source link is empty. [/private/tmp/kiota-20240502-5168-uul8a/kiota-1.14.0/src/Kiota.Builder/Kiota.Builder.csproj] CSC : error CS9057: The analyzer assembly '/private/tmp/kiota-20240502-5168-uul8a/kiota-1.14.0/src/Kiota.Generated/bin/Release/netstandard2.0/KiotaGenerated.dll' references version '4.9.0.0' of the compiler, which is newer than the currently running version '4.8.0.0'. [/private/tmp/kiota-20240502-5168-uul8a/kiota-1.14.0/src/Kiota.Builder/Kiota.Builder.csproj] ==> Formula Path: /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/k/kiota.rb ==> Configuration HOMEBREW_VERSION: 4.2.20-83-gc09ef9a ORIGIN: https://github.com/Homebrew/brew HEAD: c09ef9a125776ebb1d863c45e2221b084727b6e1 Last commit: 11 minutes ago Core tap HEAD: ae91673a2231c5a36414d95a0fac2d8a72608b6e Core tap last commit: 5 minutes ago Core tap JSON: 03 May 00:43 UTC Core cask tap JSON: 03 May 00:43 UTC HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_BOOTSNAP: set HOMEBREW_CACHE: /Users/brew/Library/Caches/Homebrew HOMEBREW_CASK_OPTS: [] HOMEBREW_COLOR: set HOMEBREW_CURL_PATH: /usr/bin/curl HOMEBREW_FAIL_LOG_LINES: 150 HOMEBREW_GITHUB_API_TOKEN: set HOMEBREW_GIT_EMAIL: [email protected] HOMEBREW_GIT_NAME: BrewTestBo

Check failure on line 21 in Formula/k/kiota.rb

View workflow job for this annotation

GitHub Actions / macOS 12-arm64

`brew install --verbose --build-bottle kiota` failed on macOS Monterey (12) on Apple Silicon!

==> Fetching kiota ==> Downloading https://github.com/microsoft/kiota/archive/refs/tags/v1.14.0.tar.gz Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/bd30b6cd7bd86b2f7f9e1e45b49622eecaa8014bfe4f4a2ba17503cc11698b59--kiota-1.14.0.tar.gz ==> Verifying checksum for 'bd30b6cd7bd86b2f7f9e1e45b49622eecaa8014bfe4f4a2ba17503cc11698b59--kiota-1.14.0.tar.gz' /usr/bin/env tar --extract --no-same-owner --file /Users/brew/Library/Caches/Homebrew/downloads/bd30b6cd7bd86b2f7f9e1e45b49622eecaa8014bfe4f4a2ba17503cc11698b59--kiota-1.14.0.tar.gz --directory /private/tmp/homebrew-unpack20240502-4928-3dbtn1 /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240502-4928-3dbtn1/kiota-1.14.0/. /private/tmp/kiota-20240502-4928-rd4m7u/kiota-1.14.0 ==> dotnet publish src/kiota/kiota.csproj --configuration Release --framework net8.0 --output /opt/homebrew/Cellar/kiota/1.14.0/libexec --runtime osx-arm64 --no-self-contained -p:PublishSingleFile=true -p:Version=1.14.0 Welcome to .NET 8.0! --------------------- SDK Version: 8.0.104 ---------------- Installed an ASP.NET Core HTTPS development certificate. To trust the certificate, run 'dotnet dev-certs https --trust' Learn about HTTPS: https://aka.ms/dotnet-https ---------------- Write your first app: https://aka.ms/dotnet-hello-world Find out what's new: https://aka.ms/dotnet-whats-new Explore documentation: https://aka.ms/dotnet-docs Report issues and find source on GitHub: https://github.com/dotnet/core Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli -------------------------------------------------------------------------------------- MSBuild version 17.8.5+b5265ef37 for .NET Determining projects to restore... Restored /private/tmp/kiota-20240502-4928-rd4m7u/kiota-1.14.0/src/Kiota.Builder/Kiota.Builder.csproj (in 2.23 sec). Restored /private/tmp/kiota-20240502-4928-rd4m7u/kiota-1.14.0/src/kiota/kiota.csproj (in 3.08 sec). Restored /private/tmp/kiota-20240502-4928-rd4m7u/kiota-1.14.0/src/Kiota.Generated/KiotaGenerated.csproj (in 3.36 sec). KiotaGenerated -> /private/tmp/kiota-20240502-4928-rd4m7u/kiota-1.14.0/src/Kiota.Generated/bin/Release/netstandard2.0/KiotaGenerated.dll /private/tmp/kiota-20240502-4928-rd4m7u/kiota-1.14.0/.brew_home/.nuget/packages/microsoft.build.tasks.git/8.0.0/build/Microsoft.Build.Tasks.Git.targets(25,5): warning : Unable to locate repository with working directory that contains directory '/private/tmp/kiota-20240502-4928-rd4m7u/kiota-1.14.0/src/Kiota.Builder'. [/private/tmp/kiota-20240502-4928-rd4m7u/kiota-1.14.0/src/Kiota.Builder/Kiota.Builder.csproj] /private/tmp/kiota-20240502-4928-rd4m7u/kiota-1.14.0/.brew_home/.nuget/packages/microsoft.sourcelink.common/8.0.0/build/Microsoft.SourceLink.Common.targets(53,5): warning : Source control information is not available - the generated source link is empty. [/private/tmp/kiota-20240502-4928-rd4m7u/kiota-1.14.0/src/Kiota.Builder/Kiota.Builder.csproj] CSC : error CS9057: The analyzer assembly '/private/tmp/kiota-20240502-4928-rd4m7u/kiota-1.14.0/src/Kiota.Generated/bin/Release/netstandard2.0/KiotaGenerated.dll' references version '4.9.0.0' of the compiler, which is newer than the currently running version '4.8.0.0'. [/private/tmp/kiota-20240502-4928-rd4m7u/kiota-1.14.0/src/Kiota.Builder/Kiota.Builder.csproj] ==> Formula Path: /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/k/kiota.rb ==> Configuration HOMEBREW_VERSION: 4.2.20-83-gc09ef9a ORIGIN: https://github.com/Homebrew/brew HEAD: c09ef9a125776ebb1d863c45e2221b084727b6e1 Last commit: 11 minutes ago Core tap HEAD: ae91673a2231c5a36414d95a0fac2d8a72608b6e Core tap last commit: 5 minutes ago Core tap JSON: 03 May 00:43 UTC Core cask tap JSON: 03 May 00:43 UTC HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_BOOTSNAP: set HOMEBREW_CACHE: /Users/brew/Library/Caches/Homebrew HOMEBREW_CASK_OPTS: [] HOMEBREW_COLOR: set HOMEBREW_CURL_PATH: /usr/bin/curl HOMEBREW_FAIL_LOG_LINES: 150 HOMEBREW_GITHUB_API_TOKEN: set HOMEBREW_GIT_EMAIL: [email protected] HOMEBREW_GIT_NAME
dotnet = Formula["dotnet"]
os = OS.mac? ? "osx" : OS.kernel_name.downcase
arch = Hardware::CPU.intel? ? "x64" : Hardware::CPU.arch.to_s
Expand Down
Loading