Package Details: grpcurl 1.9.3-1

Git Clone URL: https://aur.archlinux.org/grpcurl.git (read-only, click to copy)
Package Base: grpcurl
Description: Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
Upstream URL: https://github.com/fullstorydev/grpcurl
Licenses: MIT
Conflicts: grpcurl-bin
Submitter: codyps
Maintainer: codyps (yibe)
Last Packager: yibe
Votes: 5
Popularity: 0.019758
First Submitted: 2020-04-14 18:40 (UTC)
Last Updated: 2025-03-12 15:56 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

cg505 commented on 2026-03-25 18:59 (UTC)

Getting a failure in check() when building in chroot:

==> Starting check()...
--- FAIL: TestBrokenTLS_ClientNotTrusted (0.00s)
    tls_settings_test.go:257: expecting TLS certificate error, got: remote error: tls: handshake failure
--- FAIL: TestBrokenTLS_RequireClientCertButNonePresented (0.00s)
    tls_settings_test.go:297: expecting TLS certificate error, got: remote error: tls: handshake failure
FAIL
FAIL    github.com/fullstorydev/grpcurl 20.402s
ok      github.com/fullstorydev/grpcurl/cmd/grpcurl 0.009s
?       github.com/fullstorydev/grpcurl/internal/testing    [no test files]
?       github.com/fullstorydev/grpcurl/internal/testing/cmd/bankdemo   [no test files]
?       github.com/fullstorydev/grpcurl/internal/testing/cmd/testserver [no test files]
?       github.com/fullstorydev/grpcurl/internal/testing/jsonpb_test_proto  [no test files]
FAIL
==> ERROR: A failure occurred in check().
    Aborting...