Problems registering a package

Hi all

I am trying to register this package

and the automerge keeps failing saying that guidelines are not met, but I can’t figure out what is wrong

this is the pull request

this is the part with the error

Precompiling project...
  ✓ Adiff
  1 dependency successfully precompiled in 3 seconds
[ Info: Successfully `import`ed package
[ Info: Successfully `import`ed the package
┌ Info: Version can be `import`ed
│   meets_this_guideline = true
└   message = ""
[ Info: Attempting to clone...
[ Info: Clone was successful
┌ Info: No UUID conflict with other registries.
│   meets_this_guideline = true
└   message = ""
┌ Info: Name is not too similar to existing package names
│   meets_this_guideline = true
└   message = ""
ERROR: LoadError: RegistryCI.AutoMerge.AutoMergeGuidelinesNotMet("The automerge guidelines were not met.")
Stacktrace:
 [1] pull_request_build(data::RegistryCI.AutoMerge.GitHubAutoMergeData; check_license::Bool)
   @ RegistryCI.AutoMerge ~/.julia/packages/RegistryCI/NDD9D/src/AutoMerge/pull_requests.jl:215
 [2] pull_request_build(api::GitHub.GitHubWebAPI, pr_number::Int64, current_pr_head_commit_sha::String, registry::GitHub.Repo, registry_head::String; whoami::String, auth::GitHub.OAuth2, authorized_authors::Vector{String}, authorized_authors_special_jll_exceptions::Vector{String}, error_exit_if_automerge_not_applicable::Bool, master_branch::String, master_branch_is_default_branch::Bool, suggest_onepointzero::Bool, registry_deps::Vector{String}, check_license::Bool, public_registries::Vector{String}, read_only::Bool)
   @ RegistryCI.AutoMerge ~/.julia/packages/RegistryCI/NDD9D/src/AutoMerge/pull_requests.jl:146
 [3] run(env::Base.EnvDict, cicfg::RegistryCI.AutoMerge.GitHubActions; merge_new_packages::Bool, merge_new_versions::Bool, new_package_waiting_period::Day, new_jll_package_waiting_period::Minute, new_version_waiting_period::Minute, new_jll_version_waiting_period::Minute, registry::String, tagbot_enabled::Bool, authorized_authors::Vector{String}, authorized_authors_special_jll_exceptions::Vector{String}, additional_statuses::Vector{String}, additional_check_runs::Vector{String}, error_exit_if_automerge_not_applicable::Bool, master_branch::String, master_branch_is_default_branch::Bool, suggest_onepointzero::Bool, registry_deps::Vector{String}, api_url::String, check_license::Bool, public_registries::Vector{String}, read_only::Bool)
   @ RegistryCI.AutoMerge ~/.julia/packages/RegistryCI/NDD9D/src/AutoMerge/public.jl:132
 [4] top-level scope
   @ ~/work/_temp/b96ee287-50dd-4b3c-910e-13f2bf2a6a82:4
in expression starting at /home/runner/work/_temp/b96ee287-50dd-4b3c-910e-13f2bf2a6a82:4
Error: Process completed with exit code 1.

many thanks,
Andrea

Instead of looking at the logs, look at the well-formatted comment: New package: Adiff v0.1.0 by JuliaRegistrator · Pull Request #37911 · JuliaRegistries/General · GitHub

1 Like

that makes it very clear!

many thanks,
Andrea