web-ng build failing #1052

Closed
opened 2026-03-28 04:31:12 +00:00 by mfreeman451 · 1 comment
Owner

Imported from GitHub.

Original GitHub issue: #2895
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/2895
Original created: 2026-02-23T04:02:11Z


Describe the bug


(03:49:54) [3,925 / 3,951] 3 actions running
    mix release (release_tar); 278s remote, disk-cache, remote-cache
    mix release (release_tar); 278s remote, disk-cache, remote-cache
    mix release (release_tar); 278s remote, disk-cache, remote-cache
OTP_TAR=bazel-out/k8-fastbuild/bin/external/rules_erlang++erlang_config+erlang_config/otp_28_1/otp-otp_28_1_release.tar



(03:49:55) INFO: From mix release (release_tar):
warning: Domain ServiceRadar.Spatial is not present in
    config :serviceradar_core, ash_domains: [ServiceRadar.Identity, ServiceRadar.Inventory, ServiceRadar.Infrastructure, ServiceRadar.Monitoring, ServiceRadar.Observability, ServiceRadar.Edge, ServiceRadar.Integrations, ServiceRadar.Jobs, ServiceRadar.AgentConfig, ServiceRadar.SweepJobs, ServiceRadar.SysmonProfiles, ServiceRadar.SNMPProfiles, ServiceRadar.NetworkDiscovery, ServiceRadar.Plugins].
To resolve this warning, do one of the following.
1. Add the domain to your configured domain modules. The following snippet can be used.
    config :serviceradar_core, ash_domains: [ServiceRadar.Identity, ServiceRadar.Inventory, ServiceRadar.Infrastructure, ServiceRadar.Monitoring, ServiceRadar.Observability, ServiceRadar.Edge, ServiceRadar.Integrations, ServiceRadar.Jobs, ServiceRadar.AgentConfig, ServiceRadar.SweepJobs, ServiceRadar.SysmonProfiles, ServiceRadar.SNMPProfiles, ServiceRadar.NetworkDiscovery, ServiceRadar.Plugins, ServiceRadar.Spatial]
2. Add the option `validate_config_inclusion?: false` to `use Ash.Domain`
3. Configure all domains not to warn, with `config :ash, :validate_domain_config_inclusion?, false`
  lib/serviceradar/spatial.ex:1: ServiceRadar.Spatial.__verify_spark_dsl__/1
  (elixir 1.19.4) lib/enum.ex:961: Enum."-each/2-lists^foreach/1-0-"/2
  (elixir 1.19.4) lib/module/parallel_checker.ex:288: Module.ParallelChecker.check_module/3
  (elixir 1.19.4) lib/module/parallel_checker.ex:125: anonymous fn/7 in Module.ParallelChecker.inner_spawn/6
(03:49:55) [3,925 / 3,951] 3 actions running
    mix release (release_tar); 279s remote, disk-cache, remote-cache
    mix release (release_tar); 279s remote, disk-cache, remote-cache
    mix release (release_tar); 279s remote, disk-cache, remote-cache
ERLANG_HOME=/tmp/tmp.8i8iI7yUnq/lib/erlang
PATH=/buildbuddy-execroot/bazel-out/k8-fastbuild/bin/external/rules_rust++rust+rust_linux_x86_64__x86_64-unknown-linux-gnu__stable_tools/rust_toolchain/bin:/buildbuddy-execroot/bazel-out/k8-fastbuild/bin/external/rules_rust++rust+rust_linux_x86_64__x86_64-unknown-linux-gnu__stable_tools/rust_toolchain/bin:/opt/homebrew/bin:/buildbuddy-execroot/bazel-out/k8-fastbuild/bin/external/rules_elixir++elixir_config+elixir_config/elixir_1_19_4/elixir_build_release/bin:/tmp/tmp.8i8iI7yUnq/lib/erlang/bin:/opt/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
total 52
drwxrwxrwx 2 root root 4096 Feb 23 03:45 .
drwxrwxrwx 4 root root 4096 Feb 23 03:45 ..
-rwxr-xr-x 2 root root 6658 Feb 17 04:36 elixir
-rwxr-xr-x 2 root root 6707 Feb 17 04:36 elixir.bat
-rwxr-xr-x 2 root root 1471 Feb 17 04:36 elixirc
-rwxr-xr-x 2 root root 1498 Feb 17 04:36 elixirc.bat
-rwxr-xr-x 2 root root 1077 Feb 17 04:36 iex
-rwxr-xr-x 2 root root 1011 Feb 17 04:36 iex.bat
-rwxr-xr-x 2 root root  169 Feb 17 04:36 mix
-rwxr-xr-x 2 root root  184 Feb 17 04:36 mix.bat
-rwxr-xr-x 2 root root  706 Feb 17 04:36 mix.ps1
/buildbuddy-execroot/bazel-out/k8-fastbuild/bin/external/rules_elixir++elixir_config+elixir_config/elixir_1_19_4/elixir_build_release/bin/mix
* creating .mix_home/.mix/archives/hex-2.3.1-otp-28
* creating .mix_home/.mix/elixir/1-19-otp-28/rebar3
Resolving Hex dependencies...
Resolution completed in 0.813s
Unchanged:
  acceptor_pool 1.0.1
  ash 3.11.1
  ash_admin 0.13.24
  ash_cloak 0.1.7
  ash_json_api 1.5.1
  ash_oban 0.7.0
  ash_phoenix 2.3.18
  ash_postgres 2.6.26
  ash_sql 0.3.15
  ash_state_machine 0.2.12
  bcrypt_elixir 3.3.2
  broadway 1.2.1
  broadway_dashboard 0.4.1
  castore 1.0.17
  chacha20 1.0.4
  cloak 1.1.4
  comeonin 5.5.1

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Imported from GitHub. Original GitHub issue: #2895 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/2895 Original created: 2026-02-23T04:02:11Z --- **Describe the bug** ``` (03:49:54) [3,925 / 3,951] 3 actions running mix release (release_tar); 278s remote, disk-cache, remote-cache mix release (release_tar); 278s remote, disk-cache, remote-cache mix release (release_tar); 278s remote, disk-cache, remote-cache OTP_TAR=bazel-out/k8-fastbuild/bin/external/rules_erlang++erlang_config+erlang_config/otp_28_1/otp-otp_28_1_release.tar (03:49:55) INFO: From mix release (release_tar): warning: Domain ServiceRadar.Spatial is not present in config :serviceradar_core, ash_domains: [ServiceRadar.Identity, ServiceRadar.Inventory, ServiceRadar.Infrastructure, ServiceRadar.Monitoring, ServiceRadar.Observability, ServiceRadar.Edge, ServiceRadar.Integrations, ServiceRadar.Jobs, ServiceRadar.AgentConfig, ServiceRadar.SweepJobs, ServiceRadar.SysmonProfiles, ServiceRadar.SNMPProfiles, ServiceRadar.NetworkDiscovery, ServiceRadar.Plugins]. To resolve this warning, do one of the following. 1. Add the domain to your configured domain modules. The following snippet can be used. config :serviceradar_core, ash_domains: [ServiceRadar.Identity, ServiceRadar.Inventory, ServiceRadar.Infrastructure, ServiceRadar.Monitoring, ServiceRadar.Observability, ServiceRadar.Edge, ServiceRadar.Integrations, ServiceRadar.Jobs, ServiceRadar.AgentConfig, ServiceRadar.SweepJobs, ServiceRadar.SysmonProfiles, ServiceRadar.SNMPProfiles, ServiceRadar.NetworkDiscovery, ServiceRadar.Plugins, ServiceRadar.Spatial] 2. Add the option `validate_config_inclusion?: false` to `use Ash.Domain` 3. Configure all domains not to warn, with `config :ash, :validate_domain_config_inclusion?, false` lib/serviceradar/spatial.ex:1: ServiceRadar.Spatial.__verify_spark_dsl__/1 (elixir 1.19.4) lib/enum.ex:961: Enum."-each/2-lists^foreach/1-0-"/2 (elixir 1.19.4) lib/module/parallel_checker.ex:288: Module.ParallelChecker.check_module/3 (elixir 1.19.4) lib/module/parallel_checker.ex:125: anonymous fn/7 in Module.ParallelChecker.inner_spawn/6 (03:49:55) [3,925 / 3,951] 3 actions running mix release (release_tar); 279s remote, disk-cache, remote-cache mix release (release_tar); 279s remote, disk-cache, remote-cache mix release (release_tar); 279s remote, disk-cache, remote-cache ERLANG_HOME=/tmp/tmp.8i8iI7yUnq/lib/erlang PATH=/buildbuddy-execroot/bazel-out/k8-fastbuild/bin/external/rules_rust++rust+rust_linux_x86_64__x86_64-unknown-linux-gnu__stable_tools/rust_toolchain/bin:/buildbuddy-execroot/bazel-out/k8-fastbuild/bin/external/rules_rust++rust+rust_linux_x86_64__x86_64-unknown-linux-gnu__stable_tools/rust_toolchain/bin:/opt/homebrew/bin:/buildbuddy-execroot/bazel-out/k8-fastbuild/bin/external/rules_elixir++elixir_config+elixir_config/elixir_1_19_4/elixir_build_release/bin:/tmp/tmp.8i8iI7yUnq/lib/erlang/bin:/opt/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin total 52 drwxrwxrwx 2 root root 4096 Feb 23 03:45 . drwxrwxrwx 4 root root 4096 Feb 23 03:45 .. -rwxr-xr-x 2 root root 6658 Feb 17 04:36 elixir -rwxr-xr-x 2 root root 6707 Feb 17 04:36 elixir.bat -rwxr-xr-x 2 root root 1471 Feb 17 04:36 elixirc -rwxr-xr-x 2 root root 1498 Feb 17 04:36 elixirc.bat -rwxr-xr-x 2 root root 1077 Feb 17 04:36 iex -rwxr-xr-x 2 root root 1011 Feb 17 04:36 iex.bat -rwxr-xr-x 2 root root 169 Feb 17 04:36 mix -rwxr-xr-x 2 root root 184 Feb 17 04:36 mix.bat -rwxr-xr-x 2 root root 706 Feb 17 04:36 mix.ps1 /buildbuddy-execroot/bazel-out/k8-fastbuild/bin/external/rules_elixir++elixir_config+elixir_config/elixir_1_19_4/elixir_build_release/bin/mix * creating .mix_home/.mix/archives/hex-2.3.1-otp-28 * creating .mix_home/.mix/elixir/1-19-otp-28/rebar3 Resolving Hex dependencies... Resolution completed in 0.813s Unchanged: acceptor_pool 1.0.1 ash 3.11.1 ash_admin 0.13.24 ash_cloak 0.1.7 ash_json_api 1.5.1 ash_oban 0.7.0 ash_phoenix 2.3.18 ash_postgres 2.6.26 ash_sql 0.3.15 ash_state_machine 0.2.12 bcrypt_elixir 3.3.2 broadway 1.2.1 broadway_dashboard 0.4.1 castore 1.0.17 chacha20 1.0.4 cloak 1.1.4 comeonin 5.5.1 ``` **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - Browser [e.g. stock browser, safari] - Version [e.g. 22] **Additional context** Add any other context about the problem here.
Author
Owner

Imported GitHub comment.

Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/2895#issuecomment-3942867500
Original created: 2026-02-23T06:04:40Z


closing, fixed

Imported GitHub comment. Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/2895#issuecomment-3942867500 Original created: 2026-02-23T06:04:40Z --- closing, fixed
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar#1052
No description provided.