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

New version: Eirene v1.3.7 #37828

Closed
wants to merge 1 commit into from

Conversation

JuliaRegistrator
Copy link
Contributor

@JuliaRegistrator JuliaRegistrator commented May 30, 2021

@github-actions
Copy link
Contributor

Your new version pull request does not meet the guidelines for auto-merging. Please make sure that you have read the General registry README and the AutoMerge guidelines. The following guidelines were not met:

  • I was not able to load the package (i.e. import Eirene failed). See the CI logs for details.

Note that the guidelines are only required for the pull request to be merged automatically. However, it is strongly recommended to follow them, since otherwise the pull request needs to be manually reviewed and merged by a human.

After you have fixed the AutoMerge issues, simple retrigger Registrator, which will automatically update this pull request. You do not need to change the version number in your Project.toml file (unless of course the AutoMerge issue is that you skipped a version number, in which case you should change the version number).

If you do not want to fix the AutoMerge issues, please post a comment explaining why you would like this pull request to be manually merged.


If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

@giordano
Copy link
Member

@Eetion please see the message above. Once you fix the automerge issues you can register again the new revision without changing the version number and this pull request will be automatically updated.

[noblock]

@henselman-petrusek
Copy link

Hello and thanks for your message. I've tried reading the error report but haven't been able to understand what it's saying.

I suspect that the error may be similar to something encountered recently vis-a-vis Julia compat requirements; will open a new request to address that problem, but if it doesn't work I'd be very grateful for any references you could recommend on how to read the CI report. Thanks and sorry for the trouble!

UUID: 9c0f25c4-2ca1-5870-89f6-52640788da1d
Repo: https://github.com/Eetion/Eirene.jl.git
Tree: 8a9b4dbab2b391cc166191c6bbcf2c5e3c15abc9

Registrator tree SHA: c7e033175c3b9b466fb2cc8beab47042878a66b0
@JuliaRegistrator JuliaRegistrator force-pushed the registrator/eirene/9c0f25c4/v1.3.7 branch from d3569bc to a283439 Compare June 1, 2021 17:01
@JuliaRegistrator JuliaRegistrator temporarily deployed to stopwatch June 1, 2021 17:01 Inactive
@brenhinkeller
Copy link

@Eetion In case it's useful to have someone else reproduce the error

(@v1.6) pkg> activate --temp
  Activating new environment at `/var/folders/qk/2qyrdb854mvd2tn4crc802lw0000gn/T/jl_fEdIBV/Project.toml`

(jl_fEdIBV) pkg> add https://github.com/Eetion/Eirene.jl
[...]
Precompiling project...
  ✗ Eirene
  26 dependencies successfully precompiled in 31 seconds (35 already precompiled)
  1 dependency errored. To see a full report either run `import Pkg; Pkg.precompile()` or load the package

julia> using Eirene
[ Info: Precompiling Eirene [9c0f25c4-2ca1-5870-89f6-52640788da1d]
ERROR: LoadError: InitError: SystemError: opening file "/Users/cbkeller/.julia/packages/PlotlyJS/AhkM5/deps/build.log": No such file or directory
Stacktrace:
  [1] systemerror(p::String, errno::Int32; extrainfo::Nothing)
    @ Base ./error.jl:168
  [2] #systemerror#62
    @ ./error.jl:167 [inlined]
  [3] systemerror
    @ ./error.jl:167 [inlined]
  [4] open(fname::String; lock::Bool, read::Nothing, write::Nothing, create::Nothing, truncate::Nothing, append::Nothing)
    @ Base ./iostream.jl:293
  [5] open
    @ ./iostream.jl:282 [inlined]
  [6] open(f::Base.var"#326#327"{String}, args::String; kwargs::Base.Iterators.Pairs{Union{}, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
    @ Base ./io.jl:328
  [7] open
    @ ./io.jl:328 [inlined]
  [8] read
    @ ./io.jl:434 [inlined]
  [9] __init__()
    @ PlotlyJS ~/.julia/packages/PlotlyJS/AhkM5/src/PlotlyJS.jl:84
 [10] _include_from_serialized(path::String, depmods::Vector{Any})
    @ Base ./loading.jl:674
 [11] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String)
    @ Base ./loading.jl:760
 [12] _require(pkg::Base.PkgId)
    @ Base ./loading.jl:998
 [13] require(uuidkey::Base.PkgId)
    @ Base ./loading.jl:914
 [14] require(into::Module, mod::Symbol)
    @ Base ./loading.jl:901
 [15] include
    @ ./Base.jl:386 [inlined]
 [16] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::Nothing)
    @ Base ./loading.jl:1213
 [17] top-level scope
    @ none:1
 [18] eval
    @ ./boot.jl:360 [inlined]
 [19] eval(x::Expr)
    @ Base.MainInclude ./client.jl:446
 [20] top-level scope
    @ none:1
during initialization of module PlotlyJS
in expression starting at /Users/cbkeller/.julia/packages/Eirene/ef1kz/src/Eirene.jl:29
ERROR: Failed to precompile Eirene [9c0f25c4-2ca1-5870-89f6-52640788da1d] to /Users/cbkeller/.julia/compiled/v1.6/Eirene/jl_RVLlbU.
Stacktrace:
 [1] error(s::String)
   @ Base ./error.jl:33
 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::Base.TTY, internal_stdout::Base.TTY)
   @ Base ./loading.jl:1360
 [3] compilecache(pkg::Base.PkgId, path::String)
   @ Base ./loading.jl:1306
 [4] _require(pkg::Base.PkgId)
   @ Base ./loading.jl:1021
 [5] require(uuidkey::Base.PkgId)
   @ Base ./loading.jl:914
 [6] require(into::Module, mod::Symbol)
   @ Base ./loading.jl:901

[noblock]

@github-actions
Copy link
Contributor

github-actions bot commented Jul 3, 2021

This pull request has been inactive for 30 days and will be automatically closed 7 days from now. If this pull request should not be closed, please either (1) fix the AutoMerge issues and re-trigger Registrator, which will automatically update the pull request, or (2) post a comment explaining why you would like this pull request to be manually merged. [noblock]

@github-actions github-actions bot added the stale label Jul 3, 2021
@github-actions
Copy link
Contributor

This pull request has been inactive for more than 30 days and has automatically been closed. Feel free to register your package or version again once you fix the AutoMerge issues. [noblock]

@github-actions github-actions bot closed this Jul 11, 2021
@github-actions github-actions bot deleted the registrator/eirene/9c0f25c4/v1.3.7 branch July 11, 2021 12:43
@henselman-petrusek
Copy link

henselman-petrusek commented Jul 18, 2021

Thanks, @brenhinkeller! Assuming you were running version 1.6.1 at the time. Could I ask which OS? I just tried reproducing the error you reported on my own machine but for some reason it compiled without issue.

(@v1.6) pkg> generate July2021
  Generating  project July2021:
    July2021/Project.toml
    July2021/src/July2021.jl

(@v1.6) pkg> activate July2021
  Activating environment at `~/July2021/Project.toml`

