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

Ci/test x plat #351

Closed
wants to merge 8 commits into from

chore: use arm64/amd64 maintained fork of httpbin

954b35e
Select commit
Loading
Failed to load commit list.
Closed

Ci/test x plat #351

chore: use arm64/amd64 maintained fork of httpbin
954b35e
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Cirrus CI / macos_arm64 VERSION:1.19 failed Oct 3, 2023 in 1m 1s

Task Summary

Instruction test failed in 00:32

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:07 clone
✅ 00:11 golang_pre_req
✅ 00:01 cirrus_cli_pre_req
✅ 00:05 plugin_protobuf_pre_req
❌ 00:32 test

--- PASS: TestRootCommand (0.00s)
=== RUN   TestRootCommand_LogLevel
--- PASS: TestRootCommand_LogLevel (0.00s)
=== RUN   TestVersionCommand
Pact Go is a utility that wraps a number of external applications into
an idiomatic Golang interface and CLI, providing a mock service and DSL for
the consumer project, and interaction playback and verification for the
service provider project.

Usage:
  pact-go [command]

Available Commands:
  check       Check required libraries
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  install     Install required libraries
  version     Print the version number of Pact Go

Flags:
  -h, --help              help for pact-go
  -l, --logLevel string   Set the logging level (DEBUG, INFO, ERROR) (default "INFO")
  -v, --verbose           verbose output (default true)

Use "pact-go [command] --help" for more information about a command.
Pact Go CLI v2.0.2--- PASS: TestVersionCommand (0.00s)
PASS
coverage: 35.0% of statements
ok  	github.com/pact-foundation/pact-go/v2/command	0.069s	coverage: 35.0% of statements
go: downloading github.com/stretchr/testify v1.8.4
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/pmezard/go-difflib v1.0.0
=== RUN   TestHttpV4TypeSystem


http_v4_test.go:46:
	Pact Verification Failed for: TestHttpV4TypeSystem

		Diff:
2023/10/03 16:55:26 [INFO] pact validation failed, errors: 
		expected: 	GET / (Expected request that was not received)


2023/10/03 16:55:26 [ERROR] failed to log to stdout: can't set logger (applying the logger failed, perhaps because one is applied already).
2023-10-03T16:55:26.454067Z  WARN ThreadId(02) pact_plugin_driver::plugin_manager: Could not load plugin manifest from disk, will try auto install it: Plugin directory "/Users/admin/.pact/plugins" does not exist
2023-10-03T16:55:26.578905Z  INFO ThreadId(02) pact_plugin_driver::repository: Fetching index from github
2023-10-03T16:55:27.115929Z  INFO ThreadId(02) pact_plugin_driver::plugin_manager: Found an entry for the plugin in the plugin index, will try install that
2023-10-03T16:55:27.115997Z  INFO ThreadId(02) pact_plugin_driver::download: Fetching root document for source source=https://github.com/pactflow/pact-protobuf-plugin/releases/tag/v-0.3.0
2023-10-03T16:55:28.547029Z ERROR ThreadId(02) pact_ffi::plugins: Could not load plugin - Downloading manifest file from GitHub
2023/10/03 16:55:28 pact setup failed:the plugin could not be started
FAIL	github.com/pact-foundation/pact-go/v2/consumer	2.142s
FAIL
make: *** [test] Error 1

Exit status: 2����������������