forked from xenserver/packer-plugin-xenserver
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
I am facing trouble while installing the new version 10.0.2.
This is what I get while doing a packer init -upgrade
Failed getting the "github.com/vatesfr/xenserver" plugin:
2 errors occurred:
* could not find a local nor a remote checksum for plugin "github.com/vatesfr/xenserver" ">= v10.0.2"
* could not install any compatible version of plugin "github.com/vatesfr/xenserver"
And this is my configuration
packer {
required_plugins {
xenserver= {
version = ">= 10.0.2"
source = "github.com/vatesfr/xenserver"
}
}
}
Is there a problem with this release ? I'am using packer 1.14.3 and had no problem installing version 0.9.0
Here is the debug informations :
# PACKER_LOG=1 /usr/bin/packer init -upgrade ./rocky-9.6-kube-xen/
2026/01/30 11:50:36 [INFO] Packer version: 1.14.3 [go1.24.0 linux amd64]
2026/01/30 11:50:36 [INFO] PACKER_CONFIG env var not set; checking the default config file path
2026/01/30 11:50:36 [INFO] PACKER_CONFIG env var set; attempting to open config file: /root/.packerconfig
2026/01/30 11:50:36 [WARN] Config file doesn't exist: /root/.packerconfig
2026/01/30 11:50:36 [INFO] Setting cache directory: /root/.cache/packer
2026/01/30 11:50:36 [TRACE] init: plugingetter.ListInstallationsOptions{PluginDirectory:"/root/.config/packer/plugins", BinaryInstallationOptions:plugingetter.BinaryInstallationOptions{APIVersionMajor:"5", APIVersionMinor:"0", OS:"linux", ARCH:"amd64", Ext:"", Checksummers:[]plugingetter.Checksummer{plugingetter.Checksummer{Type:"sha256", Hash:(*sha256.Digest)(0xc000770f00)}}, ReleasesOnly:true}}
2026/01/30 11:50:36 [TRACE] listing potential installations for "github.com/vatesfr/xenserver" that match ">= 10.0.2". plugingetter.ListInstallationsOptions{PluginDirectory:"/root/.config/packer/plugins", BinaryInstallationOptions:plugingetter.BinaryInstallationOptions{APIVersionMajor:"5", APIVersionMinor:"0", OS:"linux", ARCH:"amd64", Ext:"", Checksummers:[]plugingetter.Checksummer{plugingetter.Checksummer{Type:"sha256", Hash:(*sha256.Digest)(0xc000770f00)}}, ReleasesOnly:true}}
2026/01/30 11:50:36 [TRACE] version "v0.9.0" of file "/root/.config/packer/plugins/github.com/vatesfr/xenserver/packer-plugin-xenserver_v0.9.0_x5.0_linux_amd64" does not match constraint ">= 10.0.2"
2026/01/30 11:50:36 [TRACE] Getting releases of github.com/vatesfr/xenserver plugin from releases.hashicorp.com
2026/01/30 11:50:36 [ERROR] Got error while trying getting data from releases.hashicorp.com, <nil>
2026/01/30 11:50:36 [TRACE] Getting releases of github.com/vatesfr/xenserver plugin from github.com
2026/01/30 11:50:36 [WARNING] github-getter: no GitHub token set, if you intend to install plugins often, please set the PACKER_GITHUB_API_TOKEN env var
2026/01/30 11:50:36 [DEBUG] github-getter: getting "https://api.github.com/repos/vatesfr/packer-plugin-xenserver/git/matching-refs/tags"
2026/01/30 11:50:36 [DEBUG] will try to install: [10.0.2]
2026/01/30 11:50:36 [TRACE] fetching checksums file for the "10.0.2" version of the github.com/vatesfr/xenserver plugin in "/root/.config/packer/plugins/github.com/vatesfr/xenserver"...
2026/01/30 11:50:36 [TRACE] Getting sha256 of github.com/vatesfr/xenserver plugin from github.com
2026/01/30 11:50:36 [DEBUG] github-getter: getting "https://github.com/vatesfr/packer-plugin-xenserver/releases/download/v10.0.2/packer-plugin-xenserver_v10.0.2_SHA256SUMS"
Failed getting the "github.com/vatesfr/xenserver" plugin:
* could not find a local nor a remote checksum for plugin "github.com/vatesfr/xenserver" ">= 10.0.2"
* could not install any compatible version of plugin "github.com/vatesfr/xenserver"
2 errors occurred:
* could not find a local nor a remote checksum for plugin "github.com/vatesfr/xenserver" ">= 10.0.2"
* could not install any compatible version of plugin "github.com/vatesfr/xenserver"
2026/01/30 11:50:37 [INFO] (telemetry) Finalizing.
2026/01/30 11:50:37 waiting for all plugin processes to complete...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels