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

move out Distributed from the sysimage #49258

Merged
merged 2 commits into from
Apr 9, 2023
Merged

Conversation

KristofferC
Copy link
Member

No description provided.

@KristofferC
Copy link
Member Author



Distributed                                       (1) \|        started at 2023-04-05T11:49:03.355
--
  | Test Failed at /cache/build/default-amdci5-2/julialang/julia-master/julia-4838972fa8/share/julia/stdlib/v1.10/Distributed/test/distributed_exec.jl:1880
  | Expression: success(cmd)
  |  
  | ERROR: LoadError: There was an error during testing
  | in expression starting at /cache/build/default-amdci5-2/julialang/julia-master/julia-4838972fa8/share/julia/stdlib/v1.10/Distributed/test/distributed_exec.jl:1773
  | Distributed                                       (1) \|         failed at 2023-04-05T11:52:03.667
  | Error During Test at /cache/build/default-amdci5-2/julialang/julia-master/julia-4838972fa8/share/julia/test/testdefs.jl:21
  | Got exception outside of a @test
  | LoadError: Distributed test failed, cmd : `/cache/build/default-amdci5-2/julialang/julia-master/julia-4838972fa8/bin/julia -Cnative -J/cache/build/default-amdci5-2/julialang/julia-master/julia-4838972fa8/lib/julia/sys.so -g1 --check-bounds=yes --startup-file=no --depwarn=error /cache/build/default-amdci5-2/julialang/julia-master/julia-4838972fa8/share/julia/stdlib/v1.10/Distributed/test/distributed_exec.jl`

Tests seem to rely on Distributed being in the sysimage..

@vchuravy
Copy link
Member

vchuravy commented Apr 5, 2023

"JULIA_LOAD_PATH" => LOAD_PATH[1],

Likely we need a :@stdlib or "JULIA_LOAD_PATH" => "$(LOAD_PATH[1]):" or need to make to sure that Distributed is indeed in that LOAD_PATH.

cc: @fredrikekre

@KristofferC KristofferC merged commit 1f5e0a2 into master Apr 9, 2023
@KristofferC KristofferC deleted the kc/Distributed_sysimage branch April 9, 2023 15:27
Xnartharax pushed a commit to Xnartharax/julia that referenced this pull request Apr 19, 2023
Keno pushed a commit that referenced this pull request Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants