Skip to content

Conversation

@taranarmo
Copy link
Contributor

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 6.topic: julia Julia is a high-level, high-performance dynamic language for technical computing. labels Jan 8, 2026
@taranarmo
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 478023
Commit: 88180d4a18801611980a0c806c22b94a5d453a50 (subsequent changes)
Merge: 7a4b1d01cdd294810b0877d3e3b77137e4f22fa4

Logs: https://github.com/taranarmo/nixpkgs-review-gha/actions/runs/20813850048


x86_64-linux

✅ 1 package built:
  • julia-bin (julia-stable-bin, julia_112-bin)

aarch64-linux

✅ 1 package built:
  • julia-bin (julia-stable-bin, julia_112-bin)

x86_64-darwin (sandbox = relaxed)

❌ 1 package failed to build:
  • julia-bin (julia-stable-bin, julia_112-bin)

Error logs: `x86_64-darwin`
julia-bin
    @ /nix/store/z7f39kp8fy4jg9wcpabpgawl3j7z9nks-julia-bin-1.12.4/share/julia/stdlib/v1.12/Distributed/src/cluster.jl:448 [inlined]
  [7] #addprocs#197
    @ /nix/store/z7f39kp8fy4jg9wcpabpgawl3j7z9nks-julia-bin-1.12.4/share/julia/stdlib/v1.12/Distributed/src/managers.jl:472 [inlined]
  [8] addprocs_with_testenv(X::Int64; rr_allowed::Bool, kwargs::@Kwargs{})
    @ Main /nix/store/z7f39kp8fy4jg9wcpabpgawl3j7z9nks-julia-bin-1.12.4/share/julia/test/testenv.jl:46
  [9] addprocs_with_testenv(X::Int64)
    @ Main /nix/store/z7f39kp8fy4jg9wcpabpgawl3j7z9nks-julia-bin-1.12.4/share/julia/test/testenv.jl:40
 [10] (::var"#33#34")()
    @ Main /nix/store/z7f39kp8fy4jg9wcpabpgawl3j7z9nks-julia-bin-1.12.4/share/julia/test/runtests.jl:113
 [11] cd(f::var"#33#34", dir::String)
    @ Base.Filesystem ./file.jl:112
 [12] top-level scope
    @ /nix/store/z7f39kp8fy4jg9wcpabpgawl3j7z9nks-julia-bin-1.12.4/share/julia/test/runtests.jl:95
 [13] include(mod::Module, _path::String)
    @ Base ./Base.jl:306
 [14] exec_options(opts::Base.JLOptions)
    @ Base ./client.jl:317
 [15] _start()
    @ Base ./client.jl:550
in expression starting at /nix/store/z7f39kp8fy4jg9wcpabpgawl3j7z9nks-julia-bin-1.12.4/share/julia/test/runtests.jl:95

aarch64-darwin (sandbox = relaxed)

❌ 1 package failed to build:
  • julia-bin (julia-stable-bin, julia_112-bin)

Error logs: `aarch64-darwin`
julia-bin
    @ /nix/store/3lv4a3ik7ir4kznlwgy9di66l8yibqs7-julia-bin-1.12.4/share/julia/stdlib/v1.12/Distributed/src/cluster.jl:448 [inlined]
  [7] #addprocs#197
    @ /nix/store/3lv4a3ik7ir4kznlwgy9di66l8yibqs7-julia-bin-1.12.4/share/julia/stdlib/v1.12/Distributed/src/managers.jl:472 [inlined]
  [8] addprocs_with_testenv(X::Int64; rr_allowed::Bool, kwargs::@Kwargs{})
    @ Main /nix/store/3lv4a3ik7ir4kznlwgy9di66l8yibqs7-julia-bin-1.12.4/share/julia/test/testenv.jl:46
  [9] addprocs_with_testenv(X::Int64)
    @ Main /nix/store/3lv4a3ik7ir4kznlwgy9di66l8yibqs7-julia-bin-1.12.4/share/julia/test/testenv.jl:40
 [10] (::var"#33#34")()
    @ Main /nix/store/3lv4a3ik7ir4kznlwgy9di66l8yibqs7-julia-bin-1.12.4/share/julia/test/runtests.jl:113
 [11] cd(f::var"#33#34", dir::String)
    @ Base.Filesystem ./file.jl:112
 [12] top-level scope
    @ /nix/store/3lv4a3ik7ir4kznlwgy9di66l8yibqs7-julia-bin-1.12.4/share/julia/test/runtests.jl:95
 [13] include(mod::Module, _path::String)
    @ Base ./Base.jl:306
 [14] exec_options(opts::Base.JLOptions)
    @ Base ./client.jl:317
 [15] _start()
    @ Base ./client.jl:550
in expression starting at /nix/store/3lv4a3ik7ir4kznlwgy9di66l8yibqs7-julia-bin-1.12.4/share/julia/test/runtests.jl:95

@nixpkgs-ci nixpkgs-ci bot added the 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. label Jan 8, 2026
@nixpkgs-ci nixpkgs-ci bot removed the 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. label Jan 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: julia Julia is a high-level, high-performance dynamic language for technical computing. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant