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

Update Pkg.jl #39616

Merged
merged 2 commits into from
Feb 12, 2021
Merged

Update Pkg.jl #39616

merged 2 commits into from
Feb 12, 2021

Conversation

fredrikekre
Copy link
Member

$ git log --pretty=format:"%h %s" fe759b2..47105aa
47105aa Add `tree_hash()` debugging output (Pkg.jl-2383)
bc8532f Run GitHub Action on master and release branches (Pkg.jl-2389)
6c1e899 Another GHA windows fix: run with bash, fix TEMP fix, add sanity check for correct Pkg under test (Pkg.jl-2390)
2a0a18d If the `JULIA_PKG_SERVER` environment variable is not set, use Git for cloning registries (Pkg.jl-2377)
5e9ecd6 Fix p7zip usage on alpine (Pkg.jl-2382)
ec6b34f prevent github actions CI git from changing \n to \r\n (Pkg.jl-2384)
cf114f3 use a consistent alternative uuid across CI platforms (Pkg.jl-2379)
f269fd4 Enable windows on github actions CI (Pkg.jl-2372)
8fbdbd9 Precompile: add `strict` kwarg to control whether indirect deps throw (Pkg.jl-2362)
320ec76 Precomp: Halve the default number of precompilation tasks in windows to avoid ReadOnlyMemoryError (Pkg.jl-2366)
76402b8 Fix invalidations from LatexStrings and PyPlot (Pkg.jl-2365)
4e93bc7 improve the `update`(REPLMode) document (Pkg.jl-2347)
4ffa905 overwrite registry folders that don't contain a Registry.toml (Pkg.jl-2356)
695d019 disable autoprecomp if --compiled-modules=no (Pkg.jl-2360)
7bf206e only use git on Windows for default pkg server (Pkg.jl-2364)
f00fa96 Deprecate `ensure_all_artifacts_installed()`
60c98c4 Add hook to augment `Platform` objects for Artifact selection
1f12cac Add test for Pkg.jl-2302, closes Pkg.jl-2302 (Pkg.jl-2352)
e54b83c Fix `is_instantiated()` (Pkg.jl-2338)
a832dca Catch errors during `recursive_dir_size()` (Pkg.jl-2345)
625d764 Registry: Change update from `cp` to `mv` (Pkg.jl-2349)
204b405 fix reference to PkgError (fixes Pkg.jl-2350) (Pkg.jl-2351)

$ git log --pretty=format:"%h %s" fe759b2..47105aa
47105aa Add `tree_hash()` debugging output (Pkg.jl-2383)
bc8532f Run GitHub Action on master and release branches (Pkg.jl-2389)
6c1e899 Another GHA windows fix: run with bash, fix TEMP fix, add sanity check for correct Pkg under test (Pkg.jl-2390)
2a0a18d If the `JULIA_PKG_SERVER` environment variable is not set, use Git for cloning registries (Pkg.jl-2377)
5e9ecd6 Fix p7zip usage on alpine (Pkg.jl-2382)
ec6b34f prevent github actions CI git from changing \n to \r\n (Pkg.jl-2384)
cf114f3 use a consistent alternative uuid across CI platforms (Pkg.jl-2379)
f269fd4 Enable windows on github actions CI (Pkg.jl-2372)
8fbdbd9 Precompile: add `strict` kwarg to control whether indirect deps throw (Pkg.jl-2362)
320ec76 Precomp: Halve the default number of precompilation tasks in windows to avoid ReadOnlyMemoryError (Pkg.jl-2366)
76402b8 Fix invalidations from LatexStrings and PyPlot (Pkg.jl-2365)
4e93bc7 improve the `update`(REPLMode) document (Pkg.jl-2347)
4ffa905 overwrite registry folders that don't contain a Registry.toml (Pkg.jl-2356)
695d019 disable autoprecomp if --compiled-modules=no (Pkg.jl-2360)
7bf206e only use git on Windows for default pkg server (Pkg.jl-2364)
f00fa96 Deprecate `ensure_all_artifacts_installed()`
60c98c4 Add hook to augment `Platform` objects for Artifact selection
1f12cac Add test for Pkg.jl-2302, closes Pkg.jl-2302 (Pkg.jl-2352)
e54b83c Fix `is_instantiated()` (Pkg.jl-2338)
a832dca Catch errors during `recursive_dir_size()` (Pkg.jl-2345)
625d764 Registry: Change update from `cp` to `mv` (Pkg.jl-2349)
204b405 fix reference to PkgError (fixes Pkg.jl-2350) (Pkg.jl-2351)
@fredrikekre fredrikekre added external dependencies Involves LLVM, OpenBLAS, or other linked libraries stdlib Julia's standard library labels Feb 11, 2021
@fredrikekre fredrikekre mentioned this pull request Feb 11, 2021
52 tasks
@fredrikekre
Copy link
Member Author