(July2021) pkg> add https://github.com/Eetion/Eirene.jl
     Cloning git-repo `https://github.com/Eetion/Eirene.jl`
    Updating git-repo `https://github.com/Eetion/Eirene.jl`
    Updating registry at `~/.julia/registries/General`
   Resolving package versions...
    Updating `~/July2021/Project.toml`
  [9c0f25c4] + Eirene v1.3.7 `https://github.com/Eetion/Eirene.jl#master`
    Updating `~/July2021/Manifest.toml`
  [7d9fca2a] + Arpack v0.4.0
  [bf4720bc] + AssetRegistry v0.1.0
  [9e28174c] + BinDeps v1.0.2
  [ad839575] + Blink v0.12.5
  [336ed68f] + CSV v0.5.26
  [324d7699] + CategoricalArrays v0.7.7
  [3da002f7] + ColorTypes v0.8.1
  [5ae59095] + Colors v0.9.6
  [34da2185] + Compat v3.31.0
  [9a962f9c] + DataAPI v1.7.0
  [a93c6f00] + DataFrames v0.20.2
  [864edb3b] + DataStructures v0.18.9
  [e2d170a0] + DataValueInterfaces v1.0.0
  [b4f34e82] + Distances v0.10.3
  [ffbed154] + DocStringExtensions v0.8.5
  [9c0f25c4] + Eirene v1.3.7 `https://github.com/Eetion/Eirene.jl#master`
  [5789e2e9] + FileIO v1.10.1
  [48062228] + FilePathsBase v0.7.0
  [53c48c17] + FixedPointNumbers v0.6.1
  [de31a74c] + FunctionalCollections v0.5.0
  [cd3eb016] + HTTP v0.9.12
  [9fb69e20] + Hiccup v0.2.2
  [e91730f6] + Hungarian v0.4.0
  [83e8ac13] + IniFile v0.5.0
  [41ab1584] + InvertedIndices v1.0.0
  [82899510] + IteratorInterfaceExtensions v1.0.0
  [97c1335a] + JSExpr v0.5.3
  [682c06a0] + JSON v0.21.1
  [b964fa9f] + LaTeXStrings v1.2.1
  [50d2b5c4] + Lazy v0.15.1
  [1914dd2f] + MacroTools v0.5.6
  [739be429] + MbedTLS v1.0.3
  [e1d29d7a] + Missings v0.4.5
  [6f286f6a] + MultivariateStats v0.7.0
  [ffc61752] + Mustache v1.0.10
  [a975b10e] + Mux v0.7.6
  [510215fc] + Observables v0.3.3
  [bac558e1] + OrderedCollections v1.4.1
  [69de0a69] + Parsers v0.3.12
  [fa939f87] + Pidfile v1.2.0
  [a03496cd] + PlotlyBase v0.4.3
  [f0f68f2c] + PlotlyJS v0.13.1
  [2dfb63ee] + PooledArrays v0.5.3
  [189a3867] + Reexport v0.2.0
  [ae029012] + Requires v1.1.3
  [a2af1166] + SortingAlgorithms v0.3.1
  [82ae8749] + StatsAPI v1.0.0
  [2913bbd2] + StatsBase v0.33.8
  [3783bdb8] + TableTraits v1.0.1
  [bd369af6] + Tables v1.4.4
  [30578b45] + URIParser v0.4.1
  [5c2747f8] + URIs v1.3.0
  [ea10d353] + WeakRefStrings v0.6.2
  [0f1e0344] + WebIO v0.8.15
  [104b5d7c] + WebSockets v1.5.9
  [cc8bc4a8] + Widgets v0.6.2
  [68821587] + Arpack_jll v3.5.0+3
  [0dad84c5] + ArgTools
  [56f22d72] + Artifacts
  [2a0f44e3] + Base64
  [ade2ca70] + Dates
  [8bb1440f] + DelimitedFiles
  [8ba89e20] + Distributed
  [f43a241f] + Downloads
  [7b1f6079] + FileWatching
  [9fa8497b] + Future
  [b77e0a4c] + InteractiveUtils
  [b27032c2] + LibCURL
  [76f85450] + LibGit2
  [8f399da3] + Libdl
  [37e2e46d] + LinearAlgebra
  [56ddb016] + Logging
  [d6f4376e] + Markdown
  [a63ad114] + Mmap
  [ca575930] + NetworkOptions
  [44cfe95a] + Pkg
  [de0858da] + Printf
  [3fa0cd96] + REPL
  [9a3f8284] + Random
  [ea8e919c] + SHA
  [9e88b42a] + Serialization
  [1a1011a3] + SharedArrays
  [6462fe0b] + Sockets
  [2f01184e] + SparseArrays
  [10745b16] + Statistics
  [fa267f1f] + TOML
  [a4e569a6] + Tar
  [8dfed614] + Test
  [cf7118a7] + UUIDs
  [4ec0a83e] + Unicode
  [e66e0078] + CompilerSupportLibraries_jll
  [deac9b47] + LibCURL_jll
  [29816b5a] + LibSSH2_jll
  [c8ffd9c3] + MbedTLS_jll
  [14a3606d] + MozillaCACerts_jll
  [4536629a] + OpenBLAS_jll
  [83775a58] + Zlib_jll
  [8e850ede] + nghttp2_jll
  [3f19e933] + p7zip_jll
Precompiling project...
  29 dependencies successfully precompiled in 27 seconds (34 already precompiled)

(July2021) pkg> status Eirene
     Project July2021 v0.1.0
      Status `~/July2021/Project.toml`
  [9c0f25c4] Eirene v1.3.7 `https://github.com/Eetion/Eirene.jl#master`

@brenhinkeller
Copy link

That was on Mac, with an intel CPU

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants