Skip to content

Fix docstring-constructor mismatches, wrong variable references, and kinetic_energy double-counting#1100

Draft
Copilot wants to merge 3 commits intomainfrom
copilot/review-inconsistencies-and-errors
Draft

Fix docstring-constructor mismatches, wrong variable references, and kinetic_energy double-counting#1100
Copilot wants to merge 3 commits intomainfrom
copilot/review-inconsistencies-and-errors

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 16, 2026

Systematic review of the codebase for inconsistencies and errors that can be fixed with small, surgical changes.

Logic bugs

  • show methods reference undefined variable systemPolygon, TriangleMesh, and WindingNumberJacobson compact show methods use show(io, system) instead of the actual parameter name (geometry/winding). Crashes with UndefVarError at runtime.

  • kinetic_energy double-counts for structure systemsenergy += inside a sum() do block returns cumulative sums instead of individual values. For n equal-energy particles, computes n(n+1)/2 · e instead of n · e:

    # Before (wrong): sum accumulates cumulative values
    return sum(each_active_particle(system)) do particle
        energy += mass[particle] * dot(v_i, v_i) / 2
    end
    
    # After: each iteration returns its own contribution
    return sum(each_active_particle(system)) do particle
        mass[particle] * dot(v_i, v_i) / 2
    end
  • BoundsError reports wrong index in move_particles_to_end!findfirst returns the index into particle_ids_to_move, but the error reports it as if it were the out-of-bounds particle ID. Fixed to use particle_ids_to_move[invalid_id].

Docstring-constructor mismatches

  • BlendedGradientCorrection: missing required blending_factor arg
  • EntropicallyDampedSPHSystem: missing average_pressure_reduction, correction params; wrong param order
  • DensityReinitializationCallback: missing particle_system positional arg; reinit_initial_solution default falsetrue
  • BernoulliPressureExtrapolation: missing allow_loop_flipping=true
  • ComplexShape: hierarchical_winding default falsetrue
  • extrude_geometry: missing place_on_shell=false
  • 4 surface tension types: missing ; separator for keyword args
  • PostprocessCallback: append_timestepappend_timestamp

Docstring syntax/formatting

  • Extra ) in SimpleMirroring and WeaklyCompressibleSPHSystem signatures
  • Trailing , . in interpolate_point see-also section
  • todoTODO in DEM system for consistency

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/BioJulia/Automa.jl/tarball/a8f503e8e1a5f583fbef15a8440c8c7e32185df2
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/EnzymeAD/Enzyme.jl/tarball/990991b8aa76d17693a98e3a915ac7aa49f08d1a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/FluxML/MacroTools.jl/tarball/1e0228a030642014fe5cfe68c2c0a818f9e3f522
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/GunnarFarneback/Inflate.jl/tarball/d1b1b796e47d94588b3757fe84fbf65a5ec4a80d
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaApproximation/FastGaussQuadrature.jl/tarball/0044e9f5e49a57e88205e8f30ab73928b05fe5b6
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaArrays/ArrayInterface.jl/tarball/78b3a7a536b4b0a747a0f296ea77091ca0a9f9a3
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaArrays/AxisArrays.jl/tarball/4126b08903b777c88edf1754288144a0492c05ad
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaArrays/FillArrays.jl/tarball/2f979084d1e13948a3352cf64a25df6bd3b4dca3
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaArrays/IndirectArrays.jl/tarball/012e604e1c7458645cb8b436f8fba789a51b257f
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaArrays/MappedArrays.jl/tarball/0ee4497a4e80dbd29c058fcee6493f5219556f40
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaArrays/MosaicViews.jl/tarball/7b86a5d4d70a9f5cdf2dacb3cbe6d251d1a61dbe
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaArrays/OffsetArrays.jl/tarball/117432e406b5c023f665fa73dc26e79ec3630151
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaArrays/PaddedViews.jl/tarball/0fac6313486baae819364c52b4f483450a9d793f
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaArrays/RangeArrays.jl/tarball/b9039e93773ddcfc828f12aadf7115b4b4d225f5
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaArrays/ShiftedArrays.jl/tarball/503688b59397b3307443af35cd953a13e8005c16
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaArrays/StackViews.jl/tarball/be1cf4eb0ac528d96f5115b4ed80c26a8d8ae621
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaArrays/StaticArrayInterface.jl/tarball/aa1ea41b3d45ac449d10477f65e2b40e3197a0d2
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaArrays/StaticArrays.jl/tarball/246a8bb2e6667f832eea063c3a56aef96429a3db
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaArrays/StaticArraysCore.jl/tarball/6ab403037779dae8c514bad259f32a447262455a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaArrays/StructArrays.jl/tarball/a2c37d815bf00575332b7bd0389f771cb7987214
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaAttic/Grisu.jl/tarball/53bb909d1151e57e2484c3d1b53e19552b887fb2
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Bzip2_jll.jl/tarball/1b96ea4a01afe0ea4090c5c8039690672dd13f2e
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/CRlibm_jll.jl/tarball/e329286945d0cfc04456972ea732551869af1cfc
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Cairo_jll.jl/tarball/a21c5464519504e41e0cbc91f0188e8ca23d7440
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Dbus_jll.jl/tarball/473e9afc9cf30814eb67ffa5f2db7df82c3ad9fd
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/EarCut_jll.jl/tarball/e3290f2d49e661fbd94046d7e3726ffcb2d41053
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/EpollShim_jll.jl/tarball/8a4be429317c42cfae6a7fc03c31bad1970c310d
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Expat_jll.jl/tarball/27af30de8b5445644e8ffe3bcb0d72049c089cf1
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/FFMPEG_jll.jl/tarball/66381d7059b5f3f6162f28831854008040a4e905
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Fontconfig_jll.jl/tarball/f85dac9a96a01087df6e3a749840015a0ca3817d
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/FreeType2_jll.jl/tarball/2c5512e11c791d1baed2049c5652441b28fc6a31
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/FriBidi_jll.jl/tarball/7a214fdac5ed5f59a22c2d9a885a16da1c74bbc7
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/GLFW_jll.jl/tarball/b7bfd56fa66616138dfe5237da4dc13bbd83c67f
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/GR_jll.jl/tarball/be8a1b8065959e24fdc1b51402f39f3b6f0f6653
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/GettextRuntime_jll.jl/tarball/45288942190db7c5f760f59c04495064eedf9340
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Ghostscript_jll.jl/tarball/38044a04637976140074d0b0621c1edf0eb531fd
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Giflib_jll.jl/tarball/6570366d757b50fabae9f4315ad74d2e40c0560a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Glib_jll.jl/tarball/24f6def62397474a297bfcec22384101609142ed
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Graphite2_jll.jl/tarball/8a6dbda1fd736d60cc477d99f2e7a042acfa46e8
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/HarfBuzz_jll.jl/tarball/f923f9a774fcf3f5cb761bfa43aeadd689714813
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Imath_jll.jl/tarball/dcc8d0cd653e55213df9b75ebc6fe4a8d3254c65
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/IntelOpenMP_jll.jl/tarball/ec1debd61c300961f98064cfb21287613ad7f303
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/JpegTurbo_jll.jl/tarball/b6893345fd6658c8e475d40155789f4860ac3b21
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/LAME_jll.jl/tarball/059aabebaa7c82ccb853dd4a0ee9d17796f7e1bc
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/LERC_jll.jl/tarball/aaafe88dccbd957a8d82f7d05be9b69172e0cee3
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/LLVMOpenMP_jll.jl/tarball/eb62a3deb62fc6d8822c0c4bef73e4412419c5d8
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/LZO_jll.jl/tarball/1c602b1127f4751facb671441ca72715cc95938a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Libffi_jll.jl/tarball/c8da7e6a91781c41a863611c7e966098d783c57a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Libglvnd_jll.jl/tarball/d36c21b9e7c172a44a10484125024495e2625ac0
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Libiconv_jll.jl/tarball/be484f5c92fad0bd8acfef35fe017900b0b73809
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Libmount_jll.jl/tarball/97bbca976196f2a1eb9607131cb108c69ec3f8a6
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Libtiff_jll.jl/tarball/f04133fe05eff1667d2054c53d59f9122383fe05
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Libuuid_jll.jl/tarball/d0205286d9eceadc518742860bf23f703779a3d6
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/MKL_jll.jl/tarball/282cadc186e7b2ae0eeadbd7a4dffed4196ae2aa
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/MbedTLS_jll.jl/tarball/ff69a2b1330bcb730b9ac1ab7dd680176f5896b8
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Ogg_jll.jl/tarball/b6aa4566bb7ae78498a5e68943863fa8b5231b59
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/OpenBLASConsistentFPCSR_jll.jl/tarball/f2b3b9e52a5eb6a3434c8cca67ad2dde011194f4
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/OpenEXR_jll.jl/tarball/df9b7c88c2e7a2e77146223c526bf9e236d5f450
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/OpenSpecFun_jll.jl/tarball/1346c9208249809840c91b26703912dff463d335
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Opus_jll.jl/tarball/e2bb57a313a74b8104064b7efd01406c0a50d2ff
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Pango_jll.jl/tarball/0662b083e11420952f2e62e17eddae7fc07d5997
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Pixman_jll.jl/tarball/db76b1ecd5e9715f3d043cec13b2ec93ce015d53
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Qt6Base_jll.jl/tarball/d7a4bff94f42208ce3cf6bc8e4e7d1d663e7ee8b
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Qt6Declarative_jll.jl/tarball/d5b7dd0e226774cbd87e2790e34def09245c7eab
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Qt6ShaderTools_jll.jl/tarball/4d85eedf69d875982c46643f6b4f66919d7e157b
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Qt6Svg_jll.jl/tarball/81587ff5ff25a4e1115ce191e36285ede0334c9d
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Qt6Wayland_jll.jl/tarball/672c938b4b4e3e0169a07a5f227029d4905456f2
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Rmath_jll.jl/tarball/58cdd8fb2201a6267e1db87ff148dd6c1dbd8ad8
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Vulkan_Loader_jll.jl/tarball/2f0486047a07670caad3a81a075d2e518acc5c59
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Wayland_jll.jl/tarball/96478df35bbc2f3e1e791bc7a3d0eeee559e60e9
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/XML2_jll.jl/tarball/5c959b708667b34cb758e8d7c6f8e69b94c32deb
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/XZ_jll.jl/tarball/9cce64c0fdd1960b597ba7ecda2950b5ed957438
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_libICE_jll.jl/tarball/a3ea76ee3f4facd7a64684f9af25310825ee3668
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_libSM_jll.jl/tarball/9c7ad99c629a44f81e7799eb05ec2746abb5d588
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_libX11_jll.jl/tarball/808090ede1d41644447dd5cbafced4731c56bd2f
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_libXau_jll.jl/tarball/aa1261ebbac3ccc8d16558ae6799524c450ed16b
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_libXcursor_jll.jl/tarball/6c74ca84bbabc18c4547014765d194ff0b4dc9da
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_libXdmcp_jll.jl/tarball/52858d64353db33a56e13c341d7bf44cd0d7b309
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_libXext_jll.jl/tarball/1a4a26870bf1e5d26cd585e38038d399d7e65706
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_libXfixes_jll.jl/tarball/75e00946e43621e09d431d9b95818ee751e6b2ef
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_libXi_jll.jl/tarball/a376af5c7ae60d29825164db40787f15c80c7c54
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_libXinerama_jll.jl/tarball/0ba01bc7396896a4ace8aab67db31403c71628f4
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_libXrandr_jll.jl/tarball/6c174ef70c96c76f4c3f4d3cfbe09d018bcd1b53
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_libXrender_jll.jl/tarball/7ed9347888fac59a618302ee38216dd0379c480d
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_libpciaccess_jll.jl/tarball/4909eb8f1cbf6bd4b1c30dd18b2ead9019ef2fad
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_libxcb_jll.jl/tarball/bfcaf7ec088eaba362093393fe11aa141fa15422
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_libxkbfile_jll.jl/tarball/ed756a03e95fff88d8f738ebc2849431bdd4fd1a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_xcb_util_cursor_jll.jl/tarball/9750dc53819eba4e9a20be42349a6d3b86c7cdf8
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_xcb_util_image_jll.jl/tarball/f4fc02e384b74418679983a97385644b67e1263b
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_xcb_util_jll.jl/tarball/68da27247e7d8d8dafd1fcf0c3654ad6506f5f97
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_xcb_util_keysyms_jll.jl/tarball/44ec54b0e2acd408b0fb361e1e9244c60c9c3dd4
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_xcb_util_renderutil_jll.jl/tarball/5b0263b6d080716a02544c55fdff2c8d7f9a16a0
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_xcb_util_wm_jll.jl/tarball/f233c83cad1fa0e70b7771e0e21b061a116f2763
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_xkbcomp_jll.jl/tarball/801a858fc9fb90c11ffddee1801bb06a738bda9b
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_xkeyboard_config_jll.jl/tarball/00af7ebdc563c9217ecc67776d1bbf037dbcebf4
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_xtrans_jll.jl/tarball/a63799ff68005991f9d9491b6e95bd3478d783cb
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Zstd_jll.jl/tarball/446b23e73536f84e8037f5dce465e92275f6a308
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/eudev_jll.jl/tarball/c3b0e6196d50eab0c5ed34021aaa0bb463489510
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/fzf_jll.jl/tarball/b6a34e0e0960190ac2a4363a1bd003504772d631
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/isoband_jll.jl/tarball/51b5eeb3f98367157a7a12a1fb0aa5328946c03c
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/libaom_jll.jl/tarball/371cc681c00a3ccc3fbc5c0fb91f58ba9bec1ecf
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/libass_jll.jl/tarball/125eedcb0a4a0bba65b657251ce1d27c8714e9d6
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/libdecor_jll.jl/tarball/9bf7903af251d2050b467f76bdbe57ce541f7f4f
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/libdrm_jll.jl/tarball/63aac0bcb0b582e11bad965cef4a689905456c03
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/libevdev_jll.jl/tarball/56d643b57b188d30cccc25e331d416d3d358e557
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/libfdk_aac_jll.jl/tarball/646634dd19587a56ee2f1199563ec056c5f228df
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/libinput_jll.jl/tarball/91d05d7f4a9f67205bd6cf395e488009fe85b499
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/libpng_jll.jl/tarball/e015f211ebb898c8180887012b938f3851e719ac
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/libsixel_jll.jl/tarball/c1733e347283df07689d71d61e14be986e49e47a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/libva_jll.jl/tarball/7dbf96baae3310fe2fa0df0ccbb3c6288d5816c9
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/libvorbis_jll.jl/tarball/11e1772e7f3cc987e9d3de991dd4f6b2602663a5
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/libwebp_jll.jl/tarball/4e4282c4d846e11dce56d74fa8040130b7a95cb3
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/mtdev_jll.jl/tarball/b4d631fd51f2e9cdd93724ae25b2efc198b059b1
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/oneTBB_jll.jl/tarball/1350188a69a6e46f799d3945beef36435ed7262f
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/x264_jll.jl/tarball/14cc7083fc6dff3cc44f2bc435ee96d06ed79aa7
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/x265_jll.jl/tarball/e7b67590c14d487e734dcb925924c5dc43ec85f3
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/xkbcommon_jll.jl/tarball/a1fc6507a40bf504527d0d4067d718f8e179b2b8
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaCollections/AbstractTrees.jl/tarball/2d9c9a55f9c93e8887ad391fbae72f8ef55e1177
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaCollections/DataStructures.jl/tarball/e357641bb3e0638d353c4b29ea0e40ea644066a6
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaCollections/IterTools.jl/tarball/42d5f897009e7ff2cf88db414a389e5ed1bdd023
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaCollections/OrderedCollections.jl/tarball/05868e21324cede2207c6f0f466b4bfef6d5e7ee
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaCollections/SortingAlgorithms.jl/tarball/64d974c2e6fdf07f8155b5b2ca2ffa9069b608d9
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaConcurrent/Atomix.jl/tarball/29bb0eb6f578a587a49da16564705968667f5fa8
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaConcurrent/UnsafeAtomics.jl/tarball/b13c4edda90890e5b04ba24e20a310fbe6f249ff
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaData/CSV.jl/tarball/8d8e0b0f350b8e1c91420b5e64e5de774c2f0f4d
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaData/DataAPI.jl/tarball/abe83f3a2f1b857aac70ef8b269080af17764bbe
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaData/DataFrames.jl/tarball/d8928e9169ff76c6281f39a659f9bca3a573f24c
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaData/DelimitedFiles.jl/tarball/9e2f36d3c96a820c678f2f1f1782582fcf685bae
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaData/InvertedIndices.jl/tarball/6da3c4316095de0f5ee2ebd875df8721e7e0bdbe
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaData/Missings.jl/tarball/ec4f7fbeab05d7747bdf98eb74d130a2a2ed298d
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaData/Parsers.jl/tarball/7d2f8f21da5db6a806faf7b9b292296da42b2810
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaData/PooledArrays.jl/tarball/36d8b4b899628fb92c2749eb488d884a926614d3
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaData/SentinelArrays.jl/tarball/ebe7e59b37c400f694f52b58c93d26201387da70
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaData/Tables.jl/tarball/f2c1efbc8f3a609aadf318094f8fc5204bdaf344
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaData/WeakRefStrings.jl/tarball/b1be2855ed9ed8eac54e5caff2afcdb442d52c23
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaDiff/ChainRulesCore.jl/tarball/e4c6a16e77171a5f5e25e9646617ab1c276c5607
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaDiff/DiffResults.jl/tarball/782dd5f4561f5d267313f23853baaaa4c52ea621
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaDiff/DiffRules.jl/tarball/23163d55f885173722d1e4cf0f6110cdbaf7e272
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaDiff/DifferentiationInterface.jl/tarball/7ae99144ea44715402c6c882bfef2adbeadbc4ce
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaDiff/FiniteDiff.jl/tarball/9340ca07ca27093ff68418b7558ca37b05f8aeb1
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaDiff/ForwardDiff.jl/tarball/eef4c86803f47dcb61e9b8790ecaa96956fdd8ae
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaDocs/DocStringExtensions.jl/tarball/7442a5dfe1ebb773c29cc2962a8980f47221d76c
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaFunctional/CompositionsBase.jl/tarball/802bb88cd69dfd1509f6670416bd4434015693ad
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaGPU/Adapt.jl/tarball/35ea197a51ce46fcd01c4a44befce0578a1aaeca
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaGPU/GPUArrays.jl/tarball/83cf05ab16a73219e5f6bd1bdfa9848fa24ac627
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaGPU/KernelAbstractions.jl/tarball/fb14a863240d62fbf5922bf9f8803d7df6c62dc8
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaGeometry/AdaptivePredicates.jl/tarball/7e651ea8d262d2d74ce75fdf47c4d63c07dba7a6
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaGeometry/Contour.jl/tarball/439e35b0b36e2e5881738abc8857bd92ad6ff9a8
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaGeometry/DelaunayTriangulation.jl/tarball/c55f5a9fd67bdbc8e089b5a3111fe4292986a8e8
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaGeometry/GeometryBasics.jl/tarball/1f5a80f4ed9f5a4aada88fc2db456e637676414b
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaGeometry/Packing.jl/tarball/bc5bf2ea3d5351edf285a06b0016788a121ce92c
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaGeometry/PolygonOps.jl/tarball/77b3d3605fc1cd0b42d95eba87dfcd2bf67d5ff6
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaGizmos/Observables.jl/tarball/7438a59546cf62428fc9d1bc94729146d37a7225
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaGraphics/Cairo.jl/tarball/71aa551c5c33f1a4415867fe06b7844faadb0ae9
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaGraphics/ColorBrewer.jl/tarball/07da79661b919001e6863b81fc572497daa58349
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaGraphics/ColorSchemes.jl/tarball/b0fd3f56fa442f81e0a47815c92245acfaaa4e34
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaGraphics/ColorTypes.jl/tarball/67e11ee83a43eb71ddc950302c53bf33f0690dfe
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaGraphics/ColorVectorSpace.jl/tarball/8b3b6f87ce8f65a2b4f857528fd8d70086cd72b1
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaGraphics/Colors.jl/tarball/37ea44092930b1811e666c3bc38065d7d87fcc74
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaGraphics/FreeType.jl/tarball/907369da0f8e80728ab49c1c7e09327bf0d6d999
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaGraphics/FreeTypeAbstraction.jl/tarball/4ebb930ef4a43817991ba35db6317a05e59abd11
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaGraphics/Graphics.jl/tarball/a641238db938fff9b2f60d08ed9030387daf428c
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaGraphics/Measures.jl/tarball/b513cedd20d9c914783d8ad83d08120702bf2c77
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaGraphics/Showoff.jl/tarball/91eddf657aca81df9ae6ceb20b959ae5653ad1de
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaGraphics/SignedDistanceFields.jl/tarball/3949ad92e1c9d2ff0cd4a1317d5ecbba682f4b92
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaIO/CodecZlib.jl/tarball/962834c22b66e32aa10f7611c08c8ca4e20749a9
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaIO/FFMPEG.jl/tarball/95ecf07c2eea562b5adbd0696af6db62c0f52560
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaIO/FileIO.jl/tarball/6522cfb3b8fe97bec632252263057996cbd3de20
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaIO/ImageIO.jl/tarball/696144904b76e1ca433b886b4e7edd067d76cbf7
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaIO/JSON.jl/tarball/b3ad4a0255688dcb895a52fafbaae3023b588a90
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaIO/JpegTurbo.jl/tarball/9496de8fb52c224a2e3f9ff403947674517317d9
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaIO/LightXML.jl/tarball/aa971a09f0f1fe92fe772713a564aa48abe510df
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaIO/Netpbm.jl/tarball/d92b107dbb887293622df7697a2223f9f8176fcd
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaIO/PNGFiles.jl/tarball/cf181f0b1e6a18dfeb0ee8acc4a9d1672499626c
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaIO/Sixel.jl/tarball/0494aed9501e7fb65daba895fb7fd57cc38bc743
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaIO/TranscodingStreams.jl/tarball/0c45878dcfdcfa8480052b6ab162cdd138781742
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaImages/ImageAxes.jl/tarball/e12629406c6c4442539436581041d372d69c55ba
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaImages/ImageBase.jl/tarball/eb49b82c172811fd2c86759fa0553a2221feb909
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaImages/ImageCore.jl/tarball/8c193230235bbcee22c8066b0374f63b5683c2d3
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaImages/ImageMetadata.jl/tarball/2a81c3897be6fbcde0802a0ebe6796d0562f63ec
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaInterop/CEnum.jl/tarball/389ad5c84de1ae7cf0e28e381131c98ea87d54fc
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaIntervals/CRlibm.jl/tarball/66188d9d103b92b6cd705214242e27f5737a1e5e
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaIntervals/IntervalArithmetic.jl/tarball/02b61501dbe6da3b927cc25dacd7ce32390ee970
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaIntervals/RoundingEmulator.jl/tarball/40b9edad2e5287e05bd413a38f61a8ff55b9557b
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaLang/Compat.jl/tarball/9d8a54ce4b17aa5bdce0ea5c34bc5e7c340d16ad
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaLang/FunctionWrappers.jl/tarball/d62485945ce5ae9c0c48f124a84998d755bae00e
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaLang/MbedTLS.jl/tarball/8785729fa736197687541f7053f6d8ab7fc44f92
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaLang/PrecompileTools.jl/tarball/07a921781cab75691315adc645096ed5e370cb77
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaLinearAlgebra/WoodburyMatrices.jl/tarball/248a7031b3da79a127f14e5dc5f417e26f9f6db7
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaLogging/LoggingExtras.jl/tarball/f00544d95982ea270145636c181ceda21c4e2575
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaMath/AbstractFFTs.jl/tarball/d92ad398961a3ed262d8bf04a1a2b8340f915fef
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaMath/ChangePrecision.jl/tarball/2ac5097b3caf70b772901abd824e09f991e47296
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaMath/FFTA.jl/tarball/65e55303b72f4a567a51b174dd2c47496efeb95a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaMath/FastPow.jl/tarball/7d961335144dad74de0e1b3a9b60e4d114a78dc2
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaMath/FixedPointNumbers.jl/tarball/05882d6995ae5c12bb5f36dd2ed3f61c98cbb172
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaMath/HypergeometricFunctions.jl/tarball/68c173f4f449de5b438ee67ed0c9c748dc31a2ec
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaMath/IntegerMathUtils.jl/tarball/4c1acff2dc6b6967e7e750633c50bc3b8d83e617
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaMath/Interpolations.jl/tarball/65d505fa4c0d7072990d659ef3fc086eb6da8208
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaMath/IntervalSets.jl/tarball/d966f85b3b7a8e49d034d27a189e9a4874b4391a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaMath/InverseFunctions.jl/tarball/a779299d77cd080bf77b97535acecd73e1c5e5cb
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaMath/IrrationalConstants.jl/tarball/b2d91fe939cae05960e760110b328288867b5758
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaMath/NaNMath.jl/tarball/9b8215b1ee9e78a293f99797cd31375471b2bcae
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaMath/Primes.jl/tarball/25cdd1d20cd005b52fc12cb6be3f75faaf59bb9b
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaMath/QuadGK.jl/tarball/9da16da70037ba9d701192e27befedefb91ec284
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaMath/SpecialFunctions.jl/tarball/5acc6a41b3082920f79ca3c759acbcecf18a8d78
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaMath/TensorCore.jl/tarball/1feb45f88d133a655e001435632f019a9a1bcdb6
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaNLSolvers/LineSearches.jl/tarball/738bdcacfef25b3a9e4a39c28613717a6b23751e
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaNLSolvers/NLSolversBase.jl/tarball/b3f76b463c7998473062992b246045e6961a074e
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaObjects/Accessors.jl/tarball/856ecd7cebb68e5fc87abecd2326ad59f0f911f3
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaObjects/ConstructionBase.jl/tarball/b4b092499347b18a015186eae3042f72267106cb
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaPackaging/JLLWrappers.jl/tarball/0533e564aae234aff59ab625543145446d8b6ec2
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaPackaging/Preferences.jl/tarball/8b770b60760d4451834fe79dd483e318eee709c4
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaPackaging/RelocatableFolders.jl/tarball/ffdaf70d81cf6ff22c2b6e733c900c3321cab864
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaPackaging/Requires.jl/tarball/62389eeff14780bfe55195b7204c0d8738436d64
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaPackaging/Scratch.jl/tarball/9b81b8393e50b7d4e6d0a9f14e192294d3b7c109
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaPackaging/SimpleBufferStream.jl/tarball/f305871d2f381d21527c770d4788c06c097c9bc1
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaPhysics/Unitful.jl/tarball/57e1b2c9de4bd6f40ecb9de4ac1797b81970d008
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaPlots/PlotUtils.jl/tarball/26ca162858917496748aad52bb5d3be4d26a228a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaPlots/Plots.jl/tarball/41031ef3a1be6f5bbbf3e8073f210556daeae5ca
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaPlots/Plots.jl/tarball/45cf9fd0ca5839d06ef333c8201714e888486342
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaPlots/Plots.jl/tarball/5c3d09cc4f31f5fc6af001c250bf1278733100ff
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaPlots/Plots.jl/tarball/cb20a4eacda080e517e4deb9cfb6c7c518131265
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaRandom/StableRNGs.jl/tarball/4f96c596b8c8258cc7d3b19797854d368f243ddc
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaSIMD/BitTwiddlingConvenienceFunctions.jl/tarball/f21cfd4950cb9f0587d5067e69405ad2acd27b87
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaSIMD/CPUSummary.jl/tarball/f3a21d7fc84ba618a779d1ed2fcca2e682865bab
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaSIMD/CloseOpenIntervals.jl/tarball/05ba0d07cd4fd8b7a39541e31a7b0254704ea581
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaSIMD/LayoutPointers.jl/tarball/a9eaadb366f5493a5654e843864c13d8b107548c
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaSIMD/ManualMemory.jl/tarball/bcaef4fc7a0cfe2cba636d84cda54b5e4e4ca3cd
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaSIMD/Polyester.jl/tarball/16bbc30b5ebea91e9ce1671adc03de2832cff552
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaSIMD/PolyesterWeave.jl/tarball/645bed98cd47f72f67316fd42fc47dee771aefcd
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaSIMD/SIMDTypes.jl/tarball/330289636fb8107c5f32088d2741e9fd7a061a5c
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaSIMD/StrideArraysCore.jl/tarball/83151ba8065a73f53ca2ae98bc7274d817aa30f2
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaSIMD/ThreadingUtilities.jl/tarball/d969183d3d244b6c33796b5ed01ab97328f2db85
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaServices/ConcurrentUtilities.jl/tarball/21d088c496ea22914fe80906eb5bce65755e5ec8
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaServices/ExceptionUnwrapping.jl/tarball/d36f682e590a83d63d1c7dbd287573764682d12a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaServices/StructUtils.jl/tarball/28145feabf717c5d65c1d5e09747ee7b1ff3ed13
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaServices/WorkerUtilities.jl/tarball/cd1659ba0d57b71a464a29e64dbc67cfe83d54e7
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaSmoothOptimizers/Krylov.jl/tarball/c4d19f51afc7ba2afbe32031b8f2d21b11c9e26e
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaStats/Distributions.jl/tarball/fbcc7610f6d8348428f722ecbe0e6cfe22e672c6
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaStats/GLM.jl/tarball/3bcb30438ee1655e3b9c42d97544de7addc9c589
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaStats/KernelDensity.jl/tarball/4260cfc991b8885bf747801fb60dd4503250e478
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaStats/LogExpFunctions.jl/tarball/13ca9e2586b89836fd20cccf56e57e2b9ae7f38f
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaStats/PDMats.jl/tarball/e4cff168707d441cd6bf3ff7e4832bdf34278e4a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaStats/Rmath.jl/tarball/5b3d50eb374cea306873b371d3f8d3915a018f0b
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaStats/Statistics.jl/tarball/ae3bb1eb3bba077cd276bc5cfc337cc65c3075c0
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaStats/StatsAPI.jl/tarball/178ed29fd5b2a2cfc3bd31c13375ae925623ff36
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaStats/StatsBase.jl/tarball/aceda6f4e598d331548e04cc6b2124a6148138e3
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaStats/StatsFuns.jl/tarball/91f091a8716a6bb38417a6e6f274602a19aaa685
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaStats/StatsModels.jl/tarball/08786db4a1346d17d0a8d952d2e66fd00fa18192
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaString/Format.jl/tarball/9c68794ef81b08086aeb32eeaf33531668d5f5fc
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaStrings/InlineStrings.jl/tarball/8f3d257792a522b4601c24a577954b0a8cd7334d
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaStrings/LaTeXStrings.jl/tarball/dda21b8cbd6a6c40d9d02a73230f9d70fed6918c
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaTesting/ExprTools.jl/tarball/27415f162e6028e81c72b82ef756bf321213b6ec
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaVTK/ReadVTK.jl/tarball/68e6048d11c3690b69f4779dd38ca22210ac667c
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaVTK/VTKBase.jl/tarball/c2d0db3ef09f1942d08ea455a9e252594be5f3b6
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaVTK/WriteVTK.jl/tarball/a329e0b6310244173690d6a4dfc6d1141f9b9370
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/JuliaWeb/HTTP.jl/tarball/51059d23c8bb67911a2e6fd5130229113735fc7e
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaWeb/OpenSSL.jl/tarball/1d1aaa7d449b58415f97d2839c318b70ffb525a0
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/JuliaWeb/URIs.jl/tarball/bef26fb046d031353ef97a82e3fdb6afe7f21b1a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/KlausC/PkgVersion.jl/tarball/f9501cc0430a26bc3d156ae1b5b0c1b47af4d6da
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/Kolaru/MathTeXEngine.jl/tarball/7eb8cdaa6f0e8081616367c10b31b9d9b34bb02a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/KristofferC/Crayons.jl/tarball/249fe38abf76d48563e2f4556bebd215aa317e15
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/KristofferC/QOI.jl/tarball/472daaa816895cb7aee81658d4e7aec901fa1106
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/KristofferC/TimerOutputs.jl/tarball/3748bd928e68c7c346b52125cf41fff0de6937d0
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/LilithHafner/AliasTables.jl/tarball/9876e1e164b144ca45e9e3198d0b689cadfed9ff
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/LilithHafner/PtrArrays.jl/tarball/4fbbafbc6251b883f4d2705356f3641f3652a7fe
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/MakieOrg/Makie.jl/tarball/3b4be73db165146d8a88e47924f464e55ab053cd
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/MakieOrg/Makie.jl/tarball/68af66ec16af8b152309310251ecb4fbfe39869f
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/MakieOrg/Makie.jl/tarball/fa072933899aae6dc61dde934febed8254e66c6a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/Moelf/JLFzf.jl/tarball/82f7acdc599b65e0f8ccd270ffa1467c21cb647b
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/RalphAS/GenericSchur.jl/tarball/a694e2a57394e409f7a11ee0977362a9fafcb8c7
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/Roger-luo/ExproniconLite.jl/tarball/c13f0b150373771b0fdc1713c97860f8df12e6c2
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/Roger-luo/Jieko.jl/tarball/2f05ed29618da60c06a87e9c033982d4f71d0b6c
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/Roger-luo/Moshi.jl/tarball/53f817d3e84537d84545e0ad749e483412dd6b2a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/ADTypes.jl/tarball/f7304359109c768cf32dc5fa2d371565bb63b68a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/CommonSolve.jl/tarball/78ea4ddbcf9c241827e7035c3a03e2e456711470
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/CommonWorldInvalidations.jl/tarball/ae52d1c52048455e85a387fbee9be553ec2b68d0
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/DiffEqBase.jl/tarball/1719cd1b0a12e01775dc6db1577dd6ace1798fee
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/DiffEqCallbacks.jl/tarball/f17b863c2d5d496363fe36c8d8535cc6a33c9952
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/ExponentialUtilities.jl/tarball/cc294ead6a85e975a8519dd4a0a6cb294eeb18d1
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/FastPower.jl/tarball/862831f78c7a48681a074ecc9aac09f2de563f71
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/IfElse.jl/tarball/debdd00ffef04665ccbb3e150747a77560e8fad1
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/LineSearch.jl/tarball/9f7253c0574b4b585c8909232adb890930da980a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/LinearSolve.jl/tarball/57a7bea58da7de6906f2621294ea35656cb40c5f
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/MaybeInplace.jl/tarball/54e2fdc38130c05b42be423e90da3bade29b74bd
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/MuladdMacro.jl/tarball/cac9cc5499c25554cba55cd3c30543cff5ca4fab
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/NonlinearSolve.jl/tarball/4999dff8efd76814f6662519b985aeda975a1924
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/NonlinearSolve.jl/tarball/4f595a0977d6e048fa1e3c382b088b950f8c7934
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/NonlinearSolve.jl/tarball/744c3f0fb186ad28376199c1e72ca39d0c614b5d
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/NonlinearSolve.jl/tarball/9323e063ce69851b28e5c96539b2e2024f9a7e4c
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/NonlinearSolve.jl/tarball/ade27e8e9566b6cec63ee62f6a6650a11cf9a2eb
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/NonlinearSolve.jl/tarball/d27bcf0cebf8786edcc2eaa4455c959e680334e7
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/NonlinearSolve.jl/tarball/e96d5e96debf7f80a50d0b976a13dea556ccfd3a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/NonlinearSolve.jl/tarball/eafd027b5cd768f19bb5de76c0e908a9065ddd36
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/NonlinearSolve.jl/tarball/eea7cbe389b168c77df7ff779fb7277019c685c8
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/00c0f2ce8fba6b7edd8847875043a28c1e6ec6cb
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/13e7b0ae977195b225740044d56ccd2e3e8e2217
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/1504b92b5efe7f27b2d50470363238eecb8082bf
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/19d7750f7e6df1a04e314ba1c340a3c3e79d0c00
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/1a724ba7bc219cc282e7dee9087a16b8778db50c
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/210cce3ff9fa705282d268fb834c91b661bb1b5a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/24a43208f358e45eea6596a884fb821fd9d993f0
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/2bbb98c0674767468258bf4f05f79237f3fe8e1f
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/3b75f3f7e47e094f20a0fe76569c1a30f94088a1
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/46432bb034066830e196507651e8a906ab881146
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/478d3b3ca90b20b261452f92ba8dd488aa5e7ede
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/4de6054187d1a92b6ce9291a4e091aa70389ec0f
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/54ddfad5e465b739a3e562de4622ce56c20bf38b
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/5c289863b17b79b79f229e8e9a290736618f6cb6
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/5f287d7d64b3c16981c91588cc6bb52cf75f2074
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/6672802d50aad826fee6e19357463307f5d35805
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/7f6567109b48bafe14d1032adeecf2f387dccf42
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/8df1d3e545a864b4d0839b738e400fecc708f03a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/9193f89b37f3bda1fd5979fdebf8f5d768ecf50a
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/9271773d454e86ea3ca36b0dfbfb64a50c023fa1
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/99edf697fdca7d329841d05bf9c54bf33570c4b0
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/9ac7607971bf66b6443bb2ce22dd602846ed1b68
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/9ecb931559be1422bc92c9005f2420ace4c05d43
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/a3b1a6b9fef66dcc38aacae6891870af4a512a32
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/b772f64c6551ab208211201deb5982efee6aa1ea
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/b904958ddca6a572ee61bfdc0bd40766b5bbbc65
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/c15a392715a2fa459650771d73adc80c8fbfe0c1
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/c1e91924e46c76e8312d60352cd3e6e2ed8eb785
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/caf51563014bc4c058c7f4893f4e539642d6e903
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/de3cb37ab28447e1b4662c12f617f5e899c4cd83
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/OrdinaryDiffEq.jl/tarball/f3344e1711d20d80c29692658f4f8ee3bd79a1f0
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/PreallocationTools.jl/tarball/c05b4c6325262152483a1ecb6c69846d2e01727b
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SciML/PreallocationTools.jl/tarball/dc8d6bde5005a0eac05ae8faf1eceaaca166cfa4
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/RecursiveArrayTools.jl/tarball/18d2a6fd1ea9a8205cadb3a5704f8e51abdd748b
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/RuntimeGeneratedFunctions.jl/tarball/7257165d5477fd1025f7cb656019dcb6b0512c38
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/SciMLBase.jl/tarball/8787e28326c99b0c9c706b51da525ad09d03c56f
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/SciMLLogging.jl/tarball/0161be062570af4042cf6f69e3d5d0b0555b6927
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/SciMLOperators.jl/tarball/794c760e6aafe9f40dcd7dd30526ea33f0adc8b7
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/SciMLPublic.jl/tarball/0ba076dbdce87ba230fff48ca9bca62e1f345c9b
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/SciMLStructures.jl/tarball/607f6867d0b0553e98fc7f725c9f9f13b4d01a32
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/Static.jl/tarball/49440414711eddc7227724ae6e570c7d5559a086
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/SymbolicIndexingInterface.jl/tarball/94c58884e013efff548002e8dc2fdd1cb74dfce5
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SciML/TruncatedStacktraces.jl/tarball/ea3e54c2bdde39062abf5a9758a23735558705e1
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/SimonDanisch/ShaderAbstractions.jl/tarball/818554664a2e01fc3784becb2eb3a82326a604b6
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/SimonDanisch/UnicodeFun.jl/tarball/53915e50200959667e78a92a418594b428dffddf
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/YingboMa/FastBroadcast.jl/tarball/ab1b34570bcdf272899062e1a56285a53ecaae08
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/bramtayl/Unzip.jl/tarball/ca0969166a028236229f63514992fc073799bb78
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/c42f/FastClosures.jl/tarball/acebe244d53ee1b461970f8910c235b259e772ef
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/chriselrod/FunctionWrappersWrappers.jl/tarball/b104d487b34566608f8b4e1c39fb0b10aa279ff8
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/eschnett/SIMD.jl/tarball/e24dc23107d426a096d3eae6c165b921e74c18e4
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/fredrikekre/EnumX.jl/tarball/c49898e8438c828577f04b92fc9368c388ac783c
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/gdalle/SparseMatrixColorings.jl/tarball/7b2263c87aa890bf6d18ae05cedbe259754e3f34
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/jheinen/GR.jl/tarball/44716a1a667cb867ee0e9ec8edc31c3e4aa5afdc
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/jkrumbiegel/Animations.jl/tarball/e092fa223bf66a3c41f9c022bd074d916dc303e7
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/jkrumbiegel/GridLayoutBase.jl/tarball/93d5c27c8de51687a2c70ec0716e6e76f298416f
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/jkrumbiegel/Isoband.jl/tarball/f9b6d97355599074dc867318950adaa6f9946137
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/jmert/BitFlags.jl/tarball/0691e34b3bb8be9307330f88d1a3c3f25466c24d
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/johnnychen94/LazyModules.jl/tarball/a560dd966b386ac9ae60bdd3a3d3a326062d3c3e
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/jonniedie/ConcreteStructs.jl/tarball/f749037478283d372048690eb3b5f92a79432b34
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/jw3126/Setfield.jl/tarball/c5391c6ace3bc430ca630251d02ea9687169ca68
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/korsbo/Latexify.jl/tarball/44f93c47f9cd6c7e431f2f2091fcba8f01cd7e8f
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/lairez/ExactPredicates.jl/tarball/83231673ea4d3d6008ac74dc5079e77ab2209d8f
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/m-j-w/CpuId.jl/tarball/fcbb72b032692610bfbdb15018ac16a36cf2e406
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/mauro3/SimpleTraits.jl/tarball/be8eeac05ec97d379347584fa9fe2f5f76795bcb
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/pazner/TriplotBase.jl/tarball/4d4ed7f294cda19382ff7de4c137d24d16adc89b
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/queryverse/DataValueInterfaces.jl/tarball/bfc1187b79289637fa0ef6d4436ebdfe6905cbd6
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/queryverse/IteratorInterfaceExtensions.jl/tarball/a3f24677c21f5bbe9d2a714f95dcd58337fb2856
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/queryverse/TableTraits.jl/tarball/c06b2f539df1c6efa794486abfb6ed2022561a39
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/rafaqz/Extents.jl/tarball/b309b36a9e02fe7be71270dd8c0fd873625332b4
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/rdeits/CommonSubexpressions.jl/tarball/cda2cfaebb4be89c9084adaca7dd7333369715c5
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/rofinn/FilePaths.jl/tarball/a1b2fbfe98503f15b665ed45b3d149e5d8895e4c
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/rofinn/FilePathsBase.jl/tarball/3bab2c5aa25e7840a4b065805c0cdfc01f3068d2
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/ronisbr/PrettyTables.jl/tarball/211530a7dc76ab59087f4d4d1fc3f086fbe87594
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/ronisbr/StringManipulation.jl/tarball/d05693d339e37d6ab134c5ab53c29fce5ee5d7d5
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/simonster/Reexport.jl/tarball/45e428421666073eab6f2da5c9d310d99bb12f9b
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/stemann/WebP.jl/tarball/aa1ca3c47f119fbdae8770c29820e5e6119b83f2
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/tecosaur/BaseDirs.jl/tarball/bca794632b8a9bbe159d56bf9e31c422671b35e0
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/timholy/AxisAlgorithms.jl/tarball/01b8ccb13d68535d73d2b0c23e39bd23155fb712
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/timholy/ProgressMeter.jl/tarball/fbb92c6c56b34e1a2c4c36058f68f332bec840e7
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/timholy/Ratios.jl/tarball/1342a47bf3260ee108163042310d26f2be5ec90b
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/tlnagy/TiffImages.jl/tarball/08c10bc34f4e7743f530793d0985bf3c254e193d
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/trixi-framework/PointNeighbors.jl/tarball/179d61ce47b27d74e61b1b18bb05cfa08b0a90e4
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/trixi-framework/TrixiBase.jl/tarball/e3349c809f5f6677312ffe2e62fc6a49cb3e82f1
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (http block)
  • https://api.github.com/repos/trixi-framework/TrixiTest.jl/tarball/e100216dc5955344bcbab0723f387eadef77d2ea
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/twadleigh/OpenEXR.jl/tarball/97db9e07fe2091882c765380ef58ec553074e9c7
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • https://api.github.com/repos/vtjnash/Glob.jl/tarball/83cb0092e2792b9e3a865b6655e88f5b862607e2
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (http block)
  • pkg.julialang.org
    • Triggering command: /usr/bin/julia julia --project -e using Pkg; Pkg.instantiate() --no�� \|convert es.jl/src/callbacks/post_process.jl grep xiParticles.jl/sgrep jl (dns block)
    • Triggering command: /usr/bin/julia julia --project -e using Pkg Pkg.test(test_args=["--unit"]) --warn-overwrite=yes --color=auto - /usr/bin/grep tail -5 "/home/r/usr/local/julia1.12.5/bin/julia al_pressure.jl rgo/bin/sh grep -l \|convert .jl/TrixiParticl/home/REDACTED/.julia/compiled/v1.12/PrecompileTools/jl_hNoIS4 tnet/tools/grep unner/work/Trixi/usr/local/julia1.12.5/libexec/julia/lld (dns block)
    • Triggering command: /usr/local/julia1.12.5/bin/julia /usr/local/julia1.12.5/bin/julia -C native -J/usr/local/julia1.12.5/lib/julia/sys.so -g1 --code-coverage=none --color=auto --check-bounds=yes --warn-overwrite=yes --depwarn=yes --inline=yes --startup-file=no --track-allocation=none --check-bounds=yes --output-o /home/REDACTED/.julia/compiled/v1.12/MKL_jll/jl_g2lqxW --output-ji /home/REDACTED/.julia/compiled/v1.12/MKL_jll/jl_OZK9oC --output-incremental=yes --startup-file=no (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Review inconsistencies and errors</issue_title>
<issue_description>There are some inconsistencies and errors in the code. For example docstrings don't match the constructors, or code that is fragile and might break in the future. Also simple errors like typos. It would be useful to let AI agents give a run at this.</issue_description>

<agent_instructions>Check the whole codebase for inconsistencies and errors and fix those that can be fixed with small changes. Don't address issues that require significant code changes. Create GitHub issues for those.</agent_instructions>

Comments on the Issue (you are @copilot in this section)


📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

- Fix typo `append_timestep` → `append_timestamp` in PostprocessCallback docstring
- Add missing `blending_factor` param in BlendedGradientCorrection docstring signature
- Add missing `;` in 4 surface tension docstring signatures
- Add missing `allow_loop_flipping=true` to BernoulliPressureExtrapolation docstring
- Remove extra closing parenthesis in SimpleMirroring docstring
- Remove trailing `, .` in interpolate_point docstring
- Remove extra closing parenthesis in WeaklyCompressibleSPHSystem docstring
- Fix wrong default `hierarchical_winding=false` → `true` in ComplexShape docstring
- Add missing `particle_system` arg and fix `reinit_initial_solution` default in DensityReinitializationCallback docstring
- Add missing `average_pressure_reduction` and `correction` to EntropicallyDampedSPHSystem docstring signature
- Fix inconsistent `todo` → `TODO` capitalization in DEM system
- Add missing `place_on_shell=false` to extrude_geometry docstring signature

Co-authored-by: efaulhaber <44124897+efaulhaber@users.noreply.github.com>
Copilot AI changed the title [WIP] Review and fix inconsistencies and errors in code Fix docstring inconsistencies and errors across the codebase Mar 16, 2026
Copilot AI requested a review from efaulhaber March 16, 2026 17:41
…gy double-counting, BoundsError wrong index

- Fix show(io, system) → show(io, geometry) in Polygon and TriangleMesh show methods
- Fix show(io, system) → show(io, winding) in WindingNumberJacobson show method
- Fix kinetic_energy for AbstractStructureSystem: remove energy += accumulator that caused double-counting via sum()
- Fix BoundsError in move_particles_to_end! to report actual invalid particle ID instead of array index

Co-authored-by: efaulhaber <44124897+efaulhaber@users.noreply.github.com>
Copilot AI changed the title Fix docstring inconsistencies and errors across the codebase Fix docstring-constructor mismatches, wrong variable references, and kinetic_energy double-counting Mar 16, 2026
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.

Review inconsistencies and errors

2 participants