win64

Error in testset Sockets:
Error During Test at none:1
  Got exception outside of a @test
  ProcessExitedException(2)
  Stacktrace:
    [1] try_yieldto(undo::typeof(Base.ensure_rescheduled))
      @ Base .\task.jl:705
    [2] wait
      @ .\task.jl:764 [inlined]
    [3] wait(c::Base.GenericCondition{ReentrantLock})
      @ Base .\condition.jl:113
    [4] take_buffered(c::Channel{Any})
      @ Base .\channels.jl:389
    [5] take!(c::Channel{Any})
      @ Base .\channels.jl:383
    [6] take!(::Distributed.RemoteValue)
      @ Distributed C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.7\Distributed\src\remotecall.jl:599
    [7] remotecall_fetch(::Function, ::Distributed.Worker, ::String, ::Vararg{String}; kwargs::Base.Iterators.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.7\Distributed\src\remotecall.jl:390
    [8] remotecall_fetch(::Function, ::Int64, ::String, ::Vararg{String}; kwargs::Base.Iterators.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.7\Distributed\src\remotecall.jl:421
    [9] macro expansion
      @ C:\buildbot\worker-tabularasa\tester_win64\build\share\julia\test\runtests.jl:231 [inlined]
   [10] (::var"#29#39"{Vector{Task}, var"#print_testworker_errored#35"{ReentrantLock, Int64, Int64}, var"#print_testworker_stats#33"{ReentrantLock, Int64, Int64, Int64, Int64, Int64, Int64}, Vector{Any}, Dict{String, DateTime}})()
      @ Main .\task.jl:406

@fredrikekre fredrikekre added status:DO NOT MERGE Do not merge this PR! and removed status:DO NOT MERGE Do not merge this PR! labels Feb 12, 2021
@fredrikekre fredrikekre merged commit 91b7c76 into master Feb 12, 2021
@fredrikekre fredrikekre deleted the fe/pkg-master branch February 12, 2021 17:43
ElOceanografo pushed a commit to ElOceanografo/julia that referenced this pull request May 4, 2021
* Update Pkg.jl

$ git log --pretty=format:"%h %s" fe759b2..47105aa
47105aa Add `tree_hash()` debugging output (Pkg.jl-2383)
bc8532f Run GitHub Action on master and release branches (Pkg.jl-2389)
6c1e899 Another GHA windows fix: run with bash, fix TEMP fix, add sanity check for correct Pkg under test (Pkg.jl-2390)
2a0a18d If the `JULIA_PKG_SERVER` environment variable is not set, use Git for cloning registries (Pkg.jl-2377)
5e9ecd6 Fix p7zip usage on alpine (Pkg.jl-2382)
ec6b34f prevent github actions CI git from changing \n to \r\n (Pkg.jl-2384)
cf114f3 use a consistent alternative uuid across CI platforms (Pkg.jl-2379)
f269fd4 Enable windows on github actions CI (Pkg.jl-2372)
8fbdbd9 Precompile: add `strict` kwarg to control whether indirect deps throw (Pkg.jl-2362)
320ec76 Precomp: Halve the default number of precompilation tasks in windows to avoid ReadOnlyMemoryError (Pkg.jl-2366)
76402b8 Fix invalidations from LatexStrings and PyPlot (Pkg.jl-2365)
4e93bc7 improve the `update`(REPLMode) document (Pkg.jl-2347)
4ffa905 overwrite registry folders that don't contain a Registry.toml (Pkg.jl-2356)
695d019 disable autoprecomp if --compiled-modules=no (Pkg.jl-2360)
7bf206e only use git on Windows for default pkg server (Pkg.jl-2364)
f00fa96 Deprecate `ensure_all_artifacts_installed()`
60c98c4 Add hook to augment `Platform` objects for Artifact selection
1f12cac Add test for Pkg.jl-2302, closes Pkg.jl-2302 (Pkg.jl-2352)
e54b83c Fix `is_instantiated()` (Pkg.jl-2338)
a832dca Catch errors during `recursive_dir_size()` (Pkg.jl-2345)
625d764 Registry: Change update from `cp` to `mv` (Pkg.jl-2349)
204b405 fix reference to PkgError (fixes Pkg.jl-2350) (Pkg.jl-2351)

* Add p7zip_jll to precompile tests since Pkg depends on it now.
antoine-levitt pushed a commit to antoine-levitt/julia that referenced this pull request May 9, 2021
* Update Pkg.jl

$ git log --pretty=format:"%h %s" fe759b2..47105aa
47105aa Add `tree_hash()` debugging output (Pkg.jl-2383)
bc8532f Run GitHub Action on master and release branches (Pkg.jl-2389)
6c1e899 Another GHA windows fix: run with bash, fix TEMP fix, add sanity check for correct Pkg under test (Pkg.jl-2390)
2a0a18d If the `JULIA_PKG_SERVER` environment variable is not set, use Git for cloning registries (Pkg.jl-2377)
5e9ecd6 Fix p7zip usage on alpine (Pkg.jl-2382)
ec6b34f prevent github actions CI git from changing \n to \r\n (Pkg.jl-2384)
cf114f3 use a consistent alternative uuid across CI platforms (Pkg.jl-2379)
f269fd4 Enable windows on github actions CI (Pkg.jl-2372)
8fbdbd9 Precompile: add `strict` kwarg to control whether indirect deps throw (Pkg.jl-2362)
320ec76 Precomp: Halve the default number of precompilation tasks in windows to avoid ReadOnlyMemoryError (Pkg.jl-2366)
76402b8 Fix invalidations from LatexStrings and PyPlot (Pkg.jl-2365)
4e93bc7 improve the `update`(REPLMode) document (Pkg.jl-2347)
4ffa905 overwrite registry folders that don't contain a Registry.toml (Pkg.jl-2356)
695d019 disable autoprecomp if --compiled-modules=no (Pkg.jl-2360)
7bf206e only use git on Windows for default pkg server (Pkg.jl-2364)
f00fa96 Deprecate `ensure_all_artifacts_installed()`
60c98c4 Add hook to augment `Platform` objects for Artifact selection
1f12cac Add test for Pkg.jl-2302, closes Pkg.jl-2302 (Pkg.jl-2352)
e54b83c Fix `is_instantiated()` (Pkg.jl-2338)
a832dca Catch errors during `recursive_dir_size()` (Pkg.jl-2345)
625d764 Registry: Change update from `cp` to `mv` (Pkg.jl-2349)
204b405 fix reference to PkgError (fixes Pkg.jl-2350) (Pkg.jl-2351)

* Add p7zip_jll to precompile tests since Pkg depends on it now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external dependencies Involves LLVM, OpenBLAS, or other linked libraries stdlib Julia's standard library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant