1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
In file included from src/mongo/db/catalog/util/partitioned.h:43,
                 from src/mongo/db/query/plan_cache.h:32,
                 from src/mongo/db/query/classic_plan_cache.h:36,
                 from src/mongo/db/query/plan_explainer.h:33,
                 from src/mongo/db/query/plan_executor.h:37,
                 from src/mongo/db/clientcursor.h:42,
                 from src/mongo/db/query/cursor_response.h:36,
                 from build/59f4f0dd/mongo/s/query/async_results_merger_params_gen.h:25,
                 from src/mongo/db/pipeline/pipeline.h:48,
                 from src/mongo/db/pipeline/plan_executor_pipeline.h:35,
                 from src/mongo/db/pipeline/aggregation_request_helper.h:41,
                 from build/59f4f0dd/mongo/db/pipeline/aggregate_command_gen.h:27,
                 from src/mongo/db/auth/authorization_checks.h:39,
                 from src/mongo/s/commands/cluster_find_cmd.h:35,
                 from src/mongo/s/commands/cluster_find_cmd_s.cpp:30:
src/mongo/util/aligned.h:135:77: warning: use of 'std::hardware_destructive_interference_size' [-Winterference-size]
  135 | using CacheAligned = Aligned<T, stdx::hardware_destructive_interference_size>;
      |                                                                             ^
src/mongo/util/aligned.h:135:77: note: its value can vary between compiler versions or with different '-mtune' or '-mcpu' flags
src/mongo/util/aligned.h:135:77: note: if this use is part of a public ABI, change it to instead use a constant variable you define
src/mongo/util/aligned.h:135:77: note: the default value for the current CPU tuning is 64 bytes
src/mongo/util/aligned.h:135:77: note: you can stabilize this value with '--param hardware_destructive_interference_size=64', or disable this warning with '-Wno-interference-size'
scons: building terminated because of errors.
build/59f4f0dd/mongo/db/query/analyze_regex.o failed: Error 1
==> ERROR: A failure occurred in build().
    Aborting...