Use pre-built files for packaging
[platform/upstream/connectedhomeip.git] / out / host / toolchain.ninja
1 rule copy
2   command = ln -f ${in} ${out} 2>/dev/null || (rm -rf ${out} && cp -af ${in} ${out})
3   description = cp ${in} ${out}
4 rule asm
5   command = gcc -MMD -MF ${out}.d ${asmflags} ${cflags} ${defines} ${include_dirs} -c ${in} -o ${out}
6   description = as ${out}
7   depfile = ${out}.d
8   deps = gcc
9 rule cxx
10   command = g++ -MMD -MF ${out}.d ${cflags} ${cflags_cc} ${defines} ${include_dirs} -c ${in} -o ${out}
11   description = c++ ${out}
12   depfile = ${out}.d
13   deps = gcc
14 rule cc
15   command = gcc -MMD -MF ${out}.d ${cflags} ${cflags_c} ${defines} ${include_dirs} -c ${in} -o ${out}
16   description = cc ${out}
17   depfile = ${out}.d
18   deps = gcc
19 rule link
20   command = g++ ${ldflags} -Wl,-Map,${output_dir}/${target_output_name}.map -Wl,--gc-sections @${output_dir}/${target_output_name}${output_extension}.rsp -o ${output_dir}/${target_output_name}${output_extension}
21   description = ld ${output_dir}/${target_output_name}${output_extension}
22   rspfile = ${output_dir}/${target_output_name}${output_extension}.rsp
23   rspfile_content = -Wl,--start-group ${in} ${frameworks} ${libs} -Wl,--end-group
24 rule solink
25   command = g++ ${ldflags} -Wl,-Map,${output_dir}/${target_output_name}.map -Wl,--gc-sections @${output_dir}/${target_output_name}${output_extension}.rsp -o ${output_dir}/${target_output_name}${output_extension} -shared
26   description = ld -shared ${output_dir}/${target_output_name}${output_extension}
27   rspfile = ${output_dir}/${target_output_name}${output_extension}.rsp
28   rspfile_content = -Wl,--start-group ${in} ${frameworks} ${libs} -Wl,--end-group
29 rule alink
30   command = rm -f ${out} && ar ${arflags} rcs ${out} ${in}
31   description = ar ${target_output_name}${output_extension}
32 rule objcxx
33   command = g++ -MMD -MF ${out}.d ${cflags} ${cflags_objcc} ${defines} ${include_dirs} ${framework_dirs} -c ${in} -o ${out}
34   description = objc++ ${out}
35   depfile = ${out}.d
36   deps = gcc
37 rule objc
38   command = gcc -MMD -MF ${out}.d ${cflags} ${cflags_objc} ${defines} ${include_dirs} ${framework_dirs} -c ${in} -o ${out}
39   description = objc ${out}
40   depfile = ${out}.d
41   deps = gcc
42 rule stamp
43   command = touch ${out}
44   description = stamp ${out}
45
46 build obj/certification.stamp: stamp || ./chip-tool
47 build obj/check.stamp: stamp obj/fake_platform_tests.stamp obj/scripts/build/build_examples.tests.stamp obj/scripts/idl/idl.tests.stamp obj/src/tests_run.stamp
48 build obj/default.stamp: stamp obj/src/app/lib/libCHIPDataModel.a obj/src/ble/lib/libBleLayer.a obj/src/controller/lib/libChipController.a obj/src/credentials/lib/libCredentials.a obj/src/credentials/lib/libDefaultAttestationVerifier.a obj/src/crypto/lib/libChipCrypto.a obj/src/inet/lib/libInetLayer.a lib/libCHIP.a obj/src/lib/asn1/lib/libASN1.a obj/src/lib/core/lib/libChipCore.a obj/src/lib/support/lib/libSupportLayer.a obj/src/messaging/lib/libMessagingLayer.a obj/src/protocols/lib/libChipProtocols.a obj/src/setup_payload/lib/libSetupPayload.a obj/src/system/lib/libSystemLayer.a obj/src/transport/lib/libTransportLayer.a lib/libmbedtls.a obj/third_party/nlassert/nlassert.stamp obj/third_party/nlio/nlio.stamp lib/libnlunit-test.a obj/src/app/server/lib/libCHIPAppServer.a obj/src/tests.stamp obj/src/lwip/lwip.stamp obj/certification.stamp ./chip-shell ./chip-im-initiator ./chip-im-responder ./address-resolve-tool ./chip-echo-requester ./chip-echo-responder obj/src/qrcodetool/bin/qrcodetool obj/src/setup_payload/lib/libSetupPayload.a ./spake2p ./chip-cert obj/linux_lighting_app.stamp
49 build obj/fake_platform_tests.stamp: stamp obj/src/fake_platform_tests_run.stamp
50 build obj/linux_lighting_app.stamp: stamp obj/examples/lighting-app/linux/linux.stamp
51 build obj/python_packages.stamp: stamp obj/third_party/pigweed/repo/pw_build/py/py.stamp obj/third_party/pigweed/repo/pw_doctor/py/py.stamp obj/third_party/pigweed/repo/pw_env_setup/py/py.stamp obj/third_party/pigweed/repo/pw_hdlc/py/py.stamp obj/third_party/pigweed/repo/pw_log/protos.python.stamp obj/third_party/pigweed/repo/pw_module/py/py.stamp obj/third_party/pigweed/repo/pw_protobuf/py/py.stamp obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.stamp obj/third_party/pigweed/repo/pw_rpc/py/py.stamp obj/third_party/pigweed/repo/pw_status/py/py.stamp obj/third_party/pigweed/repo/pw_toolchain/py/py.stamp obj/third_party/pigweed/repo/pw_trace/py/py.stamp obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_watch/py/py.stamp obj/integrations/mobly/chip_mobly.stamp obj/scripts/requirements.stamp
52 build obj/python_packages._build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_build/py/py._build_wheel.stamp obj/third_party/pigweed/repo/pw_doctor/py/py._build_wheel.stamp obj/third_party/pigweed/repo/pw_env_setup/py/py._build_wheel.stamp obj/third_party/pigweed/repo/pw_hdlc/py/py._build_wheel.stamp obj/third_party/pigweed/repo/pw_log/protos.python._build_wheel.stamp obj/third_party/pigweed/repo/pw_module/py/py._build_wheel.stamp obj/third_party/pigweed/repo/pw_protobuf/py/py._build_wheel.stamp obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py._build_wheel.stamp obj/third_party/pigweed/repo/pw_rpc/py/py._build_wheel.stamp obj/third_party/pigweed/repo/pw_status/py/py._build_wheel.stamp obj/third_party/pigweed/repo/pw_toolchain/py/py._build_wheel.stamp obj/third_party/pigweed/repo/pw_trace/py/py._build_wheel.stamp obj/third_party/pigweed/repo/pw_trace_tokenized/py/py._build_wheel.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py._build_wheel.stamp obj/third_party/pigweed/repo/pw_watch/py/py._build_wheel.stamp obj/integrations/mobly/chip_mobly._build_wheel.stamp obj/scripts/requirements._build_wheel.stamp
53 build obj/python_packages._run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_build/py/py._run_pip_install.stamp obj/third_party/pigweed/repo/pw_doctor/py/py._run_pip_install.stamp obj/third_party/pigweed/repo/pw_env_setup/py/py._run_pip_install.stamp obj/third_party/pigweed/repo/pw_hdlc/py/py._run_pip_install.stamp obj/third_party/pigweed/repo/pw_log/protos.python._run_pip_install.stamp obj/third_party/pigweed/repo/pw_module/py/py._run_pip_install.stamp obj/third_party/pigweed/repo/pw_protobuf/py/py._run_pip_install.stamp obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py._run_pip_install.stamp obj/third_party/pigweed/repo/pw_rpc/py/py._run_pip_install.stamp obj/third_party/pigweed/repo/pw_status/py/py._run_pip_install.stamp obj/third_party/pigweed/repo/pw_toolchain/py/py._run_pip_install.stamp obj/third_party/pigweed/repo/pw_trace/py/py._run_pip_install.stamp obj/third_party/pigweed/repo/pw_trace_tokenized/py/py._run_pip_install.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py._run_pip_install.stamp obj/third_party/pigweed/repo/pw_watch/py/py._run_pip_install.stamp obj/integrations/mobly/chip_mobly._run_pip_install.stamp obj/scripts/requirements._run_pip_install.stamp
54 build obj/python_packages.install.stamp: stamp obj/third_party/pigweed/repo/pw_build/py/py.install.stamp obj/third_party/pigweed/repo/pw_doctor/py/py.install.stamp obj/third_party/pigweed/repo/pw_env_setup/py/py.install.stamp obj/third_party/pigweed/repo/pw_hdlc/py/py.install.stamp obj/third_party/pigweed/repo/pw_log/protos.python.install.stamp obj/third_party/pigweed/repo/pw_module/py/py.install.stamp obj/third_party/pigweed/repo/pw_protobuf/py/py.install.stamp obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.install.stamp obj/third_party/pigweed/repo/pw_rpc/py/py.install.stamp obj/third_party/pigweed/repo/pw_status/py/py.install.stamp obj/third_party/pigweed/repo/pw_toolchain/py/py.install.stamp obj/third_party/pigweed/repo/pw_trace/py/py.install.stamp obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.install.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp obj/third_party/pigweed/repo/pw_watch/py/py.install.stamp obj/integrations/mobly/chip_mobly.install.stamp obj/scripts/requirements.install.stamp
55 build obj/python_packages.lint.stamp: stamp obj/third_party/pigweed/repo/pw_build/py/py.lint.stamp obj/third_party/pigweed/repo/pw_doctor/py/py.lint.stamp obj/third_party/pigweed/repo/pw_env_setup/py/py.lint.stamp obj/third_party/pigweed/repo/pw_hdlc/py/py.lint.stamp obj/third_party/pigweed/repo/pw_log/protos.python.lint.stamp obj/third_party/pigweed/repo/pw_module/py/py.lint.stamp obj/third_party/pigweed/repo/pw_protobuf/py/py.lint.stamp obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.lint.stamp obj/third_party/pigweed/repo/pw_rpc/py/py.lint.stamp obj/third_party/pigweed/repo/pw_status/py/py.lint.stamp obj/third_party/pigweed/repo/pw_toolchain/py/py.lint.stamp obj/third_party/pigweed/repo/pw_trace/py/py.lint.stamp obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.lint.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.lint.stamp obj/third_party/pigweed/repo/pw_watch/py/py.lint.stamp obj/integrations/mobly/chip_mobly.lint.stamp obj/scripts/requirements.lint.stamp
56 build obj/python_packages.lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_build/py/py.lint.mypy.stamp obj/third_party/pigweed/repo/pw_doctor/py/py.lint.mypy.stamp obj/third_party/pigweed/repo/pw_env_setup/py/py.lint.mypy.stamp obj/third_party/pigweed/repo/pw_hdlc/py/py.lint.mypy.stamp obj/third_party/pigweed/repo/pw_log/protos.python.lint.mypy.stamp obj/third_party/pigweed/repo/pw_module/py/py.lint.mypy.stamp obj/third_party/pigweed/repo/pw_protobuf/py/py.lint.mypy.stamp obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.lint.mypy.stamp obj/third_party/pigweed/repo/pw_rpc/py/py.lint.mypy.stamp obj/third_party/pigweed/repo/pw_status/py/py.lint.mypy.stamp obj/third_party/pigweed/repo/pw_toolchain/py/py.lint.mypy.stamp obj/third_party/pigweed/repo/pw_trace/py/py.lint.mypy.stamp obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.lint.mypy.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.lint.mypy.stamp obj/third_party/pigweed/repo/pw_watch/py/py.lint.mypy.stamp obj/integrations/mobly/chip_mobly.lint.mypy.stamp obj/scripts/requirements.lint.mypy.stamp
57 build obj/python_packages.lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_build/py/py.lint.pylint.stamp obj/third_party/pigweed/repo/pw_doctor/py/py.lint.pylint.stamp obj/third_party/pigweed/repo/pw_env_setup/py/py.lint.pylint.stamp obj/third_party/pigweed/repo/pw_hdlc/py/py.lint.pylint.stamp obj/third_party/pigweed/repo/pw_log/protos.python.lint.pylint.stamp obj/third_party/pigweed/repo/pw_module/py/py.lint.pylint.stamp obj/third_party/pigweed/repo/pw_protobuf/py/py.lint.pylint.stamp obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.lint.pylint.stamp obj/third_party/pigweed/repo/pw_rpc/py/py.lint.pylint.stamp obj/third_party/pigweed/repo/pw_status/py/py.lint.pylint.stamp obj/third_party/pigweed/repo/pw_toolchain/py/py.lint.pylint.stamp obj/third_party/pigweed/repo/pw_trace/py/py.lint.pylint.stamp obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.lint.pylint.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.lint.pylint.stamp obj/third_party/pigweed/repo/pw_watch/py/py.lint.pylint.stamp obj/integrations/mobly/chip_mobly.lint.pylint.stamp obj/scripts/requirements.lint.pylint.stamp
58 build obj/python_packages.tests.stamp: stamp obj/third_party/pigweed/repo/pw_build/py/py.tests.stamp obj/third_party/pigweed/repo/pw_doctor/py/py.tests.stamp obj/third_party/pigweed/repo/pw_env_setup/py/py.tests.stamp obj/third_party/pigweed/repo/pw_hdlc/py/py.tests.stamp obj/third_party/pigweed/repo/pw_log/protos.python.tests.stamp obj/third_party/pigweed/repo/pw_module/py/py.tests.stamp obj/third_party/pigweed/repo/pw_protobuf/py/py.tests.stamp obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.tests.stamp obj/third_party/pigweed/repo/pw_rpc/py/py.tests.stamp obj/third_party/pigweed/repo/pw_status/py/py.tests.stamp obj/third_party/pigweed/repo/pw_toolchain/py/py.tests.stamp obj/third_party/pigweed/repo/pw_trace/py/py.tests.stamp obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.tests.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.tests.stamp obj/third_party/pigweed/repo/pw_watch/py/py.tests.stamp obj/integrations/mobly/chip_mobly.tests.stamp obj/scripts/requirements.tests.stamp
59 build obj/python_packages.wheel.stamp: stamp obj/third_party/pigweed/repo/pw_build/py/py.wheel.stamp obj/third_party/pigweed/repo/pw_doctor/py/py.wheel.stamp obj/third_party/pigweed/repo/pw_env_setup/py/py.wheel.stamp obj/third_party/pigweed/repo/pw_hdlc/py/py.wheel.stamp obj/third_party/pigweed/repo/pw_log/protos.python.wheel.stamp obj/third_party/pigweed/repo/pw_module/py/py.wheel.stamp obj/third_party/pigweed/repo/pw_protobuf/py/py.wheel.stamp obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.wheel.stamp obj/third_party/pigweed/repo/pw_rpc/py/py.wheel.stamp obj/third_party/pigweed/repo/pw_status/py/py.wheel.stamp obj/third_party/pigweed/repo/pw_toolchain/py/py.wheel.stamp obj/third_party/pigweed/repo/pw_trace/py/py.wheel.stamp obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.wheel.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.wheel.stamp obj/third_party/pigweed/repo/pw_watch/py/py.wheel.stamp obj/integrations/mobly/chip_mobly.wheel.stamp obj/scripts/requirements.wheel.stamp
60 subninja obj/config/tizen/chip-gn/platform/tizen.ninja
61 subninja obj/examples/chip-tool/chip-tool.ninja
62 subninja obj/examples/chip-tool/chip-tool-utils.ninja
63 build obj/examples/chip-tool/default.stamp: stamp ./chip-tool
64 subninja obj/examples/lighting-app/lighting-common/lighting-common.ninja
65 subninja obj/examples/lighting-app/linux/chip-lighting-app.ninja
66 build obj/examples/lighting-app/linux/default.stamp: stamp obj/examples/lighting-app/linux/linux.stamp
67 build obj/examples/lighting-app/linux/linux.stamp: stamp ./chip-lighting-app
68 subninja obj/examples/platform/linux/app-main.ninja
69 subninja obj/examples/shell/shell_common/shell_common.ninja
70 subninja obj/examples/shell/standalone/chip-shell.ninja
71 build obj/examples/shell/standalone/standalone.stamp: stamp ./chip-shell
72 build obj/integrations/mobly/chip_mobly.stamp: stamp python/obj/integrations/mobly/chip_mobly.stamp
73 build obj/integrations/mobly/chip_mobly._build_wheel.stamp: stamp python/obj/integrations/mobly/chip_mobly._build_wheel.stamp
74 build obj/integrations/mobly/chip_mobly._run_pip_install.stamp: stamp python/obj/integrations/mobly/chip_mobly._run_pip_install.stamp
75 build obj/integrations/mobly/chip_mobly.install.stamp: stamp python/obj/integrations/mobly/chip_mobly.install.stamp
76 build obj/integrations/mobly/chip_mobly.lint.stamp: stamp python/obj/integrations/mobly/chip_mobly.lint.stamp
77 build obj/integrations/mobly/chip_mobly.lint.mypy.stamp: stamp python/obj/integrations/mobly/chip_mobly.lint.mypy.stamp
78 build obj/integrations/mobly/chip_mobly.lint.pylint.stamp: stamp python/obj/integrations/mobly/chip_mobly.lint.pylint.stamp
79 build obj/integrations/mobly/chip_mobly.tests.stamp: stamp
80 build obj/integrations/mobly/chip_mobly.wheel.stamp: stamp python/obj/integrations/mobly/chip_mobly.wheel.stamp
81 rule __scripts_requirements___build_toolchain_host_linux_arm_gcc__rule
82   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../scripts --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/scripts/requirements.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
83   description = ACTION //scripts:requirements(//build/toolchain/host:linux_arm_gcc)
84   restat = 1
85
86 build gen/scripts/requirements.pw_pystamp: __scripts_requirements___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../scripts/requirements.txt ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
87
88 build obj/scripts/requirements.stamp: stamp gen/scripts/requirements.pw_pystamp
89 build obj/scripts/requirements._build_wheel.stamp: stamp
90 build obj/scripts/requirements._run_pip_install.stamp: stamp
91 rule __scripts_requirements.install___build_toolchain_host_linux_arm_gcc__rule
92   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../scripts --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/scripts/requirements.install.pw_pystamp --capture-output --module pip -- install --requirement ../../scripts/requirements.txt --constraint ../../scripts/constraints.txt
93   description = ACTION //scripts:requirements.install(//build/toolchain/host:linux_arm_gcc)
94   restat = 1
95
96 build gen/scripts/requirements.install.pw_pystamp: __scripts_requirements.install___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../scripts/requirements.txt ../../scripts/constraints.txt
97   pool = third_party_pigweed_repo_pw_build_pool_pip
98
99 build obj/scripts/requirements.install.stamp: stamp gen/scripts/requirements.install.pw_pystamp
100 build obj/scripts/requirements.lint.stamp: stamp
101 build obj/scripts/requirements.lint.mypy.stamp: stamp
102 build obj/scripts/requirements.lint.pylint.stamp: stamp
103 build obj/scripts/requirements.tests.stamp: stamp
104 build obj/scripts/requirements.wheel.stamp: stamp
105 build obj/scripts/build/build_examples.stamp: stamp python/obj/scripts/build/build_examples.stamp
106 build obj/scripts/build/build_examples._build_wheel.stamp: stamp python/obj/scripts/build/build_examples._build_wheel.stamp
107 build obj/scripts/build/build_examples._run_pip_install.stamp: stamp python/obj/scripts/build/build_examples._run_pip_install.stamp
108 build obj/scripts/build/build_examples.install.stamp: stamp python/obj/scripts/build/build_examples.install.stamp
109 build obj/scripts/build/build_examples.lint.stamp: stamp python/obj/scripts/build/build_examples.lint.stamp
110 build obj/scripts/build/build_examples.lint.mypy.stamp: stamp python/obj/scripts/build/build_examples.lint.mypy.stamp
111 build obj/scripts/build/build_examples.lint.pylint.stamp: stamp python/obj/scripts/build/build_examples.lint.pylint.stamp
112 build obj/scripts/build/build_examples.tests.stamp: stamp obj/scripts/build/build_examples.tests.test.py.stamp obj/scripts/build/build_examples.tests.test_glob_matcher.py.stamp
113 build obj/scripts/build/build_examples.tests.test.py.stamp: stamp python/obj/scripts/build/build_examples.tests.test.py.stamp
114 build obj/scripts/build/build_examples.tests.test_glob_matcher.py.stamp: stamp python/obj/scripts/build/build_examples.tests.test_glob_matcher.py.stamp
115 build obj/scripts/build/build_examples.wheel.stamp: stamp python/obj/scripts/build/build_examples.wheel.stamp
116 build obj/scripts/idl/_build_wheel.stamp: stamp obj/scripts/idl/idl._build_wheel.stamp
117 build obj/scripts/idl/_run_pip_install.stamp: stamp obj/scripts/idl/idl._run_pip_install.stamp
118 build obj/scripts/idl/idl.stamp: stamp python/obj/scripts/idl/idl.stamp
119 build obj/scripts/idl/idl._build_wheel.stamp: stamp python/obj/scripts/idl/idl._build_wheel.stamp
120 build obj/scripts/idl/idl._run_pip_install.stamp: stamp python/obj/scripts/idl/idl._run_pip_install.stamp
121 build obj/scripts/idl/idl.install.stamp: stamp python/obj/scripts/idl/idl.install.stamp
122 build obj/scripts/idl/idl.lint.stamp: stamp python/obj/scripts/idl/idl.lint.stamp
123 build obj/scripts/idl/idl.lint.mypy.stamp: stamp python/obj/scripts/idl/idl.lint.mypy.stamp
124 build obj/scripts/idl/idl.lint.pylint.stamp: stamp python/obj/scripts/idl/idl.lint.pylint.stamp
125 build obj/scripts/idl/idl.tests.stamp: stamp obj/scripts/idl/idl.tests.test_matter_idl_parser.py.stamp obj/scripts/idl/idl.tests.test_generators.py.stamp
126 build obj/scripts/idl/idl.tests.test_generators.py.stamp: stamp python/obj/scripts/idl/idl.tests.test_generators.py.stamp
127 build obj/scripts/idl/idl.tests.test_matter_idl_parser.py.stamp: stamp python/obj/scripts/idl/idl.tests.test_matter_idl_parser.py.stamp
128 build obj/scripts/idl/idl.wheel.stamp: stamp python/obj/scripts/idl/idl.wheel.stamp
129 build obj/scripts/idl/install.stamp: stamp obj/scripts/idl/idl.install.stamp
130 build obj/scripts/idl/lint.stamp: stamp obj/scripts/idl/idl.lint.stamp
131 build obj/scripts/idl/lint.mypy.stamp: stamp obj/scripts/idl/idl.lint.mypy.stamp
132 build obj/scripts/idl/lint.pylint.stamp: stamp obj/scripts/idl/idl.lint.pylint.stamp
133 build obj/scripts/idl/tests.stamp: stamp obj/scripts/idl/idl.tests.stamp
134 build obj/scripts/idl/wheel.stamp: stamp obj/scripts/idl/idl.wheel.stamp
135 build obj/src/fake_platform_tests.stamp: stamp || obj/src/lib/dnssd/platform/tests/tests.stamp
136 build obj/src/fake_platform_tests_lib.stamp: stamp lib/libMdnsFakePlatformTests.a
137 build obj/src/fake_platform_tests_run.stamp: stamp obj/src/lib/dnssd/platform/tests/tests_run.stamp
138 build obj/src/tests.stamp: stamp || obj/src/access/tests/tests.stamp obj/src/crypto/tests/tests.stamp obj/src/inet/tests/tests.stamp obj/src/lib/asn1/tests/tests.stamp obj/src/lib/core/tests/tests.stamp obj/src/messaging/tests/tests.stamp obj/src/protocols/bdx/tests/tests.stamp obj/src/protocols/user_directed_commissioning/tests/tests.stamp obj/src/transport/retransmit/tests/tests.stamp obj/src/lib/dnssd/minimal_mdns/core/tests/tests.stamp obj/src/lib/dnssd/minimal_mdns/responders/tests/tests.stamp obj/src/lib/dnssd/minimal_mdns/tests/tests.stamp obj/src/lib/dnssd/tests/tests.stamp obj/src/lib/dnssd/minimal_mdns/records/tests/tests.stamp obj/src/setup_payload/tests/tests.stamp obj/src/transport/raw/tests/tests.stamp obj/src/app/tests/tests.stamp obj/src/credentials/tests/tests.stamp obj/src/lib/support/tests/tests.stamp obj/src/protocols/secure_channel/tests/tests.stamp obj/src/system/tests/tests.stamp obj/src/transport/tests/tests.stamp obj/src/lib/dnssd/minimal_mdns/tests/tests.stamp obj/src/platform/tests/tests.stamp obj/src/ble/tests/tests.stamp obj/src/controller/tests/tests.stamp obj/src/controller/tests/data_model/data_model.stamp obj/src/lib/shell/tests/tests.stamp
139 build obj/src/tests_lib.stamp: stamp lib/libaccesstest.a lib/libChipCryptoTests.a lib/libInetLayerTests.a lib/libASN1Tests.a lib/libCoreTests.a lib/libMessagingLayerTests.a lib/libBDXTests.a lib/libUserDirectedCommissioningTests.a lib/libRetransmitTests.a lib/libMinimalMdnsCoreTests.a lib/libMinimalMdnsRespondersTests.a lib/libMinimalMdnstests.a lib/libMdnsTests.a lib/libMinimalMdnsRecordsTests.a lib/libSetupPayloadTests.a lib/libRawTransportTests.a lib/libAppTests.a lib/libCredentialsTest.a lib/libSupportTests.a lib/libSecureChannelTests.a lib/libSystemLayerTests.a lib/libTransportLayerTests.a lib/libMinimalMdnstests.a lib/libPlatformTests.a lib/libBleLayerTests.a lib/libControllerTests.a lib/libDataModelTests.a lib/libTestShell.a
140 build obj/src/tests_run.stamp: stamp obj/src/access/tests/tests_run.stamp obj/src/crypto/tests/tests_run.stamp obj/src/inet/tests/tests_run.stamp obj/src/lib/asn1/tests/tests_run.stamp obj/src/lib/core/tests/tests_run.stamp obj/src/messaging/tests/tests_run.stamp obj/src/protocols/bdx/tests/tests_run.stamp obj/src/protocols/user_directed_commissioning/tests/tests_run.stamp obj/src/transport/retransmit/tests/tests_run.stamp obj/src/lib/dnssd/minimal_mdns/core/tests/tests_run.stamp obj/src/lib/dnssd/minimal_mdns/responders/tests/tests_run.stamp obj/src/lib/dnssd/minimal_mdns/tests/tests_run.stamp obj/src/lib/dnssd/tests/tests_run.stamp obj/src/lib/dnssd/minimal_mdns/records/tests/tests_run.stamp obj/src/setup_payload/tests/tests_run.stamp obj/src/transport/raw/tests/tests_run.stamp obj/src/app/tests/tests_run.stamp obj/src/credentials/tests/tests_run.stamp obj/src/lib/support/tests/tests_run.stamp obj/src/protocols/secure_channel/tests/tests_run.stamp obj/src/system/tests/tests_run.stamp obj/src/transport/tests/tests_run.stamp obj/src/lib/dnssd/minimal_mdns/tests/tests_run.stamp obj/src/platform/tests/tests_run.stamp obj/src/ble/tests/tests_run.stamp obj/src/controller/tests/tests_run.stamp obj/src/controller/tests/data_model/data_model_run.stamp obj/src/lib/shell/tests/tests_run.stamp
141 subninja obj/src/access/access.ninja
142 subninja obj/src/access/tests/TestAccessControl.ninja
143 rule __src_access_tests_TestAccessControl_generate_driver___build_toolchain_host_linux_arm_gcc__rule
144   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/access/tests/TestAccessControl.cpp --output_file=gen/TestAccessControl.driver.cpp
145   description = ACTION //src/access/tests:TestAccessControl_generate_driver(//build/toolchain/host:linux_arm_gcc)
146   restat = 1
147
148 build gen/TestAccessControl.driver.cpp: __src_access_tests_TestAccessControl_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/access/tests/TestAccessControl.cpp
149
150 build obj/src/access/tests/TestAccessControl_generate_driver.stamp: stamp gen/TestAccessControl.driver.cpp
151 build obj/src/access/tests/TestAccessControl_lib.stamp: stamp
152 rule __src_access_tests_TestAccessControl_run___build_toolchain_host_linux_arm_gcc__rule
153   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/access/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/access/tests/TestAccessControl_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestAccessControl
154   description = ACTION //src/access/tests:TestAccessControl_run(//build/toolchain/host:linux_arm_gcc)
155   restat = 1
156
157 build gen/src/access/tests/TestAccessControl_run.pw_pystamp: __src_access_tests_TestAccessControl_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestAccessControl
158
159 build obj/src/access/tests/TestAccessControl_run.stamp: stamp gen/src/access/tests/TestAccessControl_run.pw_pystamp
160 build obj/src/access/tests/tests.stamp: stamp tests/TestAccessControl
161 subninja obj/src/access/tests/tests_lib.ninja
162 build obj/src/access/tests/tests_run.stamp: stamp obj/src/access/tests/TestAccessControl_run.stamp
163 subninja obj/src/app/app.ninja
164 subninja obj/src/app/app_buildconfig.ninja
165 rule __src_app_gen_app_buildconfig___build_toolchain_host_linux_arm_gcc__rule
166   rspfile = __src_app_gen_app_buildconfig___build_toolchain_host_linux_arm_gcc__rule.rsp
167   rspfile_content = --defines CHIP_CONFIG_IM_ENABLE_SCHEMA_CHECK=false
168   command = python3 ../../build/chip/write_buildconfig_header.py --output app/AppBuildConfig.h --rulename //src/app$:gen_app_buildconfig --gen-dir gen/include --definitions ${rspfile}
169   description = ACTION //src/app:gen_app_buildconfig(//build/toolchain/host:linux_arm_gcc)
170   restat = 1
171
172 build gen/include/app/AppBuildConfig.h: __src_app_gen_app_buildconfig___build_toolchain_host_linux_arm_gcc__rule | ../../build/chip/write_buildconfig_header.py
173
174 build obj/src/app/gen_app_buildconfig.stamp: stamp gen/include/app/AppBuildConfig.h
175 subninja obj/src/app/common/cluster-objects.ninja
176 subninja obj/src/app/server/server.ninja
177 subninja obj/src/app/tests/TestAttributeCache.ninja
178 rule __src_app_tests_TestAttributeCache_generate_driver___build_toolchain_host_linux_arm_gcc__rule
179   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestAttributeCache.cpp --output_file=gen/TestAttributeCache.driver.cpp
180   description = ACTION //src/app/tests:TestAttributeCache_generate_driver(//build/toolchain/host:linux_arm_gcc)
181   restat = 1
182
183 build gen/TestAttributeCache.driver.cpp: __src_app_tests_TestAttributeCache_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestAttributeCache.cpp
184
185 build obj/src/app/tests/TestAttributeCache_generate_driver.stamp: stamp gen/TestAttributeCache.driver.cpp
186 build obj/src/app/tests/TestAttributeCache_lib.stamp: stamp
187 rule __src_app_tests_TestAttributeCache_run___build_toolchain_host_linux_arm_gcc__rule
188   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestAttributeCache_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestAttributeCache
189   description = ACTION //src/app/tests:TestAttributeCache_run(//build/toolchain/host:linux_arm_gcc)
190   restat = 1
191
192 build gen/src/app/tests/TestAttributeCache_run.pw_pystamp: __src_app_tests_TestAttributeCache_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestAttributeCache
193
194 build obj/src/app/tests/TestAttributeCache_run.stamp: stamp gen/src/app/tests/TestAttributeCache_run.pw_pystamp
195 subninja obj/src/app/tests/TestAttributePathExpandIterator.ninja
196 rule __src_app_tests_TestAttributePathExpandIterator_generate_driver___build_toolchain_host_linux_arm_gcc__rule
197   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestAttributePathExpandIterator.cpp --output_file=gen/TestAttributePathExpandIterator.driver.cpp
198   description = ACTION //src/app/tests:TestAttributePathExpandIterator_generate_driver(//build/toolchain/host:linux_arm_gcc)
199   restat = 1
200
201 build gen/TestAttributePathExpandIterator.driver.cpp: __src_app_tests_TestAttributePathExpandIterator_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestAttributePathExpandIterator.cpp
202
203 build obj/src/app/tests/TestAttributePathExpandIterator_generate_driver.stamp: stamp gen/TestAttributePathExpandIterator.driver.cpp
204 build obj/src/app/tests/TestAttributePathExpandIterator_lib.stamp: stamp
205 rule __src_app_tests_TestAttributePathExpandIterator_run___build_toolchain_host_linux_arm_gcc__rule
206   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestAttributePathExpandIterator_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestAttributePathExpandIterator
207   description = ACTION //src/app/tests:TestAttributePathExpandIterator_run(//build/toolchain/host:linux_arm_gcc)
208   restat = 1
209
210 build gen/src/app/tests/TestAttributePathExpandIterator_run.pw_pystamp: __src_app_tests_TestAttributePathExpandIterator_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestAttributePathExpandIterator
211
212 build obj/src/app/tests/TestAttributePathExpandIterator_run.stamp: stamp gen/src/app/tests/TestAttributePathExpandIterator_run.pw_pystamp
213 subninja obj/src/app/tests/TestAttributeValueDecoder.ninja
214 rule __src_app_tests_TestAttributeValueDecoder_generate_driver___build_toolchain_host_linux_arm_gcc__rule
215   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestAttributeValueDecoder.cpp --output_file=gen/TestAttributeValueDecoder.driver.cpp
216   description = ACTION //src/app/tests:TestAttributeValueDecoder_generate_driver(//build/toolchain/host:linux_arm_gcc)
217   restat = 1
218
219 build gen/TestAttributeValueDecoder.driver.cpp: __src_app_tests_TestAttributeValueDecoder_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestAttributeValueDecoder.cpp
220
221 build obj/src/app/tests/TestAttributeValueDecoder_generate_driver.stamp: stamp gen/TestAttributeValueDecoder.driver.cpp
222 build obj/src/app/tests/TestAttributeValueDecoder_lib.stamp: stamp
223 rule __src_app_tests_TestAttributeValueDecoder_run___build_toolchain_host_linux_arm_gcc__rule
224   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestAttributeValueDecoder_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestAttributeValueDecoder
225   description = ACTION //src/app/tests:TestAttributeValueDecoder_run(//build/toolchain/host:linux_arm_gcc)
226   restat = 1
227
228 build gen/src/app/tests/TestAttributeValueDecoder_run.pw_pystamp: __src_app_tests_TestAttributeValueDecoder_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestAttributeValueDecoder
229
230 build obj/src/app/tests/TestAttributeValueDecoder_run.stamp: stamp gen/src/app/tests/TestAttributeValueDecoder_run.pw_pystamp
231 subninja obj/src/app/tests/TestAttributeValueEncoder.ninja
232 rule __src_app_tests_TestAttributeValueEncoder_generate_driver___build_toolchain_host_linux_arm_gcc__rule
233   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestAttributeValueEncoder.cpp --output_file=gen/TestAttributeValueEncoder.driver.cpp
234   description = ACTION //src/app/tests:TestAttributeValueEncoder_generate_driver(//build/toolchain/host:linux_arm_gcc)
235   restat = 1
236
237 build gen/TestAttributeValueEncoder.driver.cpp: __src_app_tests_TestAttributeValueEncoder_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestAttributeValueEncoder.cpp
238
239 build obj/src/app/tests/TestAttributeValueEncoder_generate_driver.stamp: stamp gen/TestAttributeValueEncoder.driver.cpp
240 build obj/src/app/tests/TestAttributeValueEncoder_lib.stamp: stamp
241 rule __src_app_tests_TestAttributeValueEncoder_run___build_toolchain_host_linux_arm_gcc__rule
242   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestAttributeValueEncoder_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestAttributeValueEncoder
243   description = ACTION //src/app/tests:TestAttributeValueEncoder_run(//build/toolchain/host:linux_arm_gcc)
244   restat = 1
245
246 build gen/src/app/tests/TestAttributeValueEncoder_run.pw_pystamp: __src_app_tests_TestAttributeValueEncoder_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestAttributeValueEncoder
247
248 build obj/src/app/tests/TestAttributeValueEncoder_run.stamp: stamp gen/src/app/tests/TestAttributeValueEncoder_run.pw_pystamp
249 subninja obj/src/app/tests/TestBindingTable.ninja
250 rule __src_app_tests_TestBindingTable_generate_driver___build_toolchain_host_linux_arm_gcc__rule
251   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestBindingTable.cpp --output_file=gen/TestBindingTable.driver.cpp
252   description = ACTION //src/app/tests:TestBindingTable_generate_driver(//build/toolchain/host:linux_arm_gcc)
253   restat = 1
254
255 build gen/TestBindingTable.driver.cpp: __src_app_tests_TestBindingTable_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestBindingTable.cpp
256
257 build obj/src/app/tests/TestBindingTable_generate_driver.stamp: stamp gen/TestBindingTable.driver.cpp
258 build obj/src/app/tests/TestBindingTable_lib.stamp: stamp
259 rule __src_app_tests_TestBindingTable_run___build_toolchain_host_linux_arm_gcc__rule
260   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestBindingTable_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestBindingTable
261   description = ACTION //src/app/tests:TestBindingTable_run(//build/toolchain/host:linux_arm_gcc)
262   restat = 1
263
264 build gen/src/app/tests/TestBindingTable_run.pw_pystamp: __src_app_tests_TestBindingTable_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestBindingTable
265
266 build obj/src/app/tests/TestBindingTable_run.stamp: stamp gen/src/app/tests/TestBindingTable_run.pw_pystamp
267 subninja obj/src/app/tests/TestBufferedReadCallback.ninja
268 rule __src_app_tests_TestBufferedReadCallback_generate_driver___build_toolchain_host_linux_arm_gcc__rule
269   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestBufferedReadCallback.cpp --output_file=gen/TestBufferedReadCallback.driver.cpp
270   description = ACTION //src/app/tests:TestBufferedReadCallback_generate_driver(//build/toolchain/host:linux_arm_gcc)
271   restat = 1
272
273 build gen/TestBufferedReadCallback.driver.cpp: __src_app_tests_TestBufferedReadCallback_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestBufferedReadCallback.cpp
274
275 build obj/src/app/tests/TestBufferedReadCallback_generate_driver.stamp: stamp gen/TestBufferedReadCallback.driver.cpp
276 build obj/src/app/tests/TestBufferedReadCallback_lib.stamp: stamp
277 rule __src_app_tests_TestBufferedReadCallback_run___build_toolchain_host_linux_arm_gcc__rule
278   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestBufferedReadCallback_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestBufferedReadCallback
279   description = ACTION //src/app/tests:TestBufferedReadCallback_run(//build/toolchain/host:linux_arm_gcc)
280   restat = 1
281
282 build gen/src/app/tests/TestBufferedReadCallback_run.pw_pystamp: __src_app_tests_TestBufferedReadCallback_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestBufferedReadCallback
283
284 build obj/src/app/tests/TestBufferedReadCallback_run.stamp: stamp gen/src/app/tests/TestBufferedReadCallback_run.pw_pystamp
285 subninja obj/src/app/tests/TestBuilderParser.ninja
286 rule __src_app_tests_TestBuilderParser_generate_driver___build_toolchain_host_linux_arm_gcc__rule
287   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestBuilderParser.cpp --output_file=gen/TestBuilderParser.driver.cpp
288   description = ACTION //src/app/tests:TestBuilderParser_generate_driver(//build/toolchain/host:linux_arm_gcc)
289   restat = 1
290
291 build gen/TestBuilderParser.driver.cpp: __src_app_tests_TestBuilderParser_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestBuilderParser.cpp
292
293 build obj/src/app/tests/TestBuilderParser_generate_driver.stamp: stamp gen/TestBuilderParser.driver.cpp
294 build obj/src/app/tests/TestBuilderParser_lib.stamp: stamp
295 rule __src_app_tests_TestBuilderParser_run___build_toolchain_host_linux_arm_gcc__rule
296   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestBuilderParser_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestBuilderParser
297   description = ACTION //src/app/tests:TestBuilderParser_run(//build/toolchain/host:linux_arm_gcc)
298   restat = 1
299
300 build gen/src/app/tests/TestBuilderParser_run.pw_pystamp: __src_app_tests_TestBuilderParser_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestBuilderParser
301
302 build obj/src/app/tests/TestBuilderParser_run.stamp: stamp gen/src/app/tests/TestBuilderParser_run.pw_pystamp
303 subninja obj/src/app/tests/TestClusterInfo.ninja
304 rule __src_app_tests_TestClusterInfo_generate_driver___build_toolchain_host_linux_arm_gcc__rule
305   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestClusterInfo.cpp --output_file=gen/TestClusterInfo.driver.cpp
306   description = ACTION //src/app/tests:TestClusterInfo_generate_driver(//build/toolchain/host:linux_arm_gcc)
307   restat = 1
308
309 build gen/TestClusterInfo.driver.cpp: __src_app_tests_TestClusterInfo_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestClusterInfo.cpp
310
311 build obj/src/app/tests/TestClusterInfo_generate_driver.stamp: stamp gen/TestClusterInfo.driver.cpp
312 build obj/src/app/tests/TestClusterInfo_lib.stamp: stamp
313 rule __src_app_tests_TestClusterInfo_run___build_toolchain_host_linux_arm_gcc__rule
314   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestClusterInfo_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestClusterInfo
315   description = ACTION //src/app/tests:TestClusterInfo_run(//build/toolchain/host:linux_arm_gcc)
316   restat = 1
317
318 build gen/src/app/tests/TestClusterInfo_run.pw_pystamp: __src_app_tests_TestClusterInfo_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestClusterInfo
319
320 build obj/src/app/tests/TestClusterInfo_run.stamp: stamp gen/src/app/tests/TestClusterInfo_run.pw_pystamp
321 subninja obj/src/app/tests/TestCommandInteraction.ninja
322 rule __src_app_tests_TestCommandInteraction_generate_driver___build_toolchain_host_linux_arm_gcc__rule
323   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestCommandInteraction.cpp --output_file=gen/TestCommandInteraction.driver.cpp
324   description = ACTION //src/app/tests:TestCommandInteraction_generate_driver(//build/toolchain/host:linux_arm_gcc)
325   restat = 1
326
327 build gen/TestCommandInteraction.driver.cpp: __src_app_tests_TestCommandInteraction_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestCommandInteraction.cpp
328
329 build obj/src/app/tests/TestCommandInteraction_generate_driver.stamp: stamp gen/TestCommandInteraction.driver.cpp
330 build obj/src/app/tests/TestCommandInteraction_lib.stamp: stamp
331 rule __src_app_tests_TestCommandInteraction_run___build_toolchain_host_linux_arm_gcc__rule
332   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestCommandInteraction_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestCommandInteraction
333   description = ACTION //src/app/tests:TestCommandInteraction_run(//build/toolchain/host:linux_arm_gcc)
334   restat = 1
335
336 build gen/src/app/tests/TestCommandInteraction_run.pw_pystamp: __src_app_tests_TestCommandInteraction_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestCommandInteraction
337
338 build obj/src/app/tests/TestCommandInteraction_run.stamp: stamp gen/src/app/tests/TestCommandInteraction_run.pw_pystamp
339 subninja obj/src/app/tests/TestCommandPathParams.ninja
340 rule __src_app_tests_TestCommandPathParams_generate_driver___build_toolchain_host_linux_arm_gcc__rule
341   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestCommandPathParams.cpp --output_file=gen/TestCommandPathParams.driver.cpp
342   description = ACTION //src/app/tests:TestCommandPathParams_generate_driver(//build/toolchain/host:linux_arm_gcc)
343   restat = 1
344
345 build gen/TestCommandPathParams.driver.cpp: __src_app_tests_TestCommandPathParams_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestCommandPathParams.cpp
346
347 build obj/src/app/tests/TestCommandPathParams_generate_driver.stamp: stamp gen/TestCommandPathParams.driver.cpp
348 build obj/src/app/tests/TestCommandPathParams_lib.stamp: stamp
349 rule __src_app_tests_TestCommandPathParams_run___build_toolchain_host_linux_arm_gcc__rule
350   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestCommandPathParams_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestCommandPathParams
351   description = ACTION //src/app/tests:TestCommandPathParams_run(//build/toolchain/host:linux_arm_gcc)
352   restat = 1
353
354 build gen/src/app/tests/TestCommandPathParams_run.pw_pystamp: __src_app_tests_TestCommandPathParams_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestCommandPathParams
355
356 build obj/src/app/tests/TestCommandPathParams_run.stamp: stamp gen/src/app/tests/TestCommandPathParams_run.pw_pystamp
357 subninja obj/src/app/tests/TestDataModelSerialization.ninja
358 rule __src_app_tests_TestDataModelSerialization_generate_driver___build_toolchain_host_linux_arm_gcc__rule
359   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestDataModelSerialization.cpp --output_file=gen/TestDataModelSerialization.driver.cpp
360   description = ACTION //src/app/tests:TestDataModelSerialization_generate_driver(//build/toolchain/host:linux_arm_gcc)
361   restat = 1
362
363 build gen/TestDataModelSerialization.driver.cpp: __src_app_tests_TestDataModelSerialization_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestDataModelSerialization.cpp
364
365 build obj/src/app/tests/TestDataModelSerialization_generate_driver.stamp: stamp gen/TestDataModelSerialization.driver.cpp
366 build obj/src/app/tests/TestDataModelSerialization_lib.stamp: stamp
367 rule __src_app_tests_TestDataModelSerialization_run___build_toolchain_host_linux_arm_gcc__rule
368   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestDataModelSerialization_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestDataModelSerialization
369   description = ACTION //src/app/tests:TestDataModelSerialization_run(//build/toolchain/host:linux_arm_gcc)
370   restat = 1
371
372 build gen/src/app/tests/TestDataModelSerialization_run.pw_pystamp: __src_app_tests_TestDataModelSerialization_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestDataModelSerialization
373
374 build obj/src/app/tests/TestDataModelSerialization_run.stamp: stamp gen/src/app/tests/TestDataModelSerialization_run.pw_pystamp
375 subninja obj/src/app/tests/TestDefaultOTARequestorStorage.ninja
376 rule __src_app_tests_TestDefaultOTARequestorStorage_generate_driver___build_toolchain_host_linux_arm_gcc__rule
377   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestDefaultOTARequestorStorage.cpp --output_file=gen/TestDefaultOTARequestorStorage.driver.cpp
378   description = ACTION //src/app/tests:TestDefaultOTARequestorStorage_generate_driver(//build/toolchain/host:linux_arm_gcc)
379   restat = 1
380
381 build gen/TestDefaultOTARequestorStorage.driver.cpp: __src_app_tests_TestDefaultOTARequestorStorage_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestDefaultOTARequestorStorage.cpp
382
383 build obj/src/app/tests/TestDefaultOTARequestorStorage_generate_driver.stamp: stamp gen/TestDefaultOTARequestorStorage.driver.cpp
384 build obj/src/app/tests/TestDefaultOTARequestorStorage_lib.stamp: stamp
385 rule __src_app_tests_TestDefaultOTARequestorStorage_run___build_toolchain_host_linux_arm_gcc__rule
386   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestDefaultOTARequestorStorage_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestDefaultOTARequestorStorage
387   description = ACTION //src/app/tests:TestDefaultOTARequestorStorage_run(//build/toolchain/host:linux_arm_gcc)
388   restat = 1
389
390 build gen/src/app/tests/TestDefaultOTARequestorStorage_run.pw_pystamp: __src_app_tests_TestDefaultOTARequestorStorage_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestDefaultOTARequestorStorage
391
392 build obj/src/app/tests/TestDefaultOTARequestorStorage_run.stamp: stamp gen/src/app/tests/TestDefaultOTARequestorStorage_run.pw_pystamp
393 subninja obj/src/app/tests/TestEventLogging.ninja
394 rule __src_app_tests_TestEventLogging_generate_driver___build_toolchain_host_linux_arm_gcc__rule
395   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestEventLogging.cpp --output_file=gen/TestEventLogging.driver.cpp
396   description = ACTION //src/app/tests:TestEventLogging_generate_driver(//build/toolchain/host:linux_arm_gcc)
397   restat = 1
398
399 build gen/TestEventLogging.driver.cpp: __src_app_tests_TestEventLogging_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestEventLogging.cpp
400
401 build obj/src/app/tests/TestEventLogging_generate_driver.stamp: stamp gen/TestEventLogging.driver.cpp
402 build obj/src/app/tests/TestEventLogging_lib.stamp: stamp
403 rule __src_app_tests_TestEventLogging_run___build_toolchain_host_linux_arm_gcc__rule
404   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestEventLogging_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestEventLogging
405   description = ACTION //src/app/tests:TestEventLogging_run(//build/toolchain/host:linux_arm_gcc)
406   restat = 1
407
408 build gen/src/app/tests/TestEventLogging_run.pw_pystamp: __src_app_tests_TestEventLogging_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestEventLogging
409
410 build obj/src/app/tests/TestEventLogging_run.stamp: stamp gen/src/app/tests/TestEventLogging_run.pw_pystamp
411 subninja obj/src/app/tests/TestEventOverflow.ninja
412 rule __src_app_tests_TestEventOverflow_generate_driver___build_toolchain_host_linux_arm_gcc__rule
413   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestEventOverflow.cpp --output_file=gen/TestEventOverflow.driver.cpp
414   description = ACTION //src/app/tests:TestEventOverflow_generate_driver(//build/toolchain/host:linux_arm_gcc)
415   restat = 1
416
417 build gen/TestEventOverflow.driver.cpp: __src_app_tests_TestEventOverflow_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestEventOverflow.cpp
418
419 build obj/src/app/tests/TestEventOverflow_generate_driver.stamp: stamp gen/TestEventOverflow.driver.cpp
420 build obj/src/app/tests/TestEventOverflow_lib.stamp: stamp
421 rule __src_app_tests_TestEventOverflow_run___build_toolchain_host_linux_arm_gcc__rule
422   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestEventOverflow_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestEventOverflow
423   description = ACTION //src/app/tests:TestEventOverflow_run(//build/toolchain/host:linux_arm_gcc)
424   restat = 1
425
426 build gen/src/app/tests/TestEventOverflow_run.pw_pystamp: __src_app_tests_TestEventOverflow_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestEventOverflow
427
428 build obj/src/app/tests/TestEventOverflow_run.stamp: stamp gen/src/app/tests/TestEventOverflow_run.pw_pystamp
429 subninja obj/src/app/tests/TestEventPathParams.ninja
430 rule __src_app_tests_TestEventPathParams_generate_driver___build_toolchain_host_linux_arm_gcc__rule
431   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestEventPathParams.cpp --output_file=gen/TestEventPathParams.driver.cpp
432   description = ACTION //src/app/tests:TestEventPathParams_generate_driver(//build/toolchain/host:linux_arm_gcc)
433   restat = 1
434
435 build gen/TestEventPathParams.driver.cpp: __src_app_tests_TestEventPathParams_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestEventPathParams.cpp
436
437 build obj/src/app/tests/TestEventPathParams_generate_driver.stamp: stamp gen/TestEventPathParams.driver.cpp
438 build obj/src/app/tests/TestEventPathParams_lib.stamp: stamp
439 rule __src_app_tests_TestEventPathParams_run___build_toolchain_host_linux_arm_gcc__rule
440   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestEventPathParams_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestEventPathParams
441   description = ACTION //src/app/tests:TestEventPathParams_run(//build/toolchain/host:linux_arm_gcc)
442   restat = 1
443
444 build gen/src/app/tests/TestEventPathParams_run.pw_pystamp: __src_app_tests_TestEventPathParams_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestEventPathParams
445
446 build obj/src/app/tests/TestEventPathParams_run.stamp: stamp gen/src/app/tests/TestEventPathParams_run.pw_pystamp
447 subninja obj/src/app/tests/TestInteractionModelEngine.ninja
448 rule __src_app_tests_TestInteractionModelEngine_generate_driver___build_toolchain_host_linux_arm_gcc__rule
449   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestInteractionModelEngine.cpp --output_file=gen/TestInteractionModelEngine.driver.cpp
450   description = ACTION //src/app/tests:TestInteractionModelEngine_generate_driver(//build/toolchain/host:linux_arm_gcc)
451   restat = 1
452
453 build gen/TestInteractionModelEngine.driver.cpp: __src_app_tests_TestInteractionModelEngine_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestInteractionModelEngine.cpp
454
455 build obj/src/app/tests/TestInteractionModelEngine_generate_driver.stamp: stamp gen/TestInteractionModelEngine.driver.cpp
456 build obj/src/app/tests/TestInteractionModelEngine_lib.stamp: stamp
457 rule __src_app_tests_TestInteractionModelEngine_run___build_toolchain_host_linux_arm_gcc__rule
458   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestInteractionModelEngine_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestInteractionModelEngine
459   description = ACTION //src/app/tests:TestInteractionModelEngine_run(//build/toolchain/host:linux_arm_gcc)
460   restat = 1
461
462 build gen/src/app/tests/TestInteractionModelEngine_run.pw_pystamp: __src_app_tests_TestInteractionModelEngine_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestInteractionModelEngine
463
464 build obj/src/app/tests/TestInteractionModelEngine_run.stamp: stamp gen/src/app/tests/TestInteractionModelEngine_run.pw_pystamp
465 subninja obj/src/app/tests/TestMessageDef.ninja
466 rule __src_app_tests_TestMessageDef_generate_driver___build_toolchain_host_linux_arm_gcc__rule
467   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestMessageDef.cpp --output_file=gen/TestMessageDef.driver.cpp
468   description = ACTION //src/app/tests:TestMessageDef_generate_driver(//build/toolchain/host:linux_arm_gcc)
469   restat = 1
470
471 build gen/TestMessageDef.driver.cpp: __src_app_tests_TestMessageDef_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestMessageDef.cpp
472
473 build obj/src/app/tests/TestMessageDef_generate_driver.stamp: stamp gen/TestMessageDef.driver.cpp
474 build obj/src/app/tests/TestMessageDef_lib.stamp: stamp
475 rule __src_app_tests_TestMessageDef_run___build_toolchain_host_linux_arm_gcc__rule
476   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestMessageDef_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestMessageDef
477   description = ACTION //src/app/tests:TestMessageDef_run(//build/toolchain/host:linux_arm_gcc)
478   restat = 1
479
480 build gen/src/app/tests/TestMessageDef_run.pw_pystamp: __src_app_tests_TestMessageDef_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestMessageDef
481
482 build obj/src/app/tests/TestMessageDef_run.stamp: stamp gen/src/app/tests/TestMessageDef_run.pw_pystamp
483 subninja obj/src/app/tests/TestNumericAttributeTraits.ninja
484 rule __src_app_tests_TestNumericAttributeTraits_generate_driver___build_toolchain_host_linux_arm_gcc__rule
485   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestNumericAttributeTraits.cpp --output_file=gen/TestNumericAttributeTraits.driver.cpp
486   description = ACTION //src/app/tests:TestNumericAttributeTraits_generate_driver(//build/toolchain/host:linux_arm_gcc)
487   restat = 1
488
489 build gen/TestNumericAttributeTraits.driver.cpp: __src_app_tests_TestNumericAttributeTraits_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestNumericAttributeTraits.cpp
490
491 build obj/src/app/tests/TestNumericAttributeTraits_generate_driver.stamp: stamp gen/TestNumericAttributeTraits.driver.cpp
492 build obj/src/app/tests/TestNumericAttributeTraits_lib.stamp: stamp
493 rule __src_app_tests_TestNumericAttributeTraits_run___build_toolchain_host_linux_arm_gcc__rule
494   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestNumericAttributeTraits_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestNumericAttributeTraits
495   description = ACTION //src/app/tests:TestNumericAttributeTraits_run(//build/toolchain/host:linux_arm_gcc)
496   restat = 1
497
498 build gen/src/app/tests/TestNumericAttributeTraits_run.pw_pystamp: __src_app_tests_TestNumericAttributeTraits_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestNumericAttributeTraits
499
500 build obj/src/app/tests/TestNumericAttributeTraits_run.stamp: stamp gen/src/app/tests/TestNumericAttributeTraits_run.pw_pystamp
501 subninja obj/src/app/tests/TestPendingNotificationMap.ninja
502 rule __src_app_tests_TestPendingNotificationMap_generate_driver___build_toolchain_host_linux_arm_gcc__rule
503   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestPendingNotificationMap.cpp --output_file=gen/TestPendingNotificationMap.driver.cpp
504   description = ACTION //src/app/tests:TestPendingNotificationMap_generate_driver(//build/toolchain/host:linux_arm_gcc)
505   restat = 1
506
507 build gen/TestPendingNotificationMap.driver.cpp: __src_app_tests_TestPendingNotificationMap_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestPendingNotificationMap.cpp
508
509 build obj/src/app/tests/TestPendingNotificationMap_generate_driver.stamp: stamp gen/TestPendingNotificationMap.driver.cpp
510 build obj/src/app/tests/TestPendingNotificationMap_lib.stamp: stamp
511 rule __src_app_tests_TestPendingNotificationMap_run___build_toolchain_host_linux_arm_gcc__rule
512   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestPendingNotificationMap_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestPendingNotificationMap
513   description = ACTION //src/app/tests:TestPendingNotificationMap_run(//build/toolchain/host:linux_arm_gcc)
514   restat = 1
515
516 build gen/src/app/tests/TestPendingNotificationMap_run.pw_pystamp: __src_app_tests_TestPendingNotificationMap_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestPendingNotificationMap
517
518 build obj/src/app/tests/TestPendingNotificationMap_run.stamp: stamp gen/src/app/tests/TestPendingNotificationMap_run.pw_pystamp
519 subninja obj/src/app/tests/TestReadInteraction.ninja
520 rule __src_app_tests_TestReadInteraction_generate_driver___build_toolchain_host_linux_arm_gcc__rule
521   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestReadInteraction.cpp --output_file=gen/TestReadInteraction.driver.cpp
522   description = ACTION //src/app/tests:TestReadInteraction_generate_driver(//build/toolchain/host:linux_arm_gcc)
523   restat = 1
524
525 build gen/TestReadInteraction.driver.cpp: __src_app_tests_TestReadInteraction_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestReadInteraction.cpp
526
527 build obj/src/app/tests/TestReadInteraction_generate_driver.stamp: stamp gen/TestReadInteraction.driver.cpp
528 build obj/src/app/tests/TestReadInteraction_lib.stamp: stamp
529 rule __src_app_tests_TestReadInteraction_run___build_toolchain_host_linux_arm_gcc__rule
530   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestReadInteraction_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestReadInteraction
531   description = ACTION //src/app/tests:TestReadInteraction_run(//build/toolchain/host:linux_arm_gcc)
532   restat = 1
533
534 build gen/src/app/tests/TestReadInteraction_run.pw_pystamp: __src_app_tests_TestReadInteraction_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestReadInteraction
535
536 build obj/src/app/tests/TestReadInteraction_run.stamp: stamp gen/src/app/tests/TestReadInteraction_run.pw_pystamp
537 subninja obj/src/app/tests/TestReportingEngine.ninja
538 rule __src_app_tests_TestReportingEngine_generate_driver___build_toolchain_host_linux_arm_gcc__rule
539   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestReportingEngine.cpp --output_file=gen/TestReportingEngine.driver.cpp
540   description = ACTION //src/app/tests:TestReportingEngine_generate_driver(//build/toolchain/host:linux_arm_gcc)
541   restat = 1
542
543 build gen/TestReportingEngine.driver.cpp: __src_app_tests_TestReportingEngine_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestReportingEngine.cpp
544
545 build obj/src/app/tests/TestReportingEngine_generate_driver.stamp: stamp gen/TestReportingEngine.driver.cpp
546 build obj/src/app/tests/TestReportingEngine_lib.stamp: stamp
547 rule __src_app_tests_TestReportingEngine_run___build_toolchain_host_linux_arm_gcc__rule
548   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestReportingEngine_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestReportingEngine
549   description = ACTION //src/app/tests:TestReportingEngine_run(//build/toolchain/host:linux_arm_gcc)
550   restat = 1
551
552 build gen/src/app/tests/TestReportingEngine_run.pw_pystamp: __src_app_tests_TestReportingEngine_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestReportingEngine
553
554 build obj/src/app/tests/TestReportingEngine_run.stamp: stamp gen/src/app/tests/TestReportingEngine_run.pw_pystamp
555 subninja obj/src/app/tests/TestStatusIB.ninja
556 rule __src_app_tests_TestStatusIB_generate_driver___build_toolchain_host_linux_arm_gcc__rule
557   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestStatusIB.cpp --output_file=gen/TestStatusIB.driver.cpp
558   description = ACTION //src/app/tests:TestStatusIB_generate_driver(//build/toolchain/host:linux_arm_gcc)
559   restat = 1
560
561 build gen/TestStatusIB.driver.cpp: __src_app_tests_TestStatusIB_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestStatusIB.cpp
562
563 build obj/src/app/tests/TestStatusIB_generate_driver.stamp: stamp gen/TestStatusIB.driver.cpp
564 build obj/src/app/tests/TestStatusIB_lib.stamp: stamp
565 rule __src_app_tests_TestStatusIB_run___build_toolchain_host_linux_arm_gcc__rule
566   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestStatusIB_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestStatusIB
567   description = ACTION //src/app/tests:TestStatusIB_run(//build/toolchain/host:linux_arm_gcc)
568   restat = 1
569
570 build gen/src/app/tests/TestStatusIB_run.pw_pystamp: __src_app_tests_TestStatusIB_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestStatusIB
571
572 build obj/src/app/tests/TestStatusIB_run.stamp: stamp gen/src/app/tests/TestStatusIB_run.pw_pystamp
573 subninja obj/src/app/tests/TestStatusResponseMessage.ninja
574 rule __src_app_tests_TestStatusResponseMessage_generate_driver___build_toolchain_host_linux_arm_gcc__rule
575   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestStatusResponseMessage.cpp --output_file=gen/TestStatusResponseMessage.driver.cpp
576   description = ACTION //src/app/tests:TestStatusResponseMessage_generate_driver(//build/toolchain/host:linux_arm_gcc)
577   restat = 1
578
579 build gen/TestStatusResponseMessage.driver.cpp: __src_app_tests_TestStatusResponseMessage_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestStatusResponseMessage.cpp
580
581 build obj/src/app/tests/TestStatusResponseMessage_generate_driver.stamp: stamp gen/TestStatusResponseMessage.driver.cpp
582 build obj/src/app/tests/TestStatusResponseMessage_lib.stamp: stamp
583 rule __src_app_tests_TestStatusResponseMessage_run___build_toolchain_host_linux_arm_gcc__rule
584   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestStatusResponseMessage_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestStatusResponseMessage
585   description = ACTION //src/app/tests:TestStatusResponseMessage_run(//build/toolchain/host:linux_arm_gcc)
586   restat = 1
587
588 build gen/src/app/tests/TestStatusResponseMessage_run.pw_pystamp: __src_app_tests_TestStatusResponseMessage_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestStatusResponseMessage
589
590 build obj/src/app/tests/TestStatusResponseMessage_run.stamp: stamp gen/src/app/tests/TestStatusResponseMessage_run.pw_pystamp
591 subninja obj/src/app/tests/TestTimedHandler.ninja
592 rule __src_app_tests_TestTimedHandler_generate_driver___build_toolchain_host_linux_arm_gcc__rule
593   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestTimedHandler.cpp --output_file=gen/TestTimedHandler.driver.cpp
594   description = ACTION //src/app/tests:TestTimedHandler_generate_driver(//build/toolchain/host:linux_arm_gcc)
595   restat = 1
596
597 build gen/TestTimedHandler.driver.cpp: __src_app_tests_TestTimedHandler_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestTimedHandler.cpp
598
599 build obj/src/app/tests/TestTimedHandler_generate_driver.stamp: stamp gen/TestTimedHandler.driver.cpp
600 build obj/src/app/tests/TestTimedHandler_lib.stamp: stamp
601 rule __src_app_tests_TestTimedHandler_run___build_toolchain_host_linux_arm_gcc__rule
602   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestTimedHandler_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestTimedHandler
603   description = ACTION //src/app/tests:TestTimedHandler_run(//build/toolchain/host:linux_arm_gcc)
604   restat = 1
605
606 build gen/src/app/tests/TestTimedHandler_run.pw_pystamp: __src_app_tests_TestTimedHandler_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestTimedHandler
607
608 build obj/src/app/tests/TestTimedHandler_run.stamp: stamp gen/src/app/tests/TestTimedHandler_run.pw_pystamp
609 subninja obj/src/app/tests/TestWriteInteraction.ninja
610 rule __src_app_tests_TestWriteInteraction_generate_driver___build_toolchain_host_linux_arm_gcc__rule
611   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/app/tests/TestWriteInteraction.cpp --output_file=gen/TestWriteInteraction.driver.cpp
612   description = ACTION //src/app/tests:TestWriteInteraction_generate_driver(//build/toolchain/host:linux_arm_gcc)
613   restat = 1
614
615 build gen/TestWriteInteraction.driver.cpp: __src_app_tests_TestWriteInteraction_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/app/tests/TestWriteInteraction.cpp
616
617 build obj/src/app/tests/TestWriteInteraction_generate_driver.stamp: stamp gen/TestWriteInteraction.driver.cpp
618 build obj/src/app/tests/TestWriteInteraction_lib.stamp: stamp
619 rule __src_app_tests_TestWriteInteraction_run___build_toolchain_host_linux_arm_gcc__rule
620   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/app/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/app/tests/TestWriteInteraction_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestWriteInteraction
621   description = ACTION //src/app/tests:TestWriteInteraction_run(//build/toolchain/host:linux_arm_gcc)
622   restat = 1
623
624 build gen/src/app/tests/TestWriteInteraction_run.pw_pystamp: __src_app_tests_TestWriteInteraction_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestWriteInteraction
625
626 build obj/src/app/tests/TestWriteInteraction_run.stamp: stamp gen/src/app/tests/TestWriteInteraction_run.pw_pystamp
627 subninja obj/src/app/tests/binding-test-srcs.ninja
628 subninja obj/src/app/tests/helpers.ninja
629 subninja obj/src/app/tests/ota-requestor-test-srcs.ninja
630 build obj/src/app/tests/tests.stamp: stamp tests/TestAttributePathExpandIterator tests/TestAttributeValueDecoder tests/TestAttributeValueEncoder tests/TestBindingTable tests/TestBuilderParser tests/TestClusterInfo tests/TestCommandInteraction tests/TestCommandPathParams tests/TestDataModelSerialization tests/TestDefaultOTARequestorStorage tests/TestEventLogging tests/TestEventOverflow tests/TestEventPathParams tests/TestInteractionModelEngine tests/TestMessageDef tests/TestNumericAttributeTraits tests/TestPendingNotificationMap tests/TestReadInteraction tests/TestReportingEngine tests/TestStatusIB tests/TestStatusResponseMessage tests/TestTimedHandler tests/TestWriteInteraction tests/TestBufferedReadCallback tests/TestAttributeCache
631 subninja obj/src/app/tests/tests_lib.ninja
632 build obj/src/app/tests/tests_run.stamp: stamp obj/src/app/tests/TestAttributePathExpandIterator_run.stamp obj/src/app/tests/TestAttributeValueDecoder_run.stamp obj/src/app/tests/TestAttributeValueEncoder_run.stamp obj/src/app/tests/TestBindingTable_run.stamp obj/src/app/tests/TestBuilderParser_run.stamp obj/src/app/tests/TestClusterInfo_run.stamp obj/src/app/tests/TestCommandInteraction_run.stamp obj/src/app/tests/TestCommandPathParams_run.stamp obj/src/app/tests/TestDataModelSerialization_run.stamp obj/src/app/tests/TestDefaultOTARequestorStorage_run.stamp obj/src/app/tests/TestEventLogging_run.stamp obj/src/app/tests/TestEventOverflow_run.stamp obj/src/app/tests/TestEventPathParams_run.stamp obj/src/app/tests/TestInteractionModelEngine_run.stamp obj/src/app/tests/TestMessageDef_run.stamp obj/src/app/tests/TestNumericAttributeTraits_run.stamp obj/src/app/tests/TestPendingNotificationMap_run.stamp obj/src/app/tests/TestReadInteraction_run.stamp obj/src/app/tests/TestReportingEngine_run.stamp obj/src/app/tests/TestStatusIB_run.stamp obj/src/app/tests/TestStatusResponseMessage_run.stamp obj/src/app/tests/TestTimedHandler_run.stamp obj/src/app/tests/TestWriteInteraction_run.stamp obj/src/app/tests/TestBufferedReadCallback_run.stamp obj/src/app/tests/TestAttributeCache_run.stamp
633 subninja obj/src/app/tests/integration/chip-im-initiator.ninja
634 subninja obj/src/app/tests/integration/chip-im-responder.ninja
635 build obj/src/app/tests/integration/im.stamp: stamp ./chip-im-initiator ./chip-im-responder
636 subninja obj/src/app/tests/suites/commands/commissioner/commissioner.ninja
637 subninja obj/src/app/tests/suites/commands/delay/delay.ninja
638 subninja obj/src/app/tests/suites/commands/discovery/discovery.ninja
639 subninja obj/src/app/tests/suites/commands/log/log.ninja
640 subninja obj/src/app/tests/suites/commands/system/system.ninja
641 subninja obj/src/app/tests/suites/pics/pics.ninja
642 subninja obj/src/app/util/mock/mock_ember.ninja
643 subninja obj/src/ble/ble.ninja
644 subninja obj/src/ble/ble_buildconfig.ninja
645 subninja obj/src/ble/ble_config_header.ninja
646 rule __src_ble_gen_ble_buildconfig___build_toolchain_host_linux_arm_gcc__rule
647   rspfile = __src_ble_gen_ble_buildconfig___build_toolchain_host_linux_arm_gcc__rule.rsp
648   rspfile_content = --defines CONFIG_NETWORK_LAYER_BLE=true CHIP_ENABLE_CHIPOBLE_TEST=false BLE_PLATFORM_CONFIG_INCLUDE=\<platform/Tizen/BlePlatformConfig.h\>
649   command = python3 ../../build/chip/write_buildconfig_header.py --output ble/BleBuildConfig.h --rulename //src/ble$:gen_ble_buildconfig --gen-dir gen/include --definitions ${rspfile}
650   description = ACTION //src/ble:gen_ble_buildconfig(//build/toolchain/host:linux_arm_gcc)
651   restat = 1
652
653 build gen/include/ble/BleBuildConfig.h: __src_ble_gen_ble_buildconfig___build_toolchain_host_linux_arm_gcc__rule | ../../build/chip/write_buildconfig_header.py
654
655 build obj/src/ble/gen_ble_buildconfig.stamp: stamp gen/include/ble/BleBuildConfig.h
656 subninja obj/src/ble/tests/TestBleErrorStr.ninja
657 rule __src_ble_tests_TestBleErrorStr_generate_driver___build_toolchain_host_linux_arm_gcc__rule
658   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/ble/tests/TestBleErrorStr.cpp --output_file=gen/TestBleErrorStr.driver.cpp
659   description = ACTION //src/ble/tests:TestBleErrorStr_generate_driver(//build/toolchain/host:linux_arm_gcc)
660   restat = 1
661
662 build gen/TestBleErrorStr.driver.cpp: __src_ble_tests_TestBleErrorStr_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/ble/tests/TestBleErrorStr.cpp
663
664 build obj/src/ble/tests/TestBleErrorStr_generate_driver.stamp: stamp gen/TestBleErrorStr.driver.cpp
665 build obj/src/ble/tests/TestBleErrorStr_lib.stamp: stamp
666 rule __src_ble_tests_TestBleErrorStr_run___build_toolchain_host_linux_arm_gcc__rule
667   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/ble/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/ble/tests/TestBleErrorStr_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestBleErrorStr
668   description = ACTION //src/ble/tests:TestBleErrorStr_run(//build/toolchain/host:linux_arm_gcc)
669   restat = 1
670
671 build gen/src/ble/tests/TestBleErrorStr_run.pw_pystamp: __src_ble_tests_TestBleErrorStr_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestBleErrorStr
672
673 build obj/src/ble/tests/TestBleErrorStr_run.stamp: stamp gen/src/ble/tests/TestBleErrorStr_run.pw_pystamp
674 subninja obj/src/ble/tests/TestBleUUID.ninja
675 rule __src_ble_tests_TestBleUUID_generate_driver___build_toolchain_host_linux_arm_gcc__rule
676   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/ble/tests/TestBleUUID.cpp --output_file=gen/TestBleUUID.driver.cpp
677   description = ACTION //src/ble/tests:TestBleUUID_generate_driver(//build/toolchain/host:linux_arm_gcc)
678   restat = 1
679
680 build gen/TestBleUUID.driver.cpp: __src_ble_tests_TestBleUUID_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/ble/tests/TestBleUUID.cpp
681
682 build obj/src/ble/tests/TestBleUUID_generate_driver.stamp: stamp gen/TestBleUUID.driver.cpp
683 build obj/src/ble/tests/TestBleUUID_lib.stamp: stamp
684 rule __src_ble_tests_TestBleUUID_run___build_toolchain_host_linux_arm_gcc__rule
685   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/ble/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/ble/tests/TestBleUUID_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestBleUUID
686   description = ACTION //src/ble/tests:TestBleUUID_run(//build/toolchain/host:linux_arm_gcc)
687   restat = 1
688
689 build gen/src/ble/tests/TestBleUUID_run.pw_pystamp: __src_ble_tests_TestBleUUID_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestBleUUID
690
691 build obj/src/ble/tests/TestBleUUID_run.stamp: stamp gen/src/ble/tests/TestBleUUID_run.pw_pystamp
692 build obj/src/ble/tests/tests.stamp: stamp tests/TestBleErrorStr tests/TestBleUUID
693 subninja obj/src/ble/tests/tests_lib.ninja
694 build obj/src/ble/tests/tests_run.stamp: stamp obj/src/ble/tests/TestBleErrorStr_run.stamp obj/src/ble/tests/TestBleUUID_run.stamp
695 subninja obj/src/controller/controller.ninja
696 subninja obj/src/controller/data_model/data_model.ninja
697 subninja obj/src/controller/tests/TestCommissionableNodeController.ninja
698 rule __src_controller_tests_TestCommissionableNodeController_generate_driver___build_toolchain_host_linux_arm_gcc__rule
699   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/controller/tests/TestCommissionableNodeController.cpp --output_file=gen/TestCommissionableNodeController.driver.cpp
700   description = ACTION //src/controller/tests:TestCommissionableNodeController_generate_driver(//build/toolchain/host:linux_arm_gcc)
701   restat = 1
702
703 build gen/TestCommissionableNodeController.driver.cpp: __src_controller_tests_TestCommissionableNodeController_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/controller/tests/TestCommissionableNodeController.cpp
704
705 build obj/src/controller/tests/TestCommissionableNodeController_generate_driver.stamp: stamp gen/TestCommissionableNodeController.driver.cpp
706 build obj/src/controller/tests/TestCommissionableNodeController_lib.stamp: stamp
707 rule __src_controller_tests_TestCommissionableNodeController_run___build_toolchain_host_linux_arm_gcc__rule
708   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/controller/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/controller/tests/TestCommissionableNodeController_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestCommissionableNodeController
709   description = ACTION //src/controller/tests:TestCommissionableNodeController_run(//build/toolchain/host:linux_arm_gcc)
710   restat = 1
711
712 build gen/src/controller/tests/TestCommissionableNodeController_run.pw_pystamp: __src_controller_tests_TestCommissionableNodeController_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestCommissionableNodeController
713
714 build obj/src/controller/tests/TestCommissionableNodeController_run.stamp: stamp gen/src/controller/tests/TestCommissionableNodeController_run.pw_pystamp
715 subninja obj/src/controller/tests/TestReadChunking.ninja
716 rule __src_controller_tests_TestReadChunking_generate_driver___build_toolchain_host_linux_arm_gcc__rule
717   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/controller/tests/TestReadChunking.cpp --output_file=gen/TestReadChunking.driver.cpp
718   description = ACTION //src/controller/tests:TestReadChunking_generate_driver(//build/toolchain/host:linux_arm_gcc)
719   restat = 1
720
721 build gen/TestReadChunking.driver.cpp: __src_controller_tests_TestReadChunking_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/controller/tests/TestReadChunking.cpp
722
723 build obj/src/controller/tests/TestReadChunking_generate_driver.stamp: stamp gen/TestReadChunking.driver.cpp
724 build obj/src/controller/tests/TestReadChunking_lib.stamp: stamp
725 rule __src_controller_tests_TestReadChunking_run___build_toolchain_host_linux_arm_gcc__rule
726   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/controller/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/controller/tests/TestReadChunking_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestReadChunking
727   description = ACTION //src/controller/tests:TestReadChunking_run(//build/toolchain/host:linux_arm_gcc)
728   restat = 1
729
730 build gen/src/controller/tests/TestReadChunking_run.pw_pystamp: __src_controller_tests_TestReadChunking_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestReadChunking
731
732 build obj/src/controller/tests/TestReadChunking_run.stamp: stamp gen/src/controller/tests/TestReadChunking_run.pw_pystamp
733 subninja obj/src/controller/tests/TestServerCommandDispatch.ninja
734 rule __src_controller_tests_TestServerCommandDispatch_generate_driver___build_toolchain_host_linux_arm_gcc__rule
735   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/controller/tests/TestServerCommandDispatch.cpp --output_file=gen/TestServerCommandDispatch.driver.cpp
736   description = ACTION //src/controller/tests:TestServerCommandDispatch_generate_driver(//build/toolchain/host:linux_arm_gcc)
737   restat = 1
738
739 build gen/TestServerCommandDispatch.driver.cpp: __src_controller_tests_TestServerCommandDispatch_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/controller/tests/TestServerCommandDispatch.cpp
740
741 build obj/src/controller/tests/TestServerCommandDispatch_generate_driver.stamp: stamp gen/TestServerCommandDispatch.driver.cpp
742 build obj/src/controller/tests/TestServerCommandDispatch_lib.stamp: stamp
743 rule __src_controller_tests_TestServerCommandDispatch_run___build_toolchain_host_linux_arm_gcc__rule
744   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/controller/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/controller/tests/TestServerCommandDispatch_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestServerCommandDispatch
745   description = ACTION //src/controller/tests:TestServerCommandDispatch_run(//build/toolchain/host:linux_arm_gcc)
746   restat = 1
747
748 build gen/src/controller/tests/TestServerCommandDispatch_run.pw_pystamp: __src_controller_tests_TestServerCommandDispatch_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestServerCommandDispatch
749
750 build obj/src/controller/tests/TestServerCommandDispatch_run.stamp: stamp gen/src/controller/tests/TestServerCommandDispatch_run.pw_pystamp
751 subninja obj/src/controller/tests/TestWriteChunking.ninja
752 rule __src_controller_tests_TestWriteChunking_generate_driver___build_toolchain_host_linux_arm_gcc__rule
753   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/controller/tests/TestWriteChunking.cpp --output_file=gen/TestWriteChunking.driver.cpp
754   description = ACTION //src/controller/tests:TestWriteChunking_generate_driver(//build/toolchain/host:linux_arm_gcc)
755   restat = 1
756
757 build gen/TestWriteChunking.driver.cpp: __src_controller_tests_TestWriteChunking_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/controller/tests/TestWriteChunking.cpp
758
759 build obj/src/controller/tests/TestWriteChunking_generate_driver.stamp: stamp gen/TestWriteChunking.driver.cpp
760 build obj/src/controller/tests/TestWriteChunking_lib.stamp: stamp
761 rule __src_controller_tests_TestWriteChunking_run___build_toolchain_host_linux_arm_gcc__rule
762   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/controller/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/controller/tests/TestWriteChunking_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestWriteChunking
763   description = ACTION //src/controller/tests:TestWriteChunking_run(//build/toolchain/host:linux_arm_gcc)
764   restat = 1
765
766 build gen/src/controller/tests/TestWriteChunking_run.pw_pystamp: __src_controller_tests_TestWriteChunking_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestWriteChunking
767
768 build obj/src/controller/tests/TestWriteChunking_run.stamp: stamp gen/src/controller/tests/TestWriteChunking_run.pw_pystamp
769 build obj/src/controller/tests/tests.stamp: stamp tests/TestCommissionableNodeController tests/TestServerCommandDispatch tests/TestReadChunking tests/TestWriteChunking
770 subninja obj/src/controller/tests/tests_lib.ninja
771 build obj/src/controller/tests/tests_run.stamp: stamp obj/src/controller/tests/TestCommissionableNodeController_run.stamp obj/src/controller/tests/TestServerCommandDispatch_run.stamp obj/src/controller/tests/TestReadChunking_run.stamp obj/src/controller/tests/TestWriteChunking_run.stamp
772 subninja obj/src/controller/tests/data_model/TestCommands.ninja
773 rule __src_controller_tests_data_model_TestCommands_generate_driver___build_toolchain_host_linux_arm_gcc__rule
774   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/controller/tests/data_model/TestCommands.cpp --output_file=gen/TestCommands.driver.cpp
775   description = ACTION //src/controller/tests/data_model:TestCommands_generate_driver(//build/toolchain/host:linux_arm_gcc)
776   restat = 1
777
778 build gen/TestCommands.driver.cpp: __src_controller_tests_data_model_TestCommands_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/controller/tests/data_model/TestCommands.cpp
779
780 build obj/src/controller/tests/data_model/TestCommands_generate_driver.stamp: stamp gen/TestCommands.driver.cpp
781 build obj/src/controller/tests/data_model/TestCommands_lib.stamp: stamp
782 rule __src_controller_tests_data_model_TestCommands_run___build_toolchain_host_linux_arm_gcc__rule
783   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/controller/tests/data_model --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/controller/tests/data_model/TestCommands_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestCommands
784   description = ACTION //src/controller/tests/data_model:TestCommands_run(//build/toolchain/host:linux_arm_gcc)
785   restat = 1
786
787 build gen/src/controller/tests/data_model/TestCommands_run.pw_pystamp: __src_controller_tests_data_model_TestCommands_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestCommands
788
789 build obj/src/controller/tests/data_model/TestCommands_run.stamp: stamp gen/src/controller/tests/data_model/TestCommands_run.pw_pystamp
790 subninja obj/src/controller/tests/data_model/TestRead.ninja
791 rule __src_controller_tests_data_model_TestRead_generate_driver___build_toolchain_host_linux_arm_gcc__rule
792   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/controller/tests/data_model/TestRead.cpp --output_file=gen/TestRead.driver.cpp
793   description = ACTION //src/controller/tests/data_model:TestRead_generate_driver(//build/toolchain/host:linux_arm_gcc)
794   restat = 1
795
796 build gen/TestRead.driver.cpp: __src_controller_tests_data_model_TestRead_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/controller/tests/data_model/TestRead.cpp
797
798 build obj/src/controller/tests/data_model/TestRead_generate_driver.stamp: stamp gen/TestRead.driver.cpp
799 build obj/src/controller/tests/data_model/TestRead_lib.stamp: stamp
800 rule __src_controller_tests_data_model_TestRead_run___build_toolchain_host_linux_arm_gcc__rule
801   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/controller/tests/data_model --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/controller/tests/data_model/TestRead_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestRead
802   description = ACTION //src/controller/tests/data_model:TestRead_run(//build/toolchain/host:linux_arm_gcc)
803   restat = 1
804
805 build gen/src/controller/tests/data_model/TestRead_run.pw_pystamp: __src_controller_tests_data_model_TestRead_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestRead
806
807 build obj/src/controller/tests/data_model/TestRead_run.stamp: stamp gen/src/controller/tests/data_model/TestRead_run.pw_pystamp
808 subninja obj/src/controller/tests/data_model/TestWrite.ninja
809 rule __src_controller_tests_data_model_TestWrite_generate_driver___build_toolchain_host_linux_arm_gcc__rule
810   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/controller/tests/data_model/TestWrite.cpp --output_file=gen/TestWrite.driver.cpp
811   description = ACTION //src/controller/tests/data_model:TestWrite_generate_driver(//build/toolchain/host:linux_arm_gcc)
812   restat = 1
813
814 build gen/TestWrite.driver.cpp: __src_controller_tests_data_model_TestWrite_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/controller/tests/data_model/TestWrite.cpp
815
816 build obj/src/controller/tests/data_model/TestWrite_generate_driver.stamp: stamp gen/TestWrite.driver.cpp
817 build obj/src/controller/tests/data_model/TestWrite_lib.stamp: stamp
818 rule __src_controller_tests_data_model_TestWrite_run___build_toolchain_host_linux_arm_gcc__rule
819   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/controller/tests/data_model --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/controller/tests/data_model/TestWrite_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestWrite
820   description = ACTION //src/controller/tests/data_model:TestWrite_run(//build/toolchain/host:linux_arm_gcc)
821   restat = 1
822
823 build gen/src/controller/tests/data_model/TestWrite_run.pw_pystamp: __src_controller_tests_data_model_TestWrite_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestWrite
824
825 build obj/src/controller/tests/data_model/TestWrite_run.stamp: stamp gen/src/controller/tests/data_model/TestWrite_run.pw_pystamp
826 build obj/src/controller/tests/data_model/data_model.stamp: stamp tests/TestCommands tests/TestRead tests/TestWrite
827 subninja obj/src/controller/tests/data_model/data_model_lib.ninja
828 build obj/src/controller/tests/data_model/data_model_run.stamp: stamp obj/src/controller/tests/data_model/TestCommands_run.stamp obj/src/controller/tests/data_model/TestRead_run.stamp obj/src/controller/tests/data_model/TestWrite_run.stamp
829 subninja obj/src/credentials/credentials.ninja
830 subninja obj/src/credentials/default_attestation_verifier.ninja
831 subninja obj/src/credentials/tests/TestCertificationDeclaration.ninja
832 rule __src_credentials_tests_TestCertificationDeclaration_generate_driver___build_toolchain_host_linux_arm_gcc__rule
833   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/credentials/tests/TestCertificationDeclaration.cpp --output_file=gen/TestCertificationDeclaration.driver.cpp
834   description = ACTION //src/credentials/tests:TestCertificationDeclaration_generate_driver(//build/toolchain/host:linux_arm_gcc)
835   restat = 1
836
837 build gen/TestCertificationDeclaration.driver.cpp: __src_credentials_tests_TestCertificationDeclaration_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/credentials/tests/TestCertificationDeclaration.cpp
838
839 build obj/src/credentials/tests/TestCertificationDeclaration_generate_driver.stamp: stamp gen/TestCertificationDeclaration.driver.cpp
840 build obj/src/credentials/tests/TestCertificationDeclaration_lib.stamp: stamp
841 rule __src_credentials_tests_TestCertificationDeclaration_run___build_toolchain_host_linux_arm_gcc__rule
842   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/credentials/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/credentials/tests/TestCertificationDeclaration_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestCertificationDeclaration
843   description = ACTION //src/credentials/tests:TestCertificationDeclaration_run(//build/toolchain/host:linux_arm_gcc)
844   restat = 1
845
846 build gen/src/credentials/tests/TestCertificationDeclaration_run.pw_pystamp: __src_credentials_tests_TestCertificationDeclaration_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestCertificationDeclaration
847
848 build obj/src/credentials/tests/TestCertificationDeclaration_run.stamp: stamp gen/src/credentials/tests/TestCertificationDeclaration_run.pw_pystamp
849 subninja obj/src/credentials/tests/TestChipCert.ninja
850 rule __src_credentials_tests_TestChipCert_generate_driver___build_toolchain_host_linux_arm_gcc__rule
851   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/credentials/tests/TestChipCert.cpp --output_file=gen/TestChipCert.driver.cpp
852   description = ACTION //src/credentials/tests:TestChipCert_generate_driver(//build/toolchain/host:linux_arm_gcc)
853   restat = 1
854
855 build gen/TestChipCert.driver.cpp: __src_credentials_tests_TestChipCert_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/credentials/tests/TestChipCert.cpp
856
857 build obj/src/credentials/tests/TestChipCert_generate_driver.stamp: stamp gen/TestChipCert.driver.cpp
858 build obj/src/credentials/tests/TestChipCert_lib.stamp: stamp
859 rule __src_credentials_tests_TestChipCert_run___build_toolchain_host_linux_arm_gcc__rule
860   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/credentials/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/credentials/tests/TestChipCert_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestChipCert
861   description = ACTION //src/credentials/tests:TestChipCert_run(//build/toolchain/host:linux_arm_gcc)
862   restat = 1
863
864 build gen/src/credentials/tests/TestChipCert_run.pw_pystamp: __src_credentials_tests_TestChipCert_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestChipCert
865
866 build obj/src/credentials/tests/TestChipCert_run.stamp: stamp gen/src/credentials/tests/TestChipCert_run.pw_pystamp
867 subninja obj/src/credentials/tests/TestDeviceAttestationConstruction.ninja
868 rule __src_credentials_tests_TestDeviceAttestationConstruction_generate_driver___build_toolchain_host_linux_arm_gcc__rule
869   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/credentials/tests/TestDeviceAttestationConstruction.cpp --output_file=gen/TestDeviceAttestationConstruction.driver.cpp
870   description = ACTION //src/credentials/tests:TestDeviceAttestationConstruction_generate_driver(//build/toolchain/host:linux_arm_gcc)
871   restat = 1
872
873 build gen/TestDeviceAttestationConstruction.driver.cpp: __src_credentials_tests_TestDeviceAttestationConstruction_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/credentials/tests/TestDeviceAttestationConstruction.cpp
874
875 build obj/src/credentials/tests/TestDeviceAttestationConstruction_generate_driver.stamp: stamp gen/TestDeviceAttestationConstruction.driver.cpp
876 build obj/src/credentials/tests/TestDeviceAttestationConstruction_lib.stamp: stamp
877 rule __src_credentials_tests_TestDeviceAttestationConstruction_run___build_toolchain_host_linux_arm_gcc__rule
878   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/credentials/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/credentials/tests/TestDeviceAttestationConstruction_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestDeviceAttestationConstruction
879   description = ACTION //src/credentials/tests:TestDeviceAttestationConstruction_run(//build/toolchain/host:linux_arm_gcc)
880   restat = 1
881
882 build gen/src/credentials/tests/TestDeviceAttestationConstruction_run.pw_pystamp: __src_credentials_tests_TestDeviceAttestationConstruction_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestDeviceAttestationConstruction
883
884 build obj/src/credentials/tests/TestDeviceAttestationConstruction_run.stamp: stamp gen/src/credentials/tests/TestDeviceAttestationConstruction_run.pw_pystamp
885 subninja obj/src/credentials/tests/TestDeviceAttestationCredentials.ninja
886 rule __src_credentials_tests_TestDeviceAttestationCredentials_generate_driver___build_toolchain_host_linux_arm_gcc__rule
887   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/credentials/tests/TestDeviceAttestationCredentials.cpp --output_file=gen/TestDeviceAttestationCredentials.driver.cpp
888   description = ACTION //src/credentials/tests:TestDeviceAttestationCredentials_generate_driver(//build/toolchain/host:linux_arm_gcc)
889   restat = 1
890
891 build gen/TestDeviceAttestationCredentials.driver.cpp: __src_credentials_tests_TestDeviceAttestationCredentials_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/credentials/tests/TestDeviceAttestationCredentials.cpp
892
893 build obj/src/credentials/tests/TestDeviceAttestationCredentials_generate_driver.stamp: stamp gen/TestDeviceAttestationCredentials.driver.cpp
894 build obj/src/credentials/tests/TestDeviceAttestationCredentials_lib.stamp: stamp
895 rule __src_credentials_tests_TestDeviceAttestationCredentials_run___build_toolchain_host_linux_arm_gcc__rule
896   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/credentials/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/credentials/tests/TestDeviceAttestationCredentials_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestDeviceAttestationCredentials
897   description = ACTION //src/credentials/tests:TestDeviceAttestationCredentials_run(//build/toolchain/host:linux_arm_gcc)
898   restat = 1
899
900 build gen/src/credentials/tests/TestDeviceAttestationCredentials_run.pw_pystamp: __src_credentials_tests_TestDeviceAttestationCredentials_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestDeviceAttestationCredentials
901
902 build obj/src/credentials/tests/TestDeviceAttestationCredentials_run.stamp: stamp gen/src/credentials/tests/TestDeviceAttestationCredentials_run.pw_pystamp
903 subninja obj/src/credentials/tests/TestFabricTable.ninja
904 rule __src_credentials_tests_TestFabricTable_generate_driver___build_toolchain_host_linux_arm_gcc__rule
905   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/credentials/tests/TestFabricTable.cpp --output_file=gen/TestFabricTable.driver.cpp
906   description = ACTION //src/credentials/tests:TestFabricTable_generate_driver(//build/toolchain/host:linux_arm_gcc)
907   restat = 1
908
909 build gen/TestFabricTable.driver.cpp: __src_credentials_tests_TestFabricTable_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/credentials/tests/TestFabricTable.cpp
910
911 build obj/src/credentials/tests/TestFabricTable_generate_driver.stamp: stamp gen/TestFabricTable.driver.cpp
912 build obj/src/credentials/tests/TestFabricTable_lib.stamp: stamp
913 rule __src_credentials_tests_TestFabricTable_run___build_toolchain_host_linux_arm_gcc__rule
914   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/credentials/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/credentials/tests/TestFabricTable_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestFabricTable
915   description = ACTION //src/credentials/tests:TestFabricTable_run(//build/toolchain/host:linux_arm_gcc)
916   restat = 1
917
918 build gen/src/credentials/tests/TestFabricTable_run.pw_pystamp: __src_credentials_tests_TestFabricTable_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestFabricTable
919
920 build obj/src/credentials/tests/TestFabricTable_run.stamp: stamp gen/src/credentials/tests/TestFabricTable_run.pw_pystamp
921 subninja obj/src/credentials/tests/TestGroupDataProvider.ninja
922 rule __src_credentials_tests_TestGroupDataProvider_generate_driver___build_toolchain_host_linux_arm_gcc__rule
923   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/credentials/tests/TestGroupDataProvider.cpp --output_file=gen/TestGroupDataProvider.driver.cpp
924   description = ACTION //src/credentials/tests:TestGroupDataProvider_generate_driver(//build/toolchain/host:linux_arm_gcc)
925   restat = 1
926
927 build gen/TestGroupDataProvider.driver.cpp: __src_credentials_tests_TestGroupDataProvider_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/credentials/tests/TestGroupDataProvider.cpp
928
929 build obj/src/credentials/tests/TestGroupDataProvider_generate_driver.stamp: stamp gen/TestGroupDataProvider.driver.cpp
930 build obj/src/credentials/tests/TestGroupDataProvider_lib.stamp: stamp
931 rule __src_credentials_tests_TestGroupDataProvider_run___build_toolchain_host_linux_arm_gcc__rule
932   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/credentials/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/credentials/tests/TestGroupDataProvider_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestGroupDataProvider
933   description = ACTION //src/credentials/tests:TestGroupDataProvider_run(//build/toolchain/host:linux_arm_gcc)
934   restat = 1
935
936 build gen/src/credentials/tests/TestGroupDataProvider_run.pw_pystamp: __src_credentials_tests_TestGroupDataProvider_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestGroupDataProvider
937
938 build obj/src/credentials/tests/TestGroupDataProvider_run.stamp: stamp gen/src/credentials/tests/TestGroupDataProvider_run.pw_pystamp
939 subninja obj/src/credentials/tests/cert_test_vectors.ninja
940 build obj/src/credentials/tests/tests.stamp: stamp tests/TestCertificationDeclaration tests/TestChipCert tests/TestDeviceAttestationConstruction tests/TestDeviceAttestationCredentials tests/TestFabricTable tests/TestGroupDataProvider
941 subninja obj/src/credentials/tests/tests_lib.ninja
942 build obj/src/credentials/tests/tests_run.stamp: stamp obj/src/credentials/tests/TestCertificationDeclaration_run.stamp obj/src/credentials/tests/TestChipCert_run.stamp obj/src/credentials/tests/TestDeviceAttestationConstruction_run.stamp obj/src/credentials/tests/TestDeviceAttestationCredentials_run.stamp obj/src/credentials/tests/TestFabricTable_run.stamp obj/src/credentials/tests/TestGroupDataProvider_run.stamp
943 subninja obj/src/crypto/crypto.ninja
944 subninja obj/src/crypto/crypto_buildconfig.ninja
945 rule __src_crypto_gen_crypto_buildconfig___build_toolchain_host_linux_arm_gcc__rule
946   rspfile = __src_crypto_gen_crypto_buildconfig___build_toolchain_host_linux_arm_gcc__rule.rsp
947   rspfile_content = --defines CHIP_CRYPTO_MBEDTLS=false CHIP_CRYPTO_OPENSSL=true CHIP_WITH_OPENSSL=true CHIP_CRYPTO_HSM=0 CHIP_CRYPTO_HSM_NXP=0
948   command = python3 ../../build/chip/write_buildconfig_header.py --output crypto/CryptoBuildConfig.h --rulename //src/crypto$:gen_crypto_buildconfig --gen-dir gen/include --definitions ${rspfile}
949   description = ACTION //src/crypto:gen_crypto_buildconfig(//build/toolchain/host:linux_arm_gcc)
950   restat = 1
951
952 build gen/include/crypto/CryptoBuildConfig.h: __src_crypto_gen_crypto_buildconfig___build_toolchain_host_linux_arm_gcc__rule | ../../build/chip/write_buildconfig_header.py
953
954 build obj/src/crypto/gen_crypto_buildconfig.stamp: stamp gen/include/crypto/CryptoBuildConfig.h
955 subninja obj/src/crypto/tests/CHIPCryptoPALTest.ninja
956 build obj/src/crypto/tests/CHIPCryptoPALTest_lib.stamp: stamp
957 rule __src_crypto_tests_CHIPCryptoPALTest_run___build_toolchain_host_linux_arm_gcc__rule
958   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/crypto/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/crypto/tests/CHIPCryptoPALTest_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/CHIPCryptoPALTest
959   description = ACTION //src/crypto/tests:CHIPCryptoPALTest_run(//build/toolchain/host:linux_arm_gcc)
960   restat = 1
961
962 build gen/src/crypto/tests/CHIPCryptoPALTest_run.pw_pystamp: __src_crypto_tests_CHIPCryptoPALTest_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/CHIPCryptoPALTest
963
964 build obj/src/crypto/tests/CHIPCryptoPALTest_run.stamp: stamp gen/src/crypto/tests/CHIPCryptoPALTest_run.pw_pystamp
965 build obj/src/crypto/tests/tests.stamp: stamp tests/CHIPCryptoPALTest
966 subninja obj/src/crypto/tests/tests_lib.ninja
967 build obj/src/crypto/tests/tests_run.stamp: stamp obj/src/crypto/tests/CHIPCryptoPALTest_run.stamp
968 rule __src_inet_gen_inet_buildconfig___build_toolchain_host_linux_arm_gcc__rule
969   rspfile = __src_inet_gen_inet_buildconfig___build_toolchain_host_linux_arm_gcc__rule.rsp
970   rspfile_content = --defines INET_CONFIG_TEST=true INET_CONFIG_ENABLE_IPV4=true INET_CONFIG_ENABLE_TCP_ENDPOINT=true INET_CONFIG_ENABLE_UDP_ENDPOINT=true HAVE_LWIP_RAW_BIND_NETIF=true INET_PLATFORM_CONFIG_INCLUDE=\<platform/Tizen/InetPlatformConfig.h\> INET_TCP_END_POINT_IMPL_CONFIG_FILE=\<inet/TCPEndPointImplSockets.h\> INET_UDP_END_POINT_IMPL_CONFIG_FILE=\<inet/UDPEndPointImplSockets.h\>
971   command = python3 ../../build/chip/write_buildconfig_header.py --output inet/InetBuildConfig.h --rulename //src/inet$:gen_inet_buildconfig --gen-dir gen/include --definitions ${rspfile}
972   description = ACTION //src/inet:gen_inet_buildconfig(//build/toolchain/host:linux_arm_gcc)
973   restat = 1
974
975 build gen/include/inet/InetBuildConfig.h: __src_inet_gen_inet_buildconfig___build_toolchain_host_linux_arm_gcc__rule | ../../build/chip/write_buildconfig_header.py
976
977 build obj/src/inet/gen_inet_buildconfig.stamp: stamp gen/include/inet/InetBuildConfig.h
978 subninja obj/src/inet/inet.ninja
979 subninja obj/src/inet/inet_buildconfig.ninja
980 subninja obj/src/inet/inet_config_header.ninja
981 subninja obj/src/inet/tests/TestInetAddress.ninja
982 rule __src_inet_tests_TestInetAddress_generate_driver___build_toolchain_host_linux_arm_gcc__rule
983   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/inet/tests/TestInetAddress.cpp --output_file=gen/TestInetAddress.driver.cpp
984   description = ACTION //src/inet/tests:TestInetAddress_generate_driver(//build/toolchain/host:linux_arm_gcc)
985   restat = 1
986
987 build gen/TestInetAddress.driver.cpp: __src_inet_tests_TestInetAddress_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/inet/tests/TestInetAddress.cpp
988
989 build obj/src/inet/tests/TestInetAddress_generate_driver.stamp: stamp gen/TestInetAddress.driver.cpp
990 build obj/src/inet/tests/TestInetAddress_lib.stamp: stamp
991 rule __src_inet_tests_TestInetAddress_run___build_toolchain_host_linux_arm_gcc__rule
992   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/inet/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/inet/tests/TestInetAddress_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestInetAddress
993   description = ACTION //src/inet/tests:TestInetAddress_run(//build/toolchain/host:linux_arm_gcc)
994   restat = 1
995
996 build gen/src/inet/tests/TestInetAddress_run.pw_pystamp: __src_inet_tests_TestInetAddress_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestInetAddress
997
998 build obj/src/inet/tests/TestInetAddress_run.stamp: stamp gen/src/inet/tests/TestInetAddress_run.pw_pystamp
999 subninja obj/src/inet/tests/TestInetEndPoint.ninja
1000 rule __src_inet_tests_TestInetEndPoint_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1001   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/inet/tests/TestInetEndPoint.cpp --output_file=gen/TestInetEndPoint.driver.cpp
1002   description = ACTION //src/inet/tests:TestInetEndPoint_generate_driver(//build/toolchain/host:linux_arm_gcc)
1003   restat = 1
1004
1005 build gen/TestInetEndPoint.driver.cpp: __src_inet_tests_TestInetEndPoint_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/inet/tests/TestInetEndPoint.cpp
1006
1007 build obj/src/inet/tests/TestInetEndPoint_generate_driver.stamp: stamp gen/TestInetEndPoint.driver.cpp
1008 build obj/src/inet/tests/TestInetEndPoint_lib.stamp: stamp
1009 rule __src_inet_tests_TestInetEndPoint_run___build_toolchain_host_linux_arm_gcc__rule
1010   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/inet/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/inet/tests/TestInetEndPoint_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestInetEndPoint
1011   description = ACTION //src/inet/tests:TestInetEndPoint_run(//build/toolchain/host:linux_arm_gcc)
1012   restat = 1
1013
1014 build gen/src/inet/tests/TestInetEndPoint_run.pw_pystamp: __src_inet_tests_TestInetEndPoint_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestInetEndPoint
1015
1016 build obj/src/inet/tests/TestInetEndPoint_run.stamp: stamp gen/src/inet/tests/TestInetEndPoint_run.pw_pystamp
1017 subninja obj/src/inet/tests/TestInetErrorStr.ninja
1018 rule __src_inet_tests_TestInetErrorStr_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1019   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/inet/tests/TestInetErrorStr.cpp --output_file=gen/TestInetErrorStr.driver.cpp
1020   description = ACTION //src/inet/tests:TestInetErrorStr_generate_driver(//build/toolchain/host:linux_arm_gcc)
1021   restat = 1
1022
1023 build gen/TestInetErrorStr.driver.cpp: __src_inet_tests_TestInetErrorStr_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/inet/tests/TestInetErrorStr.cpp
1024
1025 build obj/src/inet/tests/TestInetErrorStr_generate_driver.stamp: stamp gen/TestInetErrorStr.driver.cpp
1026 build obj/src/inet/tests/TestInetErrorStr_lib.stamp: stamp
1027 rule __src_inet_tests_TestInetErrorStr_run___build_toolchain_host_linux_arm_gcc__rule
1028   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/inet/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/inet/tests/TestInetErrorStr_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestInetErrorStr
1029   description = ACTION //src/inet/tests:TestInetErrorStr_run(//build/toolchain/host:linux_arm_gcc)
1030   restat = 1
1031
1032 build gen/src/inet/tests/TestInetErrorStr_run.pw_pystamp: __src_inet_tests_TestInetErrorStr_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestInetErrorStr
1033
1034 build obj/src/inet/tests/TestInetErrorStr_run.stamp: stamp gen/src/inet/tests/TestInetErrorStr_run.pw_pystamp
1035 subninja obj/src/inet/tests/helpers.ninja
1036 build obj/src/inet/tests/tests.stamp: stamp tests/TestInetAddress tests/TestInetErrorStr tests/TestInetEndPoint
1037 subninja obj/src/inet/tests/tests_lib.ninja
1038 build obj/src/inet/tests/tests_run.stamp: stamp obj/src/inet/tests/TestInetAddress_run.stamp obj/src/inet/tests/TestInetErrorStr_run.stamp obj/src/inet/tests/TestInetEndPoint_run.stamp
1039 subninja obj/src/lib/lib.ninja
1040 subninja obj/src/lib/address_resolve/address-resolve-tool.ninja
1041 subninja obj/src/lib/address_resolve/address_resolve.ninja
1042 subninja obj/src/lib/asn1/asn1.ninja
1043 subninja obj/src/lib/asn1/asn1oid_header.ninja
1044 rule __src_lib_asn1_gen_asn1oid___build_toolchain_host_linux_arm_gcc__rule
1045   command = python3 ../../src/lib/asn1/gen_asn1oid.py --output_file=gen/include/asn1/ASN1OID.h
1046   description = ACTION //src/lib/asn1:gen_asn1oid(//build/toolchain/host:linux_arm_gcc)
1047   restat = 1
1048
1049 build gen/include/asn1/ASN1OID.h: __src_lib_asn1_gen_asn1oid___build_toolchain_host_linux_arm_gcc__rule | ../../src/lib/asn1/gen_asn1oid.py
1050
1051 build obj/src/lib/asn1/gen_asn1oid.stamp: stamp gen/include/asn1/ASN1OID.h
1052 subninja obj/src/lib/asn1/tests/TestASN1.ninja
1053 rule __src_lib_asn1_tests_TestASN1_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1054   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/asn1/tests/TestASN1.cpp --output_file=gen/TestASN1.driver.cpp
1055   description = ACTION //src/lib/asn1/tests:TestASN1_generate_driver(//build/toolchain/host:linux_arm_gcc)
1056   restat = 1
1057
1058 build gen/TestASN1.driver.cpp: __src_lib_asn1_tests_TestASN1_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/asn1/tests/TestASN1.cpp
1059
1060 build obj/src/lib/asn1/tests/TestASN1_generate_driver.stamp: stamp gen/TestASN1.driver.cpp
1061 build obj/src/lib/asn1/tests/TestASN1_lib.stamp: stamp
1062 rule __src_lib_asn1_tests_TestASN1_run___build_toolchain_host_linux_arm_gcc__rule
1063   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/asn1/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/asn1/tests/TestASN1_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestASN1
1064   description = ACTION //src/lib/asn1/tests:TestASN1_run(//build/toolchain/host:linux_arm_gcc)
1065   restat = 1
1066
1067 build gen/src/lib/asn1/tests/TestASN1_run.pw_pystamp: __src_lib_asn1_tests_TestASN1_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestASN1
1068
1069 build obj/src/lib/asn1/tests/TestASN1_run.stamp: stamp gen/src/lib/asn1/tests/TestASN1_run.pw_pystamp
1070 build obj/src/lib/asn1/tests/tests.stamp: stamp tests/TestASN1
1071 subninja obj/src/lib/asn1/tests/tests_lib.ninja
1072 build obj/src/lib/asn1/tests/tests_run.stamp: stamp obj/src/lib/asn1/tests/TestASN1_run.stamp
1073 subninja obj/src/lib/core/chip_buildconfig.ninja
1074 subninja obj/src/lib/core/chip_config_header.ninja
1075 subninja obj/src/lib/core/core.ninja
1076 rule __src_lib_core_gen_chip_buildconfig___build_toolchain_host_linux_arm_gcc__rule
1077   rspfile = __src_lib_core_gen_chip_buildconfig___build_toolchain_host_linux_arm_gcc__rule.rsp
1078   rspfile_content = --defines CHIP_FUZZING_ENABLED=false CHIP_CONFIG_TEST=true CHIP_ERROR_LOGGING=true CHIP_PROGRESS_LOGGING=true CHIP_DETAIL_LOGGING=true CHIP_AUTOMATION_LOGGING=true CHIP_CONFIG_SHORT_ERROR_STR=false CHIP_CONFIG_ENABLE_ARG_PARSER=true CHIP_TARGET_STYLE_UNIX=true CHIP_TARGET_STYLE_EMBEDDED=false CHIP_CONFIG_MEMORY_MGMT_MALLOC=true HAVE_MALLOC=true HAVE_FREE=true HAVE_NEW=false CHIP_CONFIG_MEMORY_MGMT_PLATFORM=false CHIP_CONFIG_MEMORY_DEBUG_CHECKS=false CHIP_CONFIG_MEMORY_DEBUG_DMALLOC=false CHIP_CONFIG_PROVIDE_OBSOLESCENT_INTERFACES=false CHIP_CONFIG_TRANSPORT_TRACE_ENABLED=false
1079   command = python3 ../../build/chip/write_buildconfig_header.py --output core/CHIPBuildConfig.h --rulename //src/lib/core$:gen_chip_buildconfig --gen-dir gen/include --definitions ${rspfile}
1080   description = ACTION //src/lib/core:gen_chip_buildconfig(//build/toolchain/host:linux_arm_gcc)
1081   restat = 1
1082
1083 build gen/include/core/CHIPBuildConfig.h: __src_lib_core_gen_chip_buildconfig___build_toolchain_host_linux_arm_gcc__rule | ../../build/chip/write_buildconfig_header.py
1084
1085 build obj/src/lib/core/gen_chip_buildconfig.stamp: stamp gen/include/core/CHIPBuildConfig.h
1086 subninja obj/src/lib/core/tests/TestCHIPCallback.ninja
1087 rule __src_lib_core_tests_TestCHIPCallback_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1088   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/core/tests/TestCHIPCallback.cpp --output_file=gen/TestCHIPCallback.driver.cpp
1089   description = ACTION //src/lib/core/tests:TestCHIPCallback_generate_driver(//build/toolchain/host:linux_arm_gcc)
1090   restat = 1
1091
1092 build gen/TestCHIPCallback.driver.cpp: __src_lib_core_tests_TestCHIPCallback_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/core/tests/TestCHIPCallback.cpp
1093
1094 build obj/src/lib/core/tests/TestCHIPCallback_generate_driver.stamp: stamp gen/TestCHIPCallback.driver.cpp
1095 build obj/src/lib/core/tests/TestCHIPCallback_lib.stamp: stamp
1096 rule __src_lib_core_tests_TestCHIPCallback_run___build_toolchain_host_linux_arm_gcc__rule
1097   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/core/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/core/tests/TestCHIPCallback_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestCHIPCallback
1098   description = ACTION //src/lib/core/tests:TestCHIPCallback_run(//build/toolchain/host:linux_arm_gcc)
1099   restat = 1
1100
1101 build gen/src/lib/core/tests/TestCHIPCallback_run.pw_pystamp: __src_lib_core_tests_TestCHIPCallback_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestCHIPCallback
1102
1103 build obj/src/lib/core/tests/TestCHIPCallback_run.stamp: stamp gen/src/lib/core/tests/TestCHIPCallback_run.pw_pystamp
1104 subninja obj/src/lib/core/tests/TestCHIPErrorStr.ninja
1105 rule __src_lib_core_tests_TestCHIPErrorStr_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1106   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/core/tests/TestCHIPErrorStr.cpp --output_file=gen/TestCHIPErrorStr.driver.cpp
1107   description = ACTION //src/lib/core/tests:TestCHIPErrorStr_generate_driver(//build/toolchain/host:linux_arm_gcc)
1108   restat = 1
1109
1110 build gen/TestCHIPErrorStr.driver.cpp: __src_lib_core_tests_TestCHIPErrorStr_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/core/tests/TestCHIPErrorStr.cpp
1111
1112 build obj/src/lib/core/tests/TestCHIPErrorStr_generate_driver.stamp: stamp gen/TestCHIPErrorStr.driver.cpp
1113 build obj/src/lib/core/tests/TestCHIPErrorStr_lib.stamp: stamp
1114 rule __src_lib_core_tests_TestCHIPErrorStr_run___build_toolchain_host_linux_arm_gcc__rule
1115   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/core/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/core/tests/TestCHIPErrorStr_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestCHIPErrorStr
1116   description = ACTION //src/lib/core/tests:TestCHIPErrorStr_run(//build/toolchain/host:linux_arm_gcc)
1117   restat = 1
1118
1119 build gen/src/lib/core/tests/TestCHIPErrorStr_run.pw_pystamp: __src_lib_core_tests_TestCHIPErrorStr_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestCHIPErrorStr
1120
1121 build obj/src/lib/core/tests/TestCHIPErrorStr_run.stamp: stamp gen/src/lib/core/tests/TestCHIPErrorStr_run.pw_pystamp
1122 subninja obj/src/lib/core/tests/TestCHIPTLV.ninja
1123 rule __src_lib_core_tests_TestCHIPTLV_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1124   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/core/tests/TestCHIPTLV.cpp --output_file=gen/TestCHIPTLV.driver.cpp
1125   description = ACTION //src/lib/core/tests:TestCHIPTLV_generate_driver(//build/toolchain/host:linux_arm_gcc)
1126   restat = 1
1127
1128 build gen/TestCHIPTLV.driver.cpp: __src_lib_core_tests_TestCHIPTLV_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/core/tests/TestCHIPTLV.cpp
1129
1130 build obj/src/lib/core/tests/TestCHIPTLV_generate_driver.stamp: stamp gen/TestCHIPTLV.driver.cpp
1131 build obj/src/lib/core/tests/TestCHIPTLV_lib.stamp: stamp
1132 rule __src_lib_core_tests_TestCHIPTLV_run___build_toolchain_host_linux_arm_gcc__rule
1133   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/core/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/core/tests/TestCHIPTLV_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestCHIPTLV
1134   description = ACTION //src/lib/core/tests:TestCHIPTLV_run(//build/toolchain/host:linux_arm_gcc)
1135   restat = 1
1136
1137 build gen/src/lib/core/tests/TestCHIPTLV_run.pw_pystamp: __src_lib_core_tests_TestCHIPTLV_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestCHIPTLV
1138
1139 build obj/src/lib/core/tests/TestCHIPTLV_run.stamp: stamp gen/src/lib/core/tests/TestCHIPTLV_run.pw_pystamp
1140 subninja obj/src/lib/core/tests/TestOTAImageHeader.ninja
1141 rule __src_lib_core_tests_TestOTAImageHeader_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1142   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/core/tests/TestOTAImageHeader.cpp --output_file=gen/TestOTAImageHeader.driver.cpp
1143   description = ACTION //src/lib/core/tests:TestOTAImageHeader_generate_driver(//build/toolchain/host:linux_arm_gcc)
1144   restat = 1
1145
1146 build gen/TestOTAImageHeader.driver.cpp: __src_lib_core_tests_TestOTAImageHeader_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/core/tests/TestOTAImageHeader.cpp
1147
1148 build obj/src/lib/core/tests/TestOTAImageHeader_generate_driver.stamp: stamp gen/TestOTAImageHeader.driver.cpp
1149 build obj/src/lib/core/tests/TestOTAImageHeader_lib.stamp: stamp
1150 rule __src_lib_core_tests_TestOTAImageHeader_run___build_toolchain_host_linux_arm_gcc__rule
1151   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/core/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/core/tests/TestOTAImageHeader_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestOTAImageHeader
1152   description = ACTION //src/lib/core/tests:TestOTAImageHeader_run(//build/toolchain/host:linux_arm_gcc)
1153   restat = 1
1154
1155 build gen/src/lib/core/tests/TestOTAImageHeader_run.pw_pystamp: __src_lib_core_tests_TestOTAImageHeader_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestOTAImageHeader
1156
1157 build obj/src/lib/core/tests/TestOTAImageHeader_run.stamp: stamp gen/src/lib/core/tests/TestOTAImageHeader_run.pw_pystamp
1158 subninja obj/src/lib/core/tests/TestOptional.ninja
1159 rule __src_lib_core_tests_TestOptional_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1160   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/core/tests/TestOptional.cpp --output_file=gen/TestOptional.driver.cpp
1161   description = ACTION //src/lib/core/tests:TestOptional_generate_driver(//build/toolchain/host:linux_arm_gcc)
1162   restat = 1
1163
1164 build gen/TestOptional.driver.cpp: __src_lib_core_tests_TestOptional_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/core/tests/TestOptional.cpp
1165
1166 build obj/src/lib/core/tests/TestOptional_generate_driver.stamp: stamp gen/TestOptional.driver.cpp
1167 build obj/src/lib/core/tests/TestOptional_lib.stamp: stamp
1168 rule __src_lib_core_tests_TestOptional_run___build_toolchain_host_linux_arm_gcc__rule
1169   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/core/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/core/tests/TestOptional_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestOptional
1170   description = ACTION //src/lib/core/tests:TestOptional_run(//build/toolchain/host:linux_arm_gcc)
1171   restat = 1
1172
1173 build gen/src/lib/core/tests/TestOptional_run.pw_pystamp: __src_lib_core_tests_TestOptional_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestOptional
1174
1175 build obj/src/lib/core/tests/TestOptional_run.stamp: stamp gen/src/lib/core/tests/TestOptional_run.pw_pystamp
1176 subninja obj/src/lib/core/tests/TestReferenceCounted.ninja
1177 rule __src_lib_core_tests_TestReferenceCounted_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1178   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/core/tests/TestReferenceCounted.cpp --output_file=gen/TestReferenceCounted.driver.cpp
1179   description = ACTION //src/lib/core/tests:TestReferenceCounted_generate_driver(//build/toolchain/host:linux_arm_gcc)
1180   restat = 1
1181
1182 build gen/TestReferenceCounted.driver.cpp: __src_lib_core_tests_TestReferenceCounted_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/core/tests/TestReferenceCounted.cpp
1183
1184 build obj/src/lib/core/tests/TestReferenceCounted_generate_driver.stamp: stamp gen/TestReferenceCounted.driver.cpp
1185 build obj/src/lib/core/tests/TestReferenceCounted_lib.stamp: stamp
1186 rule __src_lib_core_tests_TestReferenceCounted_run___build_toolchain_host_linux_arm_gcc__rule
1187   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/core/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/core/tests/TestReferenceCounted_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestReferenceCounted
1188   description = ACTION //src/lib/core/tests:TestReferenceCounted_run(//build/toolchain/host:linux_arm_gcc)
1189   restat = 1
1190
1191 build gen/src/lib/core/tests/TestReferenceCounted_run.pw_pystamp: __src_lib_core_tests_TestReferenceCounted_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestReferenceCounted
1192
1193 build obj/src/lib/core/tests/TestReferenceCounted_run.stamp: stamp gen/src/lib/core/tests/TestReferenceCounted_run.pw_pystamp
1194 build obj/src/lib/core/tests/tests.stamp: stamp tests/TestCHIPCallback tests/TestCHIPErrorStr tests/TestCHIPTLV tests/TestOTAImageHeader tests/TestOptional tests/TestReferenceCounted
1195 subninja obj/src/lib/core/tests/tests_lib.ninja
1196 build obj/src/lib/core/tests/tests_run.stamp: stamp obj/src/lib/core/tests/TestCHIPCallback_run.stamp obj/src/lib/core/tests/TestCHIPErrorStr_run.stamp obj/src/lib/core/tests/TestCHIPTLV_run.stamp obj/src/lib/core/tests/TestOTAImageHeader_run.stamp obj/src/lib/core/tests/TestOptional_run.stamp obj/src/lib/core/tests/TestReferenceCounted_run.stamp
1197 subninja obj/src/lib/dnssd/dnssd.ninja
1198 subninja obj/src/lib/dnssd/platform_header.ninja
1199 subninja obj/src/lib/dnssd/minimal_mdns/minimal_mdns.ninja
1200 subninja obj/src/lib/dnssd/minimal_mdns/core/core.ninja
1201 subninja obj/src/lib/dnssd/minimal_mdns/core/tests/TestFlatAllocatedQName.ninja
1202 rule __src_lib_dnssd_minimal_mdns_core_tests_TestFlatAllocatedQName_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1203   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/dnssd/minimal_mdns/core/tests/TestFlatAllocatedQName.cpp --output_file=gen/TestFlatAllocatedQName.driver.cpp
1204   description = ACTION //src/lib/dnssd/minimal_mdns/core/tests:TestFlatAllocatedQName_generate_driver(//build/toolchain/host:linux_arm_gcc)
1205   restat = 1
1206
1207 build gen/TestFlatAllocatedQName.driver.cpp: __src_lib_dnssd_minimal_mdns_core_tests_TestFlatAllocatedQName_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/dnssd/minimal_mdns/core/tests/TestFlatAllocatedQName.cpp
1208
1209 build obj/src/lib/dnssd/minimal_mdns/core/tests/TestFlatAllocatedQName_generate_driver.stamp: stamp gen/TestFlatAllocatedQName.driver.cpp
1210 build obj/src/lib/dnssd/minimal_mdns/core/tests/TestFlatAllocatedQName_lib.stamp: stamp
1211 rule __src_lib_dnssd_minimal_mdns_core_tests_TestFlatAllocatedQName_run___build_toolchain_host_linux_arm_gcc__rule
1212   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/dnssd/minimal_mdns/core/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/dnssd/minimal_mdns/core/tests/TestFlatAllocatedQName_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestFlatAllocatedQName
1213   description = ACTION //src/lib/dnssd/minimal_mdns/core/tests:TestFlatAllocatedQName_run(//build/toolchain/host:linux_arm_gcc)
1214   restat = 1
1215
1216 build gen/src/lib/dnssd/minimal_mdns/core/tests/TestFlatAllocatedQName_run.pw_pystamp: __src_lib_dnssd_minimal_mdns_core_tests_TestFlatAllocatedQName_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestFlatAllocatedQName
1217
1218 build obj/src/lib/dnssd/minimal_mdns/core/tests/TestFlatAllocatedQName_run.stamp: stamp gen/src/lib/dnssd/minimal_mdns/core/tests/TestFlatAllocatedQName_run.pw_pystamp
1219 subninja obj/src/lib/dnssd/minimal_mdns/core/tests/TestQName.ninja
1220 rule __src_lib_dnssd_minimal_mdns_core_tests_TestQName_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1221   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/dnssd/minimal_mdns/core/tests/TestQName.cpp --output_file=gen/TestQName.driver.cpp
1222   description = ACTION //src/lib/dnssd/minimal_mdns/core/tests:TestQName_generate_driver(//build/toolchain/host:linux_arm_gcc)
1223   restat = 1
1224
1225 build gen/TestQName.driver.cpp: __src_lib_dnssd_minimal_mdns_core_tests_TestQName_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/dnssd/minimal_mdns/core/tests/TestQName.cpp
1226
1227 build obj/src/lib/dnssd/minimal_mdns/core/tests/TestQName_generate_driver.stamp: stamp gen/TestQName.driver.cpp
1228 build obj/src/lib/dnssd/minimal_mdns/core/tests/TestQName_lib.stamp: stamp
1229 rule __src_lib_dnssd_minimal_mdns_core_tests_TestQName_run___build_toolchain_host_linux_arm_gcc__rule
1230   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/dnssd/minimal_mdns/core/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/dnssd/minimal_mdns/core/tests/TestQName_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestQName
1231   description = ACTION //src/lib/dnssd/minimal_mdns/core/tests:TestQName_run(//build/toolchain/host:linux_arm_gcc)
1232   restat = 1
1233
1234 build gen/src/lib/dnssd/minimal_mdns/core/tests/TestQName_run.pw_pystamp: __src_lib_dnssd_minimal_mdns_core_tests_TestQName_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestQName
1235
1236 build obj/src/lib/dnssd/minimal_mdns/core/tests/TestQName_run.stamp: stamp gen/src/lib/dnssd/minimal_mdns/core/tests/TestQName_run.pw_pystamp
1237 subninja obj/src/lib/dnssd/minimal_mdns/core/tests/TestRecordWriter.ninja
1238 rule __src_lib_dnssd_minimal_mdns_core_tests_TestRecordWriter_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1239   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/dnssd/minimal_mdns/core/tests/TestRecordWriter.cpp --output_file=gen/TestRecordWriter.driver.cpp
1240   description = ACTION //src/lib/dnssd/minimal_mdns/core/tests:TestRecordWriter_generate_driver(//build/toolchain/host:linux_arm_gcc)
1241   restat = 1
1242
1243 build gen/TestRecordWriter.driver.cpp: __src_lib_dnssd_minimal_mdns_core_tests_TestRecordWriter_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/dnssd/minimal_mdns/core/tests/TestRecordWriter.cpp
1244
1245 build obj/src/lib/dnssd/minimal_mdns/core/tests/TestRecordWriter_generate_driver.stamp: stamp gen/TestRecordWriter.driver.cpp
1246 build obj/src/lib/dnssd/minimal_mdns/core/tests/TestRecordWriter_lib.stamp: stamp
1247 rule __src_lib_dnssd_minimal_mdns_core_tests_TestRecordWriter_run___build_toolchain_host_linux_arm_gcc__rule
1248   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/dnssd/minimal_mdns/core/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/dnssd/minimal_mdns/core/tests/TestRecordWriter_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestRecordWriter
1249   description = ACTION //src/lib/dnssd/minimal_mdns/core/tests:TestRecordWriter_run(//build/toolchain/host:linux_arm_gcc)
1250   restat = 1
1251
1252 build gen/src/lib/dnssd/minimal_mdns/core/tests/TestRecordWriter_run.pw_pystamp: __src_lib_dnssd_minimal_mdns_core_tests_TestRecordWriter_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestRecordWriter
1253
1254 build obj/src/lib/dnssd/minimal_mdns/core/tests/TestRecordWriter_run.stamp: stamp gen/src/lib/dnssd/minimal_mdns/core/tests/TestRecordWriter_run.pw_pystamp
1255 build obj/src/lib/dnssd/minimal_mdns/core/tests/tests.stamp: stamp tests/TestFlatAllocatedQName tests/TestQName tests/TestRecordWriter
1256 subninja obj/src/lib/dnssd/minimal_mdns/core/tests/tests_lib.ninja
1257 build obj/src/lib/dnssd/minimal_mdns/core/tests/tests_run.stamp: stamp obj/src/lib/dnssd/minimal_mdns/core/tests/TestFlatAllocatedQName_run.stamp obj/src/lib/dnssd/minimal_mdns/core/tests/TestQName_run.stamp obj/src/lib/dnssd/minimal_mdns/core/tests/TestRecordWriter_run.stamp
1258 subninja obj/src/lib/dnssd/minimal_mdns/records/records.ninja
1259 subninja obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecord.ninja
1260 subninja obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordIP.ninja
1261 rule __src_lib_dnssd_minimal_mdns_records_tests_TestResourceRecordIP_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1262   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordIP.cpp --output_file=gen/TestResourceRecordIP.driver.cpp
1263   description = ACTION //src/lib/dnssd/minimal_mdns/records/tests:TestResourceRecordIP_generate_driver(//build/toolchain/host:linux_arm_gcc)
1264   restat = 1
1265
1266 build gen/TestResourceRecordIP.driver.cpp: __src_lib_dnssd_minimal_mdns_records_tests_TestResourceRecordIP_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordIP.cpp
1267
1268 build obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordIP_generate_driver.stamp: stamp gen/TestResourceRecordIP.driver.cpp
1269 build obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordIP_lib.stamp: stamp
1270 rule __src_lib_dnssd_minimal_mdns_records_tests_TestResourceRecordIP_run___build_toolchain_host_linux_arm_gcc__rule
1271   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/dnssd/minimal_mdns/records/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordIP_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestResourceRecordIP
1272   description = ACTION //src/lib/dnssd/minimal_mdns/records/tests:TestResourceRecordIP_run(//build/toolchain/host:linux_arm_gcc)
1273   restat = 1
1274
1275 build gen/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordIP_run.pw_pystamp: __src_lib_dnssd_minimal_mdns_records_tests_TestResourceRecordIP_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestResourceRecordIP
1276
1277 build obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordIP_run.stamp: stamp gen/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordIP_run.pw_pystamp
1278 subninja obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordPtr.ninja
1279 rule __src_lib_dnssd_minimal_mdns_records_tests_TestResourceRecordPtr_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1280   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordPtr.cpp --output_file=gen/TestResourceRecordPtr.driver.cpp
1281   description = ACTION //src/lib/dnssd/minimal_mdns/records/tests:TestResourceRecordPtr_generate_driver(//build/toolchain/host:linux_arm_gcc)
1282   restat = 1
1283
1284 build gen/TestResourceRecordPtr.driver.cpp: __src_lib_dnssd_minimal_mdns_records_tests_TestResourceRecordPtr_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordPtr.cpp
1285
1286 build obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordPtr_generate_driver.stamp: stamp gen/TestResourceRecordPtr.driver.cpp
1287 build obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordPtr_lib.stamp: stamp
1288 rule __src_lib_dnssd_minimal_mdns_records_tests_TestResourceRecordPtr_run___build_toolchain_host_linux_arm_gcc__rule
1289   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/dnssd/minimal_mdns/records/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordPtr_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestResourceRecordPtr
1290   description = ACTION //src/lib/dnssd/minimal_mdns/records/tests:TestResourceRecordPtr_run(//build/toolchain/host:linux_arm_gcc)
1291   restat = 1
1292
1293 build gen/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordPtr_run.pw_pystamp: __src_lib_dnssd_minimal_mdns_records_tests_TestResourceRecordPtr_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestResourceRecordPtr
1294
1295 build obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordPtr_run.stamp: stamp gen/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordPtr_run.pw_pystamp
1296 subninja obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordSrv.ninja
1297 rule __src_lib_dnssd_minimal_mdns_records_tests_TestResourceRecordSrv_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1298   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordSrv.cpp --output_file=gen/TestResourceRecordSrv.driver.cpp
1299   description = ACTION //src/lib/dnssd/minimal_mdns/records/tests:TestResourceRecordSrv_generate_driver(//build/toolchain/host:linux_arm_gcc)
1300   restat = 1
1301
1302 build gen/TestResourceRecordSrv.driver.cpp: __src_lib_dnssd_minimal_mdns_records_tests_TestResourceRecordSrv_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordSrv.cpp
1303
1304 build obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordSrv_generate_driver.stamp: stamp gen/TestResourceRecordSrv.driver.cpp
1305 build obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordSrv_lib.stamp: stamp
1306 rule __src_lib_dnssd_minimal_mdns_records_tests_TestResourceRecordSrv_run___build_toolchain_host_linux_arm_gcc__rule
1307   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/dnssd/minimal_mdns/records/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordSrv_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestResourceRecordSrv
1308   description = ACTION //src/lib/dnssd/minimal_mdns/records/tests:TestResourceRecordSrv_run(//build/toolchain/host:linux_arm_gcc)
1309   restat = 1
1310
1311 build gen/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordSrv_run.pw_pystamp: __src_lib_dnssd_minimal_mdns_records_tests_TestResourceRecordSrv_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestResourceRecordSrv
1312
1313 build obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordSrv_run.stamp: stamp gen/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordSrv_run.pw_pystamp
1314 subninja obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordTxt.ninja
1315 rule __src_lib_dnssd_minimal_mdns_records_tests_TestResourceRecordTxt_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1316   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordTxt.cpp --output_file=gen/TestResourceRecordTxt.driver.cpp
1317   description = ACTION //src/lib/dnssd/minimal_mdns/records/tests:TestResourceRecordTxt_generate_driver(//build/toolchain/host:linux_arm_gcc)
1318   restat = 1
1319
1320 build gen/TestResourceRecordTxt.driver.cpp: __src_lib_dnssd_minimal_mdns_records_tests_TestResourceRecordTxt_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordTxt.cpp
1321
1322 build obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordTxt_generate_driver.stamp: stamp gen/TestResourceRecordTxt.driver.cpp
1323 build obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordTxt_lib.stamp: stamp
1324 rule __src_lib_dnssd_minimal_mdns_records_tests_TestResourceRecordTxt_run___build_toolchain_host_linux_arm_gcc__rule
1325   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/dnssd/minimal_mdns/records/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordTxt_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestResourceRecordTxt
1326   description = ACTION //src/lib/dnssd/minimal_mdns/records/tests:TestResourceRecordTxt_run(//build/toolchain/host:linux_arm_gcc)
1327   restat = 1
1328
1329 build gen/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordTxt_run.pw_pystamp: __src_lib_dnssd_minimal_mdns_records_tests_TestResourceRecordTxt_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestResourceRecordTxt
1330
1331 build obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordTxt_run.stamp: stamp gen/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordTxt_run.pw_pystamp
1332 rule __src_lib_dnssd_minimal_mdns_records_tests_TestResourceRecord_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1333   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecord.cpp --output_file=gen/TestResourceRecord.driver.cpp
1334   description = ACTION //src/lib/dnssd/minimal_mdns/records/tests:TestResourceRecord_generate_driver(//build/toolchain/host:linux_arm_gcc)
1335   restat = 1
1336
1337 build gen/TestResourceRecord.driver.cpp: __src_lib_dnssd_minimal_mdns_records_tests_TestResourceRecord_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecord.cpp
1338
1339 build obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecord_generate_driver.stamp: stamp gen/TestResourceRecord.driver.cpp
1340 build obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecord_lib.stamp: stamp
1341 rule __src_lib_dnssd_minimal_mdns_records_tests_TestResourceRecord_run___build_toolchain_host_linux_arm_gcc__rule
1342   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/dnssd/minimal_mdns/records/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecord_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestResourceRecord
1343   description = ACTION //src/lib/dnssd/minimal_mdns/records/tests:TestResourceRecord_run(//build/toolchain/host:linux_arm_gcc)
1344   restat = 1
1345
1346 build gen/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecord_run.pw_pystamp: __src_lib_dnssd_minimal_mdns_records_tests_TestResourceRecord_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestResourceRecord
1347
1348 build obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecord_run.stamp: stamp gen/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecord_run.pw_pystamp
1349 build obj/src/lib/dnssd/minimal_mdns/records/tests/tests.stamp: stamp tests/TestResourceRecord tests/TestResourceRecordIP tests/TestResourceRecordPtr tests/TestResourceRecordSrv tests/TestResourceRecordTxt
1350 subninja obj/src/lib/dnssd/minimal_mdns/records/tests/tests_lib.ninja
1351 build obj/src/lib/dnssd/minimal_mdns/records/tests/tests_run.stamp: stamp obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecord_run.stamp obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordIP_run.stamp obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordPtr_run.stamp obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordSrv_run.stamp obj/src/lib/dnssd/minimal_mdns/records/tests/TestResourceRecordTxt_run.stamp
1352 subninja obj/src/lib/dnssd/minimal_mdns/responders/responders.ninja
1353 subninja obj/src/lib/dnssd/minimal_mdns/responders/tests/TestIPResponder.ninja
1354 rule __src_lib_dnssd_minimal_mdns_responders_tests_TestIPResponder_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1355   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/dnssd/minimal_mdns/responders/tests/TestIPResponder.cpp --output_file=gen/TestIPResponder.driver.cpp
1356   description = ACTION //src/lib/dnssd/minimal_mdns/responders/tests:TestIPResponder_generate_driver(//build/toolchain/host:linux_arm_gcc)
1357   restat = 1
1358
1359 build gen/TestIPResponder.driver.cpp: __src_lib_dnssd_minimal_mdns_responders_tests_TestIPResponder_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/dnssd/minimal_mdns/responders/tests/TestIPResponder.cpp
1360
1361 build obj/src/lib/dnssd/minimal_mdns/responders/tests/TestIPResponder_generate_driver.stamp: stamp gen/TestIPResponder.driver.cpp
1362 build obj/src/lib/dnssd/minimal_mdns/responders/tests/TestIPResponder_lib.stamp: stamp
1363 rule __src_lib_dnssd_minimal_mdns_responders_tests_TestIPResponder_run___build_toolchain_host_linux_arm_gcc__rule
1364   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/dnssd/minimal_mdns/responders/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/dnssd/minimal_mdns/responders/tests/TestIPResponder_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestIPResponder
1365   description = ACTION //src/lib/dnssd/minimal_mdns/responders/tests:TestIPResponder_run(//build/toolchain/host:linux_arm_gcc)
1366   restat = 1
1367
1368 build gen/src/lib/dnssd/minimal_mdns/responders/tests/TestIPResponder_run.pw_pystamp: __src_lib_dnssd_minimal_mdns_responders_tests_TestIPResponder_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestIPResponder
1369
1370 build obj/src/lib/dnssd/minimal_mdns/responders/tests/TestIPResponder_run.stamp: stamp gen/src/lib/dnssd/minimal_mdns/responders/tests/TestIPResponder_run.pw_pystamp
1371 subninja obj/src/lib/dnssd/minimal_mdns/responders/tests/TestPtrResponder.ninja
1372 rule __src_lib_dnssd_minimal_mdns_responders_tests_TestPtrResponder_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1373   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/dnssd/minimal_mdns/responders/tests/TestPtrResponder.cpp --output_file=gen/TestPtrResponder.driver.cpp
1374   description = ACTION //src/lib/dnssd/minimal_mdns/responders/tests:TestPtrResponder_generate_driver(//build/toolchain/host:linux_arm_gcc)
1375   restat = 1
1376
1377 build gen/TestPtrResponder.driver.cpp: __src_lib_dnssd_minimal_mdns_responders_tests_TestPtrResponder_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/dnssd/minimal_mdns/responders/tests/TestPtrResponder.cpp
1378
1379 build obj/src/lib/dnssd/minimal_mdns/responders/tests/TestPtrResponder_generate_driver.stamp: stamp gen/TestPtrResponder.driver.cpp
1380 build obj/src/lib/dnssd/minimal_mdns/responders/tests/TestPtrResponder_lib.stamp: stamp
1381 rule __src_lib_dnssd_minimal_mdns_responders_tests_TestPtrResponder_run___build_toolchain_host_linux_arm_gcc__rule
1382   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/dnssd/minimal_mdns/responders/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/dnssd/minimal_mdns/responders/tests/TestPtrResponder_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestPtrResponder
1383   description = ACTION //src/lib/dnssd/minimal_mdns/responders/tests:TestPtrResponder_run(//build/toolchain/host:linux_arm_gcc)
1384   restat = 1
1385
1386 build gen/src/lib/dnssd/minimal_mdns/responders/tests/TestPtrResponder_run.pw_pystamp: __src_lib_dnssd_minimal_mdns_responders_tests_TestPtrResponder_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestPtrResponder
1387
1388 build obj/src/lib/dnssd/minimal_mdns/responders/tests/TestPtrResponder_run.stamp: stamp gen/src/lib/dnssd/minimal_mdns/responders/tests/TestPtrResponder_run.pw_pystamp
1389 subninja obj/src/lib/dnssd/minimal_mdns/responders/tests/TestQueryResponder.ninja
1390 rule __src_lib_dnssd_minimal_mdns_responders_tests_TestQueryResponder_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1391   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/dnssd/minimal_mdns/responders/tests/TestQueryResponder.cpp --output_file=gen/TestQueryResponder.driver.cpp
1392   description = ACTION //src/lib/dnssd/minimal_mdns/responders/tests:TestQueryResponder_generate_driver(//build/toolchain/host:linux_arm_gcc)
1393   restat = 1
1394
1395 build gen/TestQueryResponder.driver.cpp: __src_lib_dnssd_minimal_mdns_responders_tests_TestQueryResponder_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/dnssd/minimal_mdns/responders/tests/TestQueryResponder.cpp
1396
1397 build obj/src/lib/dnssd/minimal_mdns/responders/tests/TestQueryResponder_generate_driver.stamp: stamp gen/TestQueryResponder.driver.cpp
1398 build obj/src/lib/dnssd/minimal_mdns/responders/tests/TestQueryResponder_lib.stamp: stamp
1399 rule __src_lib_dnssd_minimal_mdns_responders_tests_TestQueryResponder_run___build_toolchain_host_linux_arm_gcc__rule
1400   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/dnssd/minimal_mdns/responders/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/dnssd/minimal_mdns/responders/tests/TestQueryResponder_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestQueryResponder
1401   description = ACTION //src/lib/dnssd/minimal_mdns/responders/tests:TestQueryResponder_run(//build/toolchain/host:linux_arm_gcc)
1402   restat = 1
1403
1404 build gen/src/lib/dnssd/minimal_mdns/responders/tests/TestQueryResponder_run.pw_pystamp: __src_lib_dnssd_minimal_mdns_responders_tests_TestQueryResponder_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestQueryResponder
1405
1406 build obj/src/lib/dnssd/minimal_mdns/responders/tests/TestQueryResponder_run.stamp: stamp gen/src/lib/dnssd/minimal_mdns/responders/tests/TestQueryResponder_run.pw_pystamp
1407 build obj/src/lib/dnssd/minimal_mdns/responders/tests/tests.stamp: stamp tests/TestIPResponder tests/TestPtrResponder tests/TestQueryResponder
1408 subninja obj/src/lib/dnssd/minimal_mdns/responders/tests/tests_lib.ninja
1409 build obj/src/lib/dnssd/minimal_mdns/responders/tests/tests_run.stamp: stamp obj/src/lib/dnssd/minimal_mdns/responders/tests/TestIPResponder_run.stamp obj/src/lib/dnssd/minimal_mdns/responders/tests/TestPtrResponder_run.stamp obj/src/lib/dnssd/minimal_mdns/responders/tests/TestQueryResponder_run.stamp
1410 subninja obj/src/lib/dnssd/minimal_mdns/tests/TestMinimalMdnsAllocator.ninja
1411 rule __src_lib_dnssd_minimal_mdns_tests_TestMinimalMdnsAllocator_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1412   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/dnssd/minimal_mdns/tests/TestMinimalMdnsAllocator.cpp --output_file=gen/TestMinimalMdnsAllocator.driver.cpp
1413   description = ACTION //src/lib/dnssd/minimal_mdns/tests:TestMinimalMdnsAllocator_generate_driver(//build/toolchain/host:linux_arm_gcc)
1414   restat = 1
1415
1416 build gen/TestMinimalMdnsAllocator.driver.cpp: __src_lib_dnssd_minimal_mdns_tests_TestMinimalMdnsAllocator_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/dnssd/minimal_mdns/tests/TestMinimalMdnsAllocator.cpp
1417
1418 build obj/src/lib/dnssd/minimal_mdns/tests/TestMinimalMdnsAllocator_generate_driver.stamp: stamp gen/TestMinimalMdnsAllocator.driver.cpp
1419 build obj/src/lib/dnssd/minimal_mdns/tests/TestMinimalMdnsAllocator_lib.stamp: stamp
1420 rule __src_lib_dnssd_minimal_mdns_tests_TestMinimalMdnsAllocator_run___build_toolchain_host_linux_arm_gcc__rule
1421   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/dnssd/minimal_mdns/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/dnssd/minimal_mdns/tests/TestMinimalMdnsAllocator_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestMinimalMdnsAllocator
1422   description = ACTION //src/lib/dnssd/minimal_mdns/tests:TestMinimalMdnsAllocator_run(//build/toolchain/host:linux_arm_gcc)
1423   restat = 1
1424
1425 build gen/src/lib/dnssd/minimal_mdns/tests/TestMinimalMdnsAllocator_run.pw_pystamp: __src_lib_dnssd_minimal_mdns_tests_TestMinimalMdnsAllocator_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestMinimalMdnsAllocator
1426
1427 build obj/src/lib/dnssd/minimal_mdns/tests/TestMinimalMdnsAllocator_run.stamp: stamp gen/src/lib/dnssd/minimal_mdns/tests/TestMinimalMdnsAllocator_run.pw_pystamp
1428 subninja obj/src/lib/dnssd/minimal_mdns/tests/TestQueryReplyFilter.ninja
1429 rule __src_lib_dnssd_minimal_mdns_tests_TestQueryReplyFilter_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1430   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/dnssd/minimal_mdns/tests/TestQueryReplyFilter.cpp --output_file=gen/TestQueryReplyFilter.driver.cpp
1431   description = ACTION //src/lib/dnssd/minimal_mdns/tests:TestQueryReplyFilter_generate_driver(//build/toolchain/host:linux_arm_gcc)
1432   restat = 1
1433
1434 build gen/TestQueryReplyFilter.driver.cpp: __src_lib_dnssd_minimal_mdns_tests_TestQueryReplyFilter_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/dnssd/minimal_mdns/tests/TestQueryReplyFilter.cpp
1435
1436 build obj/src/lib/dnssd/minimal_mdns/tests/TestQueryReplyFilter_generate_driver.stamp: stamp gen/TestQueryReplyFilter.driver.cpp
1437 build obj/src/lib/dnssd/minimal_mdns/tests/TestQueryReplyFilter_lib.stamp: stamp
1438 rule __src_lib_dnssd_minimal_mdns_tests_TestQueryReplyFilter_run___build_toolchain_host_linux_arm_gcc__rule
1439   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/dnssd/minimal_mdns/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/dnssd/minimal_mdns/tests/TestQueryReplyFilter_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestQueryReplyFilter
1440   description = ACTION //src/lib/dnssd/minimal_mdns/tests:TestQueryReplyFilter_run(//build/toolchain/host:linux_arm_gcc)
1441   restat = 1
1442
1443 build gen/src/lib/dnssd/minimal_mdns/tests/TestQueryReplyFilter_run.pw_pystamp: __src_lib_dnssd_minimal_mdns_tests_TestQueryReplyFilter_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestQueryReplyFilter
1444
1445 build obj/src/lib/dnssd/minimal_mdns/tests/TestQueryReplyFilter_run.stamp: stamp gen/src/lib/dnssd/minimal_mdns/tests/TestQueryReplyFilter_run.pw_pystamp
1446 subninja obj/src/lib/dnssd/minimal_mdns/tests/TestRecordData.ninja
1447 rule __src_lib_dnssd_minimal_mdns_tests_TestRecordData_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1448   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/dnssd/minimal_mdns/tests/TestRecordData.cpp --output_file=gen/TestRecordData.driver.cpp
1449   description = ACTION //src/lib/dnssd/minimal_mdns/tests:TestRecordData_generate_driver(//build/toolchain/host:linux_arm_gcc)
1450   restat = 1
1451
1452 build gen/TestRecordData.driver.cpp: __src_lib_dnssd_minimal_mdns_tests_TestRecordData_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/dnssd/minimal_mdns/tests/TestRecordData.cpp
1453
1454 build obj/src/lib/dnssd/minimal_mdns/tests/TestRecordData_generate_driver.stamp: stamp gen/TestRecordData.driver.cpp
1455 build obj/src/lib/dnssd/minimal_mdns/tests/TestRecordData_lib.stamp: stamp
1456 rule __src_lib_dnssd_minimal_mdns_tests_TestRecordData_run___build_toolchain_host_linux_arm_gcc__rule
1457   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/dnssd/minimal_mdns/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/dnssd/minimal_mdns/tests/TestRecordData_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestRecordData
1458   description = ACTION //src/lib/dnssd/minimal_mdns/tests:TestRecordData_run(//build/toolchain/host:linux_arm_gcc)
1459   restat = 1
1460
1461 build gen/src/lib/dnssd/minimal_mdns/tests/TestRecordData_run.pw_pystamp: __src_lib_dnssd_minimal_mdns_tests_TestRecordData_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestRecordData
1462
1463 build obj/src/lib/dnssd/minimal_mdns/tests/TestRecordData_run.stamp: stamp gen/src/lib/dnssd/minimal_mdns/tests/TestRecordData_run.pw_pystamp
1464 subninja obj/src/lib/dnssd/minimal_mdns/tests/TestResponseSender.ninja
1465 rule __src_lib_dnssd_minimal_mdns_tests_TestResponseSender_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1466   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/dnssd/minimal_mdns/tests/TestResponseSender.cpp --output_file=gen/TestResponseSender.driver.cpp
1467   description = ACTION //src/lib/dnssd/minimal_mdns/tests:TestResponseSender_generate_driver(//build/toolchain/host:linux_arm_gcc)
1468   restat = 1
1469
1470 build gen/TestResponseSender.driver.cpp: __src_lib_dnssd_minimal_mdns_tests_TestResponseSender_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/dnssd/minimal_mdns/tests/TestResponseSender.cpp
1471
1472 build obj/src/lib/dnssd/minimal_mdns/tests/TestResponseSender_generate_driver.stamp: stamp gen/TestResponseSender.driver.cpp
1473 build obj/src/lib/dnssd/minimal_mdns/tests/TestResponseSender_lib.stamp: stamp
1474 rule __src_lib_dnssd_minimal_mdns_tests_TestResponseSender_run___build_toolchain_host_linux_arm_gcc__rule
1475   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/dnssd/minimal_mdns/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/dnssd/minimal_mdns/tests/TestResponseSender_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestResponseSender
1476   description = ACTION //src/lib/dnssd/minimal_mdns/tests:TestResponseSender_run(//build/toolchain/host:linux_arm_gcc)
1477   restat = 1
1478
1479 build gen/src/lib/dnssd/minimal_mdns/tests/TestResponseSender_run.pw_pystamp: __src_lib_dnssd_minimal_mdns_tests_TestResponseSender_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestResponseSender
1480
1481 build obj/src/lib/dnssd/minimal_mdns/tests/TestResponseSender_run.stamp: stamp gen/src/lib/dnssd/minimal_mdns/tests/TestResponseSender_run.pw_pystamp
1482 build obj/src/lib/dnssd/minimal_mdns/tests/tests.stamp: stamp tests/TestMinimalMdnsAllocator tests/TestQueryReplyFilter tests/TestRecordData tests/TestResponseSender
1483 subninja obj/src/lib/dnssd/minimal_mdns/tests/tests_lib.ninja
1484 build obj/src/lib/dnssd/minimal_mdns/tests/tests_run.stamp: stamp obj/src/lib/dnssd/minimal_mdns/tests/TestMinimalMdnsAllocator_run.stamp obj/src/lib/dnssd/minimal_mdns/tests/TestQueryReplyFilter_run.stamp obj/src/lib/dnssd/minimal_mdns/tests/TestRecordData_run.stamp obj/src/lib/dnssd/minimal_mdns/tests/TestResponseSender_run.stamp
1485 build obj/src/lib/dnssd/platform/tests/tests.stamp: stamp
1486 subninja obj/src/lib/dnssd/platform/tests/tests_lib.ninja
1487 build obj/src/lib/dnssd/platform/tests/tests_run.stamp: stamp
1488 subninja obj/src/lib/dnssd/tests/TestDnssdCache.ninja
1489 rule __src_lib_dnssd_tests_TestDnssdCache_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1490   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/dnssd/tests/TestDnssdCache.cpp --output_file=gen/TestDnssdCache.driver.cpp
1491   description = ACTION //src/lib/dnssd/tests:TestDnssdCache_generate_driver(//build/toolchain/host:linux_arm_gcc)
1492   restat = 1
1493
1494 build gen/TestDnssdCache.driver.cpp: __src_lib_dnssd_tests_TestDnssdCache_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/dnssd/tests/TestDnssdCache.cpp
1495
1496 build obj/src/lib/dnssd/tests/TestDnssdCache_generate_driver.stamp: stamp gen/TestDnssdCache.driver.cpp
1497 build obj/src/lib/dnssd/tests/TestDnssdCache_lib.stamp: stamp
1498 rule __src_lib_dnssd_tests_TestDnssdCache_run___build_toolchain_host_linux_arm_gcc__rule
1499   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/dnssd/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/dnssd/tests/TestDnssdCache_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestDnssdCache
1500   description = ACTION //src/lib/dnssd/tests:TestDnssdCache_run(//build/toolchain/host:linux_arm_gcc)
1501   restat = 1
1502
1503 build gen/src/lib/dnssd/tests/TestDnssdCache_run.pw_pystamp: __src_lib_dnssd_tests_TestDnssdCache_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestDnssdCache
1504
1505 build obj/src/lib/dnssd/tests/TestDnssdCache_run.stamp: stamp gen/src/lib/dnssd/tests/TestDnssdCache_run.pw_pystamp
1506 subninja obj/src/lib/dnssd/tests/TestServiceNaming.ninja
1507 rule __src_lib_dnssd_tests_TestServiceNaming_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1508   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/dnssd/tests/TestServiceNaming.cpp --output_file=gen/TestServiceNaming.driver.cpp
1509   description = ACTION //src/lib/dnssd/tests:TestServiceNaming_generate_driver(//build/toolchain/host:linux_arm_gcc)
1510   restat = 1
1511
1512 build gen/TestServiceNaming.driver.cpp: __src_lib_dnssd_tests_TestServiceNaming_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/dnssd/tests/TestServiceNaming.cpp
1513
1514 build obj/src/lib/dnssd/tests/TestServiceNaming_generate_driver.stamp: stamp gen/TestServiceNaming.driver.cpp
1515 build obj/src/lib/dnssd/tests/TestServiceNaming_lib.stamp: stamp
1516 rule __src_lib_dnssd_tests_TestServiceNaming_run___build_toolchain_host_linux_arm_gcc__rule
1517   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/dnssd/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/dnssd/tests/TestServiceNaming_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestServiceNaming
1518   description = ACTION //src/lib/dnssd/tests:TestServiceNaming_run(//build/toolchain/host:linux_arm_gcc)
1519   restat = 1
1520
1521 build gen/src/lib/dnssd/tests/TestServiceNaming_run.pw_pystamp: __src_lib_dnssd_tests_TestServiceNaming_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestServiceNaming
1522
1523 build obj/src/lib/dnssd/tests/TestServiceNaming_run.stamp: stamp gen/src/lib/dnssd/tests/TestServiceNaming_run.pw_pystamp
1524 subninja obj/src/lib/dnssd/tests/TestTxtFields.ninja
1525 rule __src_lib_dnssd_tests_TestTxtFields_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1526   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/dnssd/tests/TestTxtFields.cpp --output_file=gen/TestTxtFields.driver.cpp
1527   description = ACTION //src/lib/dnssd/tests:TestTxtFields_generate_driver(//build/toolchain/host:linux_arm_gcc)
1528   restat = 1
1529
1530 build gen/TestTxtFields.driver.cpp: __src_lib_dnssd_tests_TestTxtFields_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/dnssd/tests/TestTxtFields.cpp
1531
1532 build obj/src/lib/dnssd/tests/TestTxtFields_generate_driver.stamp: stamp gen/TestTxtFields.driver.cpp
1533 build obj/src/lib/dnssd/tests/TestTxtFields_lib.stamp: stamp
1534 rule __src_lib_dnssd_tests_TestTxtFields_run___build_toolchain_host_linux_arm_gcc__rule
1535   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/dnssd/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/dnssd/tests/TestTxtFields_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestTxtFields
1536   description = ACTION //src/lib/dnssd/tests:TestTxtFields_run(//build/toolchain/host:linux_arm_gcc)
1537   restat = 1
1538
1539 build gen/src/lib/dnssd/tests/TestTxtFields_run.pw_pystamp: __src_lib_dnssd_tests_TestTxtFields_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestTxtFields
1540
1541 build obj/src/lib/dnssd/tests/TestTxtFields_run.stamp: stamp gen/src/lib/dnssd/tests/TestTxtFields_run.pw_pystamp
1542 build obj/src/lib/dnssd/tests/tests.stamp: stamp tests/TestServiceNaming tests/TestTxtFields tests/TestDnssdCache
1543 subninja obj/src/lib/dnssd/tests/tests_lib.ninja
1544 build obj/src/lib/dnssd/tests/tests_run.stamp: stamp obj/src/lib/dnssd/tests/TestServiceNaming_run.stamp obj/src/lib/dnssd/tests/TestTxtFields_run.stamp obj/src/lib/dnssd/tests/TestDnssdCache_run.stamp
1545 subninja obj/src/lib/shell/shell.ninja
1546 subninja obj/src/lib/shell/shell_core.ninja
1547 subninja obj/src/lib/shell/commands/commands.ninja
1548 subninja obj/src/lib/shell/tests/TestStreamerStdio.ninja
1549 build obj/src/lib/shell/tests/TestStreamerStdio_lib.stamp: stamp
1550 rule __src_lib_shell_tests_TestStreamerStdio_run___build_toolchain_host_linux_arm_gcc__rule
1551   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/shell/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/shell/tests/TestStreamerStdio_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestStreamerStdio
1552   description = ACTION //src/lib/shell/tests:TestStreamerStdio_run(//build/toolchain/host:linux_arm_gcc)
1553   restat = 1
1554
1555 build gen/src/lib/shell/tests/TestStreamerStdio_run.pw_pystamp: __src_lib_shell_tests_TestStreamerStdio_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestStreamerStdio
1556
1557 build obj/src/lib/shell/tests/TestStreamerStdio_run.stamp: stamp gen/src/lib/shell/tests/TestStreamerStdio_run.pw_pystamp
1558 build obj/src/lib/shell/tests/tests.stamp: stamp tests/TestStreamerStdio
1559 subninja obj/src/lib/shell/tests/tests_lib.ninja
1560 build obj/src/lib/shell/tests/tests_run.stamp: stamp obj/src/lib/shell/tests/TestStreamerStdio_run.stamp
1561 subninja obj/src/lib/support/chip_version_header.ninja
1562 subninja obj/src/lib/support/enforce_format.ninja
1563 rule __src_lib_support_gen_chip_version___build_toolchain_host_linux_arm_gcc__rule
1564   command = python3 ../../scripts/gen_chip_version.py --output_file=gen/include/CHIPVersion.h --chip_major=0 --chip_minor=0 --chip_patch=0 --chip_extra=
1565   description = ACTION //src/lib/support:gen_chip_version(//build/toolchain/host:linux_arm_gcc)
1566   restat = 1
1567
1568 build gen/include/CHIPVersion.h: __src_lib_support_gen_chip_version___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_chip_version.py
1569
1570 build obj/src/lib/support/gen_chip_version.stamp: stamp gen/include/CHIPVersion.h
1571 subninja obj/src/lib/support/logging_constants.ninja
1572 subninja obj/src/lib/support/support.ninja
1573 subninja obj/src/lib/support/tests/TestBufferReader.ninja
1574 rule __src_lib_support_tests_TestBufferReader_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1575   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestBufferReader.cpp --output_file=gen/TestBufferReader.driver.cpp
1576   description = ACTION //src/lib/support/tests:TestBufferReader_generate_driver(//build/toolchain/host:linux_arm_gcc)
1577   restat = 1
1578
1579 build gen/TestBufferReader.driver.cpp: __src_lib_support_tests_TestBufferReader_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestBufferReader.cpp
1580
1581 build obj/src/lib/support/tests/TestBufferReader_generate_driver.stamp: stamp gen/TestBufferReader.driver.cpp
1582 build obj/src/lib/support/tests/TestBufferReader_lib.stamp: stamp
1583 rule __src_lib_support_tests_TestBufferReader_run___build_toolchain_host_linux_arm_gcc__rule
1584   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestBufferReader_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestBufferReader
1585   description = ACTION //src/lib/support/tests:TestBufferReader_run(//build/toolchain/host:linux_arm_gcc)
1586   restat = 1
1587
1588 build gen/src/lib/support/tests/TestBufferReader_run.pw_pystamp: __src_lib_support_tests_TestBufferReader_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestBufferReader
1589
1590 build obj/src/lib/support/tests/TestBufferReader_run.stamp: stamp gen/src/lib/support/tests/TestBufferReader_run.pw_pystamp
1591 subninja obj/src/lib/support/tests/TestBufferWriter.ninja
1592 rule __src_lib_support_tests_TestBufferWriter_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1593   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestBufferWriter.cpp --output_file=gen/TestBufferWriter.driver.cpp
1594   description = ACTION //src/lib/support/tests:TestBufferWriter_generate_driver(//build/toolchain/host:linux_arm_gcc)
1595   restat = 1
1596
1597 build gen/TestBufferWriter.driver.cpp: __src_lib_support_tests_TestBufferWriter_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestBufferWriter.cpp
1598
1599 build obj/src/lib/support/tests/TestBufferWriter_generate_driver.stamp: stamp gen/TestBufferWriter.driver.cpp
1600 build obj/src/lib/support/tests/TestBufferWriter_lib.stamp: stamp
1601 rule __src_lib_support_tests_TestBufferWriter_run___build_toolchain_host_linux_arm_gcc__rule
1602   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestBufferWriter_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestBufferWriter
1603   description = ACTION //src/lib/support/tests:TestBufferWriter_run(//build/toolchain/host:linux_arm_gcc)
1604   restat = 1
1605
1606 build gen/src/lib/support/tests/TestBufferWriter_run.pw_pystamp: __src_lib_support_tests_TestBufferWriter_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestBufferWriter
1607
1608 build obj/src/lib/support/tests/TestBufferWriter_run.stamp: stamp gen/src/lib/support/tests/TestBufferWriter_run.pw_pystamp
1609 subninja obj/src/lib/support/tests/TestBytesCircularBuffer.ninja
1610 rule __src_lib_support_tests_TestBytesCircularBuffer_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1611   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestBytesCircularBuffer.cpp --output_file=gen/TestBytesCircularBuffer.driver.cpp
1612   description = ACTION //src/lib/support/tests:TestBytesCircularBuffer_generate_driver(//build/toolchain/host:linux_arm_gcc)
1613   restat = 1
1614
1615 build gen/TestBytesCircularBuffer.driver.cpp: __src_lib_support_tests_TestBytesCircularBuffer_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestBytesCircularBuffer.cpp
1616
1617 build obj/src/lib/support/tests/TestBytesCircularBuffer_generate_driver.stamp: stamp gen/TestBytesCircularBuffer.driver.cpp
1618 build obj/src/lib/support/tests/TestBytesCircularBuffer_lib.stamp: stamp
1619 rule __src_lib_support_tests_TestBytesCircularBuffer_run___build_toolchain_host_linux_arm_gcc__rule
1620   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestBytesCircularBuffer_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestBytesCircularBuffer
1621   description = ACTION //src/lib/support/tests:TestBytesCircularBuffer_run(//build/toolchain/host:linux_arm_gcc)
1622   restat = 1
1623
1624 build gen/src/lib/support/tests/TestBytesCircularBuffer_run.pw_pystamp: __src_lib_support_tests_TestBytesCircularBuffer_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestBytesCircularBuffer
1625
1626 build obj/src/lib/support/tests/TestBytesCircularBuffer_run.stamp: stamp gen/src/lib/support/tests/TestBytesCircularBuffer_run.pw_pystamp
1627 subninja obj/src/lib/support/tests/TestBytesToHex.ninja
1628 rule __src_lib_support_tests_TestBytesToHex_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1629   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestBytesToHex.cpp --output_file=gen/TestBytesToHex.driver.cpp
1630   description = ACTION //src/lib/support/tests:TestBytesToHex_generate_driver(//build/toolchain/host:linux_arm_gcc)
1631   restat = 1
1632
1633 build gen/TestBytesToHex.driver.cpp: __src_lib_support_tests_TestBytesToHex_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestBytesToHex.cpp
1634
1635 build obj/src/lib/support/tests/TestBytesToHex_generate_driver.stamp: stamp gen/TestBytesToHex.driver.cpp
1636 build obj/src/lib/support/tests/TestBytesToHex_lib.stamp: stamp
1637 rule __src_lib_support_tests_TestBytesToHex_run___build_toolchain_host_linux_arm_gcc__rule
1638   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestBytesToHex_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestBytesToHex
1639   description = ACTION //src/lib/support/tests:TestBytesToHex_run(//build/toolchain/host:linux_arm_gcc)
1640   restat = 1
1641
1642 build gen/src/lib/support/tests/TestBytesToHex_run.pw_pystamp: __src_lib_support_tests_TestBytesToHex_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestBytesToHex
1643
1644 build obj/src/lib/support/tests/TestBytesToHex_run.stamp: stamp gen/src/lib/support/tests/TestBytesToHex_run.pw_pystamp
1645 subninja obj/src/lib/support/tests/TestCHIPArgParser.ninja
1646 rule __src_lib_support_tests_TestCHIPArgParser_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1647   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestCHIPArgParser.cpp --output_file=gen/TestCHIPArgParser.driver.cpp
1648   description = ACTION //src/lib/support/tests:TestCHIPArgParser_generate_driver(//build/toolchain/host:linux_arm_gcc)
1649   restat = 1
1650
1651 build gen/TestCHIPArgParser.driver.cpp: __src_lib_support_tests_TestCHIPArgParser_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestCHIPArgParser.cpp
1652
1653 build obj/src/lib/support/tests/TestCHIPArgParser_generate_driver.stamp: stamp gen/TestCHIPArgParser.driver.cpp
1654 build obj/src/lib/support/tests/TestCHIPArgParser_lib.stamp: stamp
1655 rule __src_lib_support_tests_TestCHIPArgParser_run___build_toolchain_host_linux_arm_gcc__rule
1656   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestCHIPArgParser_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestCHIPArgParser
1657   description = ACTION //src/lib/support/tests:TestCHIPArgParser_run(//build/toolchain/host:linux_arm_gcc)
1658   restat = 1
1659
1660 build gen/src/lib/support/tests/TestCHIPArgParser_run.pw_pystamp: __src_lib_support_tests_TestCHIPArgParser_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestCHIPArgParser
1661
1662 build obj/src/lib/support/tests/TestCHIPArgParser_run.stamp: stamp gen/src/lib/support/tests/TestCHIPArgParser_run.pw_pystamp
1663 subninja obj/src/lib/support/tests/TestCHIPCounter.ninja
1664 rule __src_lib_support_tests_TestCHIPCounter_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1665   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestCHIPCounter.cpp --output_file=gen/TestCHIPCounter.driver.cpp
1666   description = ACTION //src/lib/support/tests:TestCHIPCounter_generate_driver(//build/toolchain/host:linux_arm_gcc)
1667   restat = 1
1668
1669 build gen/TestCHIPCounter.driver.cpp: __src_lib_support_tests_TestCHIPCounter_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestCHIPCounter.cpp
1670
1671 build obj/src/lib/support/tests/TestCHIPCounter_generate_driver.stamp: stamp gen/TestCHIPCounter.driver.cpp
1672 build obj/src/lib/support/tests/TestCHIPCounter_lib.stamp: stamp
1673 rule __src_lib_support_tests_TestCHIPCounter_run___build_toolchain_host_linux_arm_gcc__rule
1674   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestCHIPCounter_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestCHIPCounter
1675   description = ACTION //src/lib/support/tests:TestCHIPCounter_run(//build/toolchain/host:linux_arm_gcc)
1676   restat = 1
1677
1678 build gen/src/lib/support/tests/TestCHIPCounter_run.pw_pystamp: __src_lib_support_tests_TestCHIPCounter_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestCHIPCounter
1679
1680 build obj/src/lib/support/tests/TestCHIPCounter_run.stamp: stamp gen/src/lib/support/tests/TestCHIPCounter_run.pw_pystamp
1681 subninja obj/src/lib/support/tests/TestCHIPMem.ninja
1682 subninja obj/src/lib/support/tests/TestCHIPMemString.ninja
1683 rule __src_lib_support_tests_TestCHIPMemString_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1684   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestCHIPMemString.cpp --output_file=gen/TestCHIPMemString.driver.cpp
1685   description = ACTION //src/lib/support/tests:TestCHIPMemString_generate_driver(//build/toolchain/host:linux_arm_gcc)
1686   restat = 1
1687
1688 build gen/TestCHIPMemString.driver.cpp: __src_lib_support_tests_TestCHIPMemString_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestCHIPMemString.cpp
1689
1690 build obj/src/lib/support/tests/TestCHIPMemString_generate_driver.stamp: stamp gen/TestCHIPMemString.driver.cpp
1691 build obj/src/lib/support/tests/TestCHIPMemString_lib.stamp: stamp
1692 rule __src_lib_support_tests_TestCHIPMemString_run___build_toolchain_host_linux_arm_gcc__rule
1693   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestCHIPMemString_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestCHIPMemString
1694   description = ACTION //src/lib/support/tests:TestCHIPMemString_run(//build/toolchain/host:linux_arm_gcc)
1695   restat = 1
1696
1697 build gen/src/lib/support/tests/TestCHIPMemString_run.pw_pystamp: __src_lib_support_tests_TestCHIPMemString_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestCHIPMemString
1698
1699 build obj/src/lib/support/tests/TestCHIPMemString_run.stamp: stamp gen/src/lib/support/tests/TestCHIPMemString_run.pw_pystamp
1700 rule __src_lib_support_tests_TestCHIPMem_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1701   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestCHIPMem.cpp --output_file=gen/TestCHIPMem.driver.cpp
1702   description = ACTION //src/lib/support/tests:TestCHIPMem_generate_driver(//build/toolchain/host:linux_arm_gcc)
1703   restat = 1
1704
1705 build gen/TestCHIPMem.driver.cpp: __src_lib_support_tests_TestCHIPMem_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestCHIPMem.cpp
1706
1707 build obj/src/lib/support/tests/TestCHIPMem_generate_driver.stamp: stamp gen/TestCHIPMem.driver.cpp
1708 build obj/src/lib/support/tests/TestCHIPMem_lib.stamp: stamp
1709 rule __src_lib_support_tests_TestCHIPMem_run___build_toolchain_host_linux_arm_gcc__rule
1710   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestCHIPMem_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestCHIPMem
1711   description = ACTION //src/lib/support/tests:TestCHIPMem_run(//build/toolchain/host:linux_arm_gcc)
1712   restat = 1
1713
1714 build gen/src/lib/support/tests/TestCHIPMem_run.pw_pystamp: __src_lib_support_tests_TestCHIPMem_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestCHIPMem
1715
1716 build obj/src/lib/support/tests/TestCHIPMem_run.stamp: stamp gen/src/lib/support/tests/TestCHIPMem_run.pw_pystamp
1717 subninja obj/src/lib/support/tests/TestDefer.ninja
1718 rule __src_lib_support_tests_TestDefer_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1719   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestDefer.cpp --output_file=gen/TestDefer.driver.cpp
1720   description = ACTION //src/lib/support/tests:TestDefer_generate_driver(//build/toolchain/host:linux_arm_gcc)
1721   restat = 1
1722
1723 build gen/TestDefer.driver.cpp: __src_lib_support_tests_TestDefer_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestDefer.cpp
1724
1725 build obj/src/lib/support/tests/TestDefer_generate_driver.stamp: stamp gen/TestDefer.driver.cpp
1726 build obj/src/lib/support/tests/TestDefer_lib.stamp: stamp
1727 rule __src_lib_support_tests_TestDefer_run___build_toolchain_host_linux_arm_gcc__rule
1728   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestDefer_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestDefer
1729   description = ACTION //src/lib/support/tests:TestDefer_run(//build/toolchain/host:linux_arm_gcc)
1730   restat = 1
1731
1732 build gen/src/lib/support/tests/TestDefer_run.pw_pystamp: __src_lib_support_tests_TestDefer_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestDefer
1733
1734 build obj/src/lib/support/tests/TestDefer_run.stamp: stamp gen/src/lib/support/tests/TestDefer_run.pw_pystamp
1735 subninja obj/src/lib/support/tests/TestErrorStr.ninja
1736 rule __src_lib_support_tests_TestErrorStr_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1737   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestErrorStr.cpp --output_file=gen/TestErrorStr.driver.cpp
1738   description = ACTION //src/lib/support/tests:TestErrorStr_generate_driver(//build/toolchain/host:linux_arm_gcc)
1739   restat = 1
1740
1741 build gen/TestErrorStr.driver.cpp: __src_lib_support_tests_TestErrorStr_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestErrorStr.cpp
1742
1743 build obj/src/lib/support/tests/TestErrorStr_generate_driver.stamp: stamp gen/TestErrorStr.driver.cpp
1744 build obj/src/lib/support/tests/TestErrorStr_lib.stamp: stamp
1745 rule __src_lib_support_tests_TestErrorStr_run___build_toolchain_host_linux_arm_gcc__rule
1746   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestErrorStr_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestErrorStr
1747   description = ACTION //src/lib/support/tests:TestErrorStr_run(//build/toolchain/host:linux_arm_gcc)
1748   restat = 1
1749
1750 build gen/src/lib/support/tests/TestErrorStr_run.pw_pystamp: __src_lib_support_tests_TestErrorStr_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestErrorStr
1751
1752 build obj/src/lib/support/tests/TestErrorStr_run.stamp: stamp gen/src/lib/support/tests/TestErrorStr_run.pw_pystamp
1753 subninja obj/src/lib/support/tests/TestFixedBufferAllocator.ninja
1754 rule __src_lib_support_tests_TestFixedBufferAllocator_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1755   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestFixedBufferAllocator.cpp --output_file=gen/TestFixedBufferAllocator.driver.cpp
1756   description = ACTION //src/lib/support/tests:TestFixedBufferAllocator_generate_driver(//build/toolchain/host:linux_arm_gcc)
1757   restat = 1
1758
1759 build gen/TestFixedBufferAllocator.driver.cpp: __src_lib_support_tests_TestFixedBufferAllocator_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestFixedBufferAllocator.cpp
1760
1761 build obj/src/lib/support/tests/TestFixedBufferAllocator_generate_driver.stamp: stamp gen/TestFixedBufferAllocator.driver.cpp
1762 build obj/src/lib/support/tests/TestFixedBufferAllocator_lib.stamp: stamp
1763 rule __src_lib_support_tests_TestFixedBufferAllocator_run___build_toolchain_host_linux_arm_gcc__rule
1764   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestFixedBufferAllocator_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestFixedBufferAllocator
1765   description = ACTION //src/lib/support/tests:TestFixedBufferAllocator_run(//build/toolchain/host:linux_arm_gcc)
1766   restat = 1
1767
1768 build gen/src/lib/support/tests/TestFixedBufferAllocator_run.pw_pystamp: __src_lib_support_tests_TestFixedBufferAllocator_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestFixedBufferAllocator
1769
1770 build obj/src/lib/support/tests/TestFixedBufferAllocator_run.stamp: stamp gen/src/lib/support/tests/TestFixedBufferAllocator_run.pw_pystamp
1771 subninja obj/src/lib/support/tests/TestFold.ninja
1772 rule __src_lib_support_tests_TestFold_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1773   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestFold.cpp --output_file=gen/TestFold.driver.cpp
1774   description = ACTION //src/lib/support/tests:TestFold_generate_driver(//build/toolchain/host:linux_arm_gcc)
1775   restat = 1
1776
1777 build gen/TestFold.driver.cpp: __src_lib_support_tests_TestFold_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestFold.cpp
1778
1779 build obj/src/lib/support/tests/TestFold_generate_driver.stamp: stamp gen/TestFold.driver.cpp
1780 build obj/src/lib/support/tests/TestFold_lib.stamp: stamp
1781 rule __src_lib_support_tests_TestFold_run___build_toolchain_host_linux_arm_gcc__rule
1782   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestFold_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestFold
1783   description = ACTION //src/lib/support/tests:TestFold_run(//build/toolchain/host:linux_arm_gcc)
1784   restat = 1
1785
1786 build gen/src/lib/support/tests/TestFold_run.pw_pystamp: __src_lib_support_tests_TestFold_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestFold
1787
1788 build obj/src/lib/support/tests/TestFold_run.stamp: stamp gen/src/lib/support/tests/TestFold_run.pw_pystamp
1789 subninja obj/src/lib/support/tests/TestIntrusiveList.ninja
1790 rule __src_lib_support_tests_TestIntrusiveList_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1791   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestIntrusiveList.cpp --output_file=gen/TestIntrusiveList.driver.cpp
1792   description = ACTION //src/lib/support/tests:TestIntrusiveList_generate_driver(//build/toolchain/host:linux_arm_gcc)
1793   restat = 1
1794
1795 build gen/TestIntrusiveList.driver.cpp: __src_lib_support_tests_TestIntrusiveList_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestIntrusiveList.cpp
1796
1797 build obj/src/lib/support/tests/TestIntrusiveList_generate_driver.stamp: stamp gen/TestIntrusiveList.driver.cpp
1798 build obj/src/lib/support/tests/TestIntrusiveList_lib.stamp: stamp
1799 rule __src_lib_support_tests_TestIntrusiveList_run___build_toolchain_host_linux_arm_gcc__rule
1800   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestIntrusiveList_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestIntrusiveList
1801   description = ACTION //src/lib/support/tests:TestIntrusiveList_run(//build/toolchain/host:linux_arm_gcc)
1802   restat = 1
1803
1804 build gen/src/lib/support/tests/TestIntrusiveList_run.pw_pystamp: __src_lib_support_tests_TestIntrusiveList_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestIntrusiveList
1805
1806 build obj/src/lib/support/tests/TestIntrusiveList_run.stamp: stamp gen/src/lib/support/tests/TestIntrusiveList_run.pw_pystamp
1807 subninja obj/src/lib/support/tests/TestOwnerOf.ninja
1808 rule __src_lib_support_tests_TestOwnerOf_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1809   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestOwnerOf.cpp --output_file=gen/TestOwnerOf.driver.cpp
1810   description = ACTION //src/lib/support/tests:TestOwnerOf_generate_driver(//build/toolchain/host:linux_arm_gcc)
1811   restat = 1
1812
1813 build gen/TestOwnerOf.driver.cpp: __src_lib_support_tests_TestOwnerOf_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestOwnerOf.cpp
1814
1815 build obj/src/lib/support/tests/TestOwnerOf_generate_driver.stamp: stamp gen/TestOwnerOf.driver.cpp
1816 build obj/src/lib/support/tests/TestOwnerOf_lib.stamp: stamp
1817 rule __src_lib_support_tests_TestOwnerOf_run___build_toolchain_host_linux_arm_gcc__rule
1818   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestOwnerOf_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestOwnerOf
1819   description = ACTION //src/lib/support/tests:TestOwnerOf_run(//build/toolchain/host:linux_arm_gcc)
1820   restat = 1
1821
1822 build gen/src/lib/support/tests/TestOwnerOf_run.pw_pystamp: __src_lib_support_tests_TestOwnerOf_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestOwnerOf
1823
1824 build obj/src/lib/support/tests/TestOwnerOf_run.stamp: stamp gen/src/lib/support/tests/TestOwnerOf_run.pw_pystamp
1825 subninja obj/src/lib/support/tests/TestPool.ninja
1826 rule __src_lib_support_tests_TestPool_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1827   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestPool.cpp --output_file=gen/TestPool.driver.cpp
1828   description = ACTION //src/lib/support/tests:TestPool_generate_driver(//build/toolchain/host:linux_arm_gcc)
1829   restat = 1
1830
1831 build gen/TestPool.driver.cpp: __src_lib_support_tests_TestPool_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestPool.cpp
1832
1833 build obj/src/lib/support/tests/TestPool_generate_driver.stamp: stamp gen/TestPool.driver.cpp
1834 build obj/src/lib/support/tests/TestPool_lib.stamp: stamp
1835 rule __src_lib_support_tests_TestPool_run___build_toolchain_host_linux_arm_gcc__rule
1836   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestPool_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestPool
1837   description = ACTION //src/lib/support/tests:TestPool_run(//build/toolchain/host:linux_arm_gcc)
1838   restat = 1
1839
1840 build gen/src/lib/support/tests/TestPool_run.pw_pystamp: __src_lib_support_tests_TestPool_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestPool
1841
1842 build obj/src/lib/support/tests/TestPool_run.stamp: stamp gen/src/lib/support/tests/TestPool_run.pw_pystamp
1843 subninja obj/src/lib/support/tests/TestPrivateHeap.ninja
1844 rule __src_lib_support_tests_TestPrivateHeap_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1845   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestPrivateHeap.cpp --output_file=gen/TestPrivateHeap.driver.cpp
1846   description = ACTION //src/lib/support/tests:TestPrivateHeap_generate_driver(//build/toolchain/host:linux_arm_gcc)
1847   restat = 1
1848
1849 build gen/TestPrivateHeap.driver.cpp: __src_lib_support_tests_TestPrivateHeap_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestPrivateHeap.cpp
1850
1851 build obj/src/lib/support/tests/TestPrivateHeap_generate_driver.stamp: stamp gen/TestPrivateHeap.driver.cpp
1852 build obj/src/lib/support/tests/TestPrivateHeap_lib.stamp: stamp
1853 rule __src_lib_support_tests_TestPrivateHeap_run___build_toolchain_host_linux_arm_gcc__rule
1854   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestPrivateHeap_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestPrivateHeap
1855   description = ACTION //src/lib/support/tests:TestPrivateHeap_run(//build/toolchain/host:linux_arm_gcc)
1856   restat = 1
1857
1858 build gen/src/lib/support/tests/TestPrivateHeap_run.pw_pystamp: __src_lib_support_tests_TestPrivateHeap_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestPrivateHeap
1859
1860 build obj/src/lib/support/tests/TestPrivateHeap_run.stamp: stamp gen/src/lib/support/tests/TestPrivateHeap_run.pw_pystamp
1861 subninja obj/src/lib/support/tests/TestSafeInt.ninja
1862 rule __src_lib_support_tests_TestSafeInt_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1863   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestSafeInt.cpp --output_file=gen/TestSafeInt.driver.cpp
1864   description = ACTION //src/lib/support/tests:TestSafeInt_generate_driver(//build/toolchain/host:linux_arm_gcc)
1865   restat = 1
1866
1867 build gen/TestSafeInt.driver.cpp: __src_lib_support_tests_TestSafeInt_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestSafeInt.cpp
1868
1869 build obj/src/lib/support/tests/TestSafeInt_generate_driver.stamp: stamp gen/TestSafeInt.driver.cpp
1870 build obj/src/lib/support/tests/TestSafeInt_lib.stamp: stamp
1871 rule __src_lib_support_tests_TestSafeInt_run___build_toolchain_host_linux_arm_gcc__rule
1872   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestSafeInt_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestSafeInt
1873   description = ACTION //src/lib/support/tests:TestSafeInt_run(//build/toolchain/host:linux_arm_gcc)
1874   restat = 1
1875
1876 build gen/src/lib/support/tests/TestSafeInt_run.pw_pystamp: __src_lib_support_tests_TestSafeInt_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestSafeInt
1877
1878 build obj/src/lib/support/tests/TestSafeInt_run.stamp: stamp gen/src/lib/support/tests/TestSafeInt_run.pw_pystamp
1879 subninja obj/src/lib/support/tests/TestSafeString.ninja
1880 rule __src_lib_support_tests_TestSafeString_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1881   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestSafeString.cpp --output_file=gen/TestSafeString.driver.cpp
1882   description = ACTION //src/lib/support/tests:TestSafeString_generate_driver(//build/toolchain/host:linux_arm_gcc)
1883   restat = 1
1884
1885 build gen/TestSafeString.driver.cpp: __src_lib_support_tests_TestSafeString_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestSafeString.cpp
1886
1887 build obj/src/lib/support/tests/TestSafeString_generate_driver.stamp: stamp gen/TestSafeString.driver.cpp
1888 build obj/src/lib/support/tests/TestSafeString_lib.stamp: stamp
1889 rule __src_lib_support_tests_TestSafeString_run___build_toolchain_host_linux_arm_gcc__rule
1890   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestSafeString_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestSafeString
1891   description = ACTION //src/lib/support/tests:TestSafeString_run(//build/toolchain/host:linux_arm_gcc)
1892   restat = 1
1893
1894 build gen/src/lib/support/tests/TestSafeString_run.pw_pystamp: __src_lib_support_tests_TestSafeString_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestSafeString
1895
1896 build obj/src/lib/support/tests/TestSafeString_run.stamp: stamp gen/src/lib/support/tests/TestSafeString_run.pw_pystamp
1897 subninja obj/src/lib/support/tests/TestScopedBuffer.ninja
1898 rule __src_lib_support_tests_TestScopedBuffer_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1899   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestScopedBuffer.cpp --output_file=gen/TestScopedBuffer.driver.cpp
1900   description = ACTION //src/lib/support/tests:TestScopedBuffer_generate_driver(//build/toolchain/host:linux_arm_gcc)
1901   restat = 1
1902
1903 build gen/TestScopedBuffer.driver.cpp: __src_lib_support_tests_TestScopedBuffer_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestScopedBuffer.cpp
1904
1905 build obj/src/lib/support/tests/TestScopedBuffer_generate_driver.stamp: stamp gen/TestScopedBuffer.driver.cpp
1906 build obj/src/lib/support/tests/TestScopedBuffer_lib.stamp: stamp
1907 rule __src_lib_support_tests_TestScopedBuffer_run___build_toolchain_host_linux_arm_gcc__rule
1908   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestScopedBuffer_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestScopedBuffer
1909   description = ACTION //src/lib/support/tests:TestScopedBuffer_run(//build/toolchain/host:linux_arm_gcc)
1910   restat = 1
1911
1912 build gen/src/lib/support/tests/TestScopedBuffer_run.pw_pystamp: __src_lib_support_tests_TestScopedBuffer_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestScopedBuffer
1913
1914 build obj/src/lib/support/tests/TestScopedBuffer_run.stamp: stamp gen/src/lib/support/tests/TestScopedBuffer_run.pw_pystamp
1915 subninja obj/src/lib/support/tests/TestSerializableIntegerSet.ninja
1916 rule __src_lib_support_tests_TestSerializableIntegerSet_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1917   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestSerializableIntegerSet.cpp --output_file=gen/TestSerializableIntegerSet.driver.cpp
1918   description = ACTION //src/lib/support/tests:TestSerializableIntegerSet_generate_driver(//build/toolchain/host:linux_arm_gcc)
1919   restat = 1
1920
1921 build gen/TestSerializableIntegerSet.driver.cpp: __src_lib_support_tests_TestSerializableIntegerSet_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestSerializableIntegerSet.cpp
1922
1923 build obj/src/lib/support/tests/TestSerializableIntegerSet_generate_driver.stamp: stamp gen/TestSerializableIntegerSet.driver.cpp
1924 build obj/src/lib/support/tests/TestSerializableIntegerSet_lib.stamp: stamp
1925 rule __src_lib_support_tests_TestSerializableIntegerSet_run___build_toolchain_host_linux_arm_gcc__rule
1926   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestSerializableIntegerSet_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestSerializableIntegerSet
1927   description = ACTION //src/lib/support/tests:TestSerializableIntegerSet_run(//build/toolchain/host:linux_arm_gcc)
1928   restat = 1
1929
1930 build gen/src/lib/support/tests/TestSerializableIntegerSet_run.pw_pystamp: __src_lib_support_tests_TestSerializableIntegerSet_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestSerializableIntegerSet
1931
1932 build obj/src/lib/support/tests/TestSerializableIntegerSet_run.stamp: stamp gen/src/lib/support/tests/TestSerializableIntegerSet_run.pw_pystamp
1933 subninja obj/src/lib/support/tests/TestSpan.ninja
1934 rule __src_lib_support_tests_TestSpan_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1935   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestSpan.cpp --output_file=gen/TestSpan.driver.cpp
1936   description = ACTION //src/lib/support/tests:TestSpan_generate_driver(//build/toolchain/host:linux_arm_gcc)
1937   restat = 1
1938
1939 build gen/TestSpan.driver.cpp: __src_lib_support_tests_TestSpan_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestSpan.cpp
1940
1941 build obj/src/lib/support/tests/TestSpan_generate_driver.stamp: stamp gen/TestSpan.driver.cpp
1942 build obj/src/lib/support/tests/TestSpan_lib.stamp: stamp
1943 rule __src_lib_support_tests_TestSpan_run___build_toolchain_host_linux_arm_gcc__rule
1944   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestSpan_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestSpan
1945   description = ACTION //src/lib/support/tests:TestSpan_run(//build/toolchain/host:linux_arm_gcc)
1946   restat = 1
1947
1948 build gen/src/lib/support/tests/TestSpan_run.pw_pystamp: __src_lib_support_tests_TestSpan_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestSpan
1949
1950 build obj/src/lib/support/tests/TestSpan_run.stamp: stamp gen/src/lib/support/tests/TestSpan_run.pw_pystamp
1951 subninja obj/src/lib/support/tests/TestStateMachine.ninja
1952 rule __src_lib_support_tests_TestStateMachine_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1953   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestStateMachine.cpp --output_file=gen/TestStateMachine.driver.cpp
1954   description = ACTION //src/lib/support/tests:TestStateMachine_generate_driver(//build/toolchain/host:linux_arm_gcc)
1955   restat = 1
1956
1957 build gen/TestStateMachine.driver.cpp: __src_lib_support_tests_TestStateMachine_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestStateMachine.cpp
1958
1959 build obj/src/lib/support/tests/TestStateMachine_generate_driver.stamp: stamp gen/TestStateMachine.driver.cpp
1960 build obj/src/lib/support/tests/TestStateMachine_lib.stamp: stamp
1961 rule __src_lib_support_tests_TestStateMachine_run___build_toolchain_host_linux_arm_gcc__rule
1962   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestStateMachine_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestStateMachine
1963   description = ACTION //src/lib/support/tests:TestStateMachine_run(//build/toolchain/host:linux_arm_gcc)
1964   restat = 1
1965
1966 build gen/src/lib/support/tests/TestStateMachine_run.pw_pystamp: __src_lib_support_tests_TestStateMachine_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestStateMachine
1967
1968 build obj/src/lib/support/tests/TestStateMachine_run.stamp: stamp gen/src/lib/support/tests/TestStateMachine_run.pw_pystamp
1969 subninja obj/src/lib/support/tests/TestStringBuilder.ninja
1970 rule __src_lib_support_tests_TestStringBuilder_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1971   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestStringBuilder.cpp --output_file=gen/TestStringBuilder.driver.cpp
1972   description = ACTION //src/lib/support/tests:TestStringBuilder_generate_driver(//build/toolchain/host:linux_arm_gcc)
1973   restat = 1
1974
1975 build gen/TestStringBuilder.driver.cpp: __src_lib_support_tests_TestStringBuilder_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestStringBuilder.cpp
1976
1977 build obj/src/lib/support/tests/TestStringBuilder_generate_driver.stamp: stamp gen/TestStringBuilder.driver.cpp
1978 build obj/src/lib/support/tests/TestStringBuilder_lib.stamp: stamp
1979 rule __src_lib_support_tests_TestStringBuilder_run___build_toolchain_host_linux_arm_gcc__rule
1980   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestStringBuilder_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestStringBuilder
1981   description = ACTION //src/lib/support/tests:TestStringBuilder_run(//build/toolchain/host:linux_arm_gcc)
1982   restat = 1
1983
1984 build gen/src/lib/support/tests/TestStringBuilder_run.pw_pystamp: __src_lib_support_tests_TestStringBuilder_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestStringBuilder
1985
1986 build obj/src/lib/support/tests/TestStringBuilder_run.stamp: stamp gen/src/lib/support/tests/TestStringBuilder_run.pw_pystamp
1987 subninja obj/src/lib/support/tests/TestThreadOperationalDataset.ninja
1988 rule __src_lib_support_tests_TestThreadOperationalDataset_generate_driver___build_toolchain_host_linux_arm_gcc__rule
1989   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestThreadOperationalDataset.cpp --output_file=gen/TestThreadOperationalDataset.driver.cpp
1990   description = ACTION //src/lib/support/tests:TestThreadOperationalDataset_generate_driver(//build/toolchain/host:linux_arm_gcc)
1991   restat = 1
1992
1993 build gen/TestThreadOperationalDataset.driver.cpp: __src_lib_support_tests_TestThreadOperationalDataset_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestThreadOperationalDataset.cpp
1994
1995 build obj/src/lib/support/tests/TestThreadOperationalDataset_generate_driver.stamp: stamp gen/TestThreadOperationalDataset.driver.cpp
1996 build obj/src/lib/support/tests/TestThreadOperationalDataset_lib.stamp: stamp
1997 rule __src_lib_support_tests_TestThreadOperationalDataset_run___build_toolchain_host_linux_arm_gcc__rule
1998   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestThreadOperationalDataset_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestThreadOperationalDataset
1999   description = ACTION //src/lib/support/tests:TestThreadOperationalDataset_run(//build/toolchain/host:linux_arm_gcc)
2000   restat = 1
2001
2002 build gen/src/lib/support/tests/TestThreadOperationalDataset_run.pw_pystamp: __src_lib_support_tests_TestThreadOperationalDataset_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestThreadOperationalDataset
2003
2004 build obj/src/lib/support/tests/TestThreadOperationalDataset_run.stamp: stamp gen/src/lib/support/tests/TestThreadOperationalDataset_run.pw_pystamp
2005 subninja obj/src/lib/support/tests/TestTimeUtils.ninja
2006 rule __src_lib_support_tests_TestTimeUtils_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2007   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestTimeUtils.cpp --output_file=gen/TestTimeUtils.driver.cpp
2008   description = ACTION //src/lib/support/tests:TestTimeUtils_generate_driver(//build/toolchain/host:linux_arm_gcc)
2009   restat = 1
2010
2011 build gen/TestTimeUtils.driver.cpp: __src_lib_support_tests_TestTimeUtils_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestTimeUtils.cpp
2012
2013 build obj/src/lib/support/tests/TestTimeUtils_generate_driver.stamp: stamp gen/TestTimeUtils.driver.cpp
2014 build obj/src/lib/support/tests/TestTimeUtils_lib.stamp: stamp
2015 rule __src_lib_support_tests_TestTimeUtils_run___build_toolchain_host_linux_arm_gcc__rule
2016   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestTimeUtils_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestTimeUtils
2017   description = ACTION //src/lib/support/tests:TestTimeUtils_run(//build/toolchain/host:linux_arm_gcc)
2018   restat = 1
2019
2020 build gen/src/lib/support/tests/TestTimeUtils_run.pw_pystamp: __src_lib_support_tests_TestTimeUtils_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestTimeUtils
2021
2022 build obj/src/lib/support/tests/TestTimeUtils_run.stamp: stamp gen/src/lib/support/tests/TestTimeUtils_run.pw_pystamp
2023 subninja obj/src/lib/support/tests/TestVariant.ninja
2024 rule __src_lib_support_tests_TestVariant_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2025   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestVariant.cpp --output_file=gen/TestVariant.driver.cpp
2026   description = ACTION //src/lib/support/tests:TestVariant_generate_driver(//build/toolchain/host:linux_arm_gcc)
2027   restat = 1
2028
2029 build gen/TestVariant.driver.cpp: __src_lib_support_tests_TestVariant_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestVariant.cpp
2030
2031 build obj/src/lib/support/tests/TestVariant_generate_driver.stamp: stamp gen/TestVariant.driver.cpp
2032 build obj/src/lib/support/tests/TestVariant_lib.stamp: stamp
2033 rule __src_lib_support_tests_TestVariant_run___build_toolchain_host_linux_arm_gcc__rule
2034   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestVariant_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestVariant
2035   description = ACTION //src/lib/support/tests:TestVariant_run(//build/toolchain/host:linux_arm_gcc)
2036   restat = 1
2037
2038 build gen/src/lib/support/tests/TestVariant_run.pw_pystamp: __src_lib_support_tests_TestVariant_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestVariant
2039
2040 build obj/src/lib/support/tests/TestVariant_run.stamp: stamp gen/src/lib/support/tests/TestVariant_run.pw_pystamp
2041 subninja obj/src/lib/support/tests/TestZclString.ninja
2042 rule __src_lib_support_tests_TestZclString_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2043   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/lib/support/tests/TestZclString.cpp --output_file=gen/TestZclString.driver.cpp
2044   description = ACTION //src/lib/support/tests:TestZclString_generate_driver(//build/toolchain/host:linux_arm_gcc)
2045   restat = 1
2046
2047 build gen/TestZclString.driver.cpp: __src_lib_support_tests_TestZclString_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/lib/support/tests/TestZclString.cpp
2048
2049 build obj/src/lib/support/tests/TestZclString_generate_driver.stamp: stamp gen/TestZclString.driver.cpp
2050 build obj/src/lib/support/tests/TestZclString_lib.stamp: stamp
2051 rule __src_lib_support_tests_TestZclString_run___build_toolchain_host_linux_arm_gcc__rule
2052   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/lib/support/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/lib/support/tests/TestZclString_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestZclString
2053   description = ACTION //src/lib/support/tests:TestZclString_run(//build/toolchain/host:linux_arm_gcc)
2054   restat = 1
2055
2056 build gen/src/lib/support/tests/TestZclString_run.pw_pystamp: __src_lib_support_tests_TestZclString_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestZclString
2057
2058 build obj/src/lib/support/tests/TestZclString_run.stamp: stamp gen/src/lib/support/tests/TestZclString_run.pw_pystamp
2059 build obj/src/lib/support/tests/tests.stamp: stamp tests/TestBufferReader tests/TestBufferWriter tests/TestBytesCircularBuffer tests/TestBytesToHex tests/TestCHIPCounter tests/TestCHIPMem tests/TestCHIPMemString tests/TestDefer tests/TestErrorStr tests/TestFixedBufferAllocator tests/TestFold tests/TestIntrusiveList tests/TestOwnerOf tests/TestPool tests/TestPrivateHeap tests/TestSafeInt tests/TestSafeString tests/TestScopedBuffer tests/TestSerializableIntegerSet tests/TestSpan tests/TestStateMachine tests/TestStringBuilder tests/TestThreadOperationalDataset tests/TestTimeUtils tests/TestVariant tests/TestZclString tests/TestCHIPArgParser
2060 subninja obj/src/lib/support/tests/tests_lib.ninja
2061 build obj/src/lib/support/tests/tests_run.stamp: stamp obj/src/lib/support/tests/TestBufferReader_run.stamp obj/src/lib/support/tests/TestBufferWriter_run.stamp obj/src/lib/support/tests/TestBytesCircularBuffer_run.stamp obj/src/lib/support/tests/TestBytesToHex_run.stamp obj/src/lib/support/tests/TestCHIPCounter_run.stamp obj/src/lib/support/tests/TestCHIPMem_run.stamp obj/src/lib/support/tests/TestCHIPMemString_run.stamp obj/src/lib/support/tests/TestDefer_run.stamp obj/src/lib/support/tests/TestErrorStr_run.stamp obj/src/lib/support/tests/TestFixedBufferAllocator_run.stamp obj/src/lib/support/tests/TestFold_run.stamp obj/src/lib/support/tests/TestIntrusiveList_run.stamp obj/src/lib/support/tests/TestOwnerOf_run.stamp obj/src/lib/support/tests/TestPool_run.stamp obj/src/lib/support/tests/TestPrivateHeap_run.stamp obj/src/lib/support/tests/TestSafeInt_run.stamp obj/src/lib/support/tests/TestSafeString_run.stamp obj/src/lib/support/tests/TestScopedBuffer_run.stamp obj/src/lib/support/tests/TestSerializableIntegerSet_run.stamp obj/src/lib/support/tests/TestSpan_run.stamp obj/src/lib/support/tests/TestStateMachine_run.stamp obj/src/lib/support/tests/TestStringBuilder_run.stamp obj/src/lib/support/tests/TestThreadOperationalDataset_run.stamp obj/src/lib/support/tests/TestTimeUtils_run.stamp obj/src/lib/support/tests/TestVariant_run.stamp obj/src/lib/support/tests/TestZclString_run.stamp obj/src/lib/support/tests/TestCHIPArgParser_run.stamp
2062 rule __src_lwip_gen_lwip_buildconfig___build_toolchain_host_linux_arm_gcc__rule
2063   rspfile = __src_lwip_gen_lwip_buildconfig___build_toolchain_host_linux_arm_gcc__rule.rsp
2064   rspfile_content = --defines HAVE_LWIP_UDP_BIND_NETIF=1 LWIP_DEBUG=1
2065   command = python3 ../../build/chip/write_buildconfig_header.py --output lwip/lwip_buildconfig.h --rulename //src/lwip$:gen_lwip_buildconfig --gen-dir gen/include --definitions ${rspfile}
2066   description = ACTION //src/lwip:gen_lwip_buildconfig(//build/toolchain/host:linux_arm_gcc)
2067   restat = 1
2068
2069 build gen/include/lwip/lwip_buildconfig.h: __src_lwip_gen_lwip_buildconfig___build_toolchain_host_linux_arm_gcc__rule | ../../build/chip/write_buildconfig_header.py
2070
2071 build obj/src/lwip/gen_lwip_buildconfig.stamp: stamp gen/include/lwip/lwip_buildconfig.h
2072 subninja obj/src/lwip/lwip.ninja
2073 subninja obj/src/lwip/lwip_buildconfig.ninja
2074 subninja obj/src/messaging/messaging.ninja
2075 subninja obj/src/messaging/messaging_mrp_config.ninja
2076 subninja obj/src/messaging/tests/TestExchangeMgr.ninja
2077 build obj/src/messaging/tests/TestExchangeMgr_lib.stamp: stamp
2078 rule __src_messaging_tests_TestExchangeMgr_run___build_toolchain_host_linux_arm_gcc__rule
2079   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/messaging/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/messaging/tests/TestExchangeMgr_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestExchangeMgr
2080   description = ACTION //src/messaging/tests:TestExchangeMgr_run(//build/toolchain/host:linux_arm_gcc)
2081   restat = 1
2082
2083 build gen/src/messaging/tests/TestExchangeMgr_run.pw_pystamp: __src_messaging_tests_TestExchangeMgr_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestExchangeMgr
2084
2085 build obj/src/messaging/tests/TestExchangeMgr_run.stamp: stamp gen/src/messaging/tests/TestExchangeMgr_run.pw_pystamp
2086 subninja obj/src/messaging/tests/TestReliableMessageProtocol.ninja
2087 build obj/src/messaging/tests/TestReliableMessageProtocol_lib.stamp: stamp
2088 rule __src_messaging_tests_TestReliableMessageProtocol_run___build_toolchain_host_linux_arm_gcc__rule
2089   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/messaging/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/messaging/tests/TestReliableMessageProtocol_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestReliableMessageProtocol
2090   description = ACTION //src/messaging/tests:TestReliableMessageProtocol_run(//build/toolchain/host:linux_arm_gcc)
2091   restat = 1
2092
2093 build gen/src/messaging/tests/TestReliableMessageProtocol_run.pw_pystamp: __src_messaging_tests_TestReliableMessageProtocol_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestReliableMessageProtocol
2094
2095 build obj/src/messaging/tests/TestReliableMessageProtocol_run.stamp: stamp gen/src/messaging/tests/TestReliableMessageProtocol_run.pw_pystamp
2096 subninja obj/src/messaging/tests/helpers.ninja
2097 build obj/src/messaging/tests/tests.stamp: stamp tests/TestExchangeMgr tests/TestReliableMessageProtocol
2098 subninja obj/src/messaging/tests/tests_lib.ninja
2099 build obj/src/messaging/tests/tests_run.stamp: stamp obj/src/messaging/tests/TestExchangeMgr_run.stamp obj/src/messaging/tests/TestReliableMessageProtocol_run.stamp
2100 subninja obj/src/messaging/tests/echo/chip-echo-requester.ninja
2101 subninja obj/src/messaging/tests/echo/chip-echo-responder.ninja
2102 build obj/src/messaging/tests/echo/echo.stamp: stamp ./chip-echo-requester ./chip-echo-responder
2103 rule __src_platform_gen_platform_buildconfig___build_toolchain_host_linux_arm_gcc__rule
2104   rspfile = __src_platform_gen_platform_buildconfig___build_toolchain_host_linux_arm_gcc__rule.rsp
2105   rspfile_content = --defines CHIP_ENABLE_OPENTHREAD=true CHIP_DEVICE_CONFIG_THREAD_FTD=true CHIP_WITH_GIO=true OPENTHREAD_CONFIG_ENABLE_TOBLE=false CHIP_BYPASS_RENDEZVOUS=false CHIP_STACK_LOCK_TRACKING_ENABLED=true CHIP_STACK_LOCK_TRACKING_ERROR_FATAL=true CHIP_ENABLE_ADDITIONAL_DATA_ADVERTISING=false CHIP_DEVICE_CONFIG_RUN_AS_ROOT=true CHIP_DEVICE_CONFIG_ENABLE_CHIPOBLE=true CHIP_DEVICE_PLATFORM_CONFIG_INCLUDE=\<platform/Tizen/CHIPDevicePlatformConfig.h\> CHIP_USE_TRANSITIONAL_COMMISSIONABLE_DATA_PROVIDER=1 CHIP_DEVICE_LAYER_TARGET_TIZEN=1 CHIP_DEVICE_LAYER_TARGET=Tizen CHIP_DEVICE_CONFIG_ENABLE_WIFI=true
2106   command = python3 ../../build/chip/write_buildconfig_header.py --output platform/CHIPDeviceBuildConfig.h --rulename //src/platform$:gen_platform_buildconfig --gen-dir gen/include --definitions ${rspfile}
2107   description = ACTION //src/platform:gen_platform_buildconfig(//build/toolchain/host:linux_arm_gcc)
2108   restat = 1
2109
2110 build gen/include/platform/CHIPDeviceBuildConfig.h: __src_platform_gen_platform_buildconfig___build_toolchain_host_linux_arm_gcc__rule | ../../build/chip/write_buildconfig_header.py
2111
2112 build obj/src/platform/gen_platform_buildconfig.stamp: stamp gen/include/platform/CHIPDeviceBuildConfig.h
2113 subninja obj/src/platform/platform.ninja
2114 build obj/src/platform/platform_base.stamp: stamp obj/src/platform/platform_buildconfig.stamp obj/src/ble/lib/libBleLayer.a obj/src/inet/lib/libInetLayer.a obj/src/lib/core/lib/libChipCore.a obj/src/lib/support/lib/libSupportLayer.a obj/src/setup_payload/additional_data_payload.stamp obj/src/system/lib/libSystemLayer.a
2115 subninja obj/src/platform/platform_buildconfig.ninja
2116 subninja obj/src/platform/Tizen/Tizen.ninja
2117 subninja obj/src/platform/logging/headers.ninja
2118 subninja obj/src/platform/logging/stdio.ninja
2119 subninja obj/src/platform/tests/TestCHIPoBLEStackMgr.ninja
2120 build obj/src/platform/tests/TestCHIPoBLEStackMgr_lib.stamp: stamp
2121 rule __src_platform_tests_TestCHIPoBLEStackMgr_run___build_toolchain_host_linux_arm_gcc__rule
2122   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/platform/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/platform/tests/TestCHIPoBLEStackMgr_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestCHIPoBLEStackMgr
2123   description = ACTION //src/platform/tests:TestCHIPoBLEStackMgr_run(//build/toolchain/host:linux_arm_gcc)
2124   restat = 1
2125
2126 build gen/src/platform/tests/TestCHIPoBLEStackMgr_run.pw_pystamp: __src_platform_tests_TestCHIPoBLEStackMgr_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestCHIPoBLEStackMgr
2127
2128 build obj/src/platform/tests/TestCHIPoBLEStackMgr_run.stamp: stamp gen/src/platform/tests/TestCHIPoBLEStackMgr_run.pw_pystamp
2129 subninja obj/src/platform/tests/TestConfigurationMgr.ninja
2130 rule __src_platform_tests_TestConfigurationMgr_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2131   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/platform/tests/TestConfigurationMgr.cpp --output_file=gen/TestConfigurationMgr.driver.cpp
2132   description = ACTION //src/platform/tests:TestConfigurationMgr_generate_driver(//build/toolchain/host:linux_arm_gcc)
2133   restat = 1
2134
2135 build gen/TestConfigurationMgr.driver.cpp: __src_platform_tests_TestConfigurationMgr_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/platform/tests/TestConfigurationMgr.cpp
2136
2137 build obj/src/platform/tests/TestConfigurationMgr_generate_driver.stamp: stamp gen/TestConfigurationMgr.driver.cpp
2138 build obj/src/platform/tests/TestConfigurationMgr_lib.stamp: stamp
2139 rule __src_platform_tests_TestConfigurationMgr_run___build_toolchain_host_linux_arm_gcc__rule
2140   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/platform/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/platform/tests/TestConfigurationMgr_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestConfigurationMgr
2141   description = ACTION //src/platform/tests:TestConfigurationMgr_run(//build/toolchain/host:linux_arm_gcc)
2142   restat = 1
2143
2144 build gen/src/platform/tests/TestConfigurationMgr_run.pw_pystamp: __src_platform_tests_TestConfigurationMgr_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestConfigurationMgr
2145
2146 build obj/src/platform/tests/TestConfigurationMgr_run.stamp: stamp gen/src/platform/tests/TestConfigurationMgr_run.pw_pystamp
2147 subninja obj/src/platform/tests/TestDnssd.ninja
2148 rule __src_platform_tests_TestDnssd_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2149   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/platform/tests/TestDnssd.cpp --output_file=gen/TestDnssd.driver.cpp
2150   description = ACTION //src/platform/tests:TestDnssd_generate_driver(//build/toolchain/host:linux_arm_gcc)
2151   restat = 1
2152
2153 build gen/TestDnssd.driver.cpp: __src_platform_tests_TestDnssd_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/platform/tests/TestDnssd.cpp
2154
2155 build obj/src/platform/tests/TestDnssd_generate_driver.stamp: stamp gen/TestDnssd.driver.cpp
2156 build obj/src/platform/tests/TestDnssd_lib.stamp: stamp
2157 rule __src_platform_tests_TestDnssd_run___build_toolchain_host_linux_arm_gcc__rule
2158   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/platform/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/platform/tests/TestDnssd_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestDnssd
2159   description = ACTION //src/platform/tests:TestDnssd_run(//build/toolchain/host:linux_arm_gcc)
2160   restat = 1
2161
2162 build gen/src/platform/tests/TestDnssd_run.pw_pystamp: __src_platform_tests_TestDnssd_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestDnssd
2163
2164 build obj/src/platform/tests/TestDnssd_run.stamp: stamp gen/src/platform/tests/TestDnssd_run.pw_pystamp
2165 subninja obj/src/platform/tests/TestKeyValueStoreMgr.ninja
2166 rule __src_platform_tests_TestKeyValueStoreMgr_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2167   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/platform/tests/TestKeyValueStoreMgr.cpp --output_file=gen/TestKeyValueStoreMgr.driver.cpp
2168   description = ACTION //src/platform/tests:TestKeyValueStoreMgr_generate_driver(//build/toolchain/host:linux_arm_gcc)
2169   restat = 1
2170
2171 build gen/TestKeyValueStoreMgr.driver.cpp: __src_platform_tests_TestKeyValueStoreMgr_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/platform/tests/TestKeyValueStoreMgr.cpp
2172
2173 build obj/src/platform/tests/TestKeyValueStoreMgr_generate_driver.stamp: stamp gen/TestKeyValueStoreMgr.driver.cpp
2174 build obj/src/platform/tests/TestKeyValueStoreMgr_lib.stamp: stamp
2175 rule __src_platform_tests_TestKeyValueStoreMgr_run___build_toolchain_host_linux_arm_gcc__rule
2176   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/platform/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/platform/tests/TestKeyValueStoreMgr_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestKeyValueStoreMgr
2177   description = ACTION //src/platform/tests:TestKeyValueStoreMgr_run(//build/toolchain/host:linux_arm_gcc)
2178   restat = 1
2179
2180 build gen/src/platform/tests/TestKeyValueStoreMgr_run.pw_pystamp: __src_platform_tests_TestKeyValueStoreMgr_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestKeyValueStoreMgr
2181
2182 build obj/src/platform/tests/TestKeyValueStoreMgr_run.stamp: stamp gen/src/platform/tests/TestKeyValueStoreMgr_run.pw_pystamp
2183 subninja obj/src/platform/tests/TestPlatformMgr.ninja
2184 rule __src_platform_tests_TestPlatformMgr_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2185   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/platform/tests/TestPlatformMgr.cpp --output_file=gen/TestPlatformMgr.driver.cpp
2186   description = ACTION //src/platform/tests:TestPlatformMgr_generate_driver(//build/toolchain/host:linux_arm_gcc)
2187   restat = 1
2188
2189 build gen/TestPlatformMgr.driver.cpp: __src_platform_tests_TestPlatformMgr_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/platform/tests/TestPlatformMgr.cpp
2190
2191 build obj/src/platform/tests/TestPlatformMgr_generate_driver.stamp: stamp gen/TestPlatformMgr.driver.cpp
2192 build obj/src/platform/tests/TestPlatformMgr_lib.stamp: stamp
2193 rule __src_platform_tests_TestPlatformMgr_run___build_toolchain_host_linux_arm_gcc__rule
2194   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/platform/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/platform/tests/TestPlatformMgr_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestPlatformMgr
2195   description = ACTION //src/platform/tests:TestPlatformMgr_run(//build/toolchain/host:linux_arm_gcc)
2196   restat = 1
2197
2198 build gen/src/platform/tests/TestPlatformMgr_run.pw_pystamp: __src_platform_tests_TestPlatformMgr_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestPlatformMgr
2199
2200 build obj/src/platform/tests/TestPlatformMgr_run.stamp: stamp gen/src/platform/tests/TestPlatformMgr_run.pw_pystamp
2201 subninja obj/src/platform/tests/TestPlatformTime.ninja
2202 rule __src_platform_tests_TestPlatformTime_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2203   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/platform/tests/TestPlatformTime.cpp --output_file=gen/TestPlatformTime.driver.cpp
2204   description = ACTION //src/platform/tests:TestPlatformTime_generate_driver(//build/toolchain/host:linux_arm_gcc)
2205   restat = 1
2206
2207 build gen/TestPlatformTime.driver.cpp: __src_platform_tests_TestPlatformTime_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/platform/tests/TestPlatformTime.cpp
2208
2209 build obj/src/platform/tests/TestPlatformTime_generate_driver.stamp: stamp gen/TestPlatformTime.driver.cpp
2210 build obj/src/platform/tests/TestPlatformTime_lib.stamp: stamp
2211 rule __src_platform_tests_TestPlatformTime_run___build_toolchain_host_linux_arm_gcc__rule
2212   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/platform/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/platform/tests/TestPlatformTime_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestPlatformTime
2213   description = ACTION //src/platform/tests:TestPlatformTime_run(//build/toolchain/host:linux_arm_gcc)
2214   restat = 1
2215
2216 build gen/src/platform/tests/TestPlatformTime_run.pw_pystamp: __src_platform_tests_TestPlatformTime_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestPlatformTime
2217
2218 build obj/src/platform/tests/TestPlatformTime_run.stamp: stamp gen/src/platform/tests/TestPlatformTime_run.pw_pystamp
2219 build obj/src/platform/tests/tests.stamp: stamp tests/TestPlatformMgr tests/TestDnssd tests/TestConfigurationMgr tests/TestPlatformTime tests/TestKeyValueStoreMgr tests/TestCHIPoBLEStackMgr
2220 subninja obj/src/platform/tests/tests_lib.ninja
2221 build obj/src/platform/tests/tests_run.stamp: stamp obj/src/platform/tests/TestPlatformMgr_run.stamp obj/src/platform/tests/TestDnssd_run.stamp obj/src/platform/tests/TestConfigurationMgr_run.stamp obj/src/platform/tests/TestPlatformTime_run.stamp obj/src/platform/tests/TestKeyValueStoreMgr_run.stamp obj/src/platform/tests/TestCHIPoBLEStackMgr_run.stamp
2222 subninja obj/src/protocols/protocols.ninja
2223 subninja obj/src/protocols/bdx/bdx.ninja
2224 subninja obj/src/protocols/bdx/tests/TestBdxMessages.ninja
2225 rule __src_protocols_bdx_tests_TestBdxMessages_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2226   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/protocols/bdx/tests/TestBdxMessages.cpp --output_file=gen/TestBdxMessages.driver.cpp
2227   description = ACTION //src/protocols/bdx/tests:TestBdxMessages_generate_driver(//build/toolchain/host:linux_arm_gcc)
2228   restat = 1
2229
2230 build gen/TestBdxMessages.driver.cpp: __src_protocols_bdx_tests_TestBdxMessages_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/protocols/bdx/tests/TestBdxMessages.cpp
2231
2232 build obj/src/protocols/bdx/tests/TestBdxMessages_generate_driver.stamp: stamp gen/TestBdxMessages.driver.cpp
2233 build obj/src/protocols/bdx/tests/TestBdxMessages_lib.stamp: stamp
2234 rule __src_protocols_bdx_tests_TestBdxMessages_run___build_toolchain_host_linux_arm_gcc__rule
2235   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/protocols/bdx/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/protocols/bdx/tests/TestBdxMessages_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestBdxMessages
2236   description = ACTION //src/protocols/bdx/tests:TestBdxMessages_run(//build/toolchain/host:linux_arm_gcc)
2237   restat = 1
2238
2239 build gen/src/protocols/bdx/tests/TestBdxMessages_run.pw_pystamp: __src_protocols_bdx_tests_TestBdxMessages_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestBdxMessages
2240
2241 build obj/src/protocols/bdx/tests/TestBdxMessages_run.stamp: stamp gen/src/protocols/bdx/tests/TestBdxMessages_run.pw_pystamp
2242 subninja obj/src/protocols/bdx/tests/TestBdxTransferSession.ninja
2243 rule __src_protocols_bdx_tests_TestBdxTransferSession_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2244   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/protocols/bdx/tests/TestBdxTransferSession.cpp --output_file=gen/TestBdxTransferSession.driver.cpp
2245   description = ACTION //src/protocols/bdx/tests:TestBdxTransferSession_generate_driver(//build/toolchain/host:linux_arm_gcc)
2246   restat = 1
2247
2248 build gen/TestBdxTransferSession.driver.cpp: __src_protocols_bdx_tests_TestBdxTransferSession_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/protocols/bdx/tests/TestBdxTransferSession.cpp
2249
2250 build obj/src/protocols/bdx/tests/TestBdxTransferSession_generate_driver.stamp: stamp gen/TestBdxTransferSession.driver.cpp
2251 build obj/src/protocols/bdx/tests/TestBdxTransferSession_lib.stamp: stamp
2252 rule __src_protocols_bdx_tests_TestBdxTransferSession_run___build_toolchain_host_linux_arm_gcc__rule
2253   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/protocols/bdx/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/protocols/bdx/tests/TestBdxTransferSession_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestBdxTransferSession
2254   description = ACTION //src/protocols/bdx/tests:TestBdxTransferSession_run(//build/toolchain/host:linux_arm_gcc)
2255   restat = 1
2256
2257 build gen/src/protocols/bdx/tests/TestBdxTransferSession_run.pw_pystamp: __src_protocols_bdx_tests_TestBdxTransferSession_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestBdxTransferSession
2258
2259 build obj/src/protocols/bdx/tests/TestBdxTransferSession_run.stamp: stamp gen/src/protocols/bdx/tests/TestBdxTransferSession_run.pw_pystamp
2260 subninja obj/src/protocols/bdx/tests/TestBdxUri.ninja
2261 rule __src_protocols_bdx_tests_TestBdxUri_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2262   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/protocols/bdx/tests/TestBdxUri.cpp --output_file=gen/TestBdxUri.driver.cpp
2263   description = ACTION //src/protocols/bdx/tests:TestBdxUri_generate_driver(//build/toolchain/host:linux_arm_gcc)
2264   restat = 1
2265
2266 build gen/TestBdxUri.driver.cpp: __src_protocols_bdx_tests_TestBdxUri_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/protocols/bdx/tests/TestBdxUri.cpp
2267
2268 build obj/src/protocols/bdx/tests/TestBdxUri_generate_driver.stamp: stamp gen/TestBdxUri.driver.cpp
2269 build obj/src/protocols/bdx/tests/TestBdxUri_lib.stamp: stamp
2270 rule __src_protocols_bdx_tests_TestBdxUri_run___build_toolchain_host_linux_arm_gcc__rule
2271   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/protocols/bdx/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/protocols/bdx/tests/TestBdxUri_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestBdxUri
2272   description = ACTION //src/protocols/bdx/tests:TestBdxUri_run(//build/toolchain/host:linux_arm_gcc)
2273   restat = 1
2274
2275 build gen/src/protocols/bdx/tests/TestBdxUri_run.pw_pystamp: __src_protocols_bdx_tests_TestBdxUri_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestBdxUri
2276
2277 build obj/src/protocols/bdx/tests/TestBdxUri_run.stamp: stamp gen/src/protocols/bdx/tests/TestBdxUri_run.pw_pystamp
2278 build obj/src/protocols/bdx/tests/tests.stamp: stamp tests/TestBdxMessages tests/TestBdxTransferSession tests/TestBdxUri
2279 subninja obj/src/protocols/bdx/tests/tests_lib.ninja
2280 build obj/src/protocols/bdx/tests/tests_run.stamp: stamp obj/src/protocols/bdx/tests/TestBdxMessages_run.stamp obj/src/protocols/bdx/tests/TestBdxTransferSession_run.stamp obj/src/protocols/bdx/tests/TestBdxUri_run.stamp
2281 subninja obj/src/protocols/secure_channel/secure_channel.ninja
2282 subninja obj/src/protocols/secure_channel/tests/TestCASESession.ninja
2283 subninja obj/src/protocols/secure_channel/tests/TestCASESessionCache.ninja
2284 rule __src_protocols_secure_channel_tests_TestCASESessionCache_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2285   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/protocols/secure_channel/tests/TestCASESessionCache.cpp --output_file=gen/TestCASESessionCache.driver.cpp
2286   description = ACTION //src/protocols/secure_channel/tests:TestCASESessionCache_generate_driver(//build/toolchain/host:linux_arm_gcc)
2287   restat = 1
2288
2289 build gen/TestCASESessionCache.driver.cpp: __src_protocols_secure_channel_tests_TestCASESessionCache_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/protocols/secure_channel/tests/TestCASESessionCache.cpp
2290
2291 build obj/src/protocols/secure_channel/tests/TestCASESessionCache_generate_driver.stamp: stamp gen/TestCASESessionCache.driver.cpp
2292 build obj/src/protocols/secure_channel/tests/TestCASESessionCache_lib.stamp: stamp
2293 rule __src_protocols_secure_channel_tests_TestCASESessionCache_run___build_toolchain_host_linux_arm_gcc__rule
2294   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/protocols/secure_channel/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/protocols/secure_channel/tests/TestCASESessionCache_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestCASESessionCache
2295   description = ACTION //src/protocols/secure_channel/tests:TestCASESessionCache_run(//build/toolchain/host:linux_arm_gcc)
2296   restat = 1
2297
2298 build gen/src/protocols/secure_channel/tests/TestCASESessionCache_run.pw_pystamp: __src_protocols_secure_channel_tests_TestCASESessionCache_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestCASESessionCache
2299
2300 build obj/src/protocols/secure_channel/tests/TestCASESessionCache_run.stamp: stamp gen/src/protocols/secure_channel/tests/TestCASESessionCache_run.pw_pystamp
2301 rule __src_protocols_secure_channel_tests_TestCASESession_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2302   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/protocols/secure_channel/tests/TestCASESession.cpp --output_file=gen/TestCASESession.driver.cpp
2303   description = ACTION //src/protocols/secure_channel/tests:TestCASESession_generate_driver(//build/toolchain/host:linux_arm_gcc)
2304   restat = 1
2305
2306 build gen/TestCASESession.driver.cpp: __src_protocols_secure_channel_tests_TestCASESession_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/protocols/secure_channel/tests/TestCASESession.cpp
2307
2308 build obj/src/protocols/secure_channel/tests/TestCASESession_generate_driver.stamp: stamp gen/TestCASESession.driver.cpp
2309 build obj/src/protocols/secure_channel/tests/TestCASESession_lib.stamp: stamp
2310 rule __src_protocols_secure_channel_tests_TestCASESession_run___build_toolchain_host_linux_arm_gcc__rule
2311   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/protocols/secure_channel/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/protocols/secure_channel/tests/TestCASESession_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestCASESession
2312   description = ACTION //src/protocols/secure_channel/tests:TestCASESession_run(//build/toolchain/host:linux_arm_gcc)
2313   restat = 1
2314
2315 build gen/src/protocols/secure_channel/tests/TestCASESession_run.pw_pystamp: __src_protocols_secure_channel_tests_TestCASESession_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestCASESession
2316
2317 build obj/src/protocols/secure_channel/tests/TestCASESession_run.stamp: stamp gen/src/protocols/secure_channel/tests/TestCASESession_run.pw_pystamp
2318 subninja obj/src/protocols/secure_channel/tests/TestPASESession.ninja
2319 rule __src_protocols_secure_channel_tests_TestPASESession_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2320   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/protocols/secure_channel/tests/TestPASESession.cpp --output_file=gen/TestPASESession.driver.cpp
2321   description = ACTION //src/protocols/secure_channel/tests:TestPASESession_generate_driver(//build/toolchain/host:linux_arm_gcc)
2322   restat = 1
2323
2324 build gen/TestPASESession.driver.cpp: __src_protocols_secure_channel_tests_TestPASESession_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/protocols/secure_channel/tests/TestPASESession.cpp
2325
2326 build obj/src/protocols/secure_channel/tests/TestPASESession_generate_driver.stamp: stamp gen/TestPASESession.driver.cpp
2327 build obj/src/protocols/secure_channel/tests/TestPASESession_lib.stamp: stamp
2328 rule __src_protocols_secure_channel_tests_TestPASESession_run___build_toolchain_host_linux_arm_gcc__rule
2329   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/protocols/secure_channel/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/protocols/secure_channel/tests/TestPASESession_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestPASESession
2330   description = ACTION //src/protocols/secure_channel/tests:TestPASESession_run(//build/toolchain/host:linux_arm_gcc)
2331   restat = 1
2332
2333 build gen/src/protocols/secure_channel/tests/TestPASESession_run.pw_pystamp: __src_protocols_secure_channel_tests_TestPASESession_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestPASESession
2334
2335 build obj/src/protocols/secure_channel/tests/TestPASESession_run.stamp: stamp gen/src/protocols/secure_channel/tests/TestPASESession_run.pw_pystamp
2336 subninja obj/src/protocols/secure_channel/tests/TestSessionIDAllocator.ninja
2337 rule __src_protocols_secure_channel_tests_TestSessionIDAllocator_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2338   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/protocols/secure_channel/tests/TestSessionIDAllocator.cpp --output_file=gen/TestSessionIDAllocator.driver.cpp
2339   description = ACTION //src/protocols/secure_channel/tests:TestSessionIDAllocator_generate_driver(//build/toolchain/host:linux_arm_gcc)
2340   restat = 1
2341
2342 build gen/TestSessionIDAllocator.driver.cpp: __src_protocols_secure_channel_tests_TestSessionIDAllocator_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/protocols/secure_channel/tests/TestSessionIDAllocator.cpp
2343
2344 build obj/src/protocols/secure_channel/tests/TestSessionIDAllocator_generate_driver.stamp: stamp gen/TestSessionIDAllocator.driver.cpp
2345 build obj/src/protocols/secure_channel/tests/TestSessionIDAllocator_lib.stamp: stamp
2346 rule __src_protocols_secure_channel_tests_TestSessionIDAllocator_run___build_toolchain_host_linux_arm_gcc__rule
2347   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/protocols/secure_channel/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/protocols/secure_channel/tests/TestSessionIDAllocator_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestSessionIDAllocator
2348   description = ACTION //src/protocols/secure_channel/tests:TestSessionIDAllocator_run(//build/toolchain/host:linux_arm_gcc)
2349   restat = 1
2350
2351 build gen/src/protocols/secure_channel/tests/TestSessionIDAllocator_run.pw_pystamp: __src_protocols_secure_channel_tests_TestSessionIDAllocator_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestSessionIDAllocator
2352
2353 build obj/src/protocols/secure_channel/tests/TestSessionIDAllocator_run.stamp: stamp gen/src/protocols/secure_channel/tests/TestSessionIDAllocator_run.pw_pystamp
2354 subninja obj/src/protocols/secure_channel/tests/TestStatusReport.ninja
2355 rule __src_protocols_secure_channel_tests_TestStatusReport_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2356   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/protocols/secure_channel/tests/TestStatusReport.cpp --output_file=gen/TestStatusReport.driver.cpp
2357   description = ACTION //src/protocols/secure_channel/tests:TestStatusReport_generate_driver(//build/toolchain/host:linux_arm_gcc)
2358   restat = 1
2359
2360 build gen/TestStatusReport.driver.cpp: __src_protocols_secure_channel_tests_TestStatusReport_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/protocols/secure_channel/tests/TestStatusReport.cpp
2361
2362 build obj/src/protocols/secure_channel/tests/TestStatusReport_generate_driver.stamp: stamp gen/TestStatusReport.driver.cpp
2363 build obj/src/protocols/secure_channel/tests/TestStatusReport_lib.stamp: stamp
2364 rule __src_protocols_secure_channel_tests_TestStatusReport_run___build_toolchain_host_linux_arm_gcc__rule
2365   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/protocols/secure_channel/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/protocols/secure_channel/tests/TestStatusReport_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestStatusReport
2366   description = ACTION //src/protocols/secure_channel/tests:TestStatusReport_run(//build/toolchain/host:linux_arm_gcc)
2367   restat = 1
2368
2369 build gen/src/protocols/secure_channel/tests/TestStatusReport_run.pw_pystamp: __src_protocols_secure_channel_tests_TestStatusReport_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestStatusReport
2370
2371 build obj/src/protocols/secure_channel/tests/TestStatusReport_run.stamp: stamp gen/src/protocols/secure_channel/tests/TestStatusReport_run.pw_pystamp
2372 build obj/src/protocols/secure_channel/tests/tests.stamp: stamp tests/TestCASESession tests/TestCASESessionCache tests/TestPASESession tests/TestSessionIDAllocator tests/TestStatusReport
2373 subninja obj/src/protocols/secure_channel/tests/tests_lib.ninja
2374 build obj/src/protocols/secure_channel/tests/tests_run.stamp: stamp obj/src/protocols/secure_channel/tests/TestCASESession_run.stamp obj/src/protocols/secure_channel/tests/TestCASESessionCache_run.stamp obj/src/protocols/secure_channel/tests/TestPASESession_run.stamp obj/src/protocols/secure_channel/tests/TestSessionIDAllocator_run.stamp obj/src/protocols/secure_channel/tests/TestStatusReport_run.stamp
2375 subninja obj/src/protocols/user_directed_commissioning/tests/TestUdcMessages.ninja
2376 rule __src_protocols_user_directed_commissioning_tests_TestUdcMessages_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2377   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/protocols/user_directed_commissioning/tests/TestUdcMessages.cpp --output_file=gen/TestUdcMessages.driver.cpp
2378   description = ACTION //src/protocols/user_directed_commissioning/tests:TestUdcMessages_generate_driver(//build/toolchain/host:linux_arm_gcc)
2379   restat = 1
2380
2381 build gen/TestUdcMessages.driver.cpp: __src_protocols_user_directed_commissioning_tests_TestUdcMessages_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/protocols/user_directed_commissioning/tests/TestUdcMessages.cpp
2382
2383 build obj/src/protocols/user_directed_commissioning/tests/TestUdcMessages_generate_driver.stamp: stamp gen/TestUdcMessages.driver.cpp
2384 build obj/src/protocols/user_directed_commissioning/tests/TestUdcMessages_lib.stamp: stamp
2385 rule __src_protocols_user_directed_commissioning_tests_TestUdcMessages_run___build_toolchain_host_linux_arm_gcc__rule
2386   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/protocols/user_directed_commissioning/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/protocols/user_directed_commissioning/tests/TestUdcMessages_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestUdcMessages
2387   description = ACTION //src/protocols/user_directed_commissioning/tests:TestUdcMessages_run(//build/toolchain/host:linux_arm_gcc)
2388   restat = 1
2389
2390 build gen/src/protocols/user_directed_commissioning/tests/TestUdcMessages_run.pw_pystamp: __src_protocols_user_directed_commissioning_tests_TestUdcMessages_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestUdcMessages
2391
2392 build obj/src/protocols/user_directed_commissioning/tests/TestUdcMessages_run.stamp: stamp gen/src/protocols/user_directed_commissioning/tests/TestUdcMessages_run.pw_pystamp
2393 build obj/src/protocols/user_directed_commissioning/tests/tests.stamp: stamp tests/TestUdcMessages
2394 subninja obj/src/protocols/user_directed_commissioning/tests/tests_lib.ninja
2395 build obj/src/protocols/user_directed_commissioning/tests/tests_run.stamp: stamp obj/src/protocols/user_directed_commissioning/tests/TestUdcMessages_run.stamp
2396 subninja obj/src/qrcodetool/qrcodetool.ninja
2397 subninja obj/src/setup_payload/additional_data_payload.ninja
2398 subninja obj/src/setup_payload/additional_data_payload_buildconfig.ninja
2399 rule __src_setup_payload_gen_additional_data_payload_buildconfig___build_toolchain_host_linux_arm_gcc__rule
2400   rspfile = __src_setup_payload_gen_additional_data_payload_buildconfig___build_toolchain_host_linux_arm_gcc__rule.rsp
2401   rspfile_content = --defines CHIP_ENABLE_ROTATING_DEVICE_ID=false
2402   command = python3 ../../build/chip/write_buildconfig_header.py --output setup_payload/CHIPAdditionalDataPayloadBuildConfig.h --rulename //src/setup_payload$:gen_additional_data_payload_buildconfig --gen-dir gen/include --definitions ${rspfile}
2403   description = ACTION //src/setup_payload:gen_additional_data_payload_buildconfig(//build/toolchain/host:linux_arm_gcc)
2404   restat = 1
2405
2406 build gen/include/setup_payload/CHIPAdditionalDataPayloadBuildConfig.h: __src_setup_payload_gen_additional_data_payload_buildconfig___build_toolchain_host_linux_arm_gcc__rule | ../../build/chip/write_buildconfig_header.py
2407
2408 build obj/src/setup_payload/gen_additional_data_payload_buildconfig.stamp: stamp gen/include/setup_payload/CHIPAdditionalDataPayloadBuildConfig.h
2409 subninja obj/src/setup_payload/setup_payload.ninja
2410 subninja obj/src/setup_payload/tests/TestAdditionalDataPayload.ninja
2411 rule __src_setup_payload_tests_TestAdditionalDataPayload_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2412   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/setup_payload/tests/TestAdditionalDataPayload.cpp --output_file=gen/TestAdditionalDataPayload.driver.cpp
2413   description = ACTION //src/setup_payload/tests:TestAdditionalDataPayload_generate_driver(//build/toolchain/host:linux_arm_gcc)
2414   restat = 1
2415
2416 build gen/TestAdditionalDataPayload.driver.cpp: __src_setup_payload_tests_TestAdditionalDataPayload_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/setup_payload/tests/TestAdditionalDataPayload.cpp
2417
2418 build obj/src/setup_payload/tests/TestAdditionalDataPayload_generate_driver.stamp: stamp gen/TestAdditionalDataPayload.driver.cpp
2419 build obj/src/setup_payload/tests/TestAdditionalDataPayload_lib.stamp: stamp
2420 rule __src_setup_payload_tests_TestAdditionalDataPayload_run___build_toolchain_host_linux_arm_gcc__rule
2421   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/setup_payload/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/setup_payload/tests/TestAdditionalDataPayload_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestAdditionalDataPayload
2422   description = ACTION //src/setup_payload/tests:TestAdditionalDataPayload_run(//build/toolchain/host:linux_arm_gcc)
2423   restat = 1
2424
2425 build gen/src/setup_payload/tests/TestAdditionalDataPayload_run.pw_pystamp: __src_setup_payload_tests_TestAdditionalDataPayload_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestAdditionalDataPayload
2426
2427 build obj/src/setup_payload/tests/TestAdditionalDataPayload_run.stamp: stamp gen/src/setup_payload/tests/TestAdditionalDataPayload_run.pw_pystamp
2428 subninja obj/src/setup_payload/tests/TestManualCode.ninja
2429 rule __src_setup_payload_tests_TestManualCode_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2430   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/setup_payload/tests/TestManualCode.cpp --output_file=gen/TestManualCode.driver.cpp
2431   description = ACTION //src/setup_payload/tests:TestManualCode_generate_driver(//build/toolchain/host:linux_arm_gcc)
2432   restat = 1
2433
2434 build gen/TestManualCode.driver.cpp: __src_setup_payload_tests_TestManualCode_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/setup_payload/tests/TestManualCode.cpp
2435
2436 build obj/src/setup_payload/tests/TestManualCode_generate_driver.stamp: stamp gen/TestManualCode.driver.cpp
2437 build obj/src/setup_payload/tests/TestManualCode_lib.stamp: stamp
2438 rule __src_setup_payload_tests_TestManualCode_run___build_toolchain_host_linux_arm_gcc__rule
2439   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/setup_payload/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/setup_payload/tests/TestManualCode_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestManualCode
2440   description = ACTION //src/setup_payload/tests:TestManualCode_run(//build/toolchain/host:linux_arm_gcc)
2441   restat = 1
2442
2443 build gen/src/setup_payload/tests/TestManualCode_run.pw_pystamp: __src_setup_payload_tests_TestManualCode_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestManualCode
2444
2445 build obj/src/setup_payload/tests/TestManualCode_run.stamp: stamp gen/src/setup_payload/tests/TestManualCode_run.pw_pystamp
2446 subninja obj/src/setup_payload/tests/TestQRCode.ninja
2447 subninja obj/src/setup_payload/tests/TestQRCodeTLV.ninja
2448 rule __src_setup_payload_tests_TestQRCodeTLV_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2449   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/setup_payload/tests/TestQRCodeTLV.cpp --output_file=gen/TestQRCodeTLV.driver.cpp
2450   description = ACTION //src/setup_payload/tests:TestQRCodeTLV_generate_driver(//build/toolchain/host:linux_arm_gcc)
2451   restat = 1
2452
2453 build gen/TestQRCodeTLV.driver.cpp: __src_setup_payload_tests_TestQRCodeTLV_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/setup_payload/tests/TestQRCodeTLV.cpp
2454
2455 build obj/src/setup_payload/tests/TestQRCodeTLV_generate_driver.stamp: stamp gen/TestQRCodeTLV.driver.cpp
2456 build obj/src/setup_payload/tests/TestQRCodeTLV_lib.stamp: stamp
2457 rule __src_setup_payload_tests_TestQRCodeTLV_run___build_toolchain_host_linux_arm_gcc__rule
2458   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/setup_payload/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/setup_payload/tests/TestQRCodeTLV_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestQRCodeTLV
2459   description = ACTION //src/setup_payload/tests:TestQRCodeTLV_run(//build/toolchain/host:linux_arm_gcc)
2460   restat = 1
2461
2462 build gen/src/setup_payload/tests/TestQRCodeTLV_run.pw_pystamp: __src_setup_payload_tests_TestQRCodeTLV_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestQRCodeTLV
2463
2464 build obj/src/setup_payload/tests/TestQRCodeTLV_run.stamp: stamp gen/src/setup_payload/tests/TestQRCodeTLV_run.pw_pystamp
2465 rule __src_setup_payload_tests_TestQRCode_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2466   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/setup_payload/tests/TestQRCode.cpp --output_file=gen/TestQRCode.driver.cpp
2467   description = ACTION //src/setup_payload/tests:TestQRCode_generate_driver(//build/toolchain/host:linux_arm_gcc)
2468   restat = 1
2469
2470 build gen/TestQRCode.driver.cpp: __src_setup_payload_tests_TestQRCode_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/setup_payload/tests/TestQRCode.cpp
2471
2472 build obj/src/setup_payload/tests/TestQRCode_generate_driver.stamp: stamp gen/TestQRCode.driver.cpp
2473 build obj/src/setup_payload/tests/TestQRCode_lib.stamp: stamp
2474 rule __src_setup_payload_tests_TestQRCode_run___build_toolchain_host_linux_arm_gcc__rule
2475   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/setup_payload/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/setup_payload/tests/TestQRCode_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestQRCode
2476   description = ACTION //src/setup_payload/tests:TestQRCode_run(//build/toolchain/host:linux_arm_gcc)
2477   restat = 1
2478
2479 build gen/src/setup_payload/tests/TestQRCode_run.pw_pystamp: __src_setup_payload_tests_TestQRCode_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestQRCode
2480
2481 build obj/src/setup_payload/tests/TestQRCode_run.stamp: stamp gen/src/setup_payload/tests/TestQRCode_run.pw_pystamp
2482 build obj/src/setup_payload/tests/tests.stamp: stamp tests/TestAdditionalDataPayload tests/TestManualCode tests/TestQRCode tests/TestQRCodeTLV
2483 subninja obj/src/setup_payload/tests/tests_lib.ninja
2484 build obj/src/setup_payload/tests/tests_run.stamp: stamp obj/src/setup_payload/tests/TestAdditionalDataPayload_run.stamp obj/src/setup_payload/tests/TestManualCode_run.stamp obj/src/setup_payload/tests/TestQRCode_run.stamp obj/src/setup_payload/tests/TestQRCodeTLV_run.stamp
2485 rule __src_system_gen_system_buildconfig___build_toolchain_host_linux_arm_gcc__rule
2486   rspfile = __src_system_gen_system_buildconfig___build_toolchain_host_linux_arm_gcc__rule.rsp
2487   rspfile_content = --defines CONFIG_DEVICE_LAYER=true CHIP_SYSTEM_CONFIG_TEST=true CHIP_WITH_NLFAULTINJECTION=true CHIP_SYSTEM_CONFIG_USE_DISPATCH=false CHIP_SYSTEM_CONFIG_USE_LWIP=false CHIP_SYSTEM_CONFIG_USE_OPEN_THREAD_UDP=false CHIP_SYSTEM_CONFIG_USE_SOCKETS=true CHIP_SYSTEM_CONFIG_USE_NETWORK_FRAMEWORK=false CHIP_SYSTEM_CONFIG_POSIX_LOCKING=true CHIP_SYSTEM_CONFIG_FREERTOS_LOCKING=false CHIP_SYSTEM_CONFIG_MBED_LOCKING=false CHIP_SYSTEM_CONFIG_NO_LOCKING=false CHIP_SYSTEM_CONFIG_PROVIDE_STATISTICS=true HAVE_CLOCK_GETTIME=true HAVE_CLOCK_SETTIME=true HAVE_GETTIMEOFDAY=false HAVE_SYS_TIME_H=true HAVE_NETINET_ICMP6_H=true HAVE_ICMP6_FILTER=true CONFIG_HAVE_VCBPRINTF=false CONFIG_HAVE_VSNPRINTF_EX=false HAVE_SYS_SOCKET_H=true CHIP_PROJECT_CONFIG_INCLUDE=\<CHIPProjectConfig.h\> CHIP_PLATFORM_CONFIG_INCLUDE=\<platform/Tizen/CHIPPlatformConfig.h\> SYSTEM_PROJECT_CONFIG_INCLUDE=\<SystemProjectConfig.h\> SYSTEM_PLATFORM_CONFIG_INCLUDE=\<platform/Tizen/SystemPlatformConfig.h\> CHIP_SYSTEM_LAYER_IMPL_CONFIG_FILE=\<system/SystemLayerImplSelect.h\>
2488   command = python3 ../../build/chip/write_buildconfig_header.py --output system/SystemBuildConfig.h --rulename //src/system$:gen_system_buildconfig --gen-dir gen/include --definitions ${rspfile}
2489   description = ACTION //src/system:gen_system_buildconfig(//build/toolchain/host:linux_arm_gcc)
2490   restat = 1
2491
2492 build gen/include/system/SystemBuildConfig.h: __src_system_gen_system_buildconfig___build_toolchain_host_linux_arm_gcc__rule | ../../build/chip/write_buildconfig_header.py
2493
2494 build obj/src/system/gen_system_buildconfig.stamp: stamp gen/include/system/SystemBuildConfig.h
2495 subninja obj/src/system/system.ninja
2496 subninja obj/src/system/system_buildconfig.ninja
2497 subninja obj/src/system/system_config_header.ninja
2498 subninja obj/src/system/tests/TestSystemClock.ninja
2499 rule __src_system_tests_TestSystemClock_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2500   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/system/tests/TestSystemClock.cpp --output_file=gen/TestSystemClock.driver.cpp
2501   description = ACTION //src/system/tests:TestSystemClock_generate_driver(//build/toolchain/host:linux_arm_gcc)
2502   restat = 1
2503
2504 build gen/TestSystemClock.driver.cpp: __src_system_tests_TestSystemClock_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/system/tests/TestSystemClock.cpp
2505
2506 build obj/src/system/tests/TestSystemClock_generate_driver.stamp: stamp gen/TestSystemClock.driver.cpp
2507 build obj/src/system/tests/TestSystemClock_lib.stamp: stamp
2508 rule __src_system_tests_TestSystemClock_run___build_toolchain_host_linux_arm_gcc__rule
2509   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/system/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/system/tests/TestSystemClock_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestSystemClock
2510   description = ACTION //src/system/tests:TestSystemClock_run(//build/toolchain/host:linux_arm_gcc)
2511   restat = 1
2512
2513 build gen/src/system/tests/TestSystemClock_run.pw_pystamp: __src_system_tests_TestSystemClock_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestSystemClock
2514
2515 build obj/src/system/tests/TestSystemClock_run.stamp: stamp gen/src/system/tests/TestSystemClock_run.pw_pystamp
2516 subninja obj/src/system/tests/TestSystemErrorStr.ninja
2517 rule __src_system_tests_TestSystemErrorStr_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2518   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/system/tests/TestSystemErrorStr.cpp --output_file=gen/TestSystemErrorStr.driver.cpp
2519   description = ACTION //src/system/tests:TestSystemErrorStr_generate_driver(//build/toolchain/host:linux_arm_gcc)
2520   restat = 1
2521
2522 build gen/TestSystemErrorStr.driver.cpp: __src_system_tests_TestSystemErrorStr_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/system/tests/TestSystemErrorStr.cpp
2523
2524 build obj/src/system/tests/TestSystemErrorStr_generate_driver.stamp: stamp gen/TestSystemErrorStr.driver.cpp
2525 build obj/src/system/tests/TestSystemErrorStr_lib.stamp: stamp
2526 rule __src_system_tests_TestSystemErrorStr_run___build_toolchain_host_linux_arm_gcc__rule
2527   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/system/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/system/tests/TestSystemErrorStr_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestSystemErrorStr
2528   description = ACTION //src/system/tests:TestSystemErrorStr_run(//build/toolchain/host:linux_arm_gcc)
2529   restat = 1
2530
2531 build gen/src/system/tests/TestSystemErrorStr_run.pw_pystamp: __src_system_tests_TestSystemErrorStr_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestSystemErrorStr
2532
2533 build obj/src/system/tests/TestSystemErrorStr_run.stamp: stamp gen/src/system/tests/TestSystemErrorStr_run.pw_pystamp
2534 subninja obj/src/system/tests/TestSystemPacketBuffer.ninja
2535 rule __src_system_tests_TestSystemPacketBuffer_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2536   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/system/tests/TestSystemPacketBuffer.cpp --output_file=gen/TestSystemPacketBuffer.driver.cpp
2537   description = ACTION //src/system/tests:TestSystemPacketBuffer_generate_driver(//build/toolchain/host:linux_arm_gcc)
2538   restat = 1
2539
2540 build gen/TestSystemPacketBuffer.driver.cpp: __src_system_tests_TestSystemPacketBuffer_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/system/tests/TestSystemPacketBuffer.cpp
2541
2542 build obj/src/system/tests/TestSystemPacketBuffer_generate_driver.stamp: stamp gen/TestSystemPacketBuffer.driver.cpp
2543 build obj/src/system/tests/TestSystemPacketBuffer_lib.stamp: stamp
2544 rule __src_system_tests_TestSystemPacketBuffer_run___build_toolchain_host_linux_arm_gcc__rule
2545   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/system/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/system/tests/TestSystemPacketBuffer_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestSystemPacketBuffer
2546   description = ACTION //src/system/tests:TestSystemPacketBuffer_run(//build/toolchain/host:linux_arm_gcc)
2547   restat = 1
2548
2549 build gen/src/system/tests/TestSystemPacketBuffer_run.pw_pystamp: __src_system_tests_TestSystemPacketBuffer_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestSystemPacketBuffer
2550
2551 build obj/src/system/tests/TestSystemPacketBuffer_run.stamp: stamp gen/src/system/tests/TestSystemPacketBuffer_run.pw_pystamp
2552 subninja obj/src/system/tests/TestSystemScheduleLambda.ninja
2553 rule __src_system_tests_TestSystemScheduleLambda_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2554   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/system/tests/TestSystemScheduleLambda.cpp --output_file=gen/TestSystemScheduleLambda.driver.cpp
2555   description = ACTION //src/system/tests:TestSystemScheduleLambda_generate_driver(//build/toolchain/host:linux_arm_gcc)
2556   restat = 1
2557
2558 build gen/TestSystemScheduleLambda.driver.cpp: __src_system_tests_TestSystemScheduleLambda_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/system/tests/TestSystemScheduleLambda.cpp
2559
2560 build obj/src/system/tests/TestSystemScheduleLambda_generate_driver.stamp: stamp gen/TestSystemScheduleLambda.driver.cpp
2561 build obj/src/system/tests/TestSystemScheduleLambda_lib.stamp: stamp
2562 rule __src_system_tests_TestSystemScheduleLambda_run___build_toolchain_host_linux_arm_gcc__rule
2563   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/system/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/system/tests/TestSystemScheduleLambda_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestSystemScheduleLambda
2564   description = ACTION //src/system/tests:TestSystemScheduleLambda_run(//build/toolchain/host:linux_arm_gcc)
2565   restat = 1
2566
2567 build gen/src/system/tests/TestSystemScheduleLambda_run.pw_pystamp: __src_system_tests_TestSystemScheduleLambda_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestSystemScheduleLambda
2568
2569 build obj/src/system/tests/TestSystemScheduleLambda_run.stamp: stamp gen/src/system/tests/TestSystemScheduleLambda_run.pw_pystamp
2570 subninja obj/src/system/tests/TestSystemTimer.ninja
2571 rule __src_system_tests_TestSystemTimer_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2572   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/system/tests/TestSystemTimer.cpp --output_file=gen/TestSystemTimer.driver.cpp
2573   description = ACTION //src/system/tests:TestSystemTimer_generate_driver(//build/toolchain/host:linux_arm_gcc)
2574   restat = 1
2575
2576 build gen/TestSystemTimer.driver.cpp: __src_system_tests_TestSystemTimer_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/system/tests/TestSystemTimer.cpp
2577
2578 build obj/src/system/tests/TestSystemTimer_generate_driver.stamp: stamp gen/TestSystemTimer.driver.cpp
2579 build obj/src/system/tests/TestSystemTimer_lib.stamp: stamp
2580 rule __src_system_tests_TestSystemTimer_run___build_toolchain_host_linux_arm_gcc__rule
2581   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/system/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/system/tests/TestSystemTimer_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestSystemTimer
2582   description = ACTION //src/system/tests:TestSystemTimer_run(//build/toolchain/host:linux_arm_gcc)
2583   restat = 1
2584
2585 build gen/src/system/tests/TestSystemTimer_run.pw_pystamp: __src_system_tests_TestSystemTimer_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestSystemTimer
2586
2587 build obj/src/system/tests/TestSystemTimer_run.stamp: stamp gen/src/system/tests/TestSystemTimer_run.pw_pystamp
2588 subninja obj/src/system/tests/TestSystemWakeEvent.ninja
2589 rule __src_system_tests_TestSystemWakeEvent_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2590   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/system/tests/TestSystemWakeEvent.cpp --output_file=gen/TestSystemWakeEvent.driver.cpp
2591   description = ACTION //src/system/tests:TestSystemWakeEvent_generate_driver(//build/toolchain/host:linux_arm_gcc)
2592   restat = 1
2593
2594 build gen/TestSystemWakeEvent.driver.cpp: __src_system_tests_TestSystemWakeEvent_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/system/tests/TestSystemWakeEvent.cpp
2595
2596 build obj/src/system/tests/TestSystemWakeEvent_generate_driver.stamp: stamp gen/TestSystemWakeEvent.driver.cpp
2597 build obj/src/system/tests/TestSystemWakeEvent_lib.stamp: stamp
2598 rule __src_system_tests_TestSystemWakeEvent_run___build_toolchain_host_linux_arm_gcc__rule
2599   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/system/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/system/tests/TestSystemWakeEvent_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestSystemWakeEvent
2600   description = ACTION //src/system/tests:TestSystemWakeEvent_run(//build/toolchain/host:linux_arm_gcc)
2601   restat = 1
2602
2603 build gen/src/system/tests/TestSystemWakeEvent_run.pw_pystamp: __src_system_tests_TestSystemWakeEvent_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestSystemWakeEvent
2604
2605 build obj/src/system/tests/TestSystemWakeEvent_run.stamp: stamp gen/src/system/tests/TestSystemWakeEvent_run.pw_pystamp
2606 subninja obj/src/system/tests/TestTimeSource.ninja
2607 rule __src_system_tests_TestTimeSource_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2608   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/system/tests/TestTimeSource.cpp --output_file=gen/TestTimeSource.driver.cpp
2609   description = ACTION //src/system/tests:TestTimeSource_generate_driver(//build/toolchain/host:linux_arm_gcc)
2610   restat = 1
2611
2612 build gen/TestTimeSource.driver.cpp: __src_system_tests_TestTimeSource_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/system/tests/TestTimeSource.cpp
2613
2614 build obj/src/system/tests/TestTimeSource_generate_driver.stamp: stamp gen/TestTimeSource.driver.cpp
2615 build obj/src/system/tests/TestTimeSource_lib.stamp: stamp
2616 rule __src_system_tests_TestTimeSource_run___build_toolchain_host_linux_arm_gcc__rule
2617   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/system/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/system/tests/TestTimeSource_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestTimeSource
2618   description = ACTION //src/system/tests:TestTimeSource_run(//build/toolchain/host:linux_arm_gcc)
2619   restat = 1
2620
2621 build gen/src/system/tests/TestTimeSource_run.pw_pystamp: __src_system_tests_TestTimeSource_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestTimeSource
2622
2623 build obj/src/system/tests/TestTimeSource_run.stamp: stamp gen/src/system/tests/TestTimeSource_run.pw_pystamp
2624 build obj/src/system/tests/tests.stamp: stamp tests/TestSystemClock tests/TestSystemErrorStr tests/TestSystemPacketBuffer tests/TestSystemScheduleLambda tests/TestSystemTimer tests/TestSystemWakeEvent tests/TestTimeSource
2625 subninja obj/src/system/tests/tests_lib.ninja
2626 build obj/src/system/tests/tests_run.stamp: stamp obj/src/system/tests/TestSystemClock_run.stamp obj/src/system/tests/TestSystemErrorStr_run.stamp obj/src/system/tests/TestSystemPacketBuffer_run.stamp obj/src/system/tests/TestSystemScheduleLambda_run.stamp obj/src/system/tests/TestSystemTimer_run.stamp obj/src/system/tests/TestSystemWakeEvent_run.stamp obj/src/system/tests/TestTimeSource_run.stamp
2627 subninja obj/src/tools/chip-cert/chip-cert.ninja
2628 subninja obj/src/tools/spake2p/spake2p.ninja
2629 subninja obj/src/trace/trace.ninja
2630 subninja obj/src/transport/transport.ninja
2631 subninja obj/src/transport/raw/raw.ninja
2632 subninja obj/src/transport/raw/tests/TestMessageHeader.ninja
2633 rule __src_transport_raw_tests_TestMessageHeader_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2634   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/transport/raw/tests/TestMessageHeader.cpp --output_file=gen/TestMessageHeader.driver.cpp
2635   description = ACTION //src/transport/raw/tests:TestMessageHeader_generate_driver(//build/toolchain/host:linux_arm_gcc)
2636   restat = 1
2637
2638 build gen/TestMessageHeader.driver.cpp: __src_transport_raw_tests_TestMessageHeader_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/transport/raw/tests/TestMessageHeader.cpp
2639
2640 build obj/src/transport/raw/tests/TestMessageHeader_generate_driver.stamp: stamp gen/TestMessageHeader.driver.cpp
2641 build obj/src/transport/raw/tests/TestMessageHeader_lib.stamp: stamp
2642 rule __src_transport_raw_tests_TestMessageHeader_run___build_toolchain_host_linux_arm_gcc__rule
2643   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/transport/raw/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/transport/raw/tests/TestMessageHeader_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestMessageHeader
2644   description = ACTION //src/transport/raw/tests:TestMessageHeader_run(//build/toolchain/host:linux_arm_gcc)
2645   restat = 1
2646
2647 build gen/src/transport/raw/tests/TestMessageHeader_run.pw_pystamp: __src_transport_raw_tests_TestMessageHeader_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestMessageHeader
2648
2649 build obj/src/transport/raw/tests/TestMessageHeader_run.stamp: stamp gen/src/transport/raw/tests/TestMessageHeader_run.pw_pystamp
2650 subninja obj/src/transport/raw/tests/TestPeerAddress.ninja
2651 rule __src_transport_raw_tests_TestPeerAddress_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2652   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/transport/raw/tests/TestPeerAddress.cpp --output_file=gen/TestPeerAddress.driver.cpp
2653   description = ACTION //src/transport/raw/tests:TestPeerAddress_generate_driver(//build/toolchain/host:linux_arm_gcc)
2654   restat = 1
2655
2656 build gen/TestPeerAddress.driver.cpp: __src_transport_raw_tests_TestPeerAddress_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/transport/raw/tests/TestPeerAddress.cpp
2657
2658 build obj/src/transport/raw/tests/TestPeerAddress_generate_driver.stamp: stamp gen/TestPeerAddress.driver.cpp
2659 build obj/src/transport/raw/tests/TestPeerAddress_lib.stamp: stamp
2660 rule __src_transport_raw_tests_TestPeerAddress_run___build_toolchain_host_linux_arm_gcc__rule
2661   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/transport/raw/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/transport/raw/tests/TestPeerAddress_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestPeerAddress
2662   description = ACTION //src/transport/raw/tests:TestPeerAddress_run(//build/toolchain/host:linux_arm_gcc)
2663   restat = 1
2664
2665 build gen/src/transport/raw/tests/TestPeerAddress_run.pw_pystamp: __src_transport_raw_tests_TestPeerAddress_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestPeerAddress
2666
2667 build obj/src/transport/raw/tests/TestPeerAddress_run.stamp: stamp gen/src/transport/raw/tests/TestPeerAddress_run.pw_pystamp
2668 subninja obj/src/transport/raw/tests/TestTCP.ninja
2669 rule __src_transport_raw_tests_TestTCP_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2670   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/transport/raw/tests/TestTCP.cpp --output_file=gen/TestTCP.driver.cpp
2671   description = ACTION //src/transport/raw/tests:TestTCP_generate_driver(//build/toolchain/host:linux_arm_gcc)
2672   restat = 1
2673
2674 build gen/TestTCP.driver.cpp: __src_transport_raw_tests_TestTCP_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/transport/raw/tests/TestTCP.cpp
2675
2676 build obj/src/transport/raw/tests/TestTCP_generate_driver.stamp: stamp gen/TestTCP.driver.cpp
2677 build obj/src/transport/raw/tests/TestTCP_lib.stamp: stamp
2678 rule __src_transport_raw_tests_TestTCP_run___build_toolchain_host_linux_arm_gcc__rule
2679   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/transport/raw/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/transport/raw/tests/TestTCP_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestTCP
2680   description = ACTION //src/transport/raw/tests:TestTCP_run(//build/toolchain/host:linux_arm_gcc)
2681   restat = 1
2682
2683 build gen/src/transport/raw/tests/TestTCP_run.pw_pystamp: __src_transport_raw_tests_TestTCP_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestTCP
2684
2685 build obj/src/transport/raw/tests/TestTCP_run.stamp: stamp gen/src/transport/raw/tests/TestTCP_run.pw_pystamp
2686 subninja obj/src/transport/raw/tests/helpers.ninja
2687 build obj/src/transport/raw/tests/tests.stamp: stamp tests/TestMessageHeader tests/TestPeerAddress tests/TestTCP
2688 subninja obj/src/transport/raw/tests/tests_lib.ninja
2689 build obj/src/transport/raw/tests/tests_run.stamp: stamp obj/src/transport/raw/tests/TestMessageHeader_run.stamp obj/src/transport/raw/tests/TestPeerAddress_run.stamp obj/src/transport/raw/tests/TestTCP_run.stamp
2690 subninja obj/src/transport/retransmit/retransmit.ninja
2691 subninja obj/src/transport/retransmit/tests/TestCache.ninja
2692 build obj/src/transport/retransmit/tests/TestCache_lib.stamp: stamp
2693 rule __src_transport_retransmit_tests_TestCache_run___build_toolchain_host_linux_arm_gcc__rule
2694   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/transport/retransmit/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/transport/retransmit/tests/TestCache_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestCache
2695   description = ACTION //src/transport/retransmit/tests:TestCache_run(//build/toolchain/host:linux_arm_gcc)
2696   restat = 1
2697
2698 build gen/src/transport/retransmit/tests/TestCache_run.pw_pystamp: __src_transport_retransmit_tests_TestCache_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestCache
2699
2700 build obj/src/transport/retransmit/tests/TestCache_run.stamp: stamp gen/src/transport/retransmit/tests/TestCache_run.pw_pystamp
2701 build obj/src/transport/retransmit/tests/tests.stamp: stamp tests/TestCache
2702 subninja obj/src/transport/retransmit/tests/tests_lib.ninja
2703 build obj/src/transport/retransmit/tests/tests_run.stamp: stamp obj/src/transport/retransmit/tests/TestCache_run.stamp
2704 subninja obj/src/transport/tests/TestGroupMessageCounter.ninja
2705 rule __src_transport_tests_TestGroupMessageCounter_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2706   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/transport/tests/TestGroupMessageCounter.cpp --output_file=gen/TestGroupMessageCounter.driver.cpp
2707   description = ACTION //src/transport/tests:TestGroupMessageCounter_generate_driver(//build/toolchain/host:linux_arm_gcc)
2708   restat = 1
2709
2710 build gen/TestGroupMessageCounter.driver.cpp: __src_transport_tests_TestGroupMessageCounter_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/transport/tests/TestGroupMessageCounter.cpp
2711
2712 build obj/src/transport/tests/TestGroupMessageCounter_generate_driver.stamp: stamp gen/TestGroupMessageCounter.driver.cpp
2713 build obj/src/transport/tests/TestGroupMessageCounter_lib.stamp: stamp
2714 rule __src_transport_tests_TestGroupMessageCounter_run___build_toolchain_host_linux_arm_gcc__rule
2715   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/transport/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/transport/tests/TestGroupMessageCounter_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestGroupMessageCounter
2716   description = ACTION //src/transport/tests:TestGroupMessageCounter_run(//build/toolchain/host:linux_arm_gcc)
2717   restat = 1
2718
2719 build gen/src/transport/tests/TestGroupMessageCounter_run.pw_pystamp: __src_transport_tests_TestGroupMessageCounter_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestGroupMessageCounter
2720
2721 build obj/src/transport/tests/TestGroupMessageCounter_run.stamp: stamp gen/src/transport/tests/TestGroupMessageCounter_run.pw_pystamp
2722 subninja obj/src/transport/tests/TestPairingSession.ninja
2723 rule __src_transport_tests_TestPairingSession_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2724   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/transport/tests/TestPairingSession.cpp --output_file=gen/TestPairingSession.driver.cpp
2725   description = ACTION //src/transport/tests:TestPairingSession_generate_driver(//build/toolchain/host:linux_arm_gcc)
2726   restat = 1
2727
2728 build gen/TestPairingSession.driver.cpp: __src_transport_tests_TestPairingSession_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/transport/tests/TestPairingSession.cpp
2729
2730 build obj/src/transport/tests/TestPairingSession_generate_driver.stamp: stamp gen/TestPairingSession.driver.cpp
2731 build obj/src/transport/tests/TestPairingSession_lib.stamp: stamp
2732 rule __src_transport_tests_TestPairingSession_run___build_toolchain_host_linux_arm_gcc__rule
2733   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/transport/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/transport/tests/TestPairingSession_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestPairingSession
2734   description = ACTION //src/transport/tests:TestPairingSession_run(//build/toolchain/host:linux_arm_gcc)
2735   restat = 1
2736
2737 build gen/src/transport/tests/TestPairingSession_run.pw_pystamp: __src_transport_tests_TestPairingSession_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestPairingSession
2738
2739 build obj/src/transport/tests/TestPairingSession_run.stamp: stamp gen/src/transport/tests/TestPairingSession_run.pw_pystamp
2740 subninja obj/src/transport/tests/TestPeerConnections.ninja
2741 rule __src_transport_tests_TestPeerConnections_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2742   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/transport/tests/TestPeerConnections.cpp --output_file=gen/TestPeerConnections.driver.cpp
2743   description = ACTION //src/transport/tests:TestPeerConnections_generate_driver(//build/toolchain/host:linux_arm_gcc)
2744   restat = 1
2745
2746 build gen/TestPeerConnections.driver.cpp: __src_transport_tests_TestPeerConnections_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/transport/tests/TestPeerConnections.cpp
2747
2748 build obj/src/transport/tests/TestPeerConnections_generate_driver.stamp: stamp gen/TestPeerConnections.driver.cpp
2749 build obj/src/transport/tests/TestPeerConnections_lib.stamp: stamp
2750 rule __src_transport_tests_TestPeerConnections_run___build_toolchain_host_linux_arm_gcc__rule
2751   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/transport/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/transport/tests/TestPeerConnections_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestPeerConnections
2752   description = ACTION //src/transport/tests:TestPeerConnections_run(//build/toolchain/host:linux_arm_gcc)
2753   restat = 1
2754
2755 build gen/src/transport/tests/TestPeerConnections_run.pw_pystamp: __src_transport_tests_TestPeerConnections_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestPeerConnections
2756
2757 build obj/src/transport/tests/TestPeerConnections_run.stamp: stamp gen/src/transport/tests/TestPeerConnections_run.pw_pystamp
2758 subninja obj/src/transport/tests/TestPeerMessageCounter.ninja
2759 rule __src_transport_tests_TestPeerMessageCounter_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2760   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/transport/tests/TestPeerMessageCounter.cpp --output_file=gen/TestPeerMessageCounter.driver.cpp
2761   description = ACTION //src/transport/tests:TestPeerMessageCounter_generate_driver(//build/toolchain/host:linux_arm_gcc)
2762   restat = 1
2763
2764 build gen/TestPeerMessageCounter.driver.cpp: __src_transport_tests_TestPeerMessageCounter_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/transport/tests/TestPeerMessageCounter.cpp
2765
2766 build obj/src/transport/tests/TestPeerMessageCounter_generate_driver.stamp: stamp gen/TestPeerMessageCounter.driver.cpp
2767 build obj/src/transport/tests/TestPeerMessageCounter_lib.stamp: stamp
2768 rule __src_transport_tests_TestPeerMessageCounter_run___build_toolchain_host_linux_arm_gcc__rule
2769   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/transport/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/transport/tests/TestPeerMessageCounter_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestPeerMessageCounter
2770   description = ACTION //src/transport/tests:TestPeerMessageCounter_run(//build/toolchain/host:linux_arm_gcc)
2771   restat = 1
2772
2773 build gen/src/transport/tests/TestPeerMessageCounter_run.pw_pystamp: __src_transport_tests_TestPeerMessageCounter_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestPeerMessageCounter
2774
2775 build obj/src/transport/tests/TestPeerMessageCounter_run.stamp: stamp gen/src/transport/tests/TestPeerMessageCounter_run.pw_pystamp
2776 subninja obj/src/transport/tests/TestSecureSession.ninja
2777 rule __src_transport_tests_TestSecureSession_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2778   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/transport/tests/TestSecureSession.cpp --output_file=gen/TestSecureSession.driver.cpp
2779   description = ACTION //src/transport/tests:TestSecureSession_generate_driver(//build/toolchain/host:linux_arm_gcc)
2780   restat = 1
2781
2782 build gen/TestSecureSession.driver.cpp: __src_transport_tests_TestSecureSession_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/transport/tests/TestSecureSession.cpp
2783
2784 build obj/src/transport/tests/TestSecureSession_generate_driver.stamp: stamp gen/TestSecureSession.driver.cpp
2785 build obj/src/transport/tests/TestSecureSession_lib.stamp: stamp
2786 rule __src_transport_tests_TestSecureSession_run___build_toolchain_host_linux_arm_gcc__rule
2787   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/transport/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/transport/tests/TestSecureSession_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestSecureSession
2788   description = ACTION //src/transport/tests:TestSecureSession_run(//build/toolchain/host:linux_arm_gcc)
2789   restat = 1
2790
2791 build gen/src/transport/tests/TestSecureSession_run.pw_pystamp: __src_transport_tests_TestSecureSession_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestSecureSession
2792
2793 build obj/src/transport/tests/TestSecureSession_run.stamp: stamp gen/src/transport/tests/TestSecureSession_run.pw_pystamp
2794 subninja obj/src/transport/tests/TestSessionManager.ninja
2795 rule __src_transport_tests_TestSessionManager_generate_driver___build_toolchain_host_linux_arm_gcc__rule
2796   command = python3 ../../scripts/gen_test_driver.py --input_file=../../src/transport/tests/TestSessionManager.cpp --output_file=gen/TestSessionManager.driver.cpp
2797   description = ACTION //src/transport/tests:TestSessionManager_generate_driver(//build/toolchain/host:linux_arm_gcc)
2798   restat = 1
2799
2800 build gen/TestSessionManager.driver.cpp: __src_transport_tests_TestSessionManager_generate_driver___build_toolchain_host_linux_arm_gcc__rule | ../../scripts/gen_test_driver.py ../../src/transport/tests/TestSessionManager.cpp
2801
2802 build obj/src/transport/tests/TestSessionManager_generate_driver.stamp: stamp gen/TestSessionManager.driver.cpp
2803 build obj/src/transport/tests/TestSessionManager_lib.stamp: stamp
2804 rule __src_transport_tests_TestSessionManager_run___build_toolchain_host_linux_arm_gcc__rule
2805   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../src/transport/tests --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/src/transport/tests/TestSessionManager_run.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py --runner ../../third_party/pigweed/repo/targets/host/run_test --test tests/TestSessionManager
2806   description = ACTION //src/transport/tests:TestSessionManager_run(//build/toolchain/host:linux_arm_gcc)
2807   restat = 1
2808
2809 build gen/src/transport/tests/TestSessionManager_run.pw_pystamp: __src_transport_tests_TestSessionManager_run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_unit_test/py/pw_unit_test/test_runner.py tests/TestSessionManager
2810
2811 build obj/src/transport/tests/TestSessionManager_run.stamp: stamp gen/src/transport/tests/TestSessionManager_run.pw_pystamp
2812 build obj/src/transport/tests/tests.stamp: stamp tests/TestGroupMessageCounter tests/TestPairingSession tests/TestPeerConnections tests/TestPeerMessageCounter tests/TestSecureSession tests/TestSessionManager
2813 subninja obj/src/transport/tests/tests_lib.ninja
2814 build obj/src/transport/tests/tests_run.stamp: stamp obj/src/transport/tests/TestGroupMessageCounter_run.stamp obj/src/transport/tests/TestPairingSession_run.stamp obj/src/transport/tests/TestPeerConnections_run.stamp obj/src/transport/tests/TestPeerMessageCounter_run.stamp obj/src/transport/tests/TestSecureSession_run.stamp obj/src/transport/tests/TestSessionManager_run.stamp
2815 subninja obj/third_party/inipp/inipp.ninja
2816 subninja obj/third_party/jsoncpp/jsoncpp.ninja
2817 subninja obj/third_party/mbedtls/mbedtls.ninja
2818 subninja obj/third_party/nlassert/nlassert.ninja
2819 subninja obj/third_party/nlfaultinjection/nlfaultinjection.ninja
2820 subninja obj/third_party/nlio/nlio.ninja
2821 subninja obj/third_party/nlunit-test/nlunit-test.ninja
2822 subninja obj/third_party/pigweed/repo/pw_assert/assert.ninja
2823 subninja obj/third_party/pigweed/repo/pw_assert/assert.facade.ninja
2824 rule __third_party_pigweed_repo_pw_assert_assert_backend_compile_test___build_toolchain_host_linux_arm_gcc__rule
2825   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_assert --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
2826   description = ACTION //third_party/pigweed/repo/pw_assert:assert_backend_compile_test(//build/toolchain/host:linux_arm_gcc)
2827   restat = 1
2828
2829 build gen/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.pw_pystamp: __third_party_pigweed_repo_pw_assert_assert_backend_compile_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
2830
2831 build obj/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.stamp: stamp gen/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.pw_pystamp
2832 subninja obj/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.DISABLED.ninja
2833 rule __third_party_pigweed_repo_pw_assert_assert_backend_compile_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
2834   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_assert --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:assert_backend_compile_test.DISABLED\)\>
2835   description = ACTION //third_party/pigweed/repo/pw_assert:assert_backend_compile_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
2836   restat = 1
2837
2838 build gen/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_assert_assert_backend_compile_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
2839
2840 build obj/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.DISABLED.run.pw_pystamp
2841 build obj/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.DISABLED.run.stamp
2842 rule __third_party_pigweed_repo_pw_assert_assert_backend_compile_test.lib___build_toolchain_host_linux_arm_gcc__rule
2843   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_assert --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
2844   description = ACTION //third_party/pigweed/repo/pw_assert:assert_backend_compile_test.lib(//build/toolchain/host:linux_arm_gcc)
2845   restat = 1
2846
2847 build gen/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_assert_assert_backend_compile_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_assert/assert_backend_compile_test.cc ../../third_party/pigweed/repo/pw_assert/assert_backend_compile_test_c.c ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
2848
2849 build obj/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.lib.pw_pystamp
2850 subninja obj/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.lib.DISABLED.ninja
2851 build obj/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.stamp
2852 subninja obj/third_party/pigweed/repo/pw_assert/assert_facade_test.ninja
2853 subninja obj/third_party/pigweed/repo/pw_assert/assert_facade_test.lib.ninja
2854 rule __third_party_pigweed_repo_pw_assert_assert_facade_test.run___build_toolchain_host_linux_arm_gcc__rule
2855   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_assert --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_assert/assert_facade_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:assert_facade_test\)\>
2856   description = ACTION //third_party/pigweed/repo/pw_assert:assert_facade_test.run(//build/toolchain/host:linux_arm_gcc)
2857   restat = 1
2858
2859 build gen/third_party/pigweed/repo/pw_assert/assert_facade_test.run.pw_pystamp: __third_party_pigweed_repo_pw_assert_assert_facade_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_assert/test/assert_facade_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
2860
2861 build obj/third_party/pigweed/repo/pw_assert/assert_facade_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_assert/assert_facade_test.run.pw_pystamp
2862 build obj/third_party/pigweed/repo/pw_assert/assert_facade_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_assert/assert_facade_test.run.stamp
2863 subninja obj/third_party/pigweed/repo/pw_assert/assert_test.ninja
2864 subninja obj/third_party/pigweed/repo/pw_assert/assert_test.lib.ninja
2865 rule __third_party_pigweed_repo_pw_assert_assert_test.run___build_toolchain_host_linux_arm_gcc__rule
2866   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_assert --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_assert/assert_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:assert_test\)\>
2867   description = ACTION //third_party/pigweed/repo/pw_assert:assert_test.run(//build/toolchain/host:linux_arm_gcc)
2868   restat = 1
2869
2870 build gen/third_party/pigweed/repo/pw_assert/assert_test.run.pw_pystamp: __third_party_pigweed_repo_pw_assert_assert_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_assert/test/assert_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
2871
2872 build obj/third_party/pigweed/repo/pw_assert/assert_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_assert/assert_test.run.pw_pystamp
2873 build obj/third_party/pigweed/repo/pw_assert/assert_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_assert/assert_test.run.stamp
2874 subninja obj/third_party/pigweed/repo/pw_assert/check.ninja
2875 rule __third_party_pigweed_repo_pw_assert_check.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule
2876   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_assert$:check.NO_BACKEND_SET\(//build/toolchain/host$:linux_arm_gcc\) --message Attempted\$ to\$ build\$ the\$ //third_party/pigweed/repo/pw_assert$:check\$ facade\$ with\$ no\$ backend.\\n\\nIf\$ you\$ are\$ using\$ this\$ facade,\$ ensure\$ you\$ have\$ configured\$ a\$ backend\$ \\nproperly.\$ The\$ build\$ arg\$ for\$ the\$ facade\$ must\$ be\$ set\$ to\$ a\$ valid\$ \\nbackend\$ in\$ the\$ toolchain.\$ For\$ example,\$ you\$ may\$ need\$ to\$ add\$ a\$ line\$ \\nlike\$ the\$ following\$ to\$ the\$ toolchain\'s\$ .gni\$ file$:\\n\\n\$ \$ pw_assert_\<FACADE_NAME\>_BACKEND\$ =\$ \"//path/to/the$:backend\"\\n\\nIf\$ you\$ are\$ NOT\$ using\$ this\$ facade,\$ this\$ error\$ may\$ have\$ been\$ triggered\$ \\nby\$ trying\$ to\$ build\$ all\$ targets. --root ../../ --out .
2877   description = ACTION //third_party/pigweed/repo/pw_assert:check.NO_BACKEND_SET(//build/toolchain/host:linux_arm_gcc)
2878   restat = 1
2879
2880 build gen/third_party/pigweed/repo/pw_assert/check.NO_BACKEND_SET.build_error: __third_party_pigweed_repo_pw_assert_check.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
2881
2882 build obj/third_party/pigweed/repo/pw_assert/check.NO_BACKEND_SET.stamp: stamp gen/third_party/pigweed/repo/pw_assert/check.NO_BACKEND_SET.build_error
2883 subninja obj/third_party/pigweed/repo/pw_assert/check.facade.ninja
2884 subninja obj/third_party/pigweed/repo/pw_assert/config.ninja
2885 rule __third_party_pigweed_repo_pw_assert_docs___build_toolchain_host_linux_arm_gcc__rule
2886   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_assert --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_assert/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
2887   description = ACTION //third_party/pigweed/repo/pw_assert:docs(//build/toolchain/host:linux_arm_gcc)
2888   restat = 1
2889
2890 build gen/third_party/pigweed/repo/pw_assert/docs.pw_pystamp: __third_party_pigweed_repo_pw_assert_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_assert/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
2891
2892 build obj/third_party/pigweed/repo/pw_assert/docs.stamp: stamp gen/third_party/pigweed/repo/pw_assert/docs.pw_pystamp
2893 build obj/third_party/pigweed/repo/pw_assert/facade.stamp: stamp obj/third_party/pigweed/repo/pw_assert/assert.stamp obj/third_party/pigweed/repo/pw_assert/check.facade.stamp
2894 build obj/third_party/pigweed/repo/pw_assert/impl.stamp: stamp obj/third_party/pigweed/repo/pw_assert/lite_compatibility_backend.impl.stamp
2895 subninja obj/third_party/pigweed/repo/pw_assert/lite_compatibility_backend.ninja
2896 build obj/third_party/pigweed/repo/pw_assert/lite_compatibility_backend.impl.stamp: stamp
2897 subninja obj/third_party/pigweed/repo/pw_assert/print_and_abort.ninja
2898 build obj/third_party/pigweed/repo/pw_assert/print_and_abort.impl.stamp: stamp
2899 build obj/third_party/pigweed/repo/pw_assert/pw_assert.stamp: stamp obj/third_party/pigweed/repo/pw_assert/assert.stamp obj/third_party/pigweed/repo/pw_assert/check.stamp obj/third_party/pigweed/repo/pw_assert/config.stamp
2900 build obj/third_party/pigweed/repo/pw_assert/pw_assert.facade.stamp: stamp obj/third_party/pigweed/repo/pw_assert/facade.stamp
2901 build obj/third_party/pigweed/repo/pw_assert/tests.stamp: stamp obj/third_party/pigweed/repo/pw_assert/tests_pw_test_group_metadata.stamp
2902 subninja obj/third_party/pigweed/repo/pw_assert/tests.bundle.ninja
2903 subninja obj/third_party/pigweed/repo/pw_assert/tests.bundle.lib.ninja
2904 rule __third_party_pigweed_repo_pw_assert_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
2905   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_assert --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_assert/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
2906   description = ACTION //third_party/pigweed/repo/pw_assert:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
2907   restat = 1
2908
2909 build gen/third_party/pigweed/repo/pw_assert/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_assert_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_assert/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
2910
2911 build obj/third_party/pigweed/repo/pw_assert/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_assert/tests.bundle.run.pw_pystamp
2912 build obj/third_party/pigweed/repo/pw_assert/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_assert/tests.bundle.run.stamp
2913 build obj/third_party/pigweed/repo/pw_assert/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_assert/assert_test.lib.stamp obj/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.lib.stamp obj/third_party/pigweed/repo/pw_assert/assert_facade_test.lib.stamp
2914 build obj/third_party/pigweed/repo/pw_assert/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_assert/tests.stamp obj/third_party/pigweed/repo/pw_assert/assert_test.run.stamp obj/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.run.stamp obj/third_party/pigweed/repo/pw_assert/assert_facade_test.run.stamp
2915 build obj/third_party/pigweed/repo/pw_assert/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_assert/test/assert_test obj/third_party/pigweed/repo/pw_assert/assert_backend_compile_test.stamp obj/third_party/pigweed/repo/pw_assert/test/assert_facade_test
2916 build obj/third_party/pigweed/repo/pw_assert/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_assert/tests.run.stamp
2917 subninja obj/third_party/pigweed/repo/pw_base64/base64_test.ninja
2918 subninja obj/third_party/pigweed/repo/pw_base64/base64_test.lib.ninja
2919 rule __third_party_pigweed_repo_pw_base64_base64_test.run___build_toolchain_host_linux_arm_gcc__rule
2920   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_base64 --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_base64/base64_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:base64_test\)\>
2921   description = ACTION //third_party/pigweed/repo/pw_base64:base64_test.run(//build/toolchain/host:linux_arm_gcc)
2922   restat = 1
2923
2924 build gen/third_party/pigweed/repo/pw_base64/base64_test.run.pw_pystamp: __third_party_pigweed_repo_pw_base64_base64_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_base64/test/base64_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
2925
2926 build obj/third_party/pigweed/repo/pw_base64/base64_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_base64/base64_test.run.pw_pystamp
2927 build obj/third_party/pigweed/repo/pw_base64/base64_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_base64/base64_test.run.stamp
2928 rule __third_party_pigweed_repo_pw_base64_docs___build_toolchain_host_linux_arm_gcc__rule
2929   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_base64 --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_base64/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
2930   description = ACTION //third_party/pigweed/repo/pw_base64:docs(//build/toolchain/host:linux_arm_gcc)
2931   restat = 1
2932
2933 build gen/third_party/pigweed/repo/pw_base64/docs.pw_pystamp: __third_party_pigweed_repo_pw_base64_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_base64/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
2934
2935 build obj/third_party/pigweed/repo/pw_base64/docs.stamp: stamp gen/third_party/pigweed/repo/pw_base64/docs.pw_pystamp
2936 subninja obj/third_party/pigweed/repo/pw_base64/pw_base64.ninja
2937 build obj/third_party/pigweed/repo/pw_base64/tests.stamp: stamp obj/third_party/pigweed/repo/pw_base64/tests_pw_test_group_metadata.stamp
2938 subninja obj/third_party/pigweed/repo/pw_base64/tests.bundle.ninja
2939 subninja obj/third_party/pigweed/repo/pw_base64/tests.bundle.lib.ninja
2940 rule __third_party_pigweed_repo_pw_base64_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
2941   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_base64 --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_base64/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
2942   description = ACTION //third_party/pigweed/repo/pw_base64:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
2943   restat = 1
2944
2945 build gen/third_party/pigweed/repo/pw_base64/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_base64_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_base64/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
2946
2947 build obj/third_party/pigweed/repo/pw_base64/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_base64/tests.bundle.run.pw_pystamp
2948 build obj/third_party/pigweed/repo/pw_base64/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_base64/tests.bundle.run.stamp
2949 build obj/third_party/pigweed/repo/pw_base64/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_base64/base64_test.lib.stamp
2950 build obj/third_party/pigweed/repo/pw_base64/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_base64/tests.stamp obj/third_party/pigweed/repo/pw_base64/base64_test.run.stamp
2951 build obj/third_party/pigweed/repo/pw_base64/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_base64/test/base64_test
2952 build obj/third_party/pigweed/repo/pw_base64/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_base64/tests.run.stamp
2953 build obj/third_party/pigweed/repo/pw_bloat/py/_build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_bloat/py/py._build_wheel.stamp
2954 build obj/third_party/pigweed/repo/pw_bloat/py/_run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_bloat/py/py._run_pip_install.stamp
2955 build obj/third_party/pigweed/repo/pw_bloat/py/install.stamp: stamp obj/third_party/pigweed/repo/pw_bloat/py/py.install.stamp
2956 build obj/third_party/pigweed/repo/pw_bloat/py/lint.stamp: stamp obj/third_party/pigweed/repo/pw_bloat/py/py.lint.stamp
2957 build obj/third_party/pigweed/repo/pw_bloat/py/lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_bloat/py/py.lint.mypy.stamp
2958 build obj/third_party/pigweed/repo/pw_bloat/py/lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_bloat/py/py.lint.pylint.stamp
2959 build obj/third_party/pigweed/repo/pw_bloat/py/py.stamp: stamp python/obj/third_party/pigweed/repo/pw_bloat/py/py.stamp
2960 build obj/third_party/pigweed/repo/pw_bloat/py/py._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_bloat/py/py._build_wheel.stamp
2961 build obj/third_party/pigweed/repo/pw_bloat/py/py._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_bloat/py/py._run_pip_install.stamp
2962 build obj/third_party/pigweed/repo/pw_bloat/py/py.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_bloat/py/py.install.stamp
2963 build obj/third_party/pigweed/repo/pw_bloat/py/py.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_bloat/py/py.lint.stamp
2964 build obj/third_party/pigweed/repo/pw_bloat/py/py.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_bloat/py/py.lint.mypy.stamp
2965 build obj/third_party/pigweed/repo/pw_bloat/py/py.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_bloat/py/py.lint.pylint.stamp
2966 build obj/third_party/pigweed/repo/pw_bloat/py/py.tests.stamp: stamp obj/third_party/pigweed/repo/pw_bloat/py/py.tests.bloaty_config_test.py.stamp
2967 build obj/third_party/pigweed/repo/pw_bloat/py/py.tests.bloaty_config_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_bloat/py/py.tests.bloaty_config_test.py.stamp
2968 build obj/third_party/pigweed/repo/pw_bloat/py/py.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_bloat/py/py.wheel.stamp
2969 build obj/third_party/pigweed/repo/pw_bloat/py/tests.stamp: stamp obj/third_party/pigweed/repo/pw_bloat/py/py.tests.stamp
2970 build obj/third_party/pigweed/repo/pw_bloat/py/wheel.stamp: stamp obj/third_party/pigweed/repo/pw_bloat/py/py.wheel.stamp
2971 rule __third_party_pigweed_repo_pw_build_docs___build_toolchain_host_linux_arm_gcc__rule
2972   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_build --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_build/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
2973   description = ACTION //third_party/pigweed/repo/pw_build:docs(//build/toolchain/host:linux_arm_gcc)
2974   restat = 1
2975
2976 build gen/third_party/pigweed/repo/pw_build/docs.pw_pystamp: __third_party_pigweed_repo_pw_build_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/docs.rst ../../third_party/pigweed/repo/pw_build/python.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
2977
2978 build obj/third_party/pigweed/repo/pw_build/docs.stamp: stamp gen/third_party/pigweed/repo/pw_build/docs.pw_pystamp
2979 build obj/third_party/pigweed/repo/pw_build/empty.stamp: stamp
2980 build obj/third_party/pigweed/repo/pw_build/link_deps.stamp: stamp
2981 rule __third_party_pigweed_repo_pw_build_python_lint___build_toolchain_host_linux_arm_gcc__rule
2982   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_build --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_build/python_lint.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
2983   description = ACTION //third_party/pigweed/repo/pw_build:python_lint(//build/toolchain/host:linux_arm_gcc)
2984   restat = 1
2985
2986 build gen/third_party/pigweed/repo/pw_build/python_lint.pw_pystamp: __third_party_pigweed_repo_pw_build_python_lint___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py gen/third_party/pigweed/repo/pw_build/python_lint.requirements.txt ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
2987
2988 build obj/third_party/pigweed/repo/pw_build/python_lint.stamp: stamp gen/third_party/pigweed/repo/pw_build/python_lint.pw_pystamp
2989 build obj/third_party/pigweed/repo/pw_build/python_lint._build_wheel.stamp: stamp
2990 build obj/third_party/pigweed/repo/pw_build/python_lint._run_pip_install.stamp: stamp
2991 rule __third_party_pigweed_repo_pw_build_python_lint.install___build_toolchain_host_linux_arm_gcc__rule
2992   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_build --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_build/python_lint.install.pw_pystamp --capture-output --module pip -- install --requirement gen/third_party/pigweed/repo/pw_build/python_lint.requirements.txt --constraint ../../scripts/constraints.txt
2993   description = ACTION //third_party/pigweed/repo/pw_build:python_lint.install(//build/toolchain/host:linux_arm_gcc)
2994   restat = 1
2995
2996 build gen/third_party/pigweed/repo/pw_build/python_lint.install.pw_pystamp: __third_party_pigweed_repo_pw_build_python_lint.install___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py gen/third_party/pigweed/repo/pw_build/python_lint.requirements.txt ../../scripts/constraints.txt
2997   pool = third_party_pigweed_repo_pw_build_pool_pip
2998
2999 build obj/third_party/pigweed/repo/pw_build/python_lint.install.stamp: stamp gen/third_party/pigweed/repo/pw_build/python_lint.install.pw_pystamp
3000 build obj/third_party/pigweed/repo/pw_build/python_lint.lint.stamp: stamp
3001 build obj/third_party/pigweed/repo/pw_build/python_lint.lint.mypy.stamp: stamp
3002 build obj/third_party/pigweed/repo/pw_build/python_lint.lint.pylint.stamp: stamp
3003 build obj/third_party/pigweed/repo/pw_build/python_lint.tests.stamp: stamp
3004 build obj/third_party/pigweed/repo/pw_build/python_lint.wheel.stamp: stamp
3005 build obj/third_party/pigweed/repo/pw_build/py/_build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_build/py/py._build_wheel.stamp
3006 build obj/third_party/pigweed/repo/pw_build/py/_run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_build/py/py._run_pip_install.stamp
3007 build obj/third_party/pigweed/repo/pw_build/py/install.stamp: stamp obj/third_party/pigweed/repo/pw_build/py/py.install.stamp
3008 build obj/third_party/pigweed/repo/pw_build/py/lint.stamp: stamp obj/third_party/pigweed/repo/pw_build/py/py.lint.stamp
3009 build obj/third_party/pigweed/repo/pw_build/py/lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_build/py/py.lint.mypy.stamp
3010 build obj/third_party/pigweed/repo/pw_build/py/lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_build/py/py.lint.pylint.stamp
3011 build obj/third_party/pigweed/repo/pw_build/py/py.stamp: stamp python/obj/third_party/pigweed/repo/pw_build/py/py.stamp
3012 build obj/third_party/pigweed/repo/pw_build/py/py._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_build/py/py._build_wheel.stamp
3013 build obj/third_party/pigweed/repo/pw_build/py/py._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_build/py/py._run_pip_install.stamp
3014 build obj/third_party/pigweed/repo/pw_build/py/py.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_build/py/py.install.stamp
3015 build obj/third_party/pigweed/repo/pw_build/py/py.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_build/py/py.lint.stamp
3016 build obj/third_party/pigweed/repo/pw_build/py/py.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_build/py/py.lint.mypy.stamp
3017 build obj/third_party/pigweed/repo/pw_build/py/py.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_build/py/py.lint.pylint.stamp
3018 build obj/third_party/pigweed/repo/pw_build/py/py.tests.stamp: stamp obj/third_party/pigweed/repo/pw_build/py/py.tests.create_python_tree_test.py.stamp obj/third_party/pigweed/repo/pw_build/py/py.tests.file_prefix_map_test.py.stamp obj/third_party/pigweed/repo/pw_build/py/py.tests.generate_cc_blob_library_test.py.stamp obj/third_party/pigweed/repo/pw_build/py/py.tests.python_runner_test.py.stamp obj/third_party/pigweed/repo/pw_build/py/py.tests.zip_test.py.stamp
3019 build obj/third_party/pigweed/repo/pw_build/py/py.tests.create_python_tree_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_build/py/py.tests.create_python_tree_test.py.stamp
3020 build obj/third_party/pigweed/repo/pw_build/py/py.tests.file_prefix_map_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_build/py/py.tests.file_prefix_map_test.py.stamp
3021 build obj/third_party/pigweed/repo/pw_build/py/py.tests.generate_cc_blob_library_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_build/py/py.tests.generate_cc_blob_library_test.py.stamp
3022 build obj/third_party/pigweed/repo/pw_build/py/py.tests.python_runner_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_build/py/py.tests.python_runner_test.py.stamp
3023 build obj/third_party/pigweed/repo/pw_build/py/py.tests.zip_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_build/py/py.tests.zip_test.py.stamp
3024 build obj/third_party/pigweed/repo/pw_build/py/py.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_build/py/py.wheel.stamp
3025 build obj/third_party/pigweed/repo/pw_build/py/tests.stamp: stamp obj/third_party/pigweed/repo/pw_build/py/py.tests.stamp
3026 build obj/third_party/pigweed/repo/pw_build/py/wheel.stamp: stamp obj/third_party/pigweed/repo/pw_build/py/py.wheel.stamp
3027 subninja obj/third_party/pigweed/repo/pw_bytes/array_test.ninja
3028 subninja obj/third_party/pigweed/repo/pw_bytes/array_test.lib.ninja
3029 rule __third_party_pigweed_repo_pw_bytes_array_test.run___build_toolchain_host_linux_arm_gcc__rule
3030   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_bytes --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_bytes/array_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:array_test\)\>
3031   description = ACTION //third_party/pigweed/repo/pw_bytes:array_test.run(//build/toolchain/host:linux_arm_gcc)
3032   restat = 1
3033
3034 build gen/third_party/pigweed/repo/pw_bytes/array_test.run.pw_pystamp: __third_party_pigweed_repo_pw_bytes_array_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_bytes/test/array_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3035
3036 build obj/third_party/pigweed/repo/pw_bytes/array_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_bytes/array_test.run.pw_pystamp
3037 build obj/third_party/pigweed/repo/pw_bytes/array_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_bytes/array_test.run.stamp
3038 build obj/third_party/pigweed/repo/pw_bytes/byte_builder_size_report.stamp: stamp
3039 subninja obj/third_party/pigweed/repo/pw_bytes/byte_builder_test.ninja
3040 subninja obj/third_party/pigweed/repo/pw_bytes/byte_builder_test.lib.ninja
3041 rule __third_party_pigweed_repo_pw_bytes_byte_builder_test.run___build_toolchain_host_linux_arm_gcc__rule
3042   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_bytes --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_bytes/byte_builder_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:byte_builder_test\)\>
3043   description = ACTION //third_party/pigweed/repo/pw_bytes:byte_builder_test.run(//build/toolchain/host:linux_arm_gcc)
3044   restat = 1
3045
3046 build gen/third_party/pigweed/repo/pw_bytes/byte_builder_test.run.pw_pystamp: __third_party_pigweed_repo_pw_bytes_byte_builder_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_bytes/test/byte_builder_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3047
3048 build obj/third_party/pigweed/repo/pw_bytes/byte_builder_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_bytes/byte_builder_test.run.pw_pystamp
3049 build obj/third_party/pigweed/repo/pw_bytes/byte_builder_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_bytes/byte_builder_test.run.stamp
3050 rule __third_party_pigweed_repo_pw_bytes_docs___build_toolchain_host_linux_arm_gcc__rule
3051   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_bytes --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_bytes/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3052   description = ACTION //third_party/pigweed/repo/pw_bytes:docs(//build/toolchain/host:linux_arm_gcc)
3053   restat = 1
3054
3055 build gen/third_party/pigweed/repo/pw_bytes/docs.pw_pystamp: __third_party_pigweed_repo_pw_bytes_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_bytes/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py obj/third_party/pigweed/repo/pw_bytes/byte_builder_size_report.stamp
3056
3057 build obj/third_party/pigweed/repo/pw_bytes/docs.stamp: stamp gen/third_party/pigweed/repo/pw_bytes/docs.pw_pystamp
3058 subninja obj/third_party/pigweed/repo/pw_bytes/endian_test.ninja
3059 subninja obj/third_party/pigweed/repo/pw_bytes/endian_test.lib.ninja
3060 rule __third_party_pigweed_repo_pw_bytes_endian_test.run___build_toolchain_host_linux_arm_gcc__rule
3061   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_bytes --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_bytes/endian_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:endian_test\)\>
3062   description = ACTION //third_party/pigweed/repo/pw_bytes:endian_test.run(//build/toolchain/host:linux_arm_gcc)
3063   restat = 1
3064
3065 build gen/third_party/pigweed/repo/pw_bytes/endian_test.run.pw_pystamp: __third_party_pigweed_repo_pw_bytes_endian_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_bytes/test/endian_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3066
3067 build obj/third_party/pigweed/repo/pw_bytes/endian_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_bytes/endian_test.run.pw_pystamp
3068 build obj/third_party/pigweed/repo/pw_bytes/endian_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_bytes/endian_test.run.stamp
3069 subninja obj/third_party/pigweed/repo/pw_bytes/pw_bytes.ninja
3070 build obj/third_party/pigweed/repo/pw_bytes/tests.stamp: stamp obj/third_party/pigweed/repo/pw_bytes/tests_pw_test_group_metadata.stamp
3071 subninja obj/third_party/pigweed/repo/pw_bytes/tests.bundle.ninja
3072 subninja obj/third_party/pigweed/repo/pw_bytes/tests.bundle.lib.ninja
3073 rule __third_party_pigweed_repo_pw_bytes_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
3074   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_bytes --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_bytes/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
3075   description = ACTION //third_party/pigweed/repo/pw_bytes:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
3076   restat = 1
3077
3078 build gen/third_party/pigweed/repo/pw_bytes/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_bytes_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_bytes/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3079
3080 build obj/third_party/pigweed/repo/pw_bytes/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_bytes/tests.bundle.run.pw_pystamp
3081 build obj/third_party/pigweed/repo/pw_bytes/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_bytes/tests.bundle.run.stamp
3082 build obj/third_party/pigweed/repo/pw_bytes/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_bytes/array_test.lib.stamp obj/third_party/pigweed/repo/pw_bytes/byte_builder_test.lib.stamp obj/third_party/pigweed/repo/pw_bytes/endian_test.lib.stamp obj/third_party/pigweed/repo/pw_bytes/units_test.lib.stamp obj/third_party/pigweed/repo/pw_preprocessor/tests.lib.stamp obj/third_party/pigweed/repo/pw_status/tests.lib.stamp
3083 build obj/third_party/pigweed/repo/pw_bytes/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_bytes/tests.stamp obj/third_party/pigweed/repo/pw_bytes/array_test.run.stamp obj/third_party/pigweed/repo/pw_bytes/byte_builder_test.run.stamp obj/third_party/pigweed/repo/pw_bytes/endian_test.run.stamp obj/third_party/pigweed/repo/pw_bytes/units_test.run.stamp obj/third_party/pigweed/repo/pw_preprocessor/tests.run.stamp obj/third_party/pigweed/repo/pw_status/tests.run.stamp
3084 build obj/third_party/pigweed/repo/pw_bytes/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_bytes/test/array_test obj/third_party/pigweed/repo/pw_bytes/test/byte_builder_test obj/third_party/pigweed/repo/pw_bytes/test/endian_test obj/third_party/pigweed/repo/pw_bytes/test/units_test obj/third_party/pigweed/repo/pw_preprocessor/tests.stamp obj/third_party/pigweed/repo/pw_status/tests.stamp
3085 build obj/third_party/pigweed/repo/pw_bytes/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_bytes/tests.run.stamp
3086 subninja obj/third_party/pigweed/repo/pw_bytes/units_test.ninja
3087 subninja obj/third_party/pigweed/repo/pw_bytes/units_test.lib.ninja
3088 rule __third_party_pigweed_repo_pw_bytes_units_test.run___build_toolchain_host_linux_arm_gcc__rule
3089   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_bytes --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_bytes/units_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:units_test\)\>
3090   description = ACTION //third_party/pigweed/repo/pw_bytes:units_test.run(//build/toolchain/host:linux_arm_gcc)
3091   restat = 1
3092
3093 build gen/third_party/pigweed/repo/pw_bytes/units_test.run.pw_pystamp: __third_party_pigweed_repo_pw_bytes_units_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_bytes/test/units_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3094
3095 build obj/third_party/pigweed/repo/pw_bytes/units_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_bytes/units_test.run.pw_pystamp
3096 build obj/third_party/pigweed/repo/pw_bytes/units_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_bytes/units_test.run.stamp
3097 subninja obj/third_party/pigweed/repo/pw_checksum/crc16_ccitt_test.ninja
3098 subninja obj/third_party/pigweed/repo/pw_checksum/crc16_ccitt_test.lib.ninja
3099 rule __third_party_pigweed_repo_pw_checksum_crc16_ccitt_test.run___build_toolchain_host_linux_arm_gcc__rule
3100   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_checksum --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_checksum/crc16_ccitt_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:crc16_ccitt_test\)\>
3101   description = ACTION //third_party/pigweed/repo/pw_checksum:crc16_ccitt_test.run(//build/toolchain/host:linux_arm_gcc)
3102   restat = 1
3103
3104 build gen/third_party/pigweed/repo/pw_checksum/crc16_ccitt_test.run.pw_pystamp: __third_party_pigweed_repo_pw_checksum_crc16_ccitt_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_checksum/test/crc16_ccitt_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3105
3106 build obj/third_party/pigweed/repo/pw_checksum/crc16_ccitt_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_checksum/crc16_ccitt_test.run.pw_pystamp
3107 build obj/third_party/pigweed/repo/pw_checksum/crc16_ccitt_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_checksum/crc16_ccitt_test.run.stamp
3108 subninja obj/third_party/pigweed/repo/pw_checksum/crc32_test.ninja
3109 subninja obj/third_party/pigweed/repo/pw_checksum/crc32_test.lib.ninja
3110 rule __third_party_pigweed_repo_pw_checksum_crc32_test.run___build_toolchain_host_linux_arm_gcc__rule
3111   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_checksum --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_checksum/crc32_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:crc32_test\)\>
3112   description = ACTION //third_party/pigweed/repo/pw_checksum:crc32_test.run(//build/toolchain/host:linux_arm_gcc)
3113   restat = 1
3114
3115 build gen/third_party/pigweed/repo/pw_checksum/crc32_test.run.pw_pystamp: __third_party_pigweed_repo_pw_checksum_crc32_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_checksum/test/crc32_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3116
3117 build obj/third_party/pigweed/repo/pw_checksum/crc32_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_checksum/crc32_test.run.pw_pystamp
3118 build obj/third_party/pigweed/repo/pw_checksum/crc32_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_checksum/crc32_test.run.stamp
3119 rule __third_party_pigweed_repo_pw_checksum_docs___build_toolchain_host_linux_arm_gcc__rule
3120   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_checksum --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_checksum/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3121   description = ACTION //third_party/pigweed/repo/pw_checksum:docs(//build/toolchain/host:linux_arm_gcc)
3122   restat = 1
3123
3124 build gen/third_party/pigweed/repo/pw_checksum/docs.pw_pystamp: __third_party_pigweed_repo_pw_checksum_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_checksum/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3125
3126 build obj/third_party/pigweed/repo/pw_checksum/docs.stamp: stamp gen/third_party/pigweed/repo/pw_checksum/docs.pw_pystamp
3127 subninja obj/third_party/pigweed/repo/pw_checksum/pw_checksum.ninja
3128 build obj/third_party/pigweed/repo/pw_checksum/tests.stamp: stamp obj/third_party/pigweed/repo/pw_checksum/tests_pw_test_group_metadata.stamp
3129 subninja obj/third_party/pigweed/repo/pw_checksum/tests.bundle.ninja
3130 subninja obj/third_party/pigweed/repo/pw_checksum/tests.bundle.lib.ninja
3131 rule __third_party_pigweed_repo_pw_checksum_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
3132   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_checksum --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_checksum/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
3133   description = ACTION //third_party/pigweed/repo/pw_checksum:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
3134   restat = 1
3135
3136 build gen/third_party/pigweed/repo/pw_checksum/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_checksum_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_checksum/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3137
3138 build obj/third_party/pigweed/repo/pw_checksum/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_checksum/tests.bundle.run.pw_pystamp
3139 build obj/third_party/pigweed/repo/pw_checksum/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_checksum/tests.bundle.run.stamp
3140 build obj/third_party/pigweed/repo/pw_checksum/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_checksum/crc16_ccitt_test.lib.stamp obj/third_party/pigweed/repo/pw_checksum/crc32_test.lib.stamp
3141 build obj/third_party/pigweed/repo/pw_checksum/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_checksum/tests.stamp obj/third_party/pigweed/repo/pw_checksum/crc16_ccitt_test.run.stamp obj/third_party/pigweed/repo/pw_checksum/crc32_test.run.stamp
3142 build obj/third_party/pigweed/repo/pw_checksum/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_checksum/test/crc16_ccitt_test obj/third_party/pigweed/repo/pw_checksum/test/crc32_test
3143 build obj/third_party/pigweed/repo/pw_checksum/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_checksum/tests.run.stamp
3144 rule __third_party_pigweed_repo_pw_chrono_docs___build_toolchain_host_linux_arm_gcc__rule
3145   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_chrono --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_chrono/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3146   description = ACTION //third_party/pigweed/repo/pw_chrono:docs(//build/toolchain/host:linux_arm_gcc)
3147   restat = 1
3148
3149 build gen/third_party/pigweed/repo/pw_chrono/docs.pw_pystamp: __third_party_pigweed_repo_pw_chrono_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_chrono/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3150
3151 build obj/third_party/pigweed/repo/pw_chrono/docs.stamp: stamp gen/third_party/pigweed/repo/pw_chrono/docs.pw_pystamp
3152 subninja obj/third_party/pigweed/repo/pw_chrono/epoch.ninja
3153 subninja obj/third_party/pigweed/repo/pw_chrono/simulated_system_clock.ninja
3154 rule __third_party_pigweed_repo_pw_chrono_simulated_system_clock_test___build_toolchain_host_linux_arm_gcc__rule
3155   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_chrono --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3156   description = ACTION //third_party/pigweed/repo/pw_chrono:simulated_system_clock_test(//build/toolchain/host:linux_arm_gcc)
3157   restat = 1
3158
3159 build gen/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.pw_pystamp: __third_party_pigweed_repo_pw_chrono_simulated_system_clock_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3160
3161 build obj/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.stamp: stamp gen/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.pw_pystamp
3162 subninja obj/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.DISABLED.ninja
3163 rule __third_party_pigweed_repo_pw_chrono_simulated_system_clock_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
3164   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_chrono --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:simulated_system_clock_test.DISABLED\)\>
3165   description = ACTION //third_party/pigweed/repo/pw_chrono:simulated_system_clock_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
3166   restat = 1
3167
3168 build gen/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_chrono_simulated_system_clock_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3169
3170 build obj/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.DISABLED.run.pw_pystamp
3171 build obj/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.DISABLED.run.stamp
3172 rule __third_party_pigweed_repo_pw_chrono_simulated_system_clock_test.lib___build_toolchain_host_linux_arm_gcc__rule
3173   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_chrono --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3174   description = ACTION //third_party/pigweed/repo/pw_chrono:simulated_system_clock_test.lib(//build/toolchain/host:linux_arm_gcc)
3175   restat = 1
3176
3177 build gen/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_chrono_simulated_system_clock_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3178
3179 build obj/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.lib.pw_pystamp
3180 subninja obj/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.lib.DISABLED.ninja
3181 build obj/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.stamp
3182 subninja obj/third_party/pigweed/repo/pw_chrono/system_clock.ninja
3183 rule __third_party_pigweed_repo_pw_chrono_system_clock.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule
3184   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_chrono$:system_clock.NO_BACKEND_SET\(//build/toolchain/host$:linux_arm_gcc\) --message Attempted\$ to\$ build\$ the\$ //third_party/pigweed/repo/pw_chrono$:system_clock\$ facade\$ with\$ no\$ backend.\\n\\nIf\$ you\$ are\$ using\$ this\$ facade,\$ ensure\$ you\$ have\$ configured\$ a\$ backend\$ \\nproperly.\$ The\$ build\$ arg\$ for\$ the\$ facade\$ must\$ be\$ set\$ to\$ a\$ valid\$ \\nbackend\$ in\$ the\$ toolchain.\$ For\$ example,\$ you\$ may\$ need\$ to\$ add\$ a\$ line\$ \\nlike\$ the\$ following\$ to\$ the\$ toolchain\'s\$ .gni\$ file$:\\n\\n\$ \$ pw_chrono_\<FACADE_NAME\>_BACKEND\$ =\$ \"//path/to/the$:backend\"\\n\\nIf\$ you\$ are\$ NOT\$ using\$ this\$ facade,\$ this\$ error\$ may\$ have\$ been\$ triggered\$ \\nby\$ trying\$ to\$ build\$ all\$ targets. --root ../../ --out .
3185   description = ACTION //third_party/pigweed/repo/pw_chrono:system_clock.NO_BACKEND_SET(//build/toolchain/host:linux_arm_gcc)
3186   restat = 1
3187
3188 build gen/third_party/pigweed/repo/pw_chrono/system_clock.NO_BACKEND_SET.build_error: __third_party_pigweed_repo_pw_chrono_system_clock.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
3189
3190 build obj/third_party/pigweed/repo/pw_chrono/system_clock.NO_BACKEND_SET.stamp: stamp gen/third_party/pigweed/repo/pw_chrono/system_clock.NO_BACKEND_SET.build_error
3191 subninja obj/third_party/pigweed/repo/pw_chrono/system_clock.facade.ninja
3192 rule __third_party_pigweed_repo_pw_chrono_system_clock_facade_test___build_toolchain_host_linux_arm_gcc__rule
3193   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_chrono --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3194   description = ACTION //third_party/pigweed/repo/pw_chrono:system_clock_facade_test(//build/toolchain/host:linux_arm_gcc)
3195   restat = 1
3196
3197 build gen/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.pw_pystamp: __third_party_pigweed_repo_pw_chrono_system_clock_facade_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3198
3199 build obj/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.stamp: stamp gen/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.pw_pystamp
3200 subninja obj/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.DISABLED.ninja
3201 rule __third_party_pigweed_repo_pw_chrono_system_clock_facade_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
3202   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_chrono --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:system_clock_facade_test.DISABLED\)\>
3203   description = ACTION //third_party/pigweed/repo/pw_chrono:system_clock_facade_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
3204   restat = 1
3205
3206 build gen/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_chrono_system_clock_facade_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3207
3208 build obj/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.DISABLED.run.pw_pystamp
3209 build obj/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.DISABLED.run.stamp
3210 rule __third_party_pigweed_repo_pw_chrono_system_clock_facade_test.lib___build_toolchain_host_linux_arm_gcc__rule
3211   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_chrono --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3212   description = ACTION //third_party/pigweed/repo/pw_chrono:system_clock_facade_test.lib(//build/toolchain/host:linux_arm_gcc)
3213   restat = 1
3214
3215 build gen/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_chrono_system_clock_facade_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_chrono/system_clock_facade_test.cc ../../third_party/pigweed/repo/pw_chrono/system_clock_facade_test_c.c ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3216
3217 build obj/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.lib.pw_pystamp
3218 subninja obj/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.lib.DISABLED.ninja
3219 build obj/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.stamp
3220 subninja obj/third_party/pigweed/repo/pw_chrono/system_timer.ninja
3221 rule __third_party_pigweed_repo_pw_chrono_system_timer.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule
3222   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_chrono$:system_timer.NO_BACKEND_SET\(//build/toolchain/host$:linux_arm_gcc\) --message Attempted\$ to\$ build\$ the\$ //third_party/pigweed/repo/pw_chrono$:system_timer\$ facade\$ with\$ no\$ backend.\\n\\nIf\$ you\$ are\$ using\$ this\$ facade,\$ ensure\$ you\$ have\$ configured\$ a\$ backend\$ \\nproperly.\$ The\$ build\$ arg\$ for\$ the\$ facade\$ must\$ be\$ set\$ to\$ a\$ valid\$ \\nbackend\$ in\$ the\$ toolchain.\$ For\$ example,\$ you\$ may\$ need\$ to\$ add\$ a\$ line\$ \\nlike\$ the\$ following\$ to\$ the\$ toolchain\'s\$ .gni\$ file$:\\n\\n\$ \$ pw_chrono_\<FACADE_NAME\>_BACKEND\$ =\$ \"//path/to/the$:backend\"\\n\\nIf\$ you\$ are\$ NOT\$ using\$ this\$ facade,\$ this\$ error\$ may\$ have\$ been\$ triggered\$ \\nby\$ trying\$ to\$ build\$ all\$ targets. --root ../../ --out .
3223   description = ACTION //third_party/pigweed/repo/pw_chrono:system_timer.NO_BACKEND_SET(//build/toolchain/host:linux_arm_gcc)
3224   restat = 1
3225
3226 build gen/third_party/pigweed/repo/pw_chrono/system_timer.NO_BACKEND_SET.build_error: __third_party_pigweed_repo_pw_chrono_system_timer.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
3227
3228 build obj/third_party/pigweed/repo/pw_chrono/system_timer.NO_BACKEND_SET.stamp: stamp gen/third_party/pigweed/repo/pw_chrono/system_timer.NO_BACKEND_SET.build_error
3229 subninja obj/third_party/pigweed/repo/pw_chrono/system_timer.facade.ninja
3230 rule __third_party_pigweed_repo_pw_chrono_system_timer_facade_test___build_toolchain_host_linux_arm_gcc__rule
3231   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_chrono --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3232   description = ACTION //third_party/pigweed/repo/pw_chrono:system_timer_facade_test(//build/toolchain/host:linux_arm_gcc)
3233   restat = 1
3234
3235 build gen/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.pw_pystamp: __third_party_pigweed_repo_pw_chrono_system_timer_facade_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3236
3237 build obj/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.stamp: stamp gen/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.pw_pystamp
3238 subninja obj/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.DISABLED.ninja
3239 rule __third_party_pigweed_repo_pw_chrono_system_timer_facade_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
3240   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_chrono --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:system_timer_facade_test.DISABLED\)\>
3241   description = ACTION //third_party/pigweed/repo/pw_chrono:system_timer_facade_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
3242   restat = 1
3243
3244 build gen/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_chrono_system_timer_facade_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3245
3246 build obj/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.DISABLED.run.pw_pystamp
3247 build obj/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.DISABLED.run.stamp
3248 rule __third_party_pigweed_repo_pw_chrono_system_timer_facade_test.lib___build_toolchain_host_linux_arm_gcc__rule
3249   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_chrono --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3250   description = ACTION //third_party/pigweed/repo/pw_chrono:system_timer_facade_test.lib(//build/toolchain/host:linux_arm_gcc)
3251   restat = 1
3252
3253 build gen/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_chrono_system_timer_facade_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_chrono/system_timer_facade_test.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3254
3255 build obj/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.lib.pw_pystamp
3256 subninja obj/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.lib.DISABLED.ninja
3257 build obj/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.stamp
3258 build obj/third_party/pigweed/repo/pw_chrono/tests.stamp: stamp obj/third_party/pigweed/repo/pw_chrono/tests_pw_test_group_metadata.stamp
3259 subninja obj/third_party/pigweed/repo/pw_chrono/tests.bundle.ninja
3260 subninja obj/third_party/pigweed/repo/pw_chrono/tests.bundle.lib.ninja
3261 rule __third_party_pigweed_repo_pw_chrono_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
3262   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_chrono --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_chrono/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
3263   description = ACTION //third_party/pigweed/repo/pw_chrono:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
3264   restat = 1
3265
3266 build gen/third_party/pigweed/repo/pw_chrono/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_chrono_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_chrono/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3267
3268 build obj/third_party/pigweed/repo/pw_chrono/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_chrono/tests.bundle.run.pw_pystamp
3269 build obj/third_party/pigweed/repo/pw_chrono/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_chrono/tests.bundle.run.stamp
3270 build obj/third_party/pigweed/repo/pw_chrono/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.lib.stamp obj/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.lib.stamp obj/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.lib.stamp
3271 build obj/third_party/pigweed/repo/pw_chrono/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_chrono/tests.stamp obj/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.run.stamp obj/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.run.stamp obj/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.run.stamp
3272 build obj/third_party/pigweed/repo/pw_chrono/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_chrono/simulated_system_clock_test.stamp obj/third_party/pigweed/repo/pw_chrono/system_clock_facade_test.stamp obj/third_party/pigweed/repo/pw_chrono/system_timer_facade_test.stamp
3273 build obj/third_party/pigweed/repo/pw_chrono/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_chrono/tests.run.stamp
3274 rule __third_party_pigweed_repo_pw_containers_docs___build_toolchain_host_linux_arm_gcc__rule
3275   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_containers --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_containers/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3276   description = ACTION //third_party/pigweed/repo/pw_containers:docs(//build/toolchain/host:linux_arm_gcc)
3277   restat = 1
3278
3279 build gen/third_party/pigweed/repo/pw_containers/docs.pw_pystamp: __third_party_pigweed_repo_pw_containers_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_containers/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3280
3281 build obj/third_party/pigweed/repo/pw_containers/docs.stamp: stamp gen/third_party/pigweed/repo/pw_containers/docs.pw_pystamp
3282 subninja obj/third_party/pigweed/repo/pw_containers/filtered_view.ninja
3283 subninja obj/third_party/pigweed/repo/pw_containers/filtered_view_test.ninja
3284 subninja obj/third_party/pigweed/repo/pw_containers/filtered_view_test.lib.ninja
3285 rule __third_party_pigweed_repo_pw_containers_filtered_view_test.run___build_toolchain_host_linux_arm_gcc__rule
3286   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_containers --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_containers/filtered_view_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:filtered_view_test\)\>
3287   description = ACTION //third_party/pigweed/repo/pw_containers:filtered_view_test.run(//build/toolchain/host:linux_arm_gcc)
3288   restat = 1
3289
3290 build gen/third_party/pigweed/repo/pw_containers/filtered_view_test.run.pw_pystamp: __third_party_pigweed_repo_pw_containers_filtered_view_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_containers/test/filtered_view_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3291
3292 build obj/third_party/pigweed/repo/pw_containers/filtered_view_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_containers/filtered_view_test.run.pw_pystamp
3293 build obj/third_party/pigweed/repo/pw_containers/filtered_view_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_containers/filtered_view_test.run.stamp
3294 subninja obj/third_party/pigweed/repo/pw_containers/flat_map.ninja
3295 subninja obj/third_party/pigweed/repo/pw_containers/flat_map_test.ninja
3296 subninja obj/third_party/pigweed/repo/pw_containers/flat_map_test.lib.ninja
3297 rule __third_party_pigweed_repo_pw_containers_flat_map_test.run___build_toolchain_host_linux_arm_gcc__rule
3298   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_containers --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_containers/flat_map_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:flat_map_test\)\>
3299   description = ACTION //third_party/pigweed/repo/pw_containers:flat_map_test.run(//build/toolchain/host:linux_arm_gcc)
3300   restat = 1
3301
3302 build gen/third_party/pigweed/repo/pw_containers/flat_map_test.run.pw_pystamp: __third_party_pigweed_repo_pw_containers_flat_map_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_containers/test/flat_map_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3303
3304 build obj/third_party/pigweed/repo/pw_containers/flat_map_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_containers/flat_map_test.run.pw_pystamp
3305 build obj/third_party/pigweed/repo/pw_containers/flat_map_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_containers/flat_map_test.run.stamp
3306 subninja obj/third_party/pigweed/repo/pw_containers/intrusive_list.ninja
3307 subninja obj/third_party/pigweed/repo/pw_containers/intrusive_list_test.ninja
3308 subninja obj/third_party/pigweed/repo/pw_containers/intrusive_list_test.lib.ninja
3309 rule __third_party_pigweed_repo_pw_containers_intrusive_list_test.run___build_toolchain_host_linux_arm_gcc__rule
3310   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_containers --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_containers/intrusive_list_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:intrusive_list_test\)\>
3311   description = ACTION //third_party/pigweed/repo/pw_containers:intrusive_list_test.run(//build/toolchain/host:linux_arm_gcc)
3312   restat = 1
3313
3314 build gen/third_party/pigweed/repo/pw_containers/intrusive_list_test.run.pw_pystamp: __third_party_pigweed_repo_pw_containers_intrusive_list_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_containers/test/intrusive_list_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3315
3316 build obj/third_party/pigweed/repo/pw_containers/intrusive_list_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_containers/intrusive_list_test.run.pw_pystamp
3317 build obj/third_party/pigweed/repo/pw_containers/intrusive_list_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_containers/intrusive_list_test.run.stamp
3318 build obj/third_party/pigweed/repo/pw_containers/pw_containers.stamp: stamp obj/third_party/pigweed/repo/pw_containers/flat_map.stamp obj/third_party/pigweed/repo/pw_containers/intrusive_list.stamp obj/third_party/pigweed/repo/pw_containers/vector.stamp
3319 build obj/third_party/pigweed/repo/pw_containers/tests.stamp: stamp obj/third_party/pigweed/repo/pw_containers/tests_pw_test_group_metadata.stamp
3320 subninja obj/third_party/pigweed/repo/pw_containers/tests.bundle.ninja
3321 subninja obj/third_party/pigweed/repo/pw_containers/tests.bundle.lib.ninja
3322 rule __third_party_pigweed_repo_pw_containers_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
3323   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_containers --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_containers/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
3324   description = ACTION //third_party/pigweed/repo/pw_containers:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
3325   restat = 1
3326
3327 build gen/third_party/pigweed/repo/pw_containers/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_containers_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_containers/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3328
3329 build obj/third_party/pigweed/repo/pw_containers/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_containers/tests.bundle.run.pw_pystamp
3330 build obj/third_party/pigweed/repo/pw_containers/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_containers/tests.bundle.run.stamp
3331 build obj/third_party/pigweed/repo/pw_containers/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_containers/filtered_view_test.lib.stamp obj/third_party/pigweed/repo/pw_containers/flat_map_test.lib.stamp obj/third_party/pigweed/repo/pw_containers/intrusive_list_test.lib.stamp obj/third_party/pigweed/repo/pw_containers/to_array_test.lib.stamp obj/third_party/pigweed/repo/pw_containers/vector_test.lib.stamp obj/third_party/pigweed/repo/pw_containers/wrapped_iterator_test.lib.stamp
3332 build obj/third_party/pigweed/repo/pw_containers/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_containers/tests.stamp obj/third_party/pigweed/repo/pw_containers/filtered_view_test.run.stamp obj/third_party/pigweed/repo/pw_containers/flat_map_test.run.stamp obj/third_party/pigweed/repo/pw_containers/intrusive_list_test.run.stamp obj/third_party/pigweed/repo/pw_containers/to_array_test.run.stamp obj/third_party/pigweed/repo/pw_containers/vector_test.run.stamp obj/third_party/pigweed/repo/pw_containers/wrapped_iterator_test.run.stamp
3333 build obj/third_party/pigweed/repo/pw_containers/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_containers/test/filtered_view_test obj/third_party/pigweed/repo/pw_containers/test/flat_map_test obj/third_party/pigweed/repo/pw_containers/test/intrusive_list_test obj/third_party/pigweed/repo/pw_containers/test/to_array_test obj/third_party/pigweed/repo/pw_containers/test/vector_test obj/third_party/pigweed/repo/pw_containers/test/wrapped_iterator_test
3334 build obj/third_party/pigweed/repo/pw_containers/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_containers/tests.run.stamp
3335 subninja obj/third_party/pigweed/repo/pw_containers/to_array.ninja
3336 subninja obj/third_party/pigweed/repo/pw_containers/to_array_test.ninja
3337 subninja obj/third_party/pigweed/repo/pw_containers/to_array_test.lib.ninja
3338 rule __third_party_pigweed_repo_pw_containers_to_array_test.run___build_toolchain_host_linux_arm_gcc__rule
3339   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_containers --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_containers/to_array_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:to_array_test\)\>
3340   description = ACTION //third_party/pigweed/repo/pw_containers:to_array_test.run(//build/toolchain/host:linux_arm_gcc)
3341   restat = 1
3342
3343 build gen/third_party/pigweed/repo/pw_containers/to_array_test.run.pw_pystamp: __third_party_pigweed_repo_pw_containers_to_array_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_containers/test/to_array_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3344
3345 build obj/third_party/pigweed/repo/pw_containers/to_array_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_containers/to_array_test.run.pw_pystamp
3346 build obj/third_party/pigweed/repo/pw_containers/to_array_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_containers/to_array_test.run.stamp
3347 subninja obj/third_party/pigweed/repo/pw_containers/vector.ninja
3348 subninja obj/third_party/pigweed/repo/pw_containers/vector_test.ninja
3349 subninja obj/third_party/pigweed/repo/pw_containers/vector_test.lib.ninja
3350 rule __third_party_pigweed_repo_pw_containers_vector_test.run___build_toolchain_host_linux_arm_gcc__rule
3351   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_containers --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_containers/vector_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:vector_test\)\>
3352   description = ACTION //third_party/pigweed/repo/pw_containers:vector_test.run(//build/toolchain/host:linux_arm_gcc)
3353   restat = 1
3354
3355 build gen/third_party/pigweed/repo/pw_containers/vector_test.run.pw_pystamp: __third_party_pigweed_repo_pw_containers_vector_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_containers/test/vector_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3356
3357 build obj/third_party/pigweed/repo/pw_containers/vector_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_containers/vector_test.run.pw_pystamp
3358 build obj/third_party/pigweed/repo/pw_containers/vector_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_containers/vector_test.run.stamp
3359 subninja obj/third_party/pigweed/repo/pw_containers/wrapped_iterator.ninja
3360 subninja obj/third_party/pigweed/repo/pw_containers/wrapped_iterator_test.ninja
3361 subninja obj/third_party/pigweed/repo/pw_containers/wrapped_iterator_test.lib.ninja
3362 rule __third_party_pigweed_repo_pw_containers_wrapped_iterator_test.run___build_toolchain_host_linux_arm_gcc__rule
3363   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_containers --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_containers/wrapped_iterator_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:wrapped_iterator_test\)\>
3364   description = ACTION //third_party/pigweed/repo/pw_containers:wrapped_iterator_test.run(//build/toolchain/host:linux_arm_gcc)
3365   restat = 1
3366
3367 build gen/third_party/pigweed/repo/pw_containers/wrapped_iterator_test.run.pw_pystamp: __third_party_pigweed_repo_pw_containers_wrapped_iterator_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_containers/test/wrapped_iterator_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3368
3369 build obj/third_party/pigweed/repo/pw_containers/wrapped_iterator_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_containers/wrapped_iterator_test.run.pw_pystamp
3370 build obj/third_party/pigweed/repo/pw_containers/wrapped_iterator_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_containers/wrapped_iterator_test.run.stamp
3371 build obj/third_party/pigweed/repo/pw_doctor/py/_build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_doctor/py/py._build_wheel.stamp
3372 build obj/third_party/pigweed/repo/pw_doctor/py/_run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_doctor/py/py._run_pip_install.stamp
3373 build obj/third_party/pigweed/repo/pw_doctor/py/install.stamp: stamp obj/third_party/pigweed/repo/pw_doctor/py/py.install.stamp
3374 build obj/third_party/pigweed/repo/pw_doctor/py/lint.stamp: stamp obj/third_party/pigweed/repo/pw_doctor/py/py.lint.stamp
3375 build obj/third_party/pigweed/repo/pw_doctor/py/lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_doctor/py/py.lint.mypy.stamp
3376 build obj/third_party/pigweed/repo/pw_doctor/py/lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_doctor/py/py.lint.pylint.stamp
3377 build obj/third_party/pigweed/repo/pw_doctor/py/py.stamp: stamp python/obj/third_party/pigweed/repo/pw_doctor/py/py.stamp
3378 build obj/third_party/pigweed/repo/pw_doctor/py/py._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_doctor/py/py._build_wheel.stamp
3379 build obj/third_party/pigweed/repo/pw_doctor/py/py._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_doctor/py/py._run_pip_install.stamp
3380 build obj/third_party/pigweed/repo/pw_doctor/py/py.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_doctor/py/py.install.stamp
3381 build obj/third_party/pigweed/repo/pw_doctor/py/py.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_doctor/py/py.lint.stamp
3382 build obj/third_party/pigweed/repo/pw_doctor/py/py.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_doctor/py/py.lint.mypy.stamp
3383 build obj/third_party/pigweed/repo/pw_doctor/py/py.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_doctor/py/py.lint.pylint.stamp
3384 build obj/third_party/pigweed/repo/pw_doctor/py/py.tests.stamp: stamp
3385 build obj/third_party/pigweed/repo/pw_doctor/py/py.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_doctor/py/py.wheel.stamp
3386 build obj/third_party/pigweed/repo/pw_doctor/py/tests.stamp: stamp obj/third_party/pigweed/repo/pw_doctor/py/py.tests.stamp
3387 build obj/third_party/pigweed/repo/pw_doctor/py/wheel.stamp: stamp obj/third_party/pigweed/repo/pw_doctor/py/py.wheel.stamp
3388 build obj/third_party/pigweed/repo/pw_env_setup/py/_build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_env_setup/py/py._build_wheel.stamp
3389 build obj/third_party/pigweed/repo/pw_env_setup/py/_run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_env_setup/py/py._run_pip_install.stamp
3390 build obj/third_party/pigweed/repo/pw_env_setup/py/install.stamp: stamp obj/third_party/pigweed/repo/pw_env_setup/py/py.install.stamp
3391 build obj/third_party/pigweed/repo/pw_env_setup/py/lint.stamp: stamp obj/third_party/pigweed/repo/pw_env_setup/py/py.lint.stamp
3392 build obj/third_party/pigweed/repo/pw_env_setup/py/lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_env_setup/py/py.lint.mypy.stamp
3393 build obj/third_party/pigweed/repo/pw_env_setup/py/lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_env_setup/py/py.lint.pylint.stamp
3394 build obj/third_party/pigweed/repo/pw_env_setup/py/py.stamp: stamp python/obj/third_party/pigweed/repo/pw_env_setup/py/py.stamp
3395 build obj/third_party/pigweed/repo/pw_env_setup/py/py._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_env_setup/py/py._build_wheel.stamp
3396 build obj/third_party/pigweed/repo/pw_env_setup/py/py._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_env_setup/py/py._run_pip_install.stamp
3397 build obj/third_party/pigweed/repo/pw_env_setup/py/py.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_env_setup/py/py.install.stamp
3398 build obj/third_party/pigweed/repo/pw_env_setup/py/py.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_env_setup/py/py.lint.stamp
3399 build obj/third_party/pigweed/repo/pw_env_setup/py/py.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_env_setup/py/py.lint.mypy.stamp
3400 build obj/third_party/pigweed/repo/pw_env_setup/py/py.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_env_setup/py/py.lint.pylint.stamp
3401 build obj/third_party/pigweed/repo/pw_env_setup/py/py.tests.stamp: stamp obj/third_party/pigweed/repo/pw_env_setup/py/py.tests.environment_test.py.stamp obj/third_party/pigweed/repo/pw_env_setup/py/py.tests.python_packages_test.py.stamp obj/third_party/pigweed/repo/pw_env_setup/py/py.tests.json_visitor_test.py.stamp
3402 build obj/third_party/pigweed/repo/pw_env_setup/py/py.tests.environment_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_env_setup/py/py.tests.environment_test.py.stamp
3403 build obj/third_party/pigweed/repo/pw_env_setup/py/py.tests.json_visitor_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_env_setup/py/py.tests.json_visitor_test.py.stamp
3404 build obj/third_party/pigweed/repo/pw_env_setup/py/py.tests.python_packages_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_env_setup/py/py.tests.python_packages_test.py.stamp
3405 build obj/third_party/pigweed/repo/pw_env_setup/py/py.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_env_setup/py/py.wheel.stamp
3406 build obj/third_party/pigweed/repo/pw_env_setup/py/tests.stamp: stamp obj/third_party/pigweed/repo/pw_env_setup/py/py.tests.stamp
3407 build obj/third_party/pigweed/repo/pw_env_setup/py/wheel.stamp: stamp obj/third_party/pigweed/repo/pw_env_setup/py/py.wheel.stamp
3408 build obj/third_party/pigweed/repo/pw_function/callable_size.stamp: stamp
3409 subninja obj/third_party/pigweed/repo/pw_function/config.ninja
3410 rule __third_party_pigweed_repo_pw_function_docs___build_toolchain_host_linux_arm_gcc__rule
3411   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_function --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_function/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3412   description = ACTION //third_party/pigweed/repo/pw_function:docs(//build/toolchain/host:linux_arm_gcc)
3413   restat = 1
3414
3415 build gen/third_party/pigweed/repo/pw_function/docs.pw_pystamp: __third_party_pigweed_repo_pw_function_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_function/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py obj/third_party/pigweed/repo/pw_function/callable_size.stamp obj/third_party/pigweed/repo/pw_function/function_size.stamp
3416
3417 build obj/third_party/pigweed/repo/pw_function/docs.stamp: stamp gen/third_party/pigweed/repo/pw_function/docs.pw_pystamp
3418 build obj/third_party/pigweed/repo/pw_function/function_size.stamp: stamp
3419 subninja obj/third_party/pigweed/repo/pw_function/function_test.ninja
3420 subninja obj/third_party/pigweed/repo/pw_function/function_test.lib.ninja
3421 rule __third_party_pigweed_repo_pw_function_function_test.run___build_toolchain_host_linux_arm_gcc__rule
3422   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_function --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_function/function_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:function_test\)\>
3423   description = ACTION //third_party/pigweed/repo/pw_function:function_test.run(//build/toolchain/host:linux_arm_gcc)
3424   restat = 1
3425
3426 build gen/third_party/pigweed/repo/pw_function/function_test.run.pw_pystamp: __third_party_pigweed_repo_pw_function_function_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_function/test/function_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3427
3428 build obj/third_party/pigweed/repo/pw_function/function_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_function/function_test.run.pw_pystamp
3429 build obj/third_party/pigweed/repo/pw_function/function_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_function/function_test.run.stamp
3430 subninja obj/third_party/pigweed/repo/pw_function/pw_function.ninja
3431 build obj/third_party/pigweed/repo/pw_function/tests.stamp: stamp obj/third_party/pigweed/repo/pw_function/tests_pw_test_group_metadata.stamp
3432 subninja obj/third_party/pigweed/repo/pw_function/tests.bundle.ninja
3433 subninja obj/third_party/pigweed/repo/pw_function/tests.bundle.lib.ninja
3434 rule __third_party_pigweed_repo_pw_function_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
3435   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_function --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_function/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
3436   description = ACTION //third_party/pigweed/repo/pw_function:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
3437   restat = 1
3438
3439 build gen/third_party/pigweed/repo/pw_function/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_function_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_function/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3440
3441 build obj/third_party/pigweed/repo/pw_function/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_function/tests.bundle.run.pw_pystamp
3442 build obj/third_party/pigweed/repo/pw_function/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_function/tests.bundle.run.stamp
3443 build obj/third_party/pigweed/repo/pw_function/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_function/function_test.lib.stamp
3444 build obj/third_party/pigweed/repo/pw_function/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_function/tests.stamp obj/third_party/pigweed/repo/pw_function/function_test.run.stamp
3445 build obj/third_party/pigweed/repo/pw_function/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_function/test/function_test
3446 build obj/third_party/pigweed/repo/pw_function/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_function/tests.run.stamp
3447 rule __third_party_pigweed_repo_pw_fuzzer_docs___build_toolchain_host_linux_arm_gcc__rule
3448   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_fuzzer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_fuzzer/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3449   description = ACTION //third_party/pigweed/repo/pw_fuzzer:docs(//build/toolchain/host:linux_arm_gcc)
3450   restat = 1
3451
3452 build gen/third_party/pigweed/repo/pw_fuzzer/docs.pw_pystamp: __third_party_pigweed_repo_pw_fuzzer_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_fuzzer/docs.rst ../../third_party/pigweed/repo/pw_fuzzer/doc_resources/pw_fuzzer_coverage_guided.png ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3453
3454 build obj/third_party/pigweed/repo/pw_fuzzer/docs.stamp: stamp gen/third_party/pigweed/repo/pw_fuzzer/docs.pw_pystamp
3455 subninja obj/third_party/pigweed/repo/pw_fuzzer/pw_fuzzer.ninja
3456 subninja obj/third_party/pigweed/repo/pw_fuzzer/run_as_unit_test.ninja
3457 build obj/third_party/pigweed/repo/pw_fuzzer/tests.stamp: stamp obj/third_party/pigweed/repo/pw_fuzzer/tests_pw_test_group_metadata.stamp
3458 subninja obj/third_party/pigweed/repo/pw_fuzzer/tests.bundle.ninja
3459 subninja obj/third_party/pigweed/repo/pw_fuzzer/tests.bundle.lib.ninja
3460 rule __third_party_pigweed_repo_pw_fuzzer_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
3461   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_fuzzer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_fuzzer/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
3462   description = ACTION //third_party/pigweed/repo/pw_fuzzer:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
3463   restat = 1
3464
3465 build gen/third_party/pigweed/repo/pw_fuzzer/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_fuzzer_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_fuzzer/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3466
3467 build obj/third_party/pigweed/repo/pw_fuzzer/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_fuzzer/tests.bundle.run.pw_pystamp
3468 build obj/third_party/pigweed/repo/pw_fuzzer/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_fuzzer/tests.bundle.run.stamp
3469 build obj/third_party/pigweed/repo/pw_fuzzer/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.lib.stamp
3470 build obj/third_party/pigweed/repo/pw_fuzzer/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_fuzzer/tests.stamp obj/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.run.stamp
3471 build obj/third_party/pigweed/repo/pw_fuzzer/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.stamp
3472 build obj/third_party/pigweed/repo/pw_fuzzer/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_fuzzer/tests.run.stamp
3473 rule __third_party_pigweed_repo_pw_fuzzer_toy_fuzzer___build_toolchain_host_linux_arm_gcc__rule
3474   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_fuzzer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3475   description = ACTION //third_party/pigweed/repo/pw_fuzzer:toy_fuzzer(//build/toolchain/host:linux_arm_gcc)
3476   restat = 1
3477
3478 build gen/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.pw_pystamp: __third_party_pigweed_repo_pw_fuzzer_toy_fuzzer___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3479
3480 build obj/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.stamp: stamp gen/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.pw_pystamp
3481 subninja obj/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.DISABLED.ninja
3482 rule __third_party_pigweed_repo_pw_fuzzer_toy_fuzzer.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
3483   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_fuzzer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:toy_fuzzer.DISABLED\)\>
3484   description = ACTION //third_party/pigweed/repo/pw_fuzzer:toy_fuzzer.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
3485   restat = 1
3486
3487 build gen/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_fuzzer_toy_fuzzer.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3488
3489 build obj/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.DISABLED.run.pw_pystamp
3490 build obj/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.DISABLED.run.stamp
3491 rule __third_party_pigweed_repo_pw_fuzzer_toy_fuzzer.lib___build_toolchain_host_linux_arm_gcc__rule
3492   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_fuzzer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3493   description = ACTION //third_party/pigweed/repo/pw_fuzzer:toy_fuzzer.lib(//build/toolchain/host:linux_arm_gcc)
3494   restat = 1
3495
3496 build gen/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.lib.pw_pystamp: __third_party_pigweed_repo_pw_fuzzer_toy_fuzzer.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_fuzzer/examples/toy_fuzzer.cc ../../third_party/pigweed/repo/pw_fuzzer/pw_fuzzer_disabled.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3497
3498 build obj/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.lib.stamp: stamp gen/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.lib.pw_pystamp
3499 subninja obj/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.lib.DISABLED.ninja
3500 build obj/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.run.stamp: stamp obj/third_party/pigweed/repo/pw_fuzzer/toy_fuzzer.stamp
3501 subninja obj/third_party/pigweed/repo/pw_hdlc/common.ninja
3502 subninja obj/third_party/pigweed/repo/pw_hdlc/decoder.ninja
3503 subninja obj/third_party/pigweed/repo/pw_hdlc/decoder_test.ninja
3504 subninja obj/third_party/pigweed/repo/pw_hdlc/decoder_test.lib.ninja
3505 rule __third_party_pigweed_repo_pw_hdlc_decoder_test.run___build_toolchain_host_linux_arm_gcc__rule
3506   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_hdlc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_hdlc/decoder_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:decoder_test\)\>
3507   description = ACTION //third_party/pigweed/repo/pw_hdlc:decoder_test.run(//build/toolchain/host:linux_arm_gcc)
3508   restat = 1
3509
3510 build gen/third_party/pigweed/repo/pw_hdlc/decoder_test.run.pw_pystamp: __third_party_pigweed_repo_pw_hdlc_decoder_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_hdlc/test/decoder_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3511
3512 build obj/third_party/pigweed/repo/pw_hdlc/decoder_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_hdlc/decoder_test.run.pw_pystamp
3513 build obj/third_party/pigweed/repo/pw_hdlc/decoder_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_hdlc/decoder_test.run.stamp
3514 rule __third_party_pigweed_repo_pw_hdlc_docs___build_toolchain_host_linux_arm_gcc__rule
3515   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_hdlc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_hdlc/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3516   description = ACTION //third_party/pigweed/repo/pw_hdlc:docs(//build/toolchain/host:linux_arm_gcc)
3517   restat = 1
3518
3519 build gen/third_party/pigweed/repo/pw_hdlc/docs.pw_pystamp: __third_party_pigweed_repo_pw_hdlc_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_hdlc/docs.rst ../../third_party/pigweed/repo/pw_hdlc/rpc_example/docs.rst ../../third_party/pigweed/repo/pw_hdlc/py/pw_hdlc/decode.py ../../third_party/pigweed/repo/pw_hdlc/py/pw_hdlc/encode.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3520
3521 build obj/third_party/pigweed/repo/pw_hdlc/docs.stamp: stamp gen/third_party/pigweed/repo/pw_hdlc/docs.pw_pystamp
3522 subninja obj/third_party/pigweed/repo/pw_hdlc/encoder.ninja
3523 subninja obj/third_party/pigweed/repo/pw_hdlc/encoder_test.ninja
3524 subninja obj/third_party/pigweed/repo/pw_hdlc/encoder_test.lib.ninja
3525 rule __third_party_pigweed_repo_pw_hdlc_encoder_test.run___build_toolchain_host_linux_arm_gcc__rule
3526   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_hdlc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_hdlc/encoder_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:encoder_test\)\>
3527   description = ACTION //third_party/pigweed/repo/pw_hdlc:encoder_test.run(//build/toolchain/host:linux_arm_gcc)
3528   restat = 1
3529
3530 build gen/third_party/pigweed/repo/pw_hdlc/encoder_test.run.pw_pystamp: __third_party_pigweed_repo_pw_hdlc_encoder_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_hdlc/test/encoder_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3531
3532 build obj/third_party/pigweed/repo/pw_hdlc/encoder_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_hdlc/encoder_test.run.pw_pystamp
3533 build obj/third_party/pigweed/repo/pw_hdlc/encoder_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_hdlc/encoder_test.run.stamp
3534 rule __third_party_pigweed_repo_pw_hdlc_generate_decoder_test___build_toolchain_host_linux_arm_gcc__rule
3535   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_hdlc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --capture-output -- ../../third_party/pigweed/repo/pw_hdlc/py/decode_test.py --generate-cc-test gen/third_party/pigweed/repo/pw_hdlc/generated_decoder_test.cc
3536   description = ACTION //third_party/pigweed/repo/pw_hdlc:generate_decoder_test(//build/toolchain/host:linux_arm_gcc)
3537   restat = 1
3538
3539 build gen/third_party/pigweed/repo/pw_hdlc/generated_decoder_test.cc: __third_party_pigweed_repo_pw_hdlc_generate_decoder_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_hdlc/py/decode_test.py obj/third_party/pigweed/repo/pw_build/py/py.stamp obj/third_party/pigweed/repo/pw_build/py/py.install.stamp obj/third_party/pigweed/repo/pw_hdlc/py/py.stamp obj/third_party/pigweed/repo/pw_hdlc/py/py.install.stamp
3540
3541 build obj/third_party/pigweed/repo/pw_hdlc/generate_decoder_test.stamp: stamp gen/third_party/pigweed/repo/pw_hdlc/generated_decoder_test.cc
3542 subninja obj/third_party/pigweed/repo/pw_hdlc/packet_parser.ninja
3543 build obj/third_party/pigweed/repo/pw_hdlc/pw_hdlc.stamp: stamp obj/third_party/pigweed/repo/pw_hdlc/decoder.stamp obj/third_party/pigweed/repo/pw_hdlc/encoder.stamp
3544 subninja obj/third_party/pigweed/repo/pw_hdlc/pw_rpc.ninja
3545 subninja obj/third_party/pigweed/repo/pw_hdlc/rpc_channel_output.ninja
3546 subninja obj/third_party/pigweed/repo/pw_hdlc/rpc_channel_test.ninja
3547 subninja obj/third_party/pigweed/repo/pw_hdlc/rpc_channel_test.lib.ninja
3548 rule __third_party_pigweed_repo_pw_hdlc_rpc_channel_test.run___build_toolchain_host_linux_arm_gcc__rule
3549   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_hdlc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_hdlc/rpc_channel_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:rpc_channel_test\)\>
3550   description = ACTION //third_party/pigweed/repo/pw_hdlc:rpc_channel_test.run(//build/toolchain/host:linux_arm_gcc)
3551   restat = 1
3552
3553 build gen/third_party/pigweed/repo/pw_hdlc/rpc_channel_test.run.pw_pystamp: __third_party_pigweed_repo_pw_hdlc_rpc_channel_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_hdlc/test/rpc_channel_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3554
3555 build obj/third_party/pigweed/repo/pw_hdlc/rpc_channel_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_hdlc/rpc_channel_test.run.pw_pystamp
3556 build obj/third_party/pigweed/repo/pw_hdlc/rpc_channel_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_hdlc/rpc_channel_test.run.stamp
3557 build obj/third_party/pigweed/repo/pw_hdlc/tests.stamp: stamp obj/third_party/pigweed/repo/pw_hdlc/tests_pw_test_group_metadata.stamp
3558 subninja obj/third_party/pigweed/repo/pw_hdlc/tests.bundle.ninja
3559 subninja obj/third_party/pigweed/repo/pw_hdlc/tests.bundle.lib.ninja
3560 rule __third_party_pigweed_repo_pw_hdlc_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
3561   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_hdlc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_hdlc/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
3562   description = ACTION //third_party/pigweed/repo/pw_hdlc:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
3563   restat = 1
3564
3565 build gen/third_party/pigweed/repo/pw_hdlc/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_hdlc_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_hdlc/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3566
3567 build obj/third_party/pigweed/repo/pw_hdlc/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_hdlc/tests.bundle.run.pw_pystamp
3568 build obj/third_party/pigweed/repo/pw_hdlc/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_hdlc/tests.bundle.run.stamp
3569 build obj/third_party/pigweed/repo/pw_hdlc/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_hdlc/encoder_test.lib.stamp obj/third_party/pigweed/repo/pw_hdlc/decoder_test.lib.stamp obj/third_party/pigweed/repo/pw_hdlc/rpc_channel_test.lib.stamp obj/third_party/pigweed/repo/pw_hdlc/wire_packet_parser_test.lib.stamp obj/third_party/pigweed/repo/pw_preprocessor/tests.lib.stamp obj/third_party/pigweed/repo/pw_status/tests.lib.stamp obj/third_party/pigweed/repo/pw_stream/tests.lib.stamp
3570 build obj/third_party/pigweed/repo/pw_hdlc/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_hdlc/tests.stamp obj/third_party/pigweed/repo/pw_hdlc/encoder_test.run.stamp obj/third_party/pigweed/repo/pw_hdlc/decoder_test.run.stamp obj/third_party/pigweed/repo/pw_hdlc/rpc_channel_test.run.stamp obj/third_party/pigweed/repo/pw_hdlc/wire_packet_parser_test.run.stamp obj/third_party/pigweed/repo/pw_preprocessor/tests.run.stamp obj/third_party/pigweed/repo/pw_status/tests.run.stamp obj/third_party/pigweed/repo/pw_stream/tests.run.stamp
3571 build obj/third_party/pigweed/repo/pw_hdlc/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_hdlc/test/encoder_test obj/third_party/pigweed/repo/pw_hdlc/test/decoder_test obj/third_party/pigweed/repo/pw_hdlc/test/rpc_channel_test obj/third_party/pigweed/repo/pw_hdlc/test/wire_packet_parser_test obj/third_party/pigweed/repo/pw_preprocessor/tests.stamp obj/third_party/pigweed/repo/pw_status/tests.stamp obj/third_party/pigweed/repo/pw_stream/tests.stamp
3572 build obj/third_party/pigweed/repo/pw_hdlc/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_hdlc/tests.run.stamp
3573 subninja obj/third_party/pigweed/repo/pw_hdlc/wire_packet_parser_test.ninja
3574 subninja obj/third_party/pigweed/repo/pw_hdlc/wire_packet_parser_test.lib.ninja
3575 rule __third_party_pigweed_repo_pw_hdlc_wire_packet_parser_test.run___build_toolchain_host_linux_arm_gcc__rule
3576   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_hdlc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_hdlc/wire_packet_parser_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:wire_packet_parser_test\)\>
3577   description = ACTION //third_party/pigweed/repo/pw_hdlc:wire_packet_parser_test.run(//build/toolchain/host:linux_arm_gcc)
3578   restat = 1
3579
3580 build gen/third_party/pigweed/repo/pw_hdlc/wire_packet_parser_test.run.pw_pystamp: __third_party_pigweed_repo_pw_hdlc_wire_packet_parser_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_hdlc/test/wire_packet_parser_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3581
3582 build obj/third_party/pigweed/repo/pw_hdlc/wire_packet_parser_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_hdlc/wire_packet_parser_test.run.pw_pystamp
3583 build obj/third_party/pigweed/repo/pw_hdlc/wire_packet_parser_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_hdlc/wire_packet_parser_test.run.stamp
3584 build obj/third_party/pigweed/repo/pw_hdlc/py/_build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_hdlc/py/py._build_wheel.stamp
3585 build obj/third_party/pigweed/repo/pw_hdlc/py/_run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_hdlc/py/py._run_pip_install.stamp
3586 build obj/third_party/pigweed/repo/pw_hdlc/py/install.stamp: stamp obj/third_party/pigweed/repo/pw_hdlc/py/py.install.stamp
3587 build obj/third_party/pigweed/repo/pw_hdlc/py/lint.stamp: stamp obj/third_party/pigweed/repo/pw_hdlc/py/py.lint.stamp
3588 build obj/third_party/pigweed/repo/pw_hdlc/py/lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_hdlc/py/py.lint.mypy.stamp
3589 build obj/third_party/pigweed/repo/pw_hdlc/py/lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_hdlc/py/py.lint.pylint.stamp
3590 build obj/third_party/pigweed/repo/pw_hdlc/py/py.stamp: stamp python/obj/third_party/pigweed/repo/pw_hdlc/py/py.stamp
3591 build obj/third_party/pigweed/repo/pw_hdlc/py/py._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_hdlc/py/py._build_wheel.stamp
3592 build obj/third_party/pigweed/repo/pw_hdlc/py/py._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_hdlc/py/py._run_pip_install.stamp
3593 build obj/third_party/pigweed/repo/pw_hdlc/py/py.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_hdlc/py/py.install.stamp
3594 build obj/third_party/pigweed/repo/pw_hdlc/py/py.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_hdlc/py/py.lint.stamp
3595 build obj/third_party/pigweed/repo/pw_hdlc/py/py.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_hdlc/py/py.lint.mypy.stamp
3596 build obj/third_party/pigweed/repo/pw_hdlc/py/py.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_hdlc/py/py.lint.pylint.stamp
3597 build obj/third_party/pigweed/repo/pw_hdlc/py/py.tests.stamp: stamp obj/third_party/pigweed/repo/pw_hdlc/py/py.tests.decode_test.py.stamp obj/third_party/pigweed/repo/pw_hdlc/py/py.tests.encode_test.py.stamp
3598 build obj/third_party/pigweed/repo/pw_hdlc/py/py.tests.decode_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_hdlc/py/py.tests.decode_test.py.stamp
3599 build obj/third_party/pigweed/repo/pw_hdlc/py/py.tests.encode_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_hdlc/py/py.tests.encode_test.py.stamp
3600 build obj/third_party/pigweed/repo/pw_hdlc/py/py.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_hdlc/py/py.wheel.stamp
3601 build obj/third_party/pigweed/repo/pw_hdlc/py/tests.stamp: stamp obj/third_party/pigweed/repo/pw_hdlc/py/py.tests.stamp
3602 build obj/third_party/pigweed/repo/pw_hdlc/py/wheel.stamp: stamp obj/third_party/pigweed/repo/pw_hdlc/py/py.wheel.stamp
3603 rule __third_party_pigweed_repo_pw_log_basic_log_test___build_toolchain_host_linux_arm_gcc__rule
3604   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_log --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_log/basic_log_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3605   description = ACTION //third_party/pigweed/repo/pw_log:basic_log_test(//build/toolchain/host:linux_arm_gcc)
3606   restat = 1
3607
3608 build gen/third_party/pigweed/repo/pw_log/basic_log_test.pw_pystamp: __third_party_pigweed_repo_pw_log_basic_log_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3609
3610 build obj/third_party/pigweed/repo/pw_log/basic_log_test.stamp: stamp gen/third_party/pigweed/repo/pw_log/basic_log_test.pw_pystamp
3611 subninja obj/third_party/pigweed/repo/pw_log/basic_log_test.DISABLED.ninja
3612 rule __third_party_pigweed_repo_pw_log_basic_log_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
3613   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_log --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_log/basic_log_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:basic_log_test.DISABLED\)\>
3614   description = ACTION //third_party/pigweed/repo/pw_log:basic_log_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
3615   restat = 1
3616
3617 build gen/third_party/pigweed/repo/pw_log/basic_log_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_log_basic_log_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_log/basic_log_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3618
3619 build obj/third_party/pigweed/repo/pw_log/basic_log_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_log/basic_log_test.DISABLED.run.pw_pystamp
3620 build obj/third_party/pigweed/repo/pw_log/basic_log_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_log/basic_log_test.DISABLED.run.stamp
3621 rule __third_party_pigweed_repo_pw_log_basic_log_test.lib___build_toolchain_host_linux_arm_gcc__rule
3622   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_log --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_log/basic_log_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3623   description = ACTION //third_party/pigweed/repo/pw_log:basic_log_test.lib(//build/toolchain/host:linux_arm_gcc)
3624   restat = 1
3625
3626 build gen/third_party/pigweed/repo/pw_log/basic_log_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_log_basic_log_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_log/basic_log_test.cc ../../third_party/pigweed/repo/pw_log/basic_log_test_plain_c.c ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3627
3628 build obj/third_party/pigweed/repo/pw_log/basic_log_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_log/basic_log_test.lib.pw_pystamp
3629 subninja obj/third_party/pigweed/repo/pw_log/basic_log_test.lib.DISABLED.ninja
3630 build obj/third_party/pigweed/repo/pw_log/basic_log_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_log/basic_log_test.stamp
3631 subninja obj/third_party/pigweed/repo/pw_log/config.ninja
3632 rule __third_party_pigweed_repo_pw_log_docs___build_toolchain_host_linux_arm_gcc__rule
3633   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_log --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_log/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3634   description = ACTION //third_party/pigweed/repo/pw_log:docs(//build/toolchain/host:linux_arm_gcc)
3635   restat = 1
3636
3637 build gen/third_party/pigweed/repo/pw_log/docs.pw_pystamp: __third_party_pigweed_repo_pw_log_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_log/docs.rst ../../third_party/pigweed/repo/pw_log/protobuf.rst ../../third_party/pigweed/repo/pw_log/example_layer_diagram.svg ../../third_party/pigweed/repo/pw_log/log.proto ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3638
3639 build obj/third_party/pigweed/repo/pw_log/docs.stamp: stamp gen/third_party/pigweed/repo/pw_log/docs.pw_pystamp
3640 build obj/third_party/pigweed/repo/pw_log/facade.stamp: stamp obj/third_party/pigweed/repo/pw_log/pw_log.facade.stamp
3641 build obj/third_party/pigweed/repo/pw_log/impl.stamp: stamp
3642 subninja obj/third_party/pigweed/repo/pw_log/proto_utils.ninja
3643 rule __third_party_pigweed_repo_pw_log_proto_utils_test___build_toolchain_host_linux_arm_gcc__rule
3644   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_log --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_log/proto_utils_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3645   description = ACTION //third_party/pigweed/repo/pw_log:proto_utils_test(//build/toolchain/host:linux_arm_gcc)
3646   restat = 1
3647
3648 build gen/third_party/pigweed/repo/pw_log/proto_utils_test.pw_pystamp: __third_party_pigweed_repo_pw_log_proto_utils_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3649
3650 build obj/third_party/pigweed/repo/pw_log/proto_utils_test.stamp: stamp gen/third_party/pigweed/repo/pw_log/proto_utils_test.pw_pystamp
3651 subninja obj/third_party/pigweed/repo/pw_log/proto_utils_test.DISABLED.ninja
3652 rule __third_party_pigweed_repo_pw_log_proto_utils_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
3653   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_log --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_log/proto_utils_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:proto_utils_test.DISABLED\)\>
3654   description = ACTION //third_party/pigweed/repo/pw_log:proto_utils_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
3655   restat = 1
3656
3657 build gen/third_party/pigweed/repo/pw_log/proto_utils_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_log_proto_utils_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_log/proto_utils_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3658
3659 build obj/third_party/pigweed/repo/pw_log/proto_utils_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_log/proto_utils_test.DISABLED.run.pw_pystamp
3660 build obj/third_party/pigweed/repo/pw_log/proto_utils_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_log/proto_utils_test.DISABLED.run.stamp
3661 rule __third_party_pigweed_repo_pw_log_proto_utils_test.lib___build_toolchain_host_linux_arm_gcc__rule
3662   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_log --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_log/proto_utils_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3663   description = ACTION //third_party/pigweed/repo/pw_log:proto_utils_test.lib(//build/toolchain/host:linux_arm_gcc)
3664   restat = 1
3665
3666 build gen/third_party/pigweed/repo/pw_log/proto_utils_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_log_proto_utils_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_log/proto_utils_test.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3667
3668 build obj/third_party/pigweed/repo/pw_log/proto_utils_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_log/proto_utils_test.lib.pw_pystamp
3669 subninja obj/third_party/pigweed/repo/pw_log/proto_utils_test.lib.DISABLED.ninja
3670 build obj/third_party/pigweed/repo/pw_log/proto_utils_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_log/proto_utils_test.stamp
3671 rule __third_party_pigweed_repo_pw_log_protos___build_toolchain_host_linux_arm_gcc__rule
3672   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_log --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_log/protos.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_protobuf_compiler/py/pw_protobuf_compiler/proto_target_invalid.py --target protos --dir //third_party/pigweed/repo/pw_log/ --root // pwpb nanopb nanopb_rpc raw_rpc go python
3673   description = ACTION //third_party/pigweed/repo/pw_log:protos(//build/toolchain/host:linux_arm_gcc)
3674   restat = 1
3675
3676 build gen/third_party/pigweed/repo/pw_log/protos.pw_pystamp: __third_party_pigweed_repo_pw_log_protos___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_protobuf_compiler/py/pw_protobuf_compiler/proto_target_invalid.py
3677
3678 build obj/third_party/pigweed/repo/pw_log/protos.stamp: stamp gen/third_party/pigweed/repo/pw_log/protos.pw_pystamp
3679 build obj/third_party/pigweed/repo/pw_log/protos._includes.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/common_protos._includes.stamp obj/third_party/pigweed/repo/pw_tokenizer/proto._includes.stamp
3680 build obj/third_party/pigweed/repo/pw_log/protos.go.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/common_protos.go.stamp obj/third_party/pigweed/repo/pw_tokenizer/proto.go.stamp protocol_buffer/obj/third_party/pigweed/repo/pw_log/protos.go._gen.stamp
3681 rule __third_party_pigweed_repo_pw_log_protos.nanopb___build_toolchain_host_linux_arm_gcc__rule
3682   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_log$:protos.nanopb\(//build/toolchain/host$:linux_arm_gcc\) --message \$$dir_pw_third_party_nanopb\$ must\$ be\$ set\$ to\$ compile\$ nanopb\$ protobufs. --root ../../ --out .
3683   description = ACTION //third_party/pigweed/repo/pw_log:protos.nanopb(//build/toolchain/host:linux_arm_gcc)
3684   restat = 1
3685
3686 build gen/third_party/pigweed/repo/pw_log/protos.nanopb.build_error: __third_party_pigweed_repo_pw_log_protos.nanopb___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
3687
3688 build obj/third_party/pigweed/repo/pw_log/protos.nanopb.stamp: stamp gen/third_party/pigweed/repo/pw_log/protos.nanopb.build_error
3689 rule __third_party_pigweed_repo_pw_log_protos.nanopb_rpc___build_toolchain_host_linux_arm_gcc__rule
3690   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_log$:protos.nanopb_rpc\(//build/toolchain/host$:linux_arm_gcc\) --message \$$dir_pw_third_party_nanopb\$ must\$ be\$ set\$ to\$ generate\$ nanopb\$ RPC\$ code. --root ../../ --out .
3691   description = ACTION //third_party/pigweed/repo/pw_log:protos.nanopb_rpc(//build/toolchain/host:linux_arm_gcc)
3692   restat = 1
3693
3694 build gen/third_party/pigweed/repo/pw_log/protos.nanopb_rpc.build_error: __third_party_pigweed_repo_pw_log_protos.nanopb_rpc___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
3695
3696 build obj/third_party/pigweed/repo/pw_log/protos.nanopb_rpc.stamp: stamp gen/third_party/pigweed/repo/pw_log/protos.nanopb_rpc.build_error
3697 subninja obj/third_party/pigweed/repo/pw_log/protos.pwpb.ninja
3698 build obj/third_party/pigweed/repo/pw_log/protos.python.stamp: stamp python/obj/third_party/pigweed/repo/pw_log/protos.python.stamp
3699 build obj/third_party/pigweed/repo/pw_log/protos.python._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_log/protos.python._build_wheel.stamp
3700 build obj/third_party/pigweed/repo/pw_log/protos.python._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_log/protos.python._run_pip_install.stamp
3701 build obj/third_party/pigweed/repo/pw_log/protos.python.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_log/protos.python.install.stamp
3702 build obj/third_party/pigweed/repo/pw_log/protos.python.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_log/protos.python.lint.stamp
3703 build obj/third_party/pigweed/repo/pw_log/protos.python.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_log/protos.python.lint.mypy.stamp
3704 build obj/third_party/pigweed/repo/pw_log/protos.python.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_log/protos.python.lint.pylint.stamp
3705 build obj/third_party/pigweed/repo/pw_log/protos.python.tests.stamp: stamp
3706 build obj/third_party/pigweed/repo/pw_log/protos.python.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_log/protos.python.wheel.stamp
3707 subninja obj/third_party/pigweed/repo/pw_log/protos.raw_rpc.ninja
3708 subninja obj/third_party/pigweed/repo/pw_log/pw_log.ninja
3709 rule __third_party_pigweed_repo_pw_log_pw_log.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule
3710   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_log$:pw_log.NO_BACKEND_SET\(//build/toolchain/host$:linux_arm_gcc\) --message Attempted\$ to\$ build\$ the\$ //third_party/pigweed/repo/pw_log$:pw_log\$ facade\$ with\$ no\$ backend.\\n\\nIf\$ you\$ are\$ using\$ this\$ facade,\$ ensure\$ you\$ have\$ configured\$ a\$ backend\$ \\nproperly.\$ The\$ build\$ arg\$ for\$ the\$ facade\$ must\$ be\$ set\$ to\$ a\$ valid\$ \\nbackend\$ in\$ the\$ toolchain.\$ For\$ example,\$ you\$ may\$ need\$ to\$ add\$ a\$ line\$ \\nlike\$ the\$ following\$ to\$ the\$ toolchain\'s\$ .gni\$ file$:\\n\\n\$ \$ pw_log_BACKEND\$ =\$ \"//path/to/the$:backend\"\\n\\nIf\$ you\$ are\$ NOT\$ using\$ this\$ facade,\$ this\$ error\$ may\$ have\$ been\$ triggered\$ \\nby\$ trying\$ to\$ build\$ all\$ targets. --root ../../ --out .
3711   description = ACTION //third_party/pigweed/repo/pw_log:pw_log.NO_BACKEND_SET(//build/toolchain/host:linux_arm_gcc)
3712   restat = 1
3713
3714 build gen/third_party/pigweed/repo/pw_log/pw_log.NO_BACKEND_SET.build_error: __third_party_pigweed_repo_pw_log_pw_log.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
3715
3716 build obj/third_party/pigweed/repo/pw_log/pw_log.NO_BACKEND_SET.stamp: stamp gen/third_party/pigweed/repo/pw_log/pw_log.NO_BACKEND_SET.build_error
3717 subninja obj/third_party/pigweed/repo/pw_log/pw_log.facade.ninja
3718 rule __third_party_pigweed_repo_pw_log_pw_proto_library.pw_log___build_toolchain_host_linux_arm_gcc__rule
3719   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3720   description = ACTION //third_party/pigweed/repo/pw_log:pw_proto_library.pw_log(//build/toolchain/host:linux_arm_gcc)
3721   restat = 1
3722
3723 build $ ERROR$ -$ Multiple$ pw_proto_library$ targets$ create$ the$ 'pw_log'$ package.$ Change$ the$ package$ name$ by$ setting$ the$ "prefix"$ arg$ or$ move$ the$ protos$ to$ a$ different$ directory,$ then$ re-run$ gn$ gen.: __third_party_pigweed_repo_pw_log_pw_proto_library.pw_log___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3724
3725 build obj/third_party/pigweed/repo/pw_log/pw_proto_library.pw_log.stamp: stamp $ ERROR$ -$ Multiple$ pw_proto_library$ targets$ create$ the$ 'pw_log'$ package.$ Change$ the$ package$ name$ by$ setting$ the$ "prefix"$ arg$ or$ move$ the$ protos$ to$ a$ different$ directory,$ then$ re-run$ gn$ gen.
3726 build obj/third_party/pigweed/repo/pw_log/tests.stamp: stamp obj/third_party/pigweed/repo/pw_log/tests_pw_test_group_metadata.stamp
3727 subninja obj/third_party/pigweed/repo/pw_log/tests.bundle.ninja
3728 subninja obj/third_party/pigweed/repo/pw_log/tests.bundle.lib.ninja
3729 rule __third_party_pigweed_repo_pw_log_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
3730   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_log --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_log/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
3731   description = ACTION //third_party/pigweed/repo/pw_log:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
3732   restat = 1
3733
3734 build gen/third_party/pigweed/repo/pw_log/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_log_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_log/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3735
3736 build obj/third_party/pigweed/repo/pw_log/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_log/tests.bundle.run.pw_pystamp
3737 build obj/third_party/pigweed/repo/pw_log/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_log/tests.bundle.run.stamp
3738 build obj/third_party/pigweed/repo/pw_log/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_log/basic_log_test.lib.stamp obj/third_party/pigweed/repo/pw_log/proto_utils_test.lib.stamp
3739 build obj/third_party/pigweed/repo/pw_log/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_log/tests.stamp obj/third_party/pigweed/repo/pw_log/basic_log_test.run.stamp obj/third_party/pigweed/repo/pw_log/proto_utils_test.run.stamp
3740 build obj/third_party/pigweed/repo/pw_log/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_log/basic_log_test.stamp obj/third_party/pigweed/repo/pw_log/proto_utils_test.stamp
3741 build obj/third_party/pigweed/repo/pw_log/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_log/tests.run.stamp
3742 subninja obj/third_party/pigweed/repo/pw_log_tokenized/base64_over_hdlc.ninja
3743 subninja obj/third_party/pigweed/repo/pw_log_tokenized/config.ninja
3744 rule __third_party_pigweed_repo_pw_log_tokenized_docs___build_toolchain_host_linux_arm_gcc__rule
3745   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_log_tokenized --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_log_tokenized/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3746   description = ACTION //third_party/pigweed/repo/pw_log_tokenized:docs(//build/toolchain/host:linux_arm_gcc)
3747   restat = 1
3748
3749 build gen/third_party/pigweed/repo/pw_log_tokenized/docs.pw_pystamp: __third_party_pigweed_repo_pw_log_tokenized_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_log_tokenized/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py obj/third_party/pigweed/repo/pw_log_tokenized/py/py.stamp
3750
3751 build obj/third_party/pigweed/repo/pw_log_tokenized/docs.stamp: stamp gen/third_party/pigweed/repo/pw_log_tokenized/docs.pw_pystamp
3752 subninja obj/third_party/pigweed/repo/pw_log_tokenized/log_tokenized_test.ninja
3753 subninja obj/third_party/pigweed/repo/pw_log_tokenized/log_tokenized_test.lib.ninja
3754 rule __third_party_pigweed_repo_pw_log_tokenized_log_tokenized_test.run___build_toolchain_host_linux_arm_gcc__rule
3755   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_log_tokenized --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_log_tokenized/log_tokenized_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:log_tokenized_test\)\>
3756   description = ACTION //third_party/pigweed/repo/pw_log_tokenized:log_tokenized_test.run(//build/toolchain/host:linux_arm_gcc)
3757   restat = 1
3758
3759 build gen/third_party/pigweed/repo/pw_log_tokenized/log_tokenized_test.run.pw_pystamp: __third_party_pigweed_repo_pw_log_tokenized_log_tokenized_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_tokenizer/pw_tokenizer_linker_sections.ld obj/third_party/pigweed/repo/pw_log_tokenized/test/log_tokenized_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3760
3761 build obj/third_party/pigweed/repo/pw_log_tokenized/log_tokenized_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_log_tokenized/log_tokenized_test.run.pw_pystamp
3762 build obj/third_party/pigweed/repo/pw_log_tokenized/log_tokenized_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_log_tokenized/log_tokenized_test.run.stamp
3763 subninja obj/third_party/pigweed/repo/pw_log_tokenized/metadata.ninja
3764 subninja obj/third_party/pigweed/repo/pw_log_tokenized/metadata_test.ninja
3765 subninja obj/third_party/pigweed/repo/pw_log_tokenized/metadata_test.lib.ninja
3766 rule __third_party_pigweed_repo_pw_log_tokenized_metadata_test.run___build_toolchain_host_linux_arm_gcc__rule
3767   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_log_tokenized --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_log_tokenized/metadata_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:metadata_test\)\>
3768   description = ACTION //third_party/pigweed/repo/pw_log_tokenized:metadata_test.run(//build/toolchain/host:linux_arm_gcc)
3769   restat = 1
3770
3771 build gen/third_party/pigweed/repo/pw_log_tokenized/metadata_test.run.pw_pystamp: __third_party_pigweed_repo_pw_log_tokenized_metadata_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_log_tokenized/test/metadata_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3772
3773 build obj/third_party/pigweed/repo/pw_log_tokenized/metadata_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_log_tokenized/metadata_test.run.pw_pystamp
3774 build obj/third_party/pigweed/repo/pw_log_tokenized/metadata_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_log_tokenized/metadata_test.run.stamp
3775 subninja obj/third_party/pigweed/repo/pw_log_tokenized/pw_log_tokenized.ninja
3776 subninja obj/third_party/pigweed/repo/pw_log_tokenized/pw_log_tokenized.impl.ninja
3777 build obj/third_party/pigweed/repo/pw_log_tokenized/tests.stamp: stamp obj/third_party/pigweed/repo/pw_log_tokenized/tests_pw_test_group_metadata.stamp
3778 subninja obj/third_party/pigweed/repo/pw_log_tokenized/tests.bundle.ninja
3779 subninja obj/third_party/pigweed/repo/pw_log_tokenized/tests.bundle.lib.ninja
3780 rule __third_party_pigweed_repo_pw_log_tokenized_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
3781   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_log_tokenized --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_log_tokenized/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
3782   description = ACTION //third_party/pigweed/repo/pw_log_tokenized:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
3783   restat = 1
3784
3785 build gen/third_party/pigweed/repo/pw_log_tokenized/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_log_tokenized_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_tokenizer/pw_tokenizer_linker_sections.ld obj/third_party/pigweed/repo/pw_log_tokenized/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3786
3787 build obj/third_party/pigweed/repo/pw_log_tokenized/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_log_tokenized/tests.bundle.run.pw_pystamp
3788 build obj/third_party/pigweed/repo/pw_log_tokenized/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_log_tokenized/tests.bundle.run.stamp
3789 build obj/third_party/pigweed/repo/pw_log_tokenized/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_log_tokenized/log_tokenized_test.lib.stamp obj/third_party/pigweed/repo/pw_log_tokenized/metadata_test.lib.stamp
3790 build obj/third_party/pigweed/repo/pw_log_tokenized/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_log_tokenized/tests.stamp obj/third_party/pigweed/repo/pw_log_tokenized/log_tokenized_test.run.stamp obj/third_party/pigweed/repo/pw_log_tokenized/metadata_test.run.stamp
3791 build obj/third_party/pigweed/repo/pw_log_tokenized/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_log_tokenized/test/log_tokenized_test obj/third_party/pigweed/repo/pw_log_tokenized/test/metadata_test
3792 build obj/third_party/pigweed/repo/pw_log_tokenized/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_log_tokenized/tests.run.stamp
3793 build obj/third_party/pigweed/repo/pw_log_tokenized/py/_build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_log_tokenized/py/py._build_wheel.stamp
3794 build obj/third_party/pigweed/repo/pw_log_tokenized/py/_run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_log_tokenized/py/py._run_pip_install.stamp
3795 build obj/third_party/pigweed/repo/pw_log_tokenized/py/install.stamp: stamp obj/third_party/pigweed/repo/pw_log_tokenized/py/py.install.stamp
3796 build obj/third_party/pigweed/repo/pw_log_tokenized/py/lint.stamp: stamp obj/third_party/pigweed/repo/pw_log_tokenized/py/py.lint.stamp
3797 build obj/third_party/pigweed/repo/pw_log_tokenized/py/lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_log_tokenized/py/py.lint.mypy.stamp
3798 build obj/third_party/pigweed/repo/pw_log_tokenized/py/lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_log_tokenized/py/py.lint.pylint.stamp
3799 build obj/third_party/pigweed/repo/pw_log_tokenized/py/py.stamp: stamp python/obj/third_party/pigweed/repo/pw_log_tokenized/py/py.stamp
3800 build obj/third_party/pigweed/repo/pw_log_tokenized/py/py._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_log_tokenized/py/py._build_wheel.stamp
3801 build obj/third_party/pigweed/repo/pw_log_tokenized/py/py._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_log_tokenized/py/py._run_pip_install.stamp
3802 build obj/third_party/pigweed/repo/pw_log_tokenized/py/py.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_log_tokenized/py/py.install.stamp
3803 build obj/third_party/pigweed/repo/pw_log_tokenized/py/py.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_log_tokenized/py/py.lint.stamp
3804 build obj/third_party/pigweed/repo/pw_log_tokenized/py/py.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_log_tokenized/py/py.lint.mypy.stamp
3805 build obj/third_party/pigweed/repo/pw_log_tokenized/py/py.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_log_tokenized/py/py.lint.pylint.stamp
3806 build obj/third_party/pigweed/repo/pw_log_tokenized/py/py.tests.stamp: stamp obj/third_party/pigweed/repo/pw_log_tokenized/py/py.tests.format_string_test.py.stamp obj/third_party/pigweed/repo/pw_log_tokenized/py/py.tests.metadata_test.py.stamp
3807 build obj/third_party/pigweed/repo/pw_log_tokenized/py/py.tests.format_string_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_log_tokenized/py/py.tests.format_string_test.py.stamp
3808 build obj/third_party/pigweed/repo/pw_log_tokenized/py/py.tests.metadata_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_log_tokenized/py/py.tests.metadata_test.py.stamp
3809 build obj/third_party/pigweed/repo/pw_log_tokenized/py/py.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_log_tokenized/py/py.wheel.stamp
3810 build obj/third_party/pigweed/repo/pw_log_tokenized/py/tests.stamp: stamp obj/third_party/pigweed/repo/pw_log_tokenized/py/py.tests.stamp
3811 build obj/third_party/pigweed/repo/pw_log_tokenized/py/wheel.stamp: stamp obj/third_party/pigweed/repo/pw_log_tokenized/py/py.wheel.stamp
3812 rule __third_party_pigweed_repo_pw_metric_docs___build_toolchain_host_linux_arm_gcc__rule
3813   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_metric --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_metric/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3814   description = ACTION //third_party/pigweed/repo/pw_metric:docs(//build/toolchain/host:linux_arm_gcc)
3815   restat = 1
3816
3817 build gen/third_party/pigweed/repo/pw_metric/docs.pw_pystamp: __third_party_pigweed_repo_pw_metric_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_metric/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py obj/third_party/pigweed/repo/pw_metric/metric_size_report.stamp
3818
3819 build obj/third_party/pigweed/repo/pw_metric/docs.stamp: stamp gen/third_party/pigweed/repo/pw_metric/docs.pw_pystamp
3820 subninja obj/third_party/pigweed/repo/pw_metric/global.ninja
3821 subninja obj/third_party/pigweed/repo/pw_metric/global_test.ninja
3822 subninja obj/third_party/pigweed/repo/pw_metric/global_test.lib.ninja
3823 rule __third_party_pigweed_repo_pw_metric_global_test.run___build_toolchain_host_linux_arm_gcc__rule
3824   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_metric --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_metric/global_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:global_test\)\>
3825   description = ACTION //third_party/pigweed/repo/pw_metric:global_test.run(//build/toolchain/host:linux_arm_gcc)
3826   restat = 1
3827
3828 build gen/third_party/pigweed/repo/pw_metric/global_test.run.pw_pystamp: __third_party_pigweed_repo_pw_metric_global_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_tokenizer/pw_tokenizer_linker_sections.ld obj/third_party/pigweed/repo/pw_metric/test/global_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3829
3830 build obj/third_party/pigweed/repo/pw_metric/global_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_metric/global_test.run.pw_pystamp
3831 build obj/third_party/pigweed/repo/pw_metric/global_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_metric/global_test.run.stamp
3832 rule __third_party_pigweed_repo_pw_metric_metric_service_proto___build_toolchain_host_linux_arm_gcc__rule
3833   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_metric --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_metric/metric_service_proto.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_protobuf_compiler/py/pw_protobuf_compiler/proto_target_invalid.py --target metric_service_proto --dir //third_party/pigweed/repo/pw_metric/ --root // pwpb nanopb nanopb_rpc raw_rpc go python
3834   description = ACTION //third_party/pigweed/repo/pw_metric:metric_service_proto(//build/toolchain/host:linux_arm_gcc)
3835   restat = 1
3836
3837 build gen/third_party/pigweed/repo/pw_metric/metric_service_proto.pw_pystamp: __third_party_pigweed_repo_pw_metric_metric_service_proto___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_protobuf_compiler/py/pw_protobuf_compiler/proto_target_invalid.py
3838
3839 build obj/third_party/pigweed/repo/pw_metric/metric_service_proto.stamp: stamp gen/third_party/pigweed/repo/pw_metric/metric_service_proto.pw_pystamp
3840 build obj/third_party/pigweed/repo/pw_metric/metric_service_proto._includes.stamp: stamp
3841 build obj/third_party/pigweed/repo/pw_metric/metric_service_proto.go.stamp: stamp protocol_buffer/obj/third_party/pigweed/repo/pw_metric/metric_service_proto.go._gen.stamp
3842 rule __third_party_pigweed_repo_pw_metric_metric_service_proto.nanopb___build_toolchain_host_linux_arm_gcc__rule
3843   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_metric$:metric_service_proto.nanopb\(//build/toolchain/host$:linux_arm_gcc\) --message \$$dir_pw_third_party_nanopb\$ must\$ be\$ set\$ to\$ compile\$ nanopb\$ protobufs. --root ../../ --out .
3844   description = ACTION //third_party/pigweed/repo/pw_metric:metric_service_proto.nanopb(//build/toolchain/host:linux_arm_gcc)
3845   restat = 1
3846
3847 build gen/third_party/pigweed/repo/pw_metric/metric_service_proto.nanopb.build_error: __third_party_pigweed_repo_pw_metric_metric_service_proto.nanopb___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
3848
3849 build obj/third_party/pigweed/repo/pw_metric/metric_service_proto.nanopb.stamp: stamp gen/third_party/pigweed/repo/pw_metric/metric_service_proto.nanopb.build_error
3850 rule __third_party_pigweed_repo_pw_metric_metric_service_proto.nanopb_rpc___build_toolchain_host_linux_arm_gcc__rule
3851   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_metric$:metric_service_proto.nanopb_rpc\(//build/toolchain/host$:linux_arm_gcc\) --message \$$dir_pw_third_party_nanopb\$ must\$ be\$ set\$ to\$ generate\$ nanopb\$ RPC\$ code. --root ../../ --out .
3852   description = ACTION //third_party/pigweed/repo/pw_metric:metric_service_proto.nanopb_rpc(//build/toolchain/host:linux_arm_gcc)
3853   restat = 1
3854
3855 build gen/third_party/pigweed/repo/pw_metric/metric_service_proto.nanopb_rpc.build_error: __third_party_pigweed_repo_pw_metric_metric_service_proto.nanopb_rpc___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
3856
3857 build obj/third_party/pigweed/repo/pw_metric/metric_service_proto.nanopb_rpc.stamp: stamp gen/third_party/pigweed/repo/pw_metric/metric_service_proto.nanopb_rpc.build_error
3858 subninja obj/third_party/pigweed/repo/pw_metric/metric_service_proto.pwpb.ninja
3859 build obj/third_party/pigweed/repo/pw_metric/metric_service_proto.python.stamp: stamp python/obj/third_party/pigweed/repo/pw_metric/metric_service_proto.python.stamp
3860 build obj/third_party/pigweed/repo/pw_metric/metric_service_proto.python._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_metric/metric_service_proto.python._build_wheel.stamp
3861 build obj/third_party/pigweed/repo/pw_metric/metric_service_proto.python._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_metric/metric_service_proto.python._run_pip_install.stamp
3862 build obj/third_party/pigweed/repo/pw_metric/metric_service_proto.python.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_metric/metric_service_proto.python.install.stamp
3863 build obj/third_party/pigweed/repo/pw_metric/metric_service_proto.python.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_metric/metric_service_proto.python.lint.stamp
3864 build obj/third_party/pigweed/repo/pw_metric/metric_service_proto.python.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_metric/metric_service_proto.python.lint.mypy.stamp
3865 build obj/third_party/pigweed/repo/pw_metric/metric_service_proto.python.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_metric/metric_service_proto.python.lint.pylint.stamp
3866 build obj/third_party/pigweed/repo/pw_metric/metric_service_proto.python.tests.stamp: stamp
3867 build obj/third_party/pigweed/repo/pw_metric/metric_service_proto.python.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_metric/metric_service_proto.python.wheel.stamp
3868 subninja obj/third_party/pigweed/repo/pw_metric/metric_service_proto.raw_rpc.ninja
3869 build obj/third_party/pigweed/repo/pw_metric/metric_size_report.stamp: stamp
3870 subninja obj/third_party/pigweed/repo/pw_metric/metric_test.ninja
3871 subninja obj/third_party/pigweed/repo/pw_metric/metric_test.lib.ninja
3872 rule __third_party_pigweed_repo_pw_metric_metric_test.run___build_toolchain_host_linux_arm_gcc__rule
3873   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_metric --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_metric/metric_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:metric_test\)\>
3874   description = ACTION //third_party/pigweed/repo/pw_metric:metric_test.run(//build/toolchain/host:linux_arm_gcc)
3875   restat = 1
3876
3877 build gen/third_party/pigweed/repo/pw_metric/metric_test.run.pw_pystamp: __third_party_pigweed_repo_pw_metric_metric_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_tokenizer/pw_tokenizer_linker_sections.ld obj/third_party/pigweed/repo/pw_metric/test/metric_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3878
3879 build obj/third_party/pigweed/repo/pw_metric/metric_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_metric/metric_test.run.pw_pystamp
3880 build obj/third_party/pigweed/repo/pw_metric/metric_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_metric/metric_test.run.stamp
3881 subninja obj/third_party/pigweed/repo/pw_metric/pw_metric.ninja
3882 rule __third_party_pigweed_repo_pw_metric_pw_proto_library.pw_metric_proto___build_toolchain_host_linux_arm_gcc__rule
3883   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3884   description = ACTION //third_party/pigweed/repo/pw_metric:pw_proto_library.pw_metric_proto(//build/toolchain/host:linux_arm_gcc)
3885   restat = 1
3886
3887 build $ ERROR$ -$ Multiple$ pw_proto_library$ targets$ create$ the$ 'pw_metric_proto'$ package.$ Change$ the$ package$ name$ by$ setting$ the$ "prefix"$ arg$ or$ move$ the$ protos$ to$ a$ different$ directory,$ then$ re-run$ gn$ gen.: __third_party_pigweed_repo_pw_metric_pw_proto_library.pw_metric_proto___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3888
3889 build obj/third_party/pigweed/repo/pw_metric/pw_proto_library.pw_metric_proto.stamp: stamp $ ERROR$ -$ Multiple$ pw_proto_library$ targets$ create$ the$ 'pw_metric_proto'$ package.$ Change$ the$ package$ name$ by$ setting$ the$ "prefix"$ arg$ or$ move$ the$ protos$ to$ a$ different$ directory,$ then$ re-run$ gn$ gen.
3890 build obj/third_party/pigweed/repo/pw_metric/tests.stamp: stamp obj/third_party/pigweed/repo/pw_metric/tests_pw_test_group_metadata.stamp
3891 subninja obj/third_party/pigweed/repo/pw_metric/tests.bundle.ninja
3892 subninja obj/third_party/pigweed/repo/pw_metric/tests.bundle.lib.ninja
3893 rule __third_party_pigweed_repo_pw_metric_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
3894   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_metric --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_metric/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
3895   description = ACTION //third_party/pigweed/repo/pw_metric:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
3896   restat = 1
3897
3898 build gen/third_party/pigweed/repo/pw_metric/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_metric_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_tokenizer/pw_tokenizer_linker_sections.ld obj/third_party/pigweed/repo/pw_metric/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3899
3900 build obj/third_party/pigweed/repo/pw_metric/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_metric/tests.bundle.run.pw_pystamp
3901 build obj/third_party/pigweed/repo/pw_metric/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_metric/tests.bundle.run.stamp
3902 build obj/third_party/pigweed/repo/pw_metric/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_metric/metric_test.lib.stamp obj/third_party/pigweed/repo/pw_metric/global_test.lib.stamp
3903 build obj/third_party/pigweed/repo/pw_metric/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_metric/tests.stamp obj/third_party/pigweed/repo/pw_metric/metric_test.run.stamp obj/third_party/pigweed/repo/pw_metric/global_test.run.stamp
3904 build obj/third_party/pigweed/repo/pw_metric/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_metric/test/metric_test obj/third_party/pigweed/repo/pw_metric/test/global_test
3905 build obj/third_party/pigweed/repo/pw_metric/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_metric/tests.run.stamp
3906 build obj/third_party/pigweed/repo/pw_module/py/_build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_module/py/py._build_wheel.stamp
3907 build obj/third_party/pigweed/repo/pw_module/py/_run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_module/py/py._run_pip_install.stamp
3908 build obj/third_party/pigweed/repo/pw_module/py/install.stamp: stamp obj/third_party/pigweed/repo/pw_module/py/py.install.stamp
3909 build obj/third_party/pigweed/repo/pw_module/py/lint.stamp: stamp obj/third_party/pigweed/repo/pw_module/py/py.lint.stamp
3910 build obj/third_party/pigweed/repo/pw_module/py/lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_module/py/py.lint.mypy.stamp
3911 build obj/third_party/pigweed/repo/pw_module/py/lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_module/py/py.lint.pylint.stamp
3912 build obj/third_party/pigweed/repo/pw_module/py/py.stamp: stamp python/obj/third_party/pigweed/repo/pw_module/py/py.stamp
3913 build obj/third_party/pigweed/repo/pw_module/py/py._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_module/py/py._build_wheel.stamp
3914 build obj/third_party/pigweed/repo/pw_module/py/py._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_module/py/py._run_pip_install.stamp
3915 build obj/third_party/pigweed/repo/pw_module/py/py.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_module/py/py.install.stamp
3916 build obj/third_party/pigweed/repo/pw_module/py/py.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_module/py/py.lint.stamp
3917 build obj/third_party/pigweed/repo/pw_module/py/py.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_module/py/py.lint.mypy.stamp
3918 build obj/third_party/pigweed/repo/pw_module/py/py.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_module/py/py.lint.pylint.stamp
3919 build obj/third_party/pigweed/repo/pw_module/py/py.tests.stamp: stamp obj/third_party/pigweed/repo/pw_module/py/py.tests.check_test.py.stamp
3920 build obj/third_party/pigweed/repo/pw_module/py/py.tests.check_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_module/py/py.tests.check_test.py.stamp
3921 build obj/third_party/pigweed/repo/pw_module/py/py.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_module/py/py.wheel.stamp
3922 build obj/third_party/pigweed/repo/pw_module/py/tests.stamp: stamp obj/third_party/pigweed/repo/pw_module/py/py.tests.stamp
3923 build obj/third_party/pigweed/repo/pw_module/py/wheel.stamp: stamp obj/third_party/pigweed/repo/pw_module/py/py.wheel.stamp
3924 subninja obj/third_party/pigweed/repo/pw_polyfill/bit.ninja
3925 subninja obj/third_party/pigweed/repo/pw_polyfill/cpp14_test.ninja
3926 subninja obj/third_party/pigweed/repo/pw_polyfill/cpp14_test.lib.ninja
3927 rule __third_party_pigweed_repo_pw_polyfill_cpp14_test.run___build_toolchain_host_linux_arm_gcc__rule
3928   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_polyfill --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_polyfill/cpp14_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:cpp14_test\)\>
3929   description = ACTION //third_party/pigweed/repo/pw_polyfill:cpp14_test.run(//build/toolchain/host:linux_arm_gcc)
3930   restat = 1
3931
3932 build gen/third_party/pigweed/repo/pw_polyfill/cpp14_test.run.pw_pystamp: __third_party_pigweed_repo_pw_polyfill_cpp14_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_polyfill/test/cpp14_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3933
3934 build obj/third_party/pigweed/repo/pw_polyfill/cpp14_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_polyfill/cpp14_test.run.pw_pystamp
3935 build obj/third_party/pigweed/repo/pw_polyfill/cpp14_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_polyfill/cpp14_test.run.stamp
3936 subninja obj/third_party/pigweed/repo/pw_polyfill/cstddef.ninja
3937 subninja obj/third_party/pigweed/repo/pw_polyfill/default_cpp_test.ninja
3938 subninja obj/third_party/pigweed/repo/pw_polyfill/default_cpp_test.lib.ninja
3939 rule __third_party_pigweed_repo_pw_polyfill_default_cpp_test.run___build_toolchain_host_linux_arm_gcc__rule
3940   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_polyfill --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_polyfill/default_cpp_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:default_cpp_test\)\>
3941   description = ACTION //third_party/pigweed/repo/pw_polyfill:default_cpp_test.run(//build/toolchain/host:linux_arm_gcc)
3942   restat = 1
3943
3944 build gen/third_party/pigweed/repo/pw_polyfill/default_cpp_test.run.pw_pystamp: __third_party_pigweed_repo_pw_polyfill_default_cpp_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_polyfill/test/default_cpp_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3945
3946 build obj/third_party/pigweed/repo/pw_polyfill/default_cpp_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_polyfill/default_cpp_test.run.pw_pystamp
3947 build obj/third_party/pigweed/repo/pw_polyfill/default_cpp_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_polyfill/default_cpp_test.run.stamp
3948 rule __third_party_pigweed_repo_pw_polyfill_docs___build_toolchain_host_linux_arm_gcc__rule
3949   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_polyfill --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_polyfill/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3950   description = ACTION //third_party/pigweed/repo/pw_polyfill:docs(//build/toolchain/host:linux_arm_gcc)
3951   restat = 1
3952
3953 build gen/third_party/pigweed/repo/pw_polyfill/docs.pw_pystamp: __third_party_pigweed_repo_pw_polyfill_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_polyfill/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
3954
3955 build obj/third_party/pigweed/repo/pw_polyfill/docs.stamp: stamp gen/third_party/pigweed/repo/pw_polyfill/docs.pw_pystamp
3956 subninja obj/third_party/pigweed/repo/pw_polyfill/iterator.ninja
3957 build obj/third_party/pigweed/repo/pw_polyfill/overrides.stamp: stamp obj/third_party/pigweed/repo/pw_polyfill/bit.stamp obj/third_party/pigweed/repo/pw_polyfill/cstddef.stamp obj/third_party/pigweed/repo/pw_polyfill/iterator.stamp obj/third_party/pigweed/repo/pw_polyfill/span.stamp obj/third_party/pigweed/repo/pw_polyfill/type_traits.stamp
3958 subninja obj/third_party/pigweed/repo/pw_polyfill/pw_polyfill.ninja
3959 subninja obj/third_party/pigweed/repo/pw_polyfill/span.ninja
3960 subninja obj/third_party/pigweed/repo/pw_polyfill/standard_library.ninja
3961 build obj/third_party/pigweed/repo/pw_polyfill/tests.stamp: stamp obj/third_party/pigweed/repo/pw_polyfill/tests_pw_test_group_metadata.stamp
3962 subninja obj/third_party/pigweed/repo/pw_polyfill/tests.bundle.ninja
3963 subninja obj/third_party/pigweed/repo/pw_polyfill/tests.bundle.lib.ninja
3964 rule __third_party_pigweed_repo_pw_polyfill_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
3965   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_polyfill --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_polyfill/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
3966   description = ACTION //third_party/pigweed/repo/pw_polyfill:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
3967   restat = 1
3968
3969 build gen/third_party/pigweed/repo/pw_polyfill/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_polyfill_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_polyfill/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3970
3971 build obj/third_party/pigweed/repo/pw_polyfill/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_polyfill/tests.bundle.run.pw_pystamp
3972 build obj/third_party/pigweed/repo/pw_polyfill/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_polyfill/tests.bundle.run.stamp
3973 build obj/third_party/pigweed/repo/pw_polyfill/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_polyfill/default_cpp_test.lib.stamp obj/third_party/pigweed/repo/pw_polyfill/cpp14_test.lib.stamp obj/third_party/pigweed/repo/pw_span/tests.lib.stamp
3974 build obj/third_party/pigweed/repo/pw_polyfill/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_polyfill/tests.stamp obj/third_party/pigweed/repo/pw_polyfill/default_cpp_test.run.stamp obj/third_party/pigweed/repo/pw_polyfill/cpp14_test.run.stamp obj/third_party/pigweed/repo/pw_span/tests.run.stamp
3975 build obj/third_party/pigweed/repo/pw_polyfill/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_polyfill/test/default_cpp_test obj/third_party/pigweed/repo/pw_polyfill/test/cpp14_test obj/third_party/pigweed/repo/pw_span/tests.stamp
3976 build obj/third_party/pigweed/repo/pw_polyfill/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_polyfill/tests.run.stamp
3977 subninja obj/third_party/pigweed/repo/pw_polyfill/type_traits.ninja
3978 subninja obj/third_party/pigweed/repo/pw_preprocessor/arch.ninja
3979 subninja obj/third_party/pigweed/repo/pw_preprocessor/arguments_test.ninja
3980 subninja obj/third_party/pigweed/repo/pw_preprocessor/arguments_test.lib.ninja
3981 rule __third_party_pigweed_repo_pw_preprocessor_arguments_test.run___build_toolchain_host_linux_arm_gcc__rule
3982   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_preprocessor --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_preprocessor/arguments_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:arguments_test\)\>
3983   description = ACTION //third_party/pigweed/repo/pw_preprocessor:arguments_test.run(//build/toolchain/host:linux_arm_gcc)
3984   restat = 1
3985
3986 build gen/third_party/pigweed/repo/pw_preprocessor/arguments_test.run.pw_pystamp: __third_party_pigweed_repo_pw_preprocessor_arguments_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_preprocessor/test/arguments_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3987
3988 build obj/third_party/pigweed/repo/pw_preprocessor/arguments_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_preprocessor/arguments_test.run.pw_pystamp
3989 build obj/third_party/pigweed/repo/pw_preprocessor/arguments_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_preprocessor/arguments_test.run.stamp
3990 subninja obj/third_party/pigweed/repo/pw_preprocessor/boolean_test.ninja
3991 subninja obj/third_party/pigweed/repo/pw_preprocessor/boolean_test.lib.ninja
3992 rule __third_party_pigweed_repo_pw_preprocessor_boolean_test.run___build_toolchain_host_linux_arm_gcc__rule
3993   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_preprocessor --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_preprocessor/boolean_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:boolean_test\)\>
3994   description = ACTION //third_party/pigweed/repo/pw_preprocessor:boolean_test.run(//build/toolchain/host:linux_arm_gcc)
3995   restat = 1
3996
3997 build gen/third_party/pigweed/repo/pw_preprocessor/boolean_test.run.pw_pystamp: __third_party_pigweed_repo_pw_preprocessor_boolean_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_preprocessor/test/boolean_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
3998
3999 build obj/third_party/pigweed/repo/pw_preprocessor/boolean_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_preprocessor/boolean_test.run.pw_pystamp
4000 build obj/third_party/pigweed/repo/pw_preprocessor/boolean_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_preprocessor/boolean_test.run.stamp
4001 subninja obj/third_party/pigweed/repo/pw_preprocessor/compiler_test.ninja
4002 subninja obj/third_party/pigweed/repo/pw_preprocessor/compiler_test.lib.ninja
4003 rule __third_party_pigweed_repo_pw_preprocessor_compiler_test.run___build_toolchain_host_linux_arm_gcc__rule
4004   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_preprocessor --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_preprocessor/compiler_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:compiler_test\)\>
4005   description = ACTION //third_party/pigweed/repo/pw_preprocessor:compiler_test.run(//build/toolchain/host:linux_arm_gcc)
4006   restat = 1
4007
4008 build gen/third_party/pigweed/repo/pw_preprocessor/compiler_test.run.pw_pystamp: __third_party_pigweed_repo_pw_preprocessor_compiler_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_preprocessor/test/compiler_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4009
4010 build obj/third_party/pigweed/repo/pw_preprocessor/compiler_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_preprocessor/compiler_test.run.pw_pystamp
4011 build obj/third_party/pigweed/repo/pw_preprocessor/compiler_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_preprocessor/compiler_test.run.stamp
4012 subninja obj/third_party/pigweed/repo/pw_preprocessor/concat_test.ninja
4013 subninja obj/third_party/pigweed/repo/pw_preprocessor/concat_test.lib.ninja
4014 rule __third_party_pigweed_repo_pw_preprocessor_concat_test.run___build_toolchain_host_linux_arm_gcc__rule
4015   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_preprocessor --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_preprocessor/concat_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:concat_test\)\>
4016   description = ACTION //third_party/pigweed/repo/pw_preprocessor:concat_test.run(//build/toolchain/host:linux_arm_gcc)
4017   restat = 1
4018
4019 build gen/third_party/pigweed/repo/pw_preprocessor/concat_test.run.pw_pystamp: __third_party_pigweed_repo_pw_preprocessor_concat_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_preprocessor/test/concat_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4020
4021 build obj/third_party/pigweed/repo/pw_preprocessor/concat_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_preprocessor/concat_test.run.pw_pystamp
4022 build obj/third_party/pigweed/repo/pw_preprocessor/concat_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_preprocessor/concat_test.run.stamp
4023 rule __third_party_pigweed_repo_pw_preprocessor_docs___build_toolchain_host_linux_arm_gcc__rule
4024   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_preprocessor --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_preprocessor/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4025   description = ACTION //third_party/pigweed/repo/pw_preprocessor:docs(//build/toolchain/host:linux_arm_gcc)
4026   restat = 1
4027
4028 build gen/third_party/pigweed/repo/pw_preprocessor/docs.pw_pystamp: __third_party_pigweed_repo_pw_preprocessor_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_preprocessor/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4029
4030 build obj/third_party/pigweed/repo/pw_preprocessor/docs.stamp: stamp gen/third_party/pigweed/repo/pw_preprocessor/docs.pw_pystamp
4031 subninja obj/third_party/pigweed/repo/pw_preprocessor/pw_preprocessor.ninja
4032 build obj/third_party/pigweed/repo/pw_preprocessor/tests.stamp: stamp obj/third_party/pigweed/repo/pw_preprocessor/tests_pw_test_group_metadata.stamp
4033 subninja obj/third_party/pigweed/repo/pw_preprocessor/tests.bundle.ninja
4034 subninja obj/third_party/pigweed/repo/pw_preprocessor/tests.bundle.lib.ninja
4035 rule __third_party_pigweed_repo_pw_preprocessor_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
4036   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_preprocessor --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_preprocessor/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
4037   description = ACTION //third_party/pigweed/repo/pw_preprocessor:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
4038   restat = 1
4039
4040 build gen/third_party/pigweed/repo/pw_preprocessor/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_preprocessor_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_preprocessor/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4041
4042 build obj/third_party/pigweed/repo/pw_preprocessor/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_preprocessor/tests.bundle.run.pw_pystamp
4043 build obj/third_party/pigweed/repo/pw_preprocessor/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_preprocessor/tests.bundle.run.stamp
4044 build obj/third_party/pigweed/repo/pw_preprocessor/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_preprocessor/arguments_test.lib.stamp obj/third_party/pigweed/repo/pw_preprocessor/boolean_test.lib.stamp obj/third_party/pigweed/repo/pw_preprocessor/compiler_test.lib.stamp obj/third_party/pigweed/repo/pw_preprocessor/concat_test.lib.stamp obj/third_party/pigweed/repo/pw_preprocessor/util_test.lib.stamp
4045 build obj/third_party/pigweed/repo/pw_preprocessor/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_preprocessor/tests.stamp obj/third_party/pigweed/repo/pw_preprocessor/arguments_test.run.stamp obj/third_party/pigweed/repo/pw_preprocessor/boolean_test.run.stamp obj/third_party/pigweed/repo/pw_preprocessor/compiler_test.run.stamp obj/third_party/pigweed/repo/pw_preprocessor/concat_test.run.stamp obj/third_party/pigweed/repo/pw_preprocessor/util_test.run.stamp
4046 build obj/third_party/pigweed/repo/pw_preprocessor/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_preprocessor/test/arguments_test obj/third_party/pigweed/repo/pw_preprocessor/test/boolean_test obj/third_party/pigweed/repo/pw_preprocessor/test/compiler_test obj/third_party/pigweed/repo/pw_preprocessor/test/concat_test obj/third_party/pigweed/repo/pw_preprocessor/test/util_test
4047 build obj/third_party/pigweed/repo/pw_preprocessor/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_preprocessor/tests.run.stamp
4048 subninja obj/third_party/pigweed/repo/pw_preprocessor/util_test.ninja
4049 subninja obj/third_party/pigweed/repo/pw_preprocessor/util_test.lib.ninja
4050 rule __third_party_pigweed_repo_pw_preprocessor_util_test.run___build_toolchain_host_linux_arm_gcc__rule
4051   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_preprocessor --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_preprocessor/util_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:util_test\)\>
4052   description = ACTION //third_party/pigweed/repo/pw_preprocessor:util_test.run(//build/toolchain/host:linux_arm_gcc)
4053   restat = 1
4054
4055 build gen/third_party/pigweed/repo/pw_preprocessor/util_test.run.pw_pystamp: __third_party_pigweed_repo_pw_preprocessor_util_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_preprocessor/test/util_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4056
4057 build obj/third_party/pigweed/repo/pw_preprocessor/util_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_preprocessor/util_test.run.pw_pystamp
4058 build obj/third_party/pigweed/repo/pw_preprocessor/util_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_preprocessor/util_test.run.stamp
4059 subninja obj/third_party/pigweed/repo/pw_protobuf/bytes_utils.ninja
4060 subninja obj/third_party/pigweed/repo/pw_protobuf/codegen_test.ninja
4061 subninja obj/third_party/pigweed/repo/pw_protobuf/codegen_test.lib.ninja
4062 rule __third_party_pigweed_repo_pw_protobuf_codegen_test.run___build_toolchain_host_linux_arm_gcc__rule
4063   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_protobuf --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_protobuf/codegen_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:codegen_test\)\>
4064   description = ACTION //third_party/pigweed/repo/pw_protobuf:codegen_test.run(//build/toolchain/host:linux_arm_gcc)
4065   restat = 1
4066
4067 build gen/third_party/pigweed/repo/pw_protobuf/codegen_test.run.pw_pystamp: __third_party_pigweed_repo_pw_protobuf_codegen_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_protobuf/test/codegen_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4068
4069 build obj/third_party/pigweed/repo/pw_protobuf/codegen_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/codegen_test.run.pw_pystamp
4070 rule __third_party_pigweed_repo_pw_protobuf_codegen_test_protos___build_toolchain_host_linux_arm_gcc__rule
4071   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_protobuf --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_protobuf_compiler/py/pw_protobuf_compiler/proto_target_invalid.py --target codegen_test_protos --dir //third_party/pigweed/repo/pw_protobuf/ --root // pwpb nanopb nanopb_rpc raw_rpc go python
4072   description = ACTION //third_party/pigweed/repo/pw_protobuf:codegen_test_protos(//build/toolchain/host:linux_arm_gcc)
4073   restat = 1
4074
4075 build gen/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.pw_pystamp: __third_party_pigweed_repo_pw_protobuf_codegen_test_protos___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_protobuf_compiler/py/pw_protobuf_compiler/proto_target_invalid.py
4076
4077 build obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.pw_pystamp
4078 build obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos._includes.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/common_protos._includes.stamp
4079 build obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.go.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/common_protos.go.stamp protocol_buffer/obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.go._gen.stamp
4080 rule __third_party_pigweed_repo_pw_protobuf_codegen_test_protos.nanopb___build_toolchain_host_linux_arm_gcc__rule
4081   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_protobuf$:codegen_test_protos.nanopb\(//build/toolchain/host$:linux_arm_gcc\) --message \$$dir_pw_third_party_nanopb\$ must\$ be\$ set\$ to\$ compile\$ nanopb\$ protobufs. --root ../../ --out .
4082   description = ACTION //third_party/pigweed/repo/pw_protobuf:codegen_test_protos.nanopb(//build/toolchain/host:linux_arm_gcc)
4083   restat = 1
4084
4085 build gen/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.nanopb.build_error: __third_party_pigweed_repo_pw_protobuf_codegen_test_protos.nanopb___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
4086
4087 build obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.nanopb.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.nanopb.build_error
4088 rule __third_party_pigweed_repo_pw_protobuf_codegen_test_protos.nanopb_rpc___build_toolchain_host_linux_arm_gcc__rule
4089   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_protobuf$:codegen_test_protos.nanopb_rpc\(//build/toolchain/host$:linux_arm_gcc\) --message \$$dir_pw_third_party_nanopb\$ must\$ be\$ set\$ to\$ generate\$ nanopb\$ RPC\$ code. --root ../../ --out .
4090   description = ACTION //third_party/pigweed/repo/pw_protobuf:codegen_test_protos.nanopb_rpc(//build/toolchain/host:linux_arm_gcc)
4091   restat = 1
4092
4093 build gen/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.nanopb_rpc.build_error: __third_party_pigweed_repo_pw_protobuf_codegen_test_protos.nanopb_rpc___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
4094
4095 build obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.nanopb_rpc.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.nanopb_rpc.build_error
4096 subninja obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.pwpb.ninja
4097 build obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.python.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.python.stamp
4098 build obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.python._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.python._build_wheel.stamp
4099 build obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.python._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.python._run_pip_install.stamp
4100 build obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.python.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.python.install.stamp
4101 build obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.python.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.python.lint.stamp
4102 build obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.python.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.python.lint.mypy.stamp
4103 build obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.python.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.python.lint.pylint.stamp
4104 build obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.python.tests.stamp: stamp
4105 build obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.python.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.python.wheel.stamp
4106 subninja obj/third_party/pigweed/repo/pw_protobuf/codegen_test_protos.raw_rpc.ninja
4107 build obj/third_party/pigweed/repo/pw_protobuf/codegen_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/codegen_test.run.stamp
4108 rule __third_party_pigweed_repo_pw_protobuf_common_protos___build_toolchain_host_linux_arm_gcc__rule
4109   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_protobuf --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_protobuf/common_protos.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_protobuf_compiler/py/pw_protobuf_compiler/proto_target_invalid.py --target common_protos --dir //third_party/pigweed/repo/pw_protobuf/ --root // pwpb nanopb nanopb_rpc raw_rpc go python
4110   description = ACTION //third_party/pigweed/repo/pw_protobuf:common_protos(//build/toolchain/host:linux_arm_gcc)
4111   restat = 1
4112
4113 build gen/third_party/pigweed/repo/pw_protobuf/common_protos.pw_pystamp: __third_party_pigweed_repo_pw_protobuf_common_protos___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_protobuf_compiler/py/pw_protobuf_compiler/proto_target_invalid.py
4114
4115 build obj/third_party/pigweed/repo/pw_protobuf/common_protos.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/common_protos.pw_pystamp
4116 build obj/third_party/pigweed/repo/pw_protobuf/common_protos._includes.stamp: stamp
4117 build obj/third_party/pigweed/repo/pw_protobuf/common_protos.go.stamp: stamp protocol_buffer/obj/third_party/pigweed/repo/pw_protobuf/common_protos.go._gen.stamp
4118 rule __third_party_pigweed_repo_pw_protobuf_common_protos.nanopb___build_toolchain_host_linux_arm_gcc__rule
4119   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_protobuf$:common_protos.nanopb\(//build/toolchain/host$:linux_arm_gcc\) --message \$$dir_pw_third_party_nanopb\$ must\$ be\$ set\$ to\$ compile\$ nanopb\$ protobufs. --root ../../ --out .
4120   description = ACTION //third_party/pigweed/repo/pw_protobuf:common_protos.nanopb(//build/toolchain/host:linux_arm_gcc)
4121   restat = 1
4122
4123 build gen/third_party/pigweed/repo/pw_protobuf/common_protos.nanopb.build_error: __third_party_pigweed_repo_pw_protobuf_common_protos.nanopb___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
4124
4125 build obj/third_party/pigweed/repo/pw_protobuf/common_protos.nanopb.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/common_protos.nanopb.build_error
4126 rule __third_party_pigweed_repo_pw_protobuf_common_protos.nanopb_rpc___build_toolchain_host_linux_arm_gcc__rule
4127   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_protobuf$:common_protos.nanopb_rpc\(//build/toolchain/host$:linux_arm_gcc\) --message \$$dir_pw_third_party_nanopb\$ must\$ be\$ set\$ to\$ generate\$ nanopb\$ RPC\$ code. --root ../../ --out .
4128   description = ACTION //third_party/pigweed/repo/pw_protobuf:common_protos.nanopb_rpc(//build/toolchain/host:linux_arm_gcc)
4129   restat = 1
4130
4131 build gen/third_party/pigweed/repo/pw_protobuf/common_protos.nanopb_rpc.build_error: __third_party_pigweed_repo_pw_protobuf_common_protos.nanopb_rpc___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
4132
4133 build obj/third_party/pigweed/repo/pw_protobuf/common_protos.nanopb_rpc.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/common_protos.nanopb_rpc.build_error
4134 subninja obj/third_party/pigweed/repo/pw_protobuf/common_protos.pwpb.ninja
4135 build obj/third_party/pigweed/repo/pw_protobuf/common_protos.python.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/common_protos.python.stamp
4136 build obj/third_party/pigweed/repo/pw_protobuf/common_protos.python._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/common_protos.python._build_wheel.stamp
4137 build obj/third_party/pigweed/repo/pw_protobuf/common_protos.python._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/common_protos.python._run_pip_install.stamp
4138 build obj/third_party/pigweed/repo/pw_protobuf/common_protos.python.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/common_protos.python.install.stamp
4139 build obj/third_party/pigweed/repo/pw_protobuf/common_protos.python.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/common_protos.python.lint.stamp
4140 build obj/third_party/pigweed/repo/pw_protobuf/common_protos.python.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/common_protos.python.lint.mypy.stamp
4141 build obj/third_party/pigweed/repo/pw_protobuf/common_protos.python.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/common_protos.python.lint.pylint.stamp
4142 build obj/third_party/pigweed/repo/pw_protobuf/common_protos.python.tests.stamp: stamp
4143 build obj/third_party/pigweed/repo/pw_protobuf/common_protos.python.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/common_protos.python.wheel.stamp
4144 subninja obj/third_party/pigweed/repo/pw_protobuf/common_protos.raw_rpc.ninja
4145 subninja obj/third_party/pigweed/repo/pw_protobuf/config.ninja
4146 subninja obj/third_party/pigweed/repo/pw_protobuf/decoder_test.ninja
4147 subninja obj/third_party/pigweed/repo/pw_protobuf/decoder_test.lib.ninja
4148 rule __third_party_pigweed_repo_pw_protobuf_decoder_test.run___build_toolchain_host_linux_arm_gcc__rule
4149   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_protobuf --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_protobuf/decoder_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:decoder_test\)\>
4150   description = ACTION //third_party/pigweed/repo/pw_protobuf:decoder_test.run(//build/toolchain/host:linux_arm_gcc)
4151   restat = 1
4152
4153 build gen/third_party/pigweed/repo/pw_protobuf/decoder_test.run.pw_pystamp: __third_party_pigweed_repo_pw_protobuf_decoder_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_protobuf/test/decoder_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4154
4155 build obj/third_party/pigweed/repo/pw_protobuf/decoder_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/decoder_test.run.pw_pystamp
4156 build obj/third_party/pigweed/repo/pw_protobuf/decoder_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/decoder_test.run.stamp
4157 rule __third_party_pigweed_repo_pw_protobuf_docs___build_toolchain_host_linux_arm_gcc__rule
4158   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_protobuf --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_protobuf/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4159   description = ACTION //third_party/pigweed/repo/pw_protobuf:docs(//build/toolchain/host:linux_arm_gcc)
4160   restat = 1
4161
4162 build gen/third_party/pigweed/repo/pw_protobuf/docs.pw_pystamp: __third_party_pigweed_repo_pw_protobuf_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_protobuf/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py obj/third_party/pigweed/repo/pw_protobuf/size_report/decoder_full.stamp obj/third_party/pigweed/repo/pw_protobuf/size_report/decoder_incremental.stamp
4163
4164 build obj/third_party/pigweed/repo/pw_protobuf/docs.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/docs.pw_pystamp
4165 rule __third_party_pigweed_repo_pw_protobuf_encoder_fuzzer___build_toolchain_host_linux_arm_gcc__rule
4166   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_protobuf --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4167   description = ACTION //third_party/pigweed/repo/pw_protobuf:encoder_fuzzer(//build/toolchain/host:linux_arm_gcc)
4168   restat = 1
4169
4170 build gen/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.pw_pystamp: __third_party_pigweed_repo_pw_protobuf_encoder_fuzzer___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4171
4172 build obj/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.pw_pystamp
4173 subninja obj/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.DISABLED.ninja
4174 rule __third_party_pigweed_repo_pw_protobuf_encoder_fuzzer.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
4175   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_protobuf --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:encoder_fuzzer.DISABLED\)\>
4176   description = ACTION //third_party/pigweed/repo/pw_protobuf:encoder_fuzzer.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
4177   restat = 1
4178
4179 build gen/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_protobuf_encoder_fuzzer.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4180
4181 build obj/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.DISABLED.run.pw_pystamp
4182 build obj/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.DISABLED.run.stamp
4183 rule __third_party_pigweed_repo_pw_protobuf_encoder_fuzzer.lib___build_toolchain_host_linux_arm_gcc__rule
4184   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_protobuf --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4185   description = ACTION //third_party/pigweed/repo/pw_protobuf:encoder_fuzzer.lib(//build/toolchain/host:linux_arm_gcc)
4186   restat = 1
4187
4188 build gen/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.lib.pw_pystamp: __third_party_pigweed_repo_pw_protobuf_encoder_fuzzer.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.cc ../../third_party/pigweed/repo/pw_fuzzer/pw_fuzzer_disabled.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4189
4190 build obj/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.lib.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.lib.pw_pystamp
4191 subninja obj/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.lib.DISABLED.ninja
4192 build obj/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.run.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.stamp
4193 subninja obj/third_party/pigweed/repo/pw_protobuf/encoder_test.ninja
4194 subninja obj/third_party/pigweed/repo/pw_protobuf/encoder_test.lib.ninja
4195 rule __third_party_pigweed_repo_pw_protobuf_encoder_test.run___build_toolchain_host_linux_arm_gcc__rule
4196   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_protobuf --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_protobuf/encoder_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:encoder_test\)\>
4197   description = ACTION //third_party/pigweed/repo/pw_protobuf:encoder_test.run(//build/toolchain/host:linux_arm_gcc)
4198   restat = 1
4199
4200 build gen/third_party/pigweed/repo/pw_protobuf/encoder_test.run.pw_pystamp: __third_party_pigweed_repo_pw_protobuf_encoder_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_protobuf/test/encoder_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4201
4202 build obj/third_party/pigweed/repo/pw_protobuf/encoder_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/encoder_test.run.pw_pystamp
4203 build obj/third_party/pigweed/repo/pw_protobuf/encoder_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/encoder_test.run.stamp
4204 subninja obj/third_party/pigweed/repo/pw_protobuf/find_test.ninja
4205 subninja obj/third_party/pigweed/repo/pw_protobuf/find_test.lib.ninja
4206 rule __third_party_pigweed_repo_pw_protobuf_find_test.run___build_toolchain_host_linux_arm_gcc__rule
4207   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_protobuf --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_protobuf/find_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:find_test\)\>
4208   description = ACTION //third_party/pigweed/repo/pw_protobuf:find_test.run(//build/toolchain/host:linux_arm_gcc)
4209   restat = 1
4210
4211 build gen/third_party/pigweed/repo/pw_protobuf/find_test.run.pw_pystamp: __third_party_pigweed_repo_pw_protobuf_find_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_protobuf/test/find_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4212
4213 build obj/third_party/pigweed/repo/pw_protobuf/find_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/find_test.run.pw_pystamp
4214 build obj/third_party/pigweed/repo/pw_protobuf/find_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/find_test.run.stamp
4215 subninja obj/third_party/pigweed/repo/pw_protobuf/map_utils_test.ninja
4216 subninja obj/third_party/pigweed/repo/pw_protobuf/map_utils_test.lib.ninja
4217 rule __third_party_pigweed_repo_pw_protobuf_map_utils_test.run___build_toolchain_host_linux_arm_gcc__rule
4218   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_protobuf --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_protobuf/map_utils_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:map_utils_test\)\>
4219   description = ACTION //third_party/pigweed/repo/pw_protobuf:map_utils_test.run(//build/toolchain/host:linux_arm_gcc)
4220   restat = 1
4221
4222 build gen/third_party/pigweed/repo/pw_protobuf/map_utils_test.run.pw_pystamp: __third_party_pigweed_repo_pw_protobuf_map_utils_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_protobuf/test/map_utils_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4223
4224 build obj/third_party/pigweed/repo/pw_protobuf/map_utils_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/map_utils_test.run.pw_pystamp
4225 build obj/third_party/pigweed/repo/pw_protobuf/map_utils_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/map_utils_test.run.stamp
4226 subninja obj/third_party/pigweed/repo/pw_protobuf/message_test.ninja
4227 subninja obj/third_party/pigweed/repo/pw_protobuf/message_test.lib.ninja
4228 rule __third_party_pigweed_repo_pw_protobuf_message_test.run___build_toolchain_host_linux_arm_gcc__rule
4229   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_protobuf --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_protobuf/message_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:message_test\)\>
4230   description = ACTION //third_party/pigweed/repo/pw_protobuf:message_test.run(//build/toolchain/host:linux_arm_gcc)
4231   restat = 1
4232
4233 build gen/third_party/pigweed/repo/pw_protobuf/message_test.run.pw_pystamp: __third_party_pigweed_repo_pw_protobuf_message_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_protobuf/test/message_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4234
4235 build obj/third_party/pigweed/repo/pw_protobuf/message_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/message_test.run.pw_pystamp
4236 build obj/third_party/pigweed/repo/pw_protobuf/message_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/message_test.run.stamp
4237 rule __third_party_pigweed_repo_pw_protobuf_pw_proto_library.pw_protobuf_protos___build_toolchain_host_linux_arm_gcc__rule
4238   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4239   description = ACTION //third_party/pigweed/repo/pw_protobuf:pw_proto_library.pw_protobuf_protos(//build/toolchain/host:linux_arm_gcc)
4240   restat = 1
4241
4242 build $ ERROR$ -$ Multiple$ pw_proto_library$ targets$ create$ the$ 'pw_protobuf_protos'$ package.$ Change$ the$ package$ name$ by$ setting$ the$ "prefix"$ arg$ or$ move$ the$ protos$ to$ a$ different$ directory,$ then$ re-run$ gn$ gen.: __third_party_pigweed_repo_pw_protobuf_pw_proto_library.pw_protobuf_protos___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4243
4244 build obj/third_party/pigweed/repo/pw_protobuf/pw_proto_library.pw_protobuf_protos.stamp: stamp $ ERROR$ -$ Multiple$ pw_proto_library$ targets$ create$ the$ 'pw_protobuf_protos'$ package.$ Change$ the$ package$ name$ by$ setting$ the$ "prefix"$ arg$ or$ move$ the$ protos$ to$ a$ different$ directory,$ then$ re-run$ gn$ gen.
4245 rule __third_party_pigweed_repo_pw_protobuf_pw_proto_library.pw_protobuf_test_protos___build_toolchain_host_linux_arm_gcc__rule
4246   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4247   description = ACTION //third_party/pigweed/repo/pw_protobuf:pw_proto_library.pw_protobuf_test_protos(//build/toolchain/host:linux_arm_gcc)
4248   restat = 1
4249
4250 build $ ERROR$ -$ Multiple$ pw_proto_library$ targets$ create$ the$ 'pw_protobuf_test_protos'$ package.$ Change$ the$ package$ name$ by$ setting$ the$ "prefix"$ arg$ or$ move$ the$ protos$ to$ a$ different$ directory,$ then$ re-run$ gn$ gen.: __third_party_pigweed_repo_pw_protobuf_pw_proto_library.pw_protobuf_test_protos___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4251
4252 build obj/third_party/pigweed/repo/pw_protobuf/pw_proto_library.pw_protobuf_test_protos.stamp: stamp $ ERROR$ -$ Multiple$ pw_proto_library$ targets$ create$ the$ 'pw_protobuf_test_protos'$ package.$ Change$ the$ package$ name$ by$ setting$ the$ "prefix"$ arg$ or$ move$ the$ protos$ to$ a$ different$ directory,$ then$ re-run$ gn$ gen.
4253 subninja obj/third_party/pigweed/repo/pw_protobuf/pw_protobuf.ninja
4254 subninja obj/third_party/pigweed/repo/pw_protobuf/serialized_size_test.ninja
4255 subninja obj/third_party/pigweed/repo/pw_protobuf/serialized_size_test.lib.ninja
4256 rule __third_party_pigweed_repo_pw_protobuf_serialized_size_test.run___build_toolchain_host_linux_arm_gcc__rule
4257   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_protobuf --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_protobuf/serialized_size_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:serialized_size_test\)\>
4258   description = ACTION //third_party/pigweed/repo/pw_protobuf:serialized_size_test.run(//build/toolchain/host:linux_arm_gcc)
4259   restat = 1
4260
4261 build gen/third_party/pigweed/repo/pw_protobuf/serialized_size_test.run.pw_pystamp: __third_party_pigweed_repo_pw_protobuf_serialized_size_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_protobuf/test/serialized_size_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4262
4263 build obj/third_party/pigweed/repo/pw_protobuf/serialized_size_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/serialized_size_test.run.pw_pystamp
4264 build obj/third_party/pigweed/repo/pw_protobuf/serialized_size_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/serialized_size_test.run.stamp
4265 subninja obj/third_party/pigweed/repo/pw_protobuf/stream_decoder_test.ninja
4266 subninja obj/third_party/pigweed/repo/pw_protobuf/stream_decoder_test.lib.ninja
4267 rule __third_party_pigweed_repo_pw_protobuf_stream_decoder_test.run___build_toolchain_host_linux_arm_gcc__rule
4268   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_protobuf --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_protobuf/stream_decoder_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:stream_decoder_test\)\>
4269   description = ACTION //third_party/pigweed/repo/pw_protobuf:stream_decoder_test.run(//build/toolchain/host:linux_arm_gcc)
4270   restat = 1
4271
4272 build gen/third_party/pigweed/repo/pw_protobuf/stream_decoder_test.run.pw_pystamp: __third_party_pigweed_repo_pw_protobuf_stream_decoder_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_protobuf/test/stream_decoder_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4273
4274 build obj/third_party/pigweed/repo/pw_protobuf/stream_decoder_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/stream_decoder_test.run.pw_pystamp
4275 build obj/third_party/pigweed/repo/pw_protobuf/stream_decoder_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/stream_decoder_test.run.stamp
4276 build obj/third_party/pigweed/repo/pw_protobuf/tests.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/tests_pw_test_group_metadata.stamp
4277 subninja obj/third_party/pigweed/repo/pw_protobuf/tests.bundle.ninja
4278 subninja obj/third_party/pigweed/repo/pw_protobuf/tests.bundle.lib.ninja
4279 rule __third_party_pigweed_repo_pw_protobuf_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
4280   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_protobuf --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_protobuf/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
4281   description = ACTION //third_party/pigweed/repo/pw_protobuf:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
4282   restat = 1
4283
4284 build gen/third_party/pigweed/repo/pw_protobuf/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_protobuf_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_protobuf/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4285
4286 build obj/third_party/pigweed/repo/pw_protobuf/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/tests.bundle.run.pw_pystamp
4287 build obj/third_party/pigweed/repo/pw_protobuf/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/tests.bundle.run.stamp
4288 build obj/third_party/pigweed/repo/pw_protobuf/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/codegen_test.lib.stamp obj/third_party/pigweed/repo/pw_protobuf/decoder_test.lib.stamp obj/third_party/pigweed/repo/pw_protobuf/encoder_test.lib.stamp obj/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.lib.stamp obj/third_party/pigweed/repo/pw_protobuf/find_test.lib.stamp obj/third_party/pigweed/repo/pw_protobuf/map_utils_test.lib.stamp obj/third_party/pigweed/repo/pw_protobuf/message_test.lib.stamp obj/third_party/pigweed/repo/pw_protobuf/serialized_size_test.lib.stamp obj/third_party/pigweed/repo/pw_protobuf/stream_decoder_test.lib.stamp obj/third_party/pigweed/repo/pw_protobuf/varint_size_test.lib.stamp
4289 build obj/third_party/pigweed/repo/pw_protobuf/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/tests.stamp obj/third_party/pigweed/repo/pw_protobuf/codegen_test.run.stamp obj/third_party/pigweed/repo/pw_protobuf/decoder_test.run.stamp obj/third_party/pigweed/repo/pw_protobuf/encoder_test.run.stamp obj/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.run.stamp obj/third_party/pigweed/repo/pw_protobuf/find_test.run.stamp obj/third_party/pigweed/repo/pw_protobuf/map_utils_test.run.stamp obj/third_party/pigweed/repo/pw_protobuf/message_test.run.stamp obj/third_party/pigweed/repo/pw_protobuf/serialized_size_test.run.stamp obj/third_party/pigweed/repo/pw_protobuf/stream_decoder_test.run.stamp obj/third_party/pigweed/repo/pw_protobuf/varint_size_test.run.stamp
4290 build obj/third_party/pigweed/repo/pw_protobuf/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/test/codegen_test obj/third_party/pigweed/repo/pw_protobuf/test/decoder_test obj/third_party/pigweed/repo/pw_protobuf/test/encoder_test obj/third_party/pigweed/repo/pw_protobuf/encoder_fuzzer.stamp obj/third_party/pigweed/repo/pw_protobuf/test/find_test obj/third_party/pigweed/repo/pw_protobuf/test/map_utils_test obj/third_party/pigweed/repo/pw_protobuf/test/message_test obj/third_party/pigweed/repo/pw_protobuf/test/serialized_size_test obj/third_party/pigweed/repo/pw_protobuf/test/stream_decoder_test obj/third_party/pigweed/repo/pw_protobuf/varint_size_test.stamp
4291 build obj/third_party/pigweed/repo/pw_protobuf/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/tests.run.stamp
4292 build obj/third_party/pigweed/repo/pw_protobuf/varint_size_test.stamp: stamp
4293 rule __third_party_pigweed_repo_pw_protobuf_varint_size_test.bundle___build_toolchain_host_linux_arm_gcc__rule
4294   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_protobuf --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_protobuf/varint_size_test.bundle.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4295   description = ACTION //third_party/pigweed/repo/pw_protobuf:varint_size_test.bundle(//build/toolchain/host:linux_arm_gcc)
4296   restat = 1
4297
4298 build gen/third_party/pigweed/repo/pw_protobuf/varint_size_test.bundle.pw_pystamp: __third_party_pigweed_repo_pw_protobuf_varint_size_test.bundle___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4299
4300 build obj/third_party/pigweed/repo/pw_protobuf/varint_size_test.bundle.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/varint_size_test.bundle.pw_pystamp
4301 subninja obj/third_party/pigweed/repo/pw_protobuf/varint_size_test.bundle.DISABLED.ninja
4302 rule __third_party_pigweed_repo_pw_protobuf_varint_size_test.bundle.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
4303   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_protobuf --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_protobuf/varint_size_test.bundle.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:varint_size_test.bundle.DISABLED\)\>
4304   description = ACTION //third_party/pigweed/repo/pw_protobuf:varint_size_test.bundle.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
4305   restat = 1
4306
4307 build gen/third_party/pigweed/repo/pw_protobuf/varint_size_test.bundle.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_protobuf_varint_size_test.bundle.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_protobuf/varint_size_test.bundle.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4308
4309 build obj/third_party/pigweed/repo/pw_protobuf/varint_size_test.bundle.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/varint_size_test.bundle.DISABLED.run.pw_pystamp
4310 build obj/third_party/pigweed/repo/pw_protobuf/varint_size_test.bundle.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/varint_size_test.bundle.DISABLED.run.stamp
4311 rule __third_party_pigweed_repo_pw_protobuf_varint_size_test.bundle.lib___build_toolchain_host_linux_arm_gcc__rule
4312   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_protobuf --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_protobuf/varint_size_test.bundle.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4313   description = ACTION //third_party/pigweed/repo/pw_protobuf:varint_size_test.bundle.lib(//build/toolchain/host:linux_arm_gcc)
4314   restat = 1
4315
4316 build gen/third_party/pigweed/repo/pw_protobuf/varint_size_test.bundle.lib.pw_pystamp: __third_party_pigweed_repo_pw_protobuf_varint_size_test.bundle.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4317
4318 build obj/third_party/pigweed/repo/pw_protobuf/varint_size_test.bundle.lib.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/varint_size_test.bundle.lib.pw_pystamp
4319 subninja obj/third_party/pigweed/repo/pw_protobuf/varint_size_test.bundle.lib.DISABLED.ninja
4320 build obj/third_party/pigweed/repo/pw_protobuf/varint_size_test.bundle.run.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/varint_size_test.bundle.stamp
4321 build obj/third_party/pigweed/repo/pw_protobuf/varint_size_test.lib.stamp: stamp
4322 build obj/third_party/pigweed/repo/pw_protobuf/varint_size_test.run.stamp: stamp
4323 subninja obj/third_party/pigweed/repo/pw_protobuf/varint_size_test_config.ninja
4324 build obj/third_party/pigweed/repo/pw_protobuf/varint_size_test_run.stamp: stamp
4325 build obj/third_party/pigweed/repo/pw_protobuf/py/_build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/py/py._build_wheel.stamp
4326 build obj/third_party/pigweed/repo/pw_protobuf/py/_run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/py/py._run_pip_install.stamp
4327 build obj/third_party/pigweed/repo/pw_protobuf/py/install.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/py/py.install.stamp
4328 build obj/third_party/pigweed/repo/pw_protobuf/py/lint.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/py/py.lint.stamp
4329 build obj/third_party/pigweed/repo/pw_protobuf/py/lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/py/py.lint.mypy.stamp
4330 build obj/third_party/pigweed/repo/pw_protobuf/py/lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/py/py.lint.pylint.stamp
4331 build obj/third_party/pigweed/repo/pw_protobuf/py/py.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/py/py.stamp
4332 build obj/third_party/pigweed/repo/pw_protobuf/py/py._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/py/py._build_wheel.stamp
4333 build obj/third_party/pigweed/repo/pw_protobuf/py/py._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/py/py._run_pip_install.stamp
4334 build obj/third_party/pigweed/repo/pw_protobuf/py/py.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/py/py.install.stamp
4335 build obj/third_party/pigweed/repo/pw_protobuf/py/py.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/py/py.lint.stamp
4336 build obj/third_party/pigweed/repo/pw_protobuf/py/py.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/py/py.lint.mypy.stamp
4337 build obj/third_party/pigweed/repo/pw_protobuf/py/py.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/py/py.lint.pylint.stamp
4338 build obj/third_party/pigweed/repo/pw_protobuf/py/py.tests.stamp: stamp
4339 build obj/third_party/pigweed/repo/pw_protobuf/py/py.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf/py/py.wheel.stamp
4340 build obj/third_party/pigweed/repo/pw_protobuf/py/tests.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/py/py.tests.stamp
4341 build obj/third_party/pigweed/repo/pw_protobuf/py/wheel.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/py/py.wheel.stamp
4342 rule __third_party_pigweed_repo_pw_protobuf_size_report_decoder_full___build_toolchain_host_linux_arm_gcc__rule
4343   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_protobuf/size_report --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --capture-output -- ../../third_party/pigweed/repo/pw_bloat/py/pw_bloat/no_toolchains.py gen/third_party/pigweed/repo/pw_protobuf/size_report/decoder_full
4344   description = ACTION //third_party/pigweed/repo/pw_protobuf/size_report:decoder_full(//build/toolchain/host:linux_arm_gcc)
4345   restat = 1
4346
4347 build gen/third_party/pigweed/repo/pw_protobuf/size_report/decoder_full: __third_party_pigweed_repo_pw_protobuf_size_report_decoder_full___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_bloat/py/pw_bloat/no_toolchains.py obj/third_party/pigweed/repo/pw_bloat/py/py.stamp obj/third_party/pigweed/repo/pw_bloat/py/py.install.stamp
4348
4349 build obj/third_party/pigweed/repo/pw_protobuf/size_report/decoder_full.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/size_report/decoder_full
4350 rule __third_party_pigweed_repo_pw_protobuf_size_report_decoder_incremental___build_toolchain_host_linux_arm_gcc__rule
4351   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_protobuf/size_report --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --capture-output -- ../../third_party/pigweed/repo/pw_bloat/py/pw_bloat/no_toolchains.py gen/third_party/pigweed/repo/pw_protobuf/size_report/decoder_incremental
4352   description = ACTION //third_party/pigweed/repo/pw_protobuf/size_report:decoder_incremental(//build/toolchain/host:linux_arm_gcc)
4353   restat = 1
4354
4355 build gen/third_party/pigweed/repo/pw_protobuf/size_report/decoder_incremental: __third_party_pigweed_repo_pw_protobuf_size_report_decoder_incremental___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_bloat/py/pw_bloat/no_toolchains.py obj/third_party/pigweed/repo/pw_bloat/py/py.stamp obj/third_party/pigweed/repo/pw_bloat/py/py.install.stamp
4356
4357 build obj/third_party/pigweed/repo/pw_protobuf/size_report/decoder_incremental.stamp: stamp gen/third_party/pigweed/repo/pw_protobuf/size_report/decoder_incremental
4358 build obj/third_party/pigweed/repo/pw_protobuf_compiler/py/_build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py._build_wheel.stamp
4359 build obj/third_party/pigweed/repo/pw_protobuf_compiler/py/_run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py._run_pip_install.stamp
4360 build obj/third_party/pigweed/repo/pw_protobuf_compiler/py/install.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.install.stamp
4361 build obj/third_party/pigweed/repo/pw_protobuf_compiler/py/lint.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.lint.stamp
4362 build obj/third_party/pigweed/repo/pw_protobuf_compiler/py/lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.lint.mypy.stamp
4363 build obj/third_party/pigweed/repo/pw_protobuf_compiler/py/lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.lint.pylint.stamp
4364 build obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.stamp
4365 build obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py._build_wheel.stamp
4366 build obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py._run_pip_install.stamp
4367 build obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.install.stamp
4368 build obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.lint.stamp
4369 build obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.lint.mypy.stamp
4370 build obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.lint.pylint.stamp
4371 build obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.tests.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.tests.compiled_protos_test.py.stamp obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.tests.python_protos_test.py.stamp
4372 build obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.tests.compiled_protos_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.tests.compiled_protos_test.py.stamp
4373 build obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.tests.python_protos_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.tests.python_protos_test.py.stamp
4374 build obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.wheel.stamp
4375 build obj/third_party/pigweed/repo/pw_protobuf_compiler/py/tests.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.tests.stamp
4376 build obj/third_party/pigweed/repo/pw_protobuf_compiler/py/wheel.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf_compiler/py/py.wheel.stamp
4377 rule __third_party_pigweed_repo_pw_result_docs___build_toolchain_host_linux_arm_gcc__rule
4378   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_result --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_result/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4379   description = ACTION //third_party/pigweed/repo/pw_result:docs(//build/toolchain/host:linux_arm_gcc)
4380   restat = 1
4381
4382 build gen/third_party/pigweed/repo/pw_result/docs.pw_pystamp: __third_party_pigweed_repo_pw_result_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_result/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py obj/third_party/pigweed/repo/pw_result/result_size.stamp
4383
4384 build obj/third_party/pigweed/repo/pw_result/docs.stamp: stamp gen/third_party/pigweed/repo/pw_result/docs.pw_pystamp
4385 subninja obj/third_party/pigweed/repo/pw_result/pw_result.ninja
4386 build obj/third_party/pigweed/repo/pw_result/result_size.stamp: stamp
4387 subninja obj/third_party/pigweed/repo/pw_result/result_test.ninja
4388 subninja obj/third_party/pigweed/repo/pw_result/result_test.lib.ninja
4389 rule __third_party_pigweed_repo_pw_result_result_test.run___build_toolchain_host_linux_arm_gcc__rule
4390   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_result --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_result/result_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:result_test\)\>
4391   description = ACTION //third_party/pigweed/repo/pw_result:result_test.run(//build/toolchain/host:linux_arm_gcc)
4392   restat = 1
4393
4394 build gen/third_party/pigweed/repo/pw_result/result_test.run.pw_pystamp: __third_party_pigweed_repo_pw_result_result_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_result/test/result_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4395
4396 build obj/third_party/pigweed/repo/pw_result/result_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_result/result_test.run.pw_pystamp
4397 build obj/third_party/pigweed/repo/pw_result/result_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_result/result_test.run.stamp
4398 build obj/third_party/pigweed/repo/pw_result/tests.stamp: stamp obj/third_party/pigweed/repo/pw_result/tests_pw_test_group_metadata.stamp
4399 subninja obj/third_party/pigweed/repo/pw_result/tests.bundle.ninja
4400 subninja obj/third_party/pigweed/repo/pw_result/tests.bundle.lib.ninja
4401 rule __third_party_pigweed_repo_pw_result_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
4402   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_result --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_result/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
4403   description = ACTION //third_party/pigweed/repo/pw_result:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
4404   restat = 1
4405
4406 build gen/third_party/pigweed/repo/pw_result/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_result_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_result/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4407
4408 build obj/third_party/pigweed/repo/pw_result/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_result/tests.bundle.run.pw_pystamp
4409 build obj/third_party/pigweed/repo/pw_result/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_result/tests.bundle.run.stamp
4410 build obj/third_party/pigweed/repo/pw_result/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_result/result_test.lib.stamp
4411 build obj/third_party/pigweed/repo/pw_result/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_result/tests.stamp obj/third_party/pigweed/repo/pw_result/result_test.run.stamp
4412 build obj/third_party/pigweed/repo/pw_result/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_result/test/result_test
4413 build obj/third_party/pigweed/repo/pw_result/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_result/tests.run.stamp
4414 rule __third_party_pigweed_repo_pw_router_docs___build_toolchain_host_linux_arm_gcc__rule
4415   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_router --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_router/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4416   description = ACTION //third_party/pigweed/repo/pw_router:docs(//build/toolchain/host:linux_arm_gcc)
4417   restat = 1
4418
4419 build gen/third_party/pigweed/repo/pw_router/docs.pw_pystamp: __third_party_pigweed_repo_pw_router_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_router/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py obj/third_party/pigweed/repo/pw_router/static_router_size.stamp
4420
4421 build obj/third_party/pigweed/repo/pw_router/docs.stamp: stamp gen/third_party/pigweed/repo/pw_router/docs.pw_pystamp
4422 subninja obj/third_party/pigweed/repo/pw_router/egress.ninja
4423 subninja obj/third_party/pigweed/repo/pw_router/egress_function.ninja
4424 subninja obj/third_party/pigweed/repo/pw_router/packet_parser.ninja
4425 subninja obj/third_party/pigweed/repo/pw_router/static_router.ninja
4426 build obj/third_party/pigweed/repo/pw_router/static_router_size.stamp: stamp
4427 subninja obj/third_party/pigweed/repo/pw_router/static_router_test.ninja
4428 subninja obj/third_party/pigweed/repo/pw_router/static_router_test.lib.ninja
4429 rule __third_party_pigweed_repo_pw_router_static_router_test.run___build_toolchain_host_linux_arm_gcc__rule
4430   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_router --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_router/static_router_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:static_router_test\)\>
4431   description = ACTION //third_party/pigweed/repo/pw_router:static_router_test.run(//build/toolchain/host:linux_arm_gcc)
4432   restat = 1
4433
4434 build gen/third_party/pigweed/repo/pw_router/static_router_test.run.pw_pystamp: __third_party_pigweed_repo_pw_router_static_router_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_tokenizer/pw_tokenizer_linker_sections.ld obj/third_party/pigweed/repo/pw_router/test/static_router_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4435
4436 build obj/third_party/pigweed/repo/pw_router/static_router_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_router/static_router_test.run.pw_pystamp
4437 build obj/third_party/pigweed/repo/pw_router/static_router_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_router/static_router_test.run.stamp
4438 build obj/third_party/pigweed/repo/pw_router/tests.stamp: stamp obj/third_party/pigweed/repo/pw_router/tests_pw_test_group_metadata.stamp
4439 subninja obj/third_party/pigweed/repo/pw_router/tests.bundle.ninja
4440 subninja obj/third_party/pigweed/repo/pw_router/tests.bundle.lib.ninja
4441 rule __third_party_pigweed_repo_pw_router_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
4442   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_router --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_router/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
4443   description = ACTION //third_party/pigweed/repo/pw_router:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
4444   restat = 1
4445
4446 build gen/third_party/pigweed/repo/pw_router/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_router_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_tokenizer/pw_tokenizer_linker_sections.ld obj/third_party/pigweed/repo/pw_router/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4447
4448 build obj/third_party/pigweed/repo/pw_router/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_router/tests.bundle.run.pw_pystamp
4449 build obj/third_party/pigweed/repo/pw_router/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_router/tests.bundle.run.stamp
4450 build obj/third_party/pigweed/repo/pw_router/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_router/static_router_test.lib.stamp
4451 build obj/third_party/pigweed/repo/pw_router/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_router/tests.stamp obj/third_party/pigweed/repo/pw_router/static_router_test.run.stamp
4452 build obj/third_party/pigweed/repo/pw_router/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_router/test/static_router_test
4453 build obj/third_party/pigweed/repo/pw_router/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_router/tests.run.stamp
4454 subninja obj/third_party/pigweed/repo/pw_rpc/benchmark.ninja
4455 subninja obj/third_party/pigweed/repo/pw_rpc/call_test.ninja
4456 subninja obj/third_party/pigweed/repo/pw_rpc/call_test.lib.ninja
4457 rule __third_party_pigweed_repo_pw_rpc_call_test.run___build_toolchain_host_linux_arm_gcc__rule
4458   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/call_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:call_test\)\>
4459   description = ACTION //third_party/pigweed/repo/pw_rpc:call_test.run(//build/toolchain/host:linux_arm_gcc)
4460   restat = 1
4461
4462 build gen/third_party/pigweed/repo/pw_rpc/call_test.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_call_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/test/call_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4463
4464 build obj/third_party/pigweed/repo/pw_rpc/call_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/call_test.run.pw_pystamp
4465 build obj/third_party/pigweed/repo/pw_rpc/call_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/call_test.run.stamp
4466 subninja obj/third_party/pigweed/repo/pw_rpc/channel_test.ninja
4467 subninja obj/third_party/pigweed/repo/pw_rpc/channel_test.lib.ninja
4468 rule __third_party_pigweed_repo_pw_rpc_channel_test.run___build_toolchain_host_linux_arm_gcc__rule
4469   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/channel_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:channel_test\)\>
4470   description = ACTION //third_party/pigweed/repo/pw_rpc:channel_test.run(//build/toolchain/host:linux_arm_gcc)
4471   restat = 1
4472
4473 build gen/third_party/pigweed/repo/pw_rpc/channel_test.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_channel_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/test/channel_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4474
4475 build obj/third_party/pigweed/repo/pw_rpc/channel_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/channel_test.run.pw_pystamp
4476 build obj/third_party/pigweed/repo/pw_rpc/channel_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/channel_test.run.stamp
4477 subninja obj/third_party/pigweed/repo/pw_rpc/client.ninja
4478 subninja obj/third_party/pigweed/repo/pw_rpc/client_integration_test.ninja
4479 subninja obj/third_party/pigweed/repo/pw_rpc/client_server.ninja
4480 subninja obj/third_party/pigweed/repo/pw_rpc/client_server_test.ninja
4481 subninja obj/third_party/pigweed/repo/pw_rpc/client_server_test.lib.ninja
4482 rule __third_party_pigweed_repo_pw_rpc_client_server_test.run___build_toolchain_host_linux_arm_gcc__rule
4483   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/client_server_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:client_server_test\)\>
4484   description = ACTION //third_party/pigweed/repo/pw_rpc:client_server_test.run(//build/toolchain/host:linux_arm_gcc)
4485   restat = 1
4486
4487 build gen/third_party/pigweed/repo/pw_rpc/client_server_test.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_client_server_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/test/client_server_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4488
4489 build obj/third_party/pigweed/repo/pw_rpc/client_server_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/client_server_test.run.pw_pystamp
4490 build obj/third_party/pigweed/repo/pw_rpc/client_server_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/client_server_test.run.stamp
4491 subninja obj/third_party/pigweed/repo/pw_rpc/common.ninja
4492 subninja obj/third_party/pigweed/repo/pw_rpc/config.ninja
4493 rule __third_party_pigweed_repo_pw_rpc_cpp_client_server_integration_test___build_toolchain_host_linux_arm_gcc__rule
4494   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/cpp_client_server_integration_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_rpc/py/pw_rpc/testing.py --server \<TARGET_FILE\($:test_rpc_server\)\> --client \<TARGET_FILE\($:client_integration_test\)\> -- 30577
4495   description = ACTION //third_party/pigweed/repo/pw_rpc:cpp_client_server_integration_test(//build/toolchain/host:linux_arm_gcc)
4496   restat = 1
4497
4498 build gen/third_party/pigweed/repo/pw_rpc/cpp_client_server_integration_test.pw_pystamp: __third_party_pigweed_repo_pw_rpc_cpp_client_server_integration_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_rpc/py/pw_rpc/testing.py obj/third_party/pigweed/repo/pw_rpc/bin/client_integration_test obj/third_party/pigweed/repo/pw_rpc/bin/test_rpc_server
4499
4500 build obj/third_party/pigweed/repo/pw_rpc/cpp_client_server_integration_test.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/cpp_client_server_integration_test.pw_pystamp
4501 rule __third_party_pigweed_repo_pw_rpc_docs___build_toolchain_host_linux_arm_gcc__rule
4502   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4503   description = ACTION //third_party/pigweed/repo/pw_rpc:docs(//build/toolchain/host:linux_arm_gcc)
4504   restat = 1
4505
4506 build gen/third_party/pigweed/repo/pw_rpc/docs.pw_pystamp: __third_party_pigweed_repo_pw_rpc_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_rpc/benchmark.rst ../../third_party/pigweed/repo/pw_rpc/docs.rst ../../third_party/pigweed/repo/pw_rpc/benchmark.proto ../../third_party/pigweed/repo/pw_rpc/echo.proto ../../third_party/pigweed/repo/pw_rpc/internal/packet.proto ../../third_party/pigweed/repo/pw_rpc/unary_rpc.svg ../../third_party/pigweed/repo/pw_rpc/unary_rpc_cancelled.svg ../../third_party/pigweed/repo/pw_rpc/server_streaming_rpc.svg ../../third_party/pigweed/repo/pw_rpc/server_streaming_rpc_cancelled.svg ../../third_party/pigweed/repo/pw_rpc/client_streaming_rpc.svg ../../third_party/pigweed/repo/pw_rpc/client_streaming_rpc_cancelled.svg ../../third_party/pigweed/repo/pw_rpc/bidirectional_streaming_rpc.svg ../../third_party/pigweed/repo/pw_rpc/bidirectional_streaming_rpc_cancelled.svg ../../third_party/pigweed/repo/pw_rpc/request_packets.svg ../../third_party/pigweed/repo/pw_rpc/response_packets.svg ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py obj/third_party/pigweed/repo/pw_rpc/server_size.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/docs.stamp obj/third_party/pigweed/repo/pw_rpc/py/docs.stamp obj/third_party/pigweed/repo/pw_rpc/ts/docs.stamp
4507
4508 build obj/third_party/pigweed/repo/pw_rpc/docs.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/docs.pw_pystamp
4509 subninja obj/third_party/pigweed/repo/pw_rpc/fake_channel_output.ninja
4510 subninja obj/third_party/pigweed/repo/pw_rpc/fake_channel_output_test.ninja
4511 subninja obj/third_party/pigweed/repo/pw_rpc/fake_channel_output_test.lib.ninja
4512 rule __third_party_pigweed_repo_pw_rpc_fake_channel_output_test.run___build_toolchain_host_linux_arm_gcc__rule
4513   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/fake_channel_output_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:fake_channel_output_test\)\>
4514   description = ACTION //third_party/pigweed/repo/pw_rpc:fake_channel_output_test.run(//build/toolchain/host:linux_arm_gcc)
4515   restat = 1
4516
4517 build gen/third_party/pigweed/repo/pw_rpc/fake_channel_output_test.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_fake_channel_output_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/test/fake_channel_output_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4518
4519 build obj/third_party/pigweed/repo/pw_rpc/fake_channel_output_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/fake_channel_output_test.run.pw_pystamp
4520 build obj/third_party/pigweed/repo/pw_rpc/fake_channel_output_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/fake_channel_output_test.run.stamp
4521 rule __third_party_pigweed_repo_pw_rpc_generate_ids_test___build_toolchain_host_linux_arm_gcc__rule
4522   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --capture-output -- ../../third_party/pigweed/repo/pw_rpc/py/tests/ids_test.py --generate-cc-test gen/third_party/pigweed/repo/pw_rpc/generated_ids_test.cc
4523   description = ACTION //third_party/pigweed/repo/pw_rpc:generate_ids_test(//build/toolchain/host:linux_arm_gcc)
4524   restat = 1
4525
4526 build gen/third_party/pigweed/repo/pw_rpc/generated_ids_test.cc: __third_party_pigweed_repo_pw_rpc_generate_ids_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_rpc/py/tests/ids_test.py obj/third_party/pigweed/repo/pw_build/py/py.stamp obj/third_party/pigweed/repo/pw_build/py/py.install.stamp obj/third_party/pigweed/repo/pw_rpc/py/py.stamp obj/third_party/pigweed/repo/pw_rpc/py/py.install.stamp
4527
4528 build obj/third_party/pigweed/repo/pw_rpc/generate_ids_test.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/generated_ids_test.cc
4529 subninja obj/third_party/pigweed/repo/pw_rpc/ids_test.ninja
4530 subninja obj/third_party/pigweed/repo/pw_rpc/ids_test.lib.ninja
4531 rule __third_party_pigweed_repo_pw_rpc_ids_test.run___build_toolchain_host_linux_arm_gcc__rule
4532   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/ids_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:ids_test\)\>
4533   description = ACTION //third_party/pigweed/repo/pw_rpc:ids_test.run(//build/toolchain/host:linux_arm_gcc)
4534   restat = 1
4535
4536 build gen/third_party/pigweed/repo/pw_rpc/ids_test.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_ids_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/test/ids_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4537
4538 build obj/third_party/pigweed/repo/pw_rpc/ids_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/ids_test.run.pw_pystamp
4539 build obj/third_party/pigweed/repo/pw_rpc/ids_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/ids_test.run.stamp
4540 subninja obj/third_party/pigweed/repo/pw_rpc/integration_testing.ninja
4541 subninja obj/third_party/pigweed/repo/pw_rpc/log_config.ninja
4542 subninja obj/third_party/pigweed/repo/pw_rpc/method_test.ninja
4543 subninja obj/third_party/pigweed/repo/pw_rpc/method_test.lib.ninja
4544 rule __third_party_pigweed_repo_pw_rpc_method_test.run___build_toolchain_host_linux_arm_gcc__rule
4545   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/method_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:method_test\)\>
4546   description = ACTION //third_party/pigweed/repo/pw_rpc:method_test.run(//build/toolchain/host:linux_arm_gcc)
4547   restat = 1
4548
4549 build gen/third_party/pigweed/repo/pw_rpc/method_test.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_method_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/test/method_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4550
4551 build obj/third_party/pigweed/repo/pw_rpc/method_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/method_test.run.pw_pystamp
4552 build obj/third_party/pigweed/repo/pw_rpc/method_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/method_test.run.stamp
4553 subninja obj/third_party/pigweed/repo/pw_rpc/packet_test.ninja
4554 subninja obj/third_party/pigweed/repo/pw_rpc/packet_test.lib.ninja
4555 rule __third_party_pigweed_repo_pw_rpc_packet_test.run___build_toolchain_host_linux_arm_gcc__rule
4556   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/packet_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:packet_test\)\>
4557   description = ACTION //third_party/pigweed/repo/pw_rpc:packet_test.run(//build/toolchain/host:linux_arm_gcc)
4558   restat = 1
4559
4560 build gen/third_party/pigweed/repo/pw_rpc/packet_test.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_packet_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/test/packet_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4561
4562 build obj/third_party/pigweed/repo/pw_rpc/packet_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/packet_test.run.pw_pystamp
4563 build obj/third_party/pigweed/repo/pw_rpc/packet_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/packet_test.run.stamp
4564 rule __third_party_pigweed_repo_pw_rpc_protos___build_toolchain_host_linux_arm_gcc__rule
4565   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/protos.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_protobuf_compiler/py/pw_protobuf_compiler/proto_target_invalid.py --target protos --dir //third_party/pigweed/repo/pw_rpc/ --root // pwpb nanopb nanopb_rpc raw_rpc go python
4566   description = ACTION //third_party/pigweed/repo/pw_rpc:protos(//build/toolchain/host:linux_arm_gcc)
4567   restat = 1
4568
4569 build gen/third_party/pigweed/repo/pw_rpc/protos.pw_pystamp: __third_party_pigweed_repo_pw_rpc_protos___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_protobuf_compiler/py/pw_protobuf_compiler/proto_target_invalid.py
4570
4571 build obj/third_party/pigweed/repo/pw_rpc/protos.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/protos.pw_pystamp
4572 build obj/third_party/pigweed/repo/pw_rpc/protos._includes.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/common_protos._includes.stamp
4573 build obj/third_party/pigweed/repo/pw_rpc/protos.go.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/common_protos.go.stamp protocol_buffer/obj/third_party/pigweed/repo/pw_rpc/protos.go._gen.stamp
4574 rule __third_party_pigweed_repo_pw_rpc_protos.nanopb___build_toolchain_host_linux_arm_gcc__rule
4575   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_rpc$:protos.nanopb\(//build/toolchain/host$:linux_arm_gcc\) --message \$$dir_pw_third_party_nanopb\$ must\$ be\$ set\$ to\$ compile\$ nanopb\$ protobufs. --root ../../ --out .
4576   description = ACTION //third_party/pigweed/repo/pw_rpc:protos.nanopb(//build/toolchain/host:linux_arm_gcc)
4577   restat = 1
4578
4579 build gen/third_party/pigweed/repo/pw_rpc/protos.nanopb.build_error: __third_party_pigweed_repo_pw_rpc_protos.nanopb___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
4580
4581 build obj/third_party/pigweed/repo/pw_rpc/protos.nanopb.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/protos.nanopb.build_error
4582 rule __third_party_pigweed_repo_pw_rpc_protos.nanopb_rpc___build_toolchain_host_linux_arm_gcc__rule
4583   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_rpc$:protos.nanopb_rpc\(//build/toolchain/host$:linux_arm_gcc\) --message \$$dir_pw_third_party_nanopb\$ must\$ be\$ set\$ to\$ generate\$ nanopb\$ RPC\$ code. --root ../../ --out .
4584   description = ACTION //third_party/pigweed/repo/pw_rpc:protos.nanopb_rpc(//build/toolchain/host:linux_arm_gcc)
4585   restat = 1
4586
4587 build gen/third_party/pigweed/repo/pw_rpc/protos.nanopb_rpc.build_error: __third_party_pigweed_repo_pw_rpc_protos.nanopb_rpc___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
4588
4589 build obj/third_party/pigweed/repo/pw_rpc/protos.nanopb_rpc.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/protos.nanopb_rpc.build_error
4590 subninja obj/third_party/pigweed/repo/pw_rpc/protos.pwpb.ninja
4591 build obj/third_party/pigweed/repo/pw_rpc/protos.python.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/py/py.stamp
4592 build obj/third_party/pigweed/repo/pw_rpc/protos.python._build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/py/py._build_wheel.stamp
4593 build obj/third_party/pigweed/repo/pw_rpc/protos.python._deps.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/common_protos.python.stamp protocol_buffer/obj/third_party/pigweed/repo/pw_rpc/protos.python._gen.stamp
4594 build obj/third_party/pigweed/repo/pw_rpc/protos.python._deps._build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/common_protos.python._build_wheel.stamp
4595 build obj/third_party/pigweed/repo/pw_rpc/protos.python._deps._run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/common_protos.python._run_pip_install.stamp
4596 build obj/third_party/pigweed/repo/pw_rpc/protos.python._deps.install.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/common_protos.python.install.stamp
4597 build obj/third_party/pigweed/repo/pw_rpc/protos.python._deps.lint.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/common_protos.python.lint.stamp
4598 build obj/third_party/pigweed/repo/pw_rpc/protos.python._deps.lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/common_protos.python.lint.mypy.stamp
4599 build obj/third_party/pigweed/repo/pw_rpc/protos.python._deps.lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/common_protos.python.lint.pylint.stamp
4600 build obj/third_party/pigweed/repo/pw_rpc/protos.python._deps.tests.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/common_protos.python.tests.stamp
4601 build obj/third_party/pigweed/repo/pw_rpc/protos.python._deps.wheel.stamp: stamp obj/third_party/pigweed/repo/pw_protobuf/common_protos.python.wheel.stamp
4602 build obj/third_party/pigweed/repo/pw_rpc/protos.python._run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/py/py._run_pip_install.stamp
4603 build obj/third_party/pigweed/repo/pw_rpc/protos.python.install.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/py/py.install.stamp
4604 build obj/third_party/pigweed/repo/pw_rpc/protos.python.lint.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/py/py.lint.stamp
4605 build obj/third_party/pigweed/repo/pw_rpc/protos.python.lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/py/py.lint.mypy.stamp
4606 build obj/third_party/pigweed/repo/pw_rpc/protos.python.lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/py/py.lint.pylint.stamp
4607 build obj/third_party/pigweed/repo/pw_rpc/protos.python.tests.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/py/py.tests.stamp
4608 build obj/third_party/pigweed/repo/pw_rpc/protos.python.wheel.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/py/py.wheel.stamp
4609 subninja obj/third_party/pigweed/repo/pw_rpc/protos.raw_rpc.ninja
4610 rule __third_party_pigweed_repo_pw_rpc_pw_proto_library.pw_rpc___build_toolchain_host_linux_arm_gcc__rule
4611   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4612   description = ACTION //third_party/pigweed/repo/pw_rpc:pw_proto_library.pw_rpc(//build/toolchain/host:linux_arm_gcc)
4613   restat = 1
4614
4615 build $ ERROR$ -$ Multiple$ pw_proto_library$ targets$ create$ the$ 'pw_rpc'$ package.$ Change$ the$ package$ name$ by$ setting$ the$ "prefix"$ arg$ or$ move$ the$ protos$ to$ a$ different$ directory,$ then$ re-run$ gn$ gen.: __third_party_pigweed_repo_pw_rpc_pw_proto_library.pw_rpc___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4616
4617 build obj/third_party/pigweed/repo/pw_rpc/pw_proto_library.pw_rpc.stamp: stamp $ ERROR$ -$ Multiple$ pw_proto_library$ targets$ create$ the$ 'pw_rpc'$ package.$ Change$ the$ package$ name$ by$ setting$ the$ "prefix"$ arg$ or$ move$ the$ protos$ to$ a$ different$ directory,$ then$ re-run$ gn$ gen.
4618 rule __third_party_pigweed_repo_pw_rpc_pw_proto_library.pw_rpc_test_protos___build_toolchain_host_linux_arm_gcc__rule
4619   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4620   description = ACTION //third_party/pigweed/repo/pw_rpc:pw_proto_library.pw_rpc_test_protos(//build/toolchain/host:linux_arm_gcc)
4621   restat = 1
4622
4623 build $ ERROR$ -$ Multiple$ pw_proto_library$ targets$ create$ the$ 'pw_rpc_test_protos'$ package.$ Change$ the$ package$ name$ by$ setting$ the$ "prefix"$ arg$ or$ move$ the$ protos$ to$ a$ different$ directory,$ then$ re-run$ gn$ gen.: __third_party_pigweed_repo_pw_rpc_pw_proto_library.pw_rpc_test_protos___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4624
4625 build obj/third_party/pigweed/repo/pw_rpc/pw_proto_library.pw_rpc_test_protos.stamp: stamp $ ERROR$ -$ Multiple$ pw_proto_library$ targets$ create$ the$ 'pw_rpc_test_protos'$ package.$ Change$ the$ package$ name$ by$ setting$ the$ "prefix"$ arg$ or$ move$ the$ protos$ to$ a$ different$ directory,$ then$ re-run$ gn$ gen.
4626 subninja obj/third_party/pigweed/repo/pw_rpc/server.ninja
4627 build obj/third_party/pigweed/repo/pw_rpc/server_size.stamp: stamp
4628 subninja obj/third_party/pigweed/repo/pw_rpc/server_test.ninja
4629 subninja obj/third_party/pigweed/repo/pw_rpc/server_test.lib.ninja
4630 rule __third_party_pigweed_repo_pw_rpc_server_test.run___build_toolchain_host_linux_arm_gcc__rule
4631   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/server_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:server_test\)\>
4632   description = ACTION //third_party/pigweed/repo/pw_rpc:server_test.run(//build/toolchain/host:linux_arm_gcc)
4633   restat = 1
4634
4635 build gen/third_party/pigweed/repo/pw_rpc/server_test.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_server_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/test/server_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4636
4637 build obj/third_party/pigweed/repo/pw_rpc/server_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/server_test.run.pw_pystamp
4638 build obj/third_party/pigweed/repo/pw_rpc/server_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/server_test.run.stamp
4639 subninja obj/third_party/pigweed/repo/pw_rpc/service_test.ninja
4640 subninja obj/third_party/pigweed/repo/pw_rpc/service_test.lib.ninja
4641 rule __third_party_pigweed_repo_pw_rpc_service_test.run___build_toolchain_host_linux_arm_gcc__rule
4642   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/service_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:service_test\)\>
4643   description = ACTION //third_party/pigweed/repo/pw_rpc:service_test.run(//build/toolchain/host:linux_arm_gcc)
4644   restat = 1
4645
4646 build gen/third_party/pigweed/repo/pw_rpc/service_test.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_service_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/test/service_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4647
4648 build obj/third_party/pigweed/repo/pw_rpc/service_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/service_test.run.pw_pystamp
4649 build obj/third_party/pigweed/repo/pw_rpc/service_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/service_test.run.stamp
4650 rule __third_party_pigweed_repo_pw_rpc_test_protos___build_toolchain_host_linux_arm_gcc__rule
4651   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/test_protos.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_protobuf_compiler/py/pw_protobuf_compiler/proto_target_invalid.py --target test_protos --dir //third_party/pigweed/repo/pw_rpc/ --root // pwpb nanopb nanopb_rpc raw_rpc go python
4652   description = ACTION //third_party/pigweed/repo/pw_rpc:test_protos(//build/toolchain/host:linux_arm_gcc)
4653   restat = 1
4654
4655 build gen/third_party/pigweed/repo/pw_rpc/test_protos.pw_pystamp: __third_party_pigweed_repo_pw_rpc_test_protos___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_protobuf_compiler/py/pw_protobuf_compiler/proto_target_invalid.py
4656
4657 build obj/third_party/pigweed/repo/pw_rpc/test_protos.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/test_protos.pw_pystamp
4658 build obj/third_party/pigweed/repo/pw_rpc/test_protos._includes.stamp: stamp
4659 build obj/third_party/pigweed/repo/pw_rpc/test_protos.go.stamp: stamp protocol_buffer/obj/third_party/pigweed/repo/pw_rpc/test_protos.go._gen.stamp
4660 rule __third_party_pigweed_repo_pw_rpc_test_protos.nanopb___build_toolchain_host_linux_arm_gcc__rule
4661   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_rpc$:test_protos.nanopb\(//build/toolchain/host$:linux_arm_gcc\) --message \$$dir_pw_third_party_nanopb\$ must\$ be\$ set\$ to\$ compile\$ nanopb\$ protobufs. --root ../../ --out .
4662   description = ACTION //third_party/pigweed/repo/pw_rpc:test_protos.nanopb(//build/toolchain/host:linux_arm_gcc)
4663   restat = 1
4664
4665 build gen/third_party/pigweed/repo/pw_rpc/test_protos.nanopb.build_error: __third_party_pigweed_repo_pw_rpc_test_protos.nanopb___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
4666
4667 build obj/third_party/pigweed/repo/pw_rpc/test_protos.nanopb.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/test_protos.nanopb.build_error
4668 rule __third_party_pigweed_repo_pw_rpc_test_protos.nanopb_rpc___build_toolchain_host_linux_arm_gcc__rule
4669   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_rpc$:test_protos.nanopb_rpc\(//build/toolchain/host$:linux_arm_gcc\) --message \$$dir_pw_third_party_nanopb\$ must\$ be\$ set\$ to\$ generate\$ nanopb\$ RPC\$ code. --root ../../ --out .
4670   description = ACTION //third_party/pigweed/repo/pw_rpc:test_protos.nanopb_rpc(//build/toolchain/host:linux_arm_gcc)
4671   restat = 1
4672
4673 build gen/third_party/pigweed/repo/pw_rpc/test_protos.nanopb_rpc.build_error: __third_party_pigweed_repo_pw_rpc_test_protos.nanopb_rpc___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
4674
4675 build obj/third_party/pigweed/repo/pw_rpc/test_protos.nanopb_rpc.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/test_protos.nanopb_rpc.build_error
4676 subninja obj/third_party/pigweed/repo/pw_rpc/test_protos.pwpb.ninja
4677 build obj/third_party/pigweed/repo/pw_rpc/test_protos.python.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/test_protos.python.stamp
4678 build obj/third_party/pigweed/repo/pw_rpc/test_protos.python._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/test_protos.python._build_wheel.stamp
4679 build obj/third_party/pigweed/repo/pw_rpc/test_protos.python._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/test_protos.python._run_pip_install.stamp
4680 build obj/third_party/pigweed/repo/pw_rpc/test_protos.python.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/test_protos.python.install.stamp
4681 build obj/third_party/pigweed/repo/pw_rpc/test_protos.python.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/test_protos.python.lint.stamp
4682 build obj/third_party/pigweed/repo/pw_rpc/test_protos.python.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/test_protos.python.lint.mypy.stamp
4683 build obj/third_party/pigweed/repo/pw_rpc/test_protos.python.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/test_protos.python.lint.pylint.stamp
4684 build obj/third_party/pigweed/repo/pw_rpc/test_protos.python.tests.stamp: stamp
4685 build obj/third_party/pigweed/repo/pw_rpc/test_protos.python.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/test_protos.python.wheel.stamp
4686 subninja obj/third_party/pigweed/repo/pw_rpc/test_protos.raw_rpc.ninja
4687 subninja obj/third_party/pigweed/repo/pw_rpc/test_rpc_server.ninja
4688 subninja obj/third_party/pigweed/repo/pw_rpc/test_utils.ninja
4689 build obj/third_party/pigweed/repo/pw_rpc/tests.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/tests_pw_test_group_metadata.stamp
4690 subninja obj/third_party/pigweed/repo/pw_rpc/tests.bundle.ninja
4691 subninja obj/third_party/pigweed/repo/pw_rpc/tests.bundle.lib.ninja
4692 rule __third_party_pigweed_repo_pw_rpc_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
4693   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
4694   description = ACTION //third_party/pigweed/repo/pw_rpc:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
4695   restat = 1
4696
4697 build gen/third_party/pigweed/repo/pw_rpc/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4698
4699 build obj/third_party/pigweed/repo/pw_rpc/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/tests.bundle.run.pw_pystamp
4700 build obj/third_party/pigweed/repo/pw_rpc/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/tests.bundle.run.stamp
4701 build obj/third_party/pigweed/repo/pw_rpc/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/call_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/channel_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/client_server_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/fake_channel_output_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/method_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/ids_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/packet_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/server_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/service_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/tests.lib.stamp obj/third_party/pigweed/repo/pw_rpc/raw/tests.lib.stamp
4702 build obj/third_party/pigweed/repo/pw_rpc/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/tests.stamp obj/third_party/pigweed/repo/pw_rpc/call_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/channel_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/client_server_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/fake_channel_output_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/method_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/ids_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/packet_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/server_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/service_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/tests.run.stamp obj/third_party/pigweed/repo/pw_rpc/raw/tests.run.stamp
4703 build obj/third_party/pigweed/repo/pw_rpc/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/test/call_test obj/third_party/pigweed/repo/pw_rpc/test/channel_test obj/third_party/pigweed/repo/pw_rpc/test/client_server_test obj/third_party/pigweed/repo/pw_rpc/test/fake_channel_output_test obj/third_party/pigweed/repo/pw_rpc/test/method_test obj/third_party/pigweed/repo/pw_rpc/test/ids_test obj/third_party/pigweed/repo/pw_rpc/test/packet_test obj/third_party/pigweed/repo/pw_rpc/test/server_test obj/third_party/pigweed/repo/pw_rpc/test/service_test obj/third_party/pigweed/repo/pw_rpc/nanopb/tests.stamp obj/third_party/pigweed/repo/pw_rpc/raw/tests.stamp
4704 build obj/third_party/pigweed/repo/pw_rpc/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/tests.run.stamp
4705 subninja obj/third_party/pigweed/repo/pw_rpc/thread_testing.ninja
4706 build obj/third_party/pigweed/repo/pw_rpc/use_global_mutex.stamp: stamp
4707 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/client_api.ninja
4708 rule __third_party_pigweed_repo_pw_rpc_nanopb_client_call_test___build_toolchain_host_linux_arm_gcc__rule
4709   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4710   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:client_call_test(//build/toolchain/host:linux_arm_gcc)
4711   restat = 1
4712
4713 build gen/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_client_call_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4714
4715 build obj/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.pw_pystamp
4716 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.DISABLED.ninja
4717 rule __third_party_pigweed_repo_pw_rpc_nanopb_client_call_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
4718   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:client_call_test.DISABLED\)\>
4719   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:client_call_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
4720   restat = 1
4721
4722 build gen/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_client_call_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4723
4724 build obj/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.DISABLED.run.pw_pystamp
4725 build obj/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.DISABLED.run.stamp
4726 rule __third_party_pigweed_repo_pw_rpc_nanopb_client_call_test.lib___build_toolchain_host_linux_arm_gcc__rule
4727   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4728   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:client_call_test.lib(//build/toolchain/host:linux_arm_gcc)
4729   restat = 1
4730
4731 build gen/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_client_call_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4732
4733 build obj/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.lib.pw_pystamp
4734 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.lib.DISABLED.ninja
4735 build obj/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.stamp
4736 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/client_integration_test.ninja
4737 rule __third_party_pigweed_repo_pw_rpc_nanopb_client_reader_writer_test___build_toolchain_host_linux_arm_gcc__rule
4738   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4739   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:client_reader_writer_test(//build/toolchain/host:linux_arm_gcc)
4740   restat = 1
4741
4742 build gen/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_client_reader_writer_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4743
4744 build obj/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.pw_pystamp
4745 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.DISABLED.ninja
4746 rule __third_party_pigweed_repo_pw_rpc_nanopb_client_reader_writer_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
4747   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:client_reader_writer_test.DISABLED\)\>
4748   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:client_reader_writer_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
4749   restat = 1
4750
4751 build gen/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_client_reader_writer_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4752
4753 build obj/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.DISABLED.run.pw_pystamp
4754 build obj/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.DISABLED.run.stamp
4755 rule __third_party_pigweed_repo_pw_rpc_nanopb_client_reader_writer_test.lib___build_toolchain_host_linux_arm_gcc__rule
4756   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4757   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:client_reader_writer_test.lib(//build/toolchain/host:linux_arm_gcc)
4758   restat = 1
4759
4760 build gen/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_client_reader_writer_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4761
4762 build obj/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.lib.pw_pystamp
4763 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.lib.DISABLED.ninja
4764 build obj/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.stamp
4765 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/client_testing.ninja
4766 rule __third_party_pigweed_repo_pw_rpc_nanopb_codegen_test___build_toolchain_host_linux_arm_gcc__rule
4767   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4768   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:codegen_test(//build/toolchain/host:linux_arm_gcc)
4769   restat = 1
4770
4771 build gen/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_codegen_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4772
4773 build obj/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.pw_pystamp
4774 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.DISABLED.ninja
4775 rule __third_party_pigweed_repo_pw_rpc_nanopb_codegen_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
4776   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:codegen_test.DISABLED\)\>
4777   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:codegen_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
4778   restat = 1
4779
4780 build gen/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_codegen_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4781
4782 build obj/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.DISABLED.run.pw_pystamp
4783 build obj/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.DISABLED.run.stamp
4784 rule __third_party_pigweed_repo_pw_rpc_nanopb_codegen_test.lib___build_toolchain_host_linux_arm_gcc__rule
4785   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4786   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:codegen_test.lib(//build/toolchain/host:linux_arm_gcc)
4787   restat = 1
4788
4789 build gen/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_codegen_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4790
4791 build obj/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.lib.pw_pystamp
4792 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.lib.DISABLED.ninja
4793 build obj/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.stamp
4794 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/common.ninja
4795 rule __third_party_pigweed_repo_pw_rpc_nanopb_docs___build_toolchain_host_linux_arm_gcc__rule
4796   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4797   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:docs(//build/toolchain/host:linux_arm_gcc)
4798   restat = 1
4799
4800 build gen/third_party/pigweed/repo/pw_rpc/nanopb/docs.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_rpc/nanopb/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4801
4802 build obj/third_party/pigweed/repo/pw_rpc/nanopb/docs.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/docs.pw_pystamp
4803 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/echo_service.ninja
4804 rule __third_party_pigweed_repo_pw_rpc_nanopb_echo_service_test___build_toolchain_host_linux_arm_gcc__rule
4805   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4806   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:echo_service_test(//build/toolchain/host:linux_arm_gcc)
4807   restat = 1
4808
4809 build gen/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_echo_service_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4810
4811 build obj/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.pw_pystamp
4812 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.DISABLED.ninja
4813 rule __third_party_pigweed_repo_pw_rpc_nanopb_echo_service_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
4814   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:echo_service_test.DISABLED\)\>
4815   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:echo_service_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
4816   restat = 1
4817
4818 build gen/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_echo_service_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4819
4820 build obj/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.DISABLED.run.pw_pystamp
4821 build obj/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.DISABLED.run.stamp
4822 rule __third_party_pigweed_repo_pw_rpc_nanopb_echo_service_test.lib___build_toolchain_host_linux_arm_gcc__rule
4823   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4824   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:echo_service_test.lib(//build/toolchain/host:linux_arm_gcc)
4825   restat = 1
4826
4827 build gen/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_echo_service_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4828
4829 build obj/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.lib.pw_pystamp
4830 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.lib.DISABLED.ninja
4831 build obj/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.stamp
4832 rule __third_party_pigweed_repo_pw_rpc_nanopb_fake_channel_output_test___build_toolchain_host_linux_arm_gcc__rule
4833   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4834   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:fake_channel_output_test(//build/toolchain/host:linux_arm_gcc)
4835   restat = 1
4836
4837 build gen/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_fake_channel_output_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4838
4839 build obj/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.pw_pystamp
4840 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.DISABLED.ninja
4841 rule __third_party_pigweed_repo_pw_rpc_nanopb_fake_channel_output_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
4842   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:fake_channel_output_test.DISABLED\)\>
4843   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:fake_channel_output_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
4844   restat = 1
4845
4846 build gen/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_fake_channel_output_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4847
4848 build obj/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.DISABLED.run.pw_pystamp
4849 build obj/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.DISABLED.run.stamp
4850 rule __third_party_pigweed_repo_pw_rpc_nanopb_fake_channel_output_test.lib___build_toolchain_host_linux_arm_gcc__rule
4851   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4852   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:fake_channel_output_test.lib(//build/toolchain/host:linux_arm_gcc)
4853   restat = 1
4854
4855 build gen/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_fake_channel_output_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4856
4857 build obj/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.lib.pw_pystamp
4858 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.lib.DISABLED.ninja
4859 build obj/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.stamp
4860 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/internal_test_utils.ninja
4861 rule __third_party_pigweed_repo_pw_rpc_nanopb_method_info_test___build_toolchain_host_linux_arm_gcc__rule
4862   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4863   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:method_info_test(//build/toolchain/host:linux_arm_gcc)
4864   restat = 1
4865
4866 build gen/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_method_info_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4867
4868 build obj/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.pw_pystamp
4869 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.DISABLED.ninja
4870 rule __third_party_pigweed_repo_pw_rpc_nanopb_method_info_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
4871   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:method_info_test.DISABLED\)\>
4872   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:method_info_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
4873   restat = 1
4874
4875 build gen/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_method_info_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4876
4877 build obj/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.DISABLED.run.pw_pystamp
4878 build obj/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.DISABLED.run.stamp
4879 rule __third_party_pigweed_repo_pw_rpc_nanopb_method_info_test.lib___build_toolchain_host_linux_arm_gcc__rule
4880   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4881   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:method_info_test.lib(//build/toolchain/host:linux_arm_gcc)
4882   restat = 1
4883
4884 build gen/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_method_info_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4885
4886 build obj/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.lib.pw_pystamp
4887 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.lib.DISABLED.ninja
4888 build obj/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.stamp
4889 rule __third_party_pigweed_repo_pw_rpc_nanopb_method_lookup_test___build_toolchain_host_linux_arm_gcc__rule
4890   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4891   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:method_lookup_test(//build/toolchain/host:linux_arm_gcc)
4892   restat = 1
4893
4894 build gen/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_method_lookup_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4895
4896 build obj/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.pw_pystamp
4897 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.DISABLED.ninja
4898 rule __third_party_pigweed_repo_pw_rpc_nanopb_method_lookup_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
4899   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:method_lookup_test.DISABLED\)\>
4900   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:method_lookup_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
4901   restat = 1
4902
4903 build gen/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_method_lookup_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4904
4905 build obj/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.DISABLED.run.pw_pystamp
4906 build obj/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.DISABLED.run.stamp
4907 rule __third_party_pigweed_repo_pw_rpc_nanopb_method_lookup_test.lib___build_toolchain_host_linux_arm_gcc__rule
4908   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4909   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:method_lookup_test.lib(//build/toolchain/host:linux_arm_gcc)
4910   restat = 1
4911
4912 build gen/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_method_lookup_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4913
4914 build obj/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.lib.pw_pystamp
4915 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.lib.DISABLED.ninja
4916 build obj/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.stamp
4917 rule __third_party_pigweed_repo_pw_rpc_nanopb_method_test___build_toolchain_host_linux_arm_gcc__rule
4918   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/method_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4919   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:method_test(//build/toolchain/host:linux_arm_gcc)
4920   restat = 1
4921
4922 build gen/third_party/pigweed/repo/pw_rpc/nanopb/method_test.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_method_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4923
4924 build obj/third_party/pigweed/repo/pw_rpc/nanopb/method_test.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/method_test.pw_pystamp
4925 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/method_test.DISABLED.ninja
4926 rule __third_party_pigweed_repo_pw_rpc_nanopb_method_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
4927   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/method_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:method_test.DISABLED\)\>
4928   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:method_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
4929   restat = 1
4930
4931 build gen/third_party/pigweed/repo/pw_rpc/nanopb/method_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_method_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/nanopb/method_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4932
4933 build obj/third_party/pigweed/repo/pw_rpc/nanopb/method_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/method_test.DISABLED.run.pw_pystamp
4934 build obj/third_party/pigweed/repo/pw_rpc/nanopb/method_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/method_test.DISABLED.run.stamp
4935 rule __third_party_pigweed_repo_pw_rpc_nanopb_method_test.lib___build_toolchain_host_linux_arm_gcc__rule
4936   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/method_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4937   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:method_test.lib(//build/toolchain/host:linux_arm_gcc)
4938   restat = 1
4939
4940 build gen/third_party/pigweed/repo/pw_rpc/nanopb/method_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_method_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_rpc/nanopb/method_test.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4941
4942 build obj/third_party/pigweed/repo/pw_rpc/nanopb/method_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/method_test.lib.pw_pystamp
4943 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/method_test.lib.DISABLED.ninja
4944 build obj/third_party/pigweed/repo/pw_rpc/nanopb/method_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/method_test.stamp
4945 rule __third_party_pigweed_repo_pw_rpc_nanopb_method_union_test___build_toolchain_host_linux_arm_gcc__rule
4946   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4947   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:method_union_test(//build/toolchain/host:linux_arm_gcc)
4948   restat = 1
4949
4950 build gen/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_method_union_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4951
4952 build obj/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.pw_pystamp
4953 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.DISABLED.ninja
4954 rule __third_party_pigweed_repo_pw_rpc_nanopb_method_union_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
4955   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:method_union_test.DISABLED\)\>
4956   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:method_union_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
4957   restat = 1
4958
4959 build gen/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_method_union_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4960
4961 build obj/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.DISABLED.run.pw_pystamp
4962 build obj/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.DISABLED.run.stamp
4963 rule __third_party_pigweed_repo_pw_rpc_nanopb_method_union_test.lib___build_toolchain_host_linux_arm_gcc__rule
4964   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4965   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:method_union_test.lib(//build/toolchain/host:linux_arm_gcc)
4966   restat = 1
4967
4968 build gen/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_method_union_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4969
4970 build obj/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.lib.pw_pystamp
4971 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.lib.DISABLED.ninja
4972 build obj/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.stamp
4973 rule __third_party_pigweed_repo_pw_rpc_nanopb_serde_test___build_toolchain_host_linux_arm_gcc__rule
4974   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4975   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:serde_test(//build/toolchain/host:linux_arm_gcc)
4976   restat = 1
4977
4978 build gen/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_serde_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4979
4980 build obj/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.pw_pystamp
4981 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.DISABLED.ninja
4982 rule __third_party_pigweed_repo_pw_rpc_nanopb_serde_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
4983   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:serde_test.DISABLED\)\>
4984   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:serde_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
4985   restat = 1
4986
4987 build gen/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_serde_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
4988
4989 build obj/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.DISABLED.run.pw_pystamp
4990 build obj/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.DISABLED.run.stamp
4991 rule __third_party_pigweed_repo_pw_rpc_nanopb_serde_test.lib___build_toolchain_host_linux_arm_gcc__rule
4992   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4993   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:serde_test.lib(//build/toolchain/host:linux_arm_gcc)
4994   restat = 1
4995
4996 build gen/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_serde_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_rpc/nanopb/serde_test.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
4997
4998 build obj/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.lib.pw_pystamp
4999 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.lib.DISABLED.ninja
5000 build obj/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.stamp
5001 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/server_api.ninja
5002 rule __third_party_pigweed_repo_pw_rpc_nanopb_server_callback_test___build_toolchain_host_linux_arm_gcc__rule
5003   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5004   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:server_callback_test(//build/toolchain/host:linux_arm_gcc)
5005   restat = 1
5006
5007 build gen/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_server_callback_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5008
5009 build obj/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.pw_pystamp
5010 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.DISABLED.ninja
5011 rule __third_party_pigweed_repo_pw_rpc_nanopb_server_callback_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
5012   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:server_callback_test.DISABLED\)\>
5013   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:server_callback_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
5014   restat = 1
5015
5016 build gen/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_server_callback_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5017
5018 build obj/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.DISABLED.run.pw_pystamp
5019 build obj/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.DISABLED.run.stamp
5020 rule __third_party_pigweed_repo_pw_rpc_nanopb_server_callback_test.lib___build_toolchain_host_linux_arm_gcc__rule
5021   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5022   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:server_callback_test.lib(//build/toolchain/host:linux_arm_gcc)
5023   restat = 1
5024
5025 build gen/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_server_callback_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5026
5027 build obj/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.lib.pw_pystamp
5028 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.lib.DISABLED.ninja
5029 build obj/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.stamp
5030 rule __third_party_pigweed_repo_pw_rpc_nanopb_server_reader_writer_test___build_toolchain_host_linux_arm_gcc__rule
5031   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5032   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:server_reader_writer_test(//build/toolchain/host:linux_arm_gcc)
5033   restat = 1
5034
5035 build gen/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_server_reader_writer_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5036
5037 build obj/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.pw_pystamp
5038 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.DISABLED.ninja
5039 rule __third_party_pigweed_repo_pw_rpc_nanopb_server_reader_writer_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
5040   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:server_reader_writer_test.DISABLED\)\>
5041   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:server_reader_writer_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
5042   restat = 1
5043
5044 build gen/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_server_reader_writer_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5045
5046 build obj/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.DISABLED.run.pw_pystamp
5047 build obj/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.DISABLED.run.stamp
5048 rule __third_party_pigweed_repo_pw_rpc_nanopb_server_reader_writer_test.lib___build_toolchain_host_linux_arm_gcc__rule
5049   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5050   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:server_reader_writer_test.lib(//build/toolchain/host:linux_arm_gcc)
5051   restat = 1
5052
5053 build gen/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_server_reader_writer_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5054
5055 build obj/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.lib.pw_pystamp
5056 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.lib.DISABLED.ninja
5057 build obj/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.stamp
5058 rule __third_party_pigweed_repo_pw_rpc_nanopb_stub_generation_test___build_toolchain_host_linux_arm_gcc__rule
5059   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5060   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:stub_generation_test(//build/toolchain/host:linux_arm_gcc)
5061   restat = 1
5062
5063 build gen/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_stub_generation_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5064
5065 build obj/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.pw_pystamp
5066 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.DISABLED.ninja
5067 rule __third_party_pigweed_repo_pw_rpc_nanopb_stub_generation_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
5068   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:stub_generation_test.DISABLED\)\>
5069   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:stub_generation_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
5070   restat = 1
5071
5072 build gen/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_stub_generation_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5073
5074 build obj/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.DISABLED.run.pw_pystamp
5075 build obj/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.DISABLED.run.stamp
5076 rule __third_party_pigweed_repo_pw_rpc_nanopb_stub_generation_test.lib___build_toolchain_host_linux_arm_gcc__rule
5077   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5078   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:stub_generation_test.lib(//build/toolchain/host:linux_arm_gcc)
5079   restat = 1
5080
5081 build gen/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_stub_generation_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5082
5083 build obj/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.lib.pw_pystamp
5084 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.lib.DISABLED.ninja
5085 build obj/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.stamp
5086 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/test_method_context.ninja
5087 build obj/third_party/pigweed/repo/pw_rpc/nanopb/tests.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/tests_pw_test_group_metadata.stamp
5088 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/tests.bundle.ninja
5089 subninja obj/third_party/pigweed/repo/pw_rpc/nanopb/tests.bundle.lib.ninja
5090 rule __third_party_pigweed_repo_pw_rpc_nanopb_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
5091   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/nanopb --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/nanopb/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
5092   description = ACTION //third_party/pigweed/repo/pw_rpc/nanopb:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
5093   restat = 1
5094
5095 build gen/third_party/pigweed/repo/pw_rpc/nanopb/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_nanopb_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/nanopb/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5096
5097 build obj/third_party/pigweed/repo/pw_rpc/nanopb/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/nanopb/tests.bundle.run.pw_pystamp
5098 build obj/third_party/pigweed/repo/pw_rpc/nanopb/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/tests.bundle.run.stamp
5099 build obj/third_party/pigweed/repo/pw_rpc/nanopb/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/method_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.lib.stamp
5100 build obj/third_party/pigweed/repo/pw_rpc/nanopb/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/tests.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/method_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.run.stamp
5101 build obj/third_party/pigweed/repo/pw_rpc/nanopb/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/client_call_test.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/client_reader_writer_test.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/codegen_test.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/echo_service_test.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/fake_channel_output_test.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/method_lookup_test.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/method_test.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/method_info_test.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/method_union_test.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/server_callback_test.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/server_reader_writer_test.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/serde_test.stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/stub_generation_test.stamp
5102 build obj/third_party/pigweed/repo/pw_rpc/nanopb/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/nanopb/tests.run.stamp
5103 build obj/third_party/pigweed/repo/pw_rpc/py/_build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/py/py._build_wheel.stamp
5104 build obj/third_party/pigweed/repo/pw_rpc/py/_run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/py/py._run_pip_install.stamp
5105 rule __third_party_pigweed_repo_pw_rpc_py_docs___build_toolchain_host_linux_arm_gcc__rule
5106   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/py --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/py/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5107   description = ACTION //third_party/pigweed/repo/pw_rpc/py:docs(//build/toolchain/host:linux_arm_gcc)
5108   restat = 1
5109
5110 build gen/third_party/pigweed/repo/pw_rpc/py/docs.pw_pystamp: __third_party_pigweed_repo_pw_rpc_py_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_rpc/py/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py obj/third_party/pigweed/repo/pw_rpc/py/py.stamp
5111
5112 build obj/third_party/pigweed/repo/pw_rpc/py/docs.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/py/docs.pw_pystamp
5113 build obj/third_party/pigweed/repo/pw_rpc/py/install.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/py/py.install.stamp
5114 build obj/third_party/pigweed/repo/pw_rpc/py/lint.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/py/py.lint.stamp
5115 build obj/third_party/pigweed/repo/pw_rpc/py/lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/py/py.lint.mypy.stamp
5116 build obj/third_party/pigweed/repo/pw_rpc/py/lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/py/py.lint.pylint.stamp
5117 build obj/third_party/pigweed/repo/pw_rpc/py/py.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/py.stamp
5118 build obj/third_party/pigweed/repo/pw_rpc/py/py._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/py._build_wheel.stamp
5119 build obj/third_party/pigweed/repo/pw_rpc/py/py._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/py._run_pip_install.stamp
5120 build obj/third_party/pigweed/repo/pw_rpc/py/py.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/py.install.stamp
5121 build obj/third_party/pigweed/repo/pw_rpc/py/py.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/py.lint.stamp
5122 build obj/third_party/pigweed/repo/pw_rpc/py/py.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/py.lint.mypy.stamp
5123 build obj/third_party/pigweed/repo/pw_rpc/py/py.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/py.lint.pylint.stamp
5124 build obj/third_party/pigweed/repo/pw_rpc/py/py.tests.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_callback_client_test.py.stamp obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_client_test.py.stamp obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_console_tools_console_tools_test.py.stamp obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_console_tools_functions_test.py.stamp obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_console_tools_watchdog_test.py.stamp obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_descriptors_test.py.stamp obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_ids_test.py.stamp obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_packets_test.py.stamp
5125 build obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_callback_client_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_callback_client_test.py.stamp
5126 build obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_client_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_client_test.py.stamp
5127 build obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_console_tools_console_tools_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_console_tools_console_tools_test.py.stamp
5128 build obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_console_tools_functions_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_console_tools_functions_test.py.stamp
5129 build obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_console_tools_watchdog_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_console_tools_watchdog_test.py.stamp
5130 build obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_descriptors_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_descriptors_test.py.stamp
5131 build obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_ids_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_ids_test.py.stamp
5132 build obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_packets_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/py.tests.tests_packets_test.py.stamp
5133 build obj/third_party/pigweed/repo/pw_rpc/py/py.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/py.wheel.stamp
5134 build obj/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test.stamp
5135 build obj/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test._build_wheel.stamp
5136 build obj/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test._run_pip_install.stamp
5137 rule __third_party_pigweed_repo_pw_rpc_py_python_client_cpp_server_test.action___build_toolchain_host_linux_arm_gcc__rule
5138   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/py --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test.action.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_rpc/py/tests/python_client_cpp_server_test.py --port=30576 --test-server-command \<TARGET_FILE\(..$:test_rpc_server\)\>
5139   description = ACTION //third_party/pigweed/repo/pw_rpc/py:python_client_cpp_server_test.action(//build/toolchain/host:linux_arm_gcc)
5140   restat = 1
5141
5142 build gen/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test.action.pw_pystamp: __third_party_pigweed_repo_pw_rpc_py_python_client_cpp_server_test.action___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_rpc/py/tests/python_client_cpp_server_test.py obj/third_party/pigweed/repo/pw_rpc/bin/test_rpc_server obj/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test.stamp obj/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test.install.stamp
5143
5144 build obj/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test.action.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test.action.pw_pystamp
5145 build obj/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test.install.stamp
5146 build obj/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test.lint.stamp
5147 build obj/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test.lint.mypy.stamp
5148 build obj/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test.lint.pylint.stamp
5149 build obj/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test.tests.stamp: stamp
5150 build obj/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_rpc/py/python_client_cpp_server_test.wheel.stamp
5151 build obj/third_party/pigweed/repo/pw_rpc/py/tests.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/py/py.tests.stamp
5152 build obj/third_party/pigweed/repo/pw_rpc/py/wheel.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/py/py.wheel.stamp
5153 subninja obj/third_party/pigweed/repo/pw_rpc/raw/client_api.ninja
5154 subninja obj/third_party/pigweed/repo/pw_rpc/raw/client_reader_writer_test.ninja
5155 subninja obj/third_party/pigweed/repo/pw_rpc/raw/client_reader_writer_test.lib.ninja
5156 rule __third_party_pigweed_repo_pw_rpc_raw_client_reader_writer_test.run___build_toolchain_host_linux_arm_gcc__rule
5157   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/raw --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/raw/client_reader_writer_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:client_reader_writer_test\)\>
5158   description = ACTION //third_party/pigweed/repo/pw_rpc/raw:client_reader_writer_test.run(//build/toolchain/host:linux_arm_gcc)
5159   restat = 1
5160
5161 build gen/third_party/pigweed/repo/pw_rpc/raw/client_reader_writer_test.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_raw_client_reader_writer_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/raw/test/client_reader_writer_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5162
5163 build obj/third_party/pigweed/repo/pw_rpc/raw/client_reader_writer_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/raw/client_reader_writer_test.run.pw_pystamp
5164 build obj/third_party/pigweed/repo/pw_rpc/raw/client_reader_writer_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/raw/client_reader_writer_test.run.stamp
5165 subninja obj/third_party/pigweed/repo/pw_rpc/raw/client_test.ninja
5166 subninja obj/third_party/pigweed/repo/pw_rpc/raw/client_test.lib.ninja
5167 rule __third_party_pigweed_repo_pw_rpc_raw_client_test.run___build_toolchain_host_linux_arm_gcc__rule
5168   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/raw --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/raw/client_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:client_test\)\>
5169   description = ACTION //third_party/pigweed/repo/pw_rpc/raw:client_test.run(//build/toolchain/host:linux_arm_gcc)
5170   restat = 1
5171
5172 build gen/third_party/pigweed/repo/pw_rpc/raw/client_test.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_raw_client_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/raw/test/client_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5173
5174 build obj/third_party/pigweed/repo/pw_rpc/raw/client_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/raw/client_test.run.pw_pystamp
5175 build obj/third_party/pigweed/repo/pw_rpc/raw/client_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/raw/client_test.run.stamp
5176 subninja obj/third_party/pigweed/repo/pw_rpc/raw/client_testing.ninja
5177 subninja obj/third_party/pigweed/repo/pw_rpc/raw/codegen_test.ninja
5178 subninja obj/third_party/pigweed/repo/pw_rpc/raw/codegen_test.lib.ninja
5179 rule __third_party_pigweed_repo_pw_rpc_raw_codegen_test.run___build_toolchain_host_linux_arm_gcc__rule
5180   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/raw --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/raw/codegen_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:codegen_test\)\>
5181   description = ACTION //third_party/pigweed/repo/pw_rpc/raw:codegen_test.run(//build/toolchain/host:linux_arm_gcc)
5182   restat = 1
5183
5184 build gen/third_party/pigweed/repo/pw_rpc/raw/codegen_test.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_raw_codegen_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/raw/test/codegen_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5185
5186 build obj/third_party/pigweed/repo/pw_rpc/raw/codegen_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/raw/codegen_test.run.pw_pystamp
5187 build obj/third_party/pigweed/repo/pw_rpc/raw/codegen_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/raw/codegen_test.run.stamp
5188 subninja obj/third_party/pigweed/repo/pw_rpc/raw/fake_channel_output.ninja
5189 subninja obj/third_party/pigweed/repo/pw_rpc/raw/method_info_test.ninja
5190 subninja obj/third_party/pigweed/repo/pw_rpc/raw/method_info_test.lib.ninja
5191 rule __third_party_pigweed_repo_pw_rpc_raw_method_info_test.run___build_toolchain_host_linux_arm_gcc__rule
5192   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/raw --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/raw/method_info_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:method_info_test\)\>
5193   description = ACTION //third_party/pigweed/repo/pw_rpc/raw:method_info_test.run(//build/toolchain/host:linux_arm_gcc)
5194   restat = 1
5195
5196 build gen/third_party/pigweed/repo/pw_rpc/raw/method_info_test.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_raw_method_info_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/raw/test/method_info_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5197
5198 build obj/third_party/pigweed/repo/pw_rpc/raw/method_info_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/raw/method_info_test.run.pw_pystamp
5199 build obj/third_party/pigweed/repo/pw_rpc/raw/method_info_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/raw/method_info_test.run.stamp
5200 subninja obj/third_party/pigweed/repo/pw_rpc/raw/method_test.ninja
5201 subninja obj/third_party/pigweed/repo/pw_rpc/raw/method_test.lib.ninja
5202 rule __third_party_pigweed_repo_pw_rpc_raw_method_test.run___build_toolchain_host_linux_arm_gcc__rule
5203   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/raw --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/raw/method_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:method_test\)\>
5204   description = ACTION //third_party/pigweed/repo/pw_rpc/raw:method_test.run(//build/toolchain/host:linux_arm_gcc)
5205   restat = 1
5206
5207 build gen/third_party/pigweed/repo/pw_rpc/raw/method_test.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_raw_method_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/raw/test/method_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5208
5209 build obj/third_party/pigweed/repo/pw_rpc/raw/method_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/raw/method_test.run.pw_pystamp
5210 build obj/third_party/pigweed/repo/pw_rpc/raw/method_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/raw/method_test.run.stamp
5211 subninja obj/third_party/pigweed/repo/pw_rpc/raw/method_union_test.ninja
5212 subninja obj/third_party/pigweed/repo/pw_rpc/raw/method_union_test.lib.ninja
5213 rule __third_party_pigweed_repo_pw_rpc_raw_method_union_test.run___build_toolchain_host_linux_arm_gcc__rule
5214   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/raw --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/raw/method_union_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:method_union_test\)\>
5215   description = ACTION //third_party/pigweed/repo/pw_rpc/raw:method_union_test.run(//build/toolchain/host:linux_arm_gcc)
5216   restat = 1
5217
5218 build gen/third_party/pigweed/repo/pw_rpc/raw/method_union_test.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_raw_method_union_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/raw/test/method_union_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5219
5220 build obj/third_party/pigweed/repo/pw_rpc/raw/method_union_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/raw/method_union_test.run.pw_pystamp
5221 build obj/third_party/pigweed/repo/pw_rpc/raw/method_union_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/raw/method_union_test.run.stamp
5222 subninja obj/third_party/pigweed/repo/pw_rpc/raw/server_api.ninja
5223 subninja obj/third_party/pigweed/repo/pw_rpc/raw/server_reader_writer_test.ninja
5224 subninja obj/third_party/pigweed/repo/pw_rpc/raw/server_reader_writer_test.lib.ninja
5225 rule __third_party_pigweed_repo_pw_rpc_raw_server_reader_writer_test.run___build_toolchain_host_linux_arm_gcc__rule
5226   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/raw --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/raw/server_reader_writer_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:server_reader_writer_test\)\>
5227   description = ACTION //third_party/pigweed/repo/pw_rpc/raw:server_reader_writer_test.run(//build/toolchain/host:linux_arm_gcc)
5228   restat = 1
5229
5230 build gen/third_party/pigweed/repo/pw_rpc/raw/server_reader_writer_test.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_raw_server_reader_writer_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/raw/test/server_reader_writer_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5231
5232 build obj/third_party/pigweed/repo/pw_rpc/raw/server_reader_writer_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/raw/server_reader_writer_test.run.pw_pystamp
5233 build obj/third_party/pigweed/repo/pw_rpc/raw/server_reader_writer_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/raw/server_reader_writer_test.run.stamp
5234 subninja obj/third_party/pigweed/repo/pw_rpc/raw/stub_generation_test.ninja
5235 subninja obj/third_party/pigweed/repo/pw_rpc/raw/stub_generation_test.lib.ninja
5236 rule __third_party_pigweed_repo_pw_rpc_raw_stub_generation_test.run___build_toolchain_host_linux_arm_gcc__rule
5237   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/raw --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/raw/stub_generation_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:stub_generation_test\)\>
5238   description = ACTION //third_party/pigweed/repo/pw_rpc/raw:stub_generation_test.run(//build/toolchain/host:linux_arm_gcc)
5239   restat = 1
5240
5241 build gen/third_party/pigweed/repo/pw_rpc/raw/stub_generation_test.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_raw_stub_generation_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/raw/test/stub_generation_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5242
5243 build obj/third_party/pigweed/repo/pw_rpc/raw/stub_generation_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/raw/stub_generation_test.run.pw_pystamp
5244 build obj/third_party/pigweed/repo/pw_rpc/raw/stub_generation_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/raw/stub_generation_test.run.stamp
5245 subninja obj/third_party/pigweed/repo/pw_rpc/raw/test_method_context.ninja
5246 build obj/third_party/pigweed/repo/pw_rpc/raw/tests.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/raw/tests_pw_test_group_metadata.stamp
5247 subninja obj/third_party/pigweed/repo/pw_rpc/raw/tests.bundle.ninja
5248 subninja obj/third_party/pigweed/repo/pw_rpc/raw/tests.bundle.lib.ninja
5249 rule __third_party_pigweed_repo_pw_rpc_raw_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
5250   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/raw --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/raw/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
5251   description = ACTION //third_party/pigweed/repo/pw_rpc/raw:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
5252   restat = 1
5253
5254 build gen/third_party/pigweed/repo/pw_rpc/raw/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_rpc_raw_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_rpc/raw/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5255
5256 build obj/third_party/pigweed/repo/pw_rpc/raw/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/raw/tests.bundle.run.pw_pystamp
5257 build obj/third_party/pigweed/repo/pw_rpc/raw/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/raw/tests.bundle.run.stamp
5258 build obj/third_party/pigweed/repo/pw_rpc/raw/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/raw/codegen_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/raw/client_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/raw/client_reader_writer_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/raw/method_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/raw/method_info_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/raw/method_union_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/raw/server_reader_writer_test.lib.stamp obj/third_party/pigweed/repo/pw_rpc/raw/stub_generation_test.lib.stamp
5259 build obj/third_party/pigweed/repo/pw_rpc/raw/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/raw/tests.stamp obj/third_party/pigweed/repo/pw_rpc/raw/codegen_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/raw/client_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/raw/client_reader_writer_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/raw/method_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/raw/method_info_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/raw/method_union_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/raw/server_reader_writer_test.run.stamp obj/third_party/pigweed/repo/pw_rpc/raw/stub_generation_test.run.stamp
5260 build obj/third_party/pigweed/repo/pw_rpc/raw/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/raw/test/codegen_test obj/third_party/pigweed/repo/pw_rpc/raw/test/client_test obj/third_party/pigweed/repo/pw_rpc/raw/test/client_reader_writer_test obj/third_party/pigweed/repo/pw_rpc/raw/test/method_test obj/third_party/pigweed/repo/pw_rpc/raw/test/method_info_test obj/third_party/pigweed/repo/pw_rpc/raw/test/method_union_test obj/third_party/pigweed/repo/pw_rpc/raw/test/server_reader_writer_test obj/third_party/pigweed/repo/pw_rpc/raw/test/stub_generation_test
5261 build obj/third_party/pigweed/repo/pw_rpc/raw/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/raw/tests.run.stamp
5262 build obj/third_party/pigweed/repo/pw_rpc/system_server/facade.stamp: stamp obj/third_party/pigweed/repo/pw_rpc/system_server/system_server.facade.stamp
5263 subninja obj/third_party/pigweed/repo/pw_rpc/system_server/socket.ninja
5264 subninja obj/third_party/pigweed/repo/pw_rpc/system_server/system_server.ninja
5265 rule __third_party_pigweed_repo_pw_rpc_system_server_system_server.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule
5266   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_rpc/system_server$:system_server.NO_BACKEND_SET\(//build/toolchain/host$:linux_arm_gcc\) --message Attempted\$ to\$ build\$ the\$ //third_party/pigweed/repo/pw_rpc/system_server$:system_server\$ facade\$ with\$ no\$ backend.\\n\\nIf\$ you\$ are\$ using\$ this\$ facade,\$ ensure\$ you\$ have\$ configured\$ a\$ backend\$ \\nproperly.\$ The\$ build\$ arg\$ for\$ the\$ facade\$ must\$ be\$ set\$ to\$ a\$ valid\$ \\nbackend\$ in\$ the\$ toolchain.\$ For\$ example,\$ you\$ may\$ need\$ to\$ add\$ a\$ line\$ \\nlike\$ the\$ following\$ to\$ the\$ toolchain\'s\$ .gni\$ file$:\\n\\n\$ \$ system_server_BACKEND\$ =\$ \"//path/to/the$:backend\"\\n\\nIf\$ you\$ are\$ NOT\$ using\$ this\$ facade,\$ this\$ error\$ may\$ have\$ been\$ triggered\$ \\nby\$ trying\$ to\$ build\$ all\$ targets. --root ../../ --out .
5267   description = ACTION //third_party/pigweed/repo/pw_rpc/system_server:system_server.NO_BACKEND_SET(//build/toolchain/host:linux_arm_gcc)
5268   restat = 1
5269
5270 build gen/third_party/pigweed/repo/pw_rpc/system_server/system_server.NO_BACKEND_SET.build_error: __third_party_pigweed_repo_pw_rpc_system_server_system_server.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
5271
5272 build obj/third_party/pigweed/repo/pw_rpc/system_server/system_server.NO_BACKEND_SET.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/system_server/system_server.NO_BACKEND_SET.build_error
5273 subninja obj/third_party/pigweed/repo/pw_rpc/system_server/system_server.facade.ninja
5274 rule __third_party_pigweed_repo_pw_rpc_ts_docs___build_toolchain_host_linux_arm_gcc__rule
5275   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_rpc/ts --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_rpc/ts/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5276   description = ACTION //third_party/pigweed/repo/pw_rpc/ts:docs(//build/toolchain/host:linux_arm_gcc)
5277   restat = 1
5278
5279 build gen/third_party/pigweed/repo/pw_rpc/ts/docs.pw_pystamp: __third_party_pigweed_repo_pw_rpc_ts_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_rpc/ts/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5280
5281 build obj/third_party/pigweed/repo/pw_rpc/ts/docs.stamp: stamp gen/third_party/pigweed/repo/pw_rpc/ts/docs.pw_pystamp
5282 rule __third_party_pigweed_repo_pw_span_docs___build_toolchain_host_linux_arm_gcc__rule
5283   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_span --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_span/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5284   description = ACTION //third_party/pigweed/repo/pw_span:docs(//build/toolchain/host:linux_arm_gcc)
5285   restat = 1
5286
5287 build gen/third_party/pigweed/repo/pw_span/docs.pw_pystamp: __third_party_pigweed_repo_pw_span_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_span/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5288
5289 build obj/third_party/pigweed/repo/pw_span/docs.stamp: stamp gen/third_party/pigweed/repo/pw_span/docs.pw_pystamp
5290 subninja obj/third_party/pigweed/repo/pw_span/polyfill.ninja
5291 subninja obj/third_party/pigweed/repo/pw_span/pw_span.ninja
5292 subninja obj/third_party/pigweed/repo/pw_span/test.ninja
5293 subninja obj/third_party/pigweed/repo/pw_span/test.lib.ninja
5294 rule __third_party_pigweed_repo_pw_span_test.run___build_toolchain_host_linux_arm_gcc__rule
5295   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_span --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_span/test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:test\)\>
5296   description = ACTION //third_party/pigweed/repo/pw_span:test.run(//build/toolchain/host:linux_arm_gcc)
5297   restat = 1
5298
5299 build gen/third_party/pigweed/repo/pw_span/test.run.pw_pystamp: __third_party_pigweed_repo_pw_span_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_span/test/test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5300
5301 build obj/third_party/pigweed/repo/pw_span/test.run.stamp: stamp gen/third_party/pigweed/repo/pw_span/test.run.pw_pystamp
5302 build obj/third_party/pigweed/repo/pw_span/test_run.stamp: stamp obj/third_party/pigweed/repo/pw_span/test.run.stamp
5303 build obj/third_party/pigweed/repo/pw_span/tests.stamp: stamp obj/third_party/pigweed/repo/pw_span/tests_pw_test_group_metadata.stamp
5304 subninja obj/third_party/pigweed/repo/pw_span/tests.bundle.ninja
5305 subninja obj/third_party/pigweed/repo/pw_span/tests.bundle.lib.ninja
5306 rule __third_party_pigweed_repo_pw_span_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
5307   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_span --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_span/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
5308   description = ACTION //third_party/pigweed/repo/pw_span:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
5309   restat = 1
5310
5311 build gen/third_party/pigweed/repo/pw_span/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_span_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_span/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5312
5313 build obj/third_party/pigweed/repo/pw_span/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_span/tests.bundle.run.pw_pystamp
5314 build obj/third_party/pigweed/repo/pw_span/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_span/tests.bundle.run.stamp
5315 build obj/third_party/pigweed/repo/pw_span/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_span/test.lib.stamp
5316 build obj/third_party/pigweed/repo/pw_span/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_span/tests.stamp obj/third_party/pigweed/repo/pw_span/test.run.stamp
5317 build obj/third_party/pigweed/repo/pw_span/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_span/test/test
5318 build obj/third_party/pigweed/repo/pw_span/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_span/tests.run.stamp
5319 subninja obj/third_party/pigweed/repo/pw_status/check_if_used.ninja
5320 rule __third_party_pigweed_repo_pw_status_docs___build_toolchain_host_linux_arm_gcc__rule
5321   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_status --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_status/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5322   description = ACTION //third_party/pigweed/repo/pw_status:docs(//build/toolchain/host:linux_arm_gcc)
5323   restat = 1
5324
5325 build gen/third_party/pigweed/repo/pw_status/docs.pw_pystamp: __third_party_pigweed_repo_pw_status_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_status/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5326
5327 build obj/third_party/pigweed/repo/pw_status/docs.stamp: stamp gen/third_party/pigweed/repo/pw_status/docs.pw_pystamp
5328 subninja obj/third_party/pigweed/repo/pw_status/pw_status.ninja
5329 subninja obj/third_party/pigweed/repo/pw_status/status_test.ninja
5330 subninja obj/third_party/pigweed/repo/pw_status/status_test.lib.ninja
5331 rule __third_party_pigweed_repo_pw_status_status_test.run___build_toolchain_host_linux_arm_gcc__rule
5332   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_status --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_status/status_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:status_test\)\>
5333   description = ACTION //third_party/pigweed/repo/pw_status:status_test.run(//build/toolchain/host:linux_arm_gcc)
5334   restat = 1
5335
5336 build gen/third_party/pigweed/repo/pw_status/status_test.run.pw_pystamp: __third_party_pigweed_repo_pw_status_status_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_status/test/status_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5337
5338 build obj/third_party/pigweed/repo/pw_status/status_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_status/status_test.run.pw_pystamp
5339 build obj/third_party/pigweed/repo/pw_status/status_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_status/status_test.run.stamp
5340 subninja obj/third_party/pigweed/repo/pw_status/status_with_size_test.ninja
5341 subninja obj/third_party/pigweed/repo/pw_status/status_with_size_test.lib.ninja
5342 rule __third_party_pigweed_repo_pw_status_status_with_size_test.run___build_toolchain_host_linux_arm_gcc__rule
5343   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_status --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_status/status_with_size_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:status_with_size_test\)\>
5344   description = ACTION //third_party/pigweed/repo/pw_status:status_with_size_test.run(//build/toolchain/host:linux_arm_gcc)
5345   restat = 1
5346
5347 build gen/third_party/pigweed/repo/pw_status/status_with_size_test.run.pw_pystamp: __third_party_pigweed_repo_pw_status_status_with_size_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_status/test/status_with_size_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5348
5349 build obj/third_party/pigweed/repo/pw_status/status_with_size_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_status/status_with_size_test.run.pw_pystamp
5350 build obj/third_party/pigweed/repo/pw_status/status_with_size_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_status/status_with_size_test.run.stamp
5351 build obj/third_party/pigweed/repo/pw_status/tests.stamp: stamp obj/third_party/pigweed/repo/pw_status/tests_pw_test_group_metadata.stamp
5352 subninja obj/third_party/pigweed/repo/pw_status/tests.bundle.ninja
5353 subninja obj/third_party/pigweed/repo/pw_status/tests.bundle.lib.ninja
5354 rule __third_party_pigweed_repo_pw_status_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
5355   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_status --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_status/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
5356   description = ACTION //third_party/pigweed/repo/pw_status:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
5357   restat = 1
5358
5359 build gen/third_party/pigweed/repo/pw_status/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_status_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_status/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5360
5361 build obj/third_party/pigweed/repo/pw_status/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_status/tests.bundle.run.pw_pystamp
5362 build obj/third_party/pigweed/repo/pw_status/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_status/tests.bundle.run.stamp
5363 build obj/third_party/pigweed/repo/pw_status/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_status/status_test.lib.stamp obj/third_party/pigweed/repo/pw_status/status_with_size_test.lib.stamp obj/third_party/pigweed/repo/pw_status/try_test.lib.stamp
5364 build obj/third_party/pigweed/repo/pw_status/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_status/tests.stamp obj/third_party/pigweed/repo/pw_status/status_test.run.stamp obj/third_party/pigweed/repo/pw_status/status_with_size_test.run.stamp obj/third_party/pigweed/repo/pw_status/try_test.run.stamp
5365 build obj/third_party/pigweed/repo/pw_status/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_status/test/status_test obj/third_party/pigweed/repo/pw_status/test/status_with_size_test obj/third_party/pigweed/repo/pw_status/test/try_test
5366 build obj/third_party/pigweed/repo/pw_status/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_status/tests.run.stamp
5367 subninja obj/third_party/pigweed/repo/pw_status/try_test.ninja
5368 subninja obj/third_party/pigweed/repo/pw_status/try_test.lib.ninja
5369 rule __third_party_pigweed_repo_pw_status_try_test.run___build_toolchain_host_linux_arm_gcc__rule
5370   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_status --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_status/try_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:try_test\)\>
5371   description = ACTION //third_party/pigweed/repo/pw_status:try_test.run(//build/toolchain/host:linux_arm_gcc)
5372   restat = 1
5373
5374 build gen/third_party/pigweed/repo/pw_status/try_test.run.pw_pystamp: __third_party_pigweed_repo_pw_status_try_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_status/test/try_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5375
5376 build obj/third_party/pigweed/repo/pw_status/try_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_status/try_test.run.pw_pystamp
5377 build obj/third_party/pigweed/repo/pw_status/try_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_status/try_test.run.stamp
5378 build obj/third_party/pigweed/repo/pw_status/py/_build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_status/py/py._build_wheel.stamp
5379 build obj/third_party/pigweed/repo/pw_status/py/_run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_status/py/py._run_pip_install.stamp
5380 build obj/third_party/pigweed/repo/pw_status/py/install.stamp: stamp obj/third_party/pigweed/repo/pw_status/py/py.install.stamp
5381 build obj/third_party/pigweed/repo/pw_status/py/lint.stamp: stamp obj/third_party/pigweed/repo/pw_status/py/py.lint.stamp
5382 build obj/third_party/pigweed/repo/pw_status/py/lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_status/py/py.lint.mypy.stamp
5383 build obj/third_party/pigweed/repo/pw_status/py/lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_status/py/py.lint.pylint.stamp
5384 build obj/third_party/pigweed/repo/pw_status/py/py.stamp: stamp python/obj/third_party/pigweed/repo/pw_status/py/py.stamp
5385 build obj/third_party/pigweed/repo/pw_status/py/py._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_status/py/py._build_wheel.stamp
5386 build obj/third_party/pigweed/repo/pw_status/py/py._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_status/py/py._run_pip_install.stamp
5387 build obj/third_party/pigweed/repo/pw_status/py/py.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_status/py/py.install.stamp
5388 build obj/third_party/pigweed/repo/pw_status/py/py.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_status/py/py.lint.stamp
5389 build obj/third_party/pigweed/repo/pw_status/py/py.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_status/py/py.lint.mypy.stamp
5390 build obj/third_party/pigweed/repo/pw_status/py/py.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_status/py/py.lint.pylint.stamp
5391 build obj/third_party/pigweed/repo/pw_status/py/py.tests.stamp: stamp
5392 build obj/third_party/pigweed/repo/pw_status/py/py.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_status/py/py.wheel.stamp
5393 build obj/third_party/pigweed/repo/pw_status/py/tests.stamp: stamp obj/third_party/pigweed/repo/pw_status/py/py.tests.stamp
5394 build obj/third_party/pigweed/repo/pw_status/py/wheel.stamp: stamp obj/third_party/pigweed/repo/pw_status/py/py.wheel.stamp
5395 rule __third_party_pigweed_repo_pw_stream_docs___build_toolchain_host_linux_arm_gcc__rule
5396   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_stream --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_stream/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5397   description = ACTION //third_party/pigweed/repo/pw_stream:docs(//build/toolchain/host:linux_arm_gcc)
5398   restat = 1
5399
5400 build gen/third_party/pigweed/repo/pw_stream/docs.pw_pystamp: __third_party_pigweed_repo_pw_stream_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_stream/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5401
5402 build obj/third_party/pigweed/repo/pw_stream/docs.stamp: stamp gen/third_party/pigweed/repo/pw_stream/docs.pw_pystamp
5403 subninja obj/third_party/pigweed/repo/pw_stream/interval_reader.ninja
5404 subninja obj/third_party/pigweed/repo/pw_stream/interval_reader_test.ninja
5405 subninja obj/third_party/pigweed/repo/pw_stream/interval_reader_test.lib.ninja
5406 rule __third_party_pigweed_repo_pw_stream_interval_reader_test.run___build_toolchain_host_linux_arm_gcc__rule
5407   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_stream --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_stream/interval_reader_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:interval_reader_test\)\>
5408   description = ACTION //third_party/pigweed/repo/pw_stream:interval_reader_test.run(//build/toolchain/host:linux_arm_gcc)
5409   restat = 1
5410
5411 build gen/third_party/pigweed/repo/pw_stream/interval_reader_test.run.pw_pystamp: __third_party_pigweed_repo_pw_stream_interval_reader_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_stream/test/interval_reader_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5412
5413 build obj/third_party/pigweed/repo/pw_stream/interval_reader_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_stream/interval_reader_test.run.pw_pystamp
5414 build obj/third_party/pigweed/repo/pw_stream/interval_reader_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_stream/interval_reader_test.run.stamp
5415 subninja obj/third_party/pigweed/repo/pw_stream/memory_stream_test.ninja
5416 subninja obj/third_party/pigweed/repo/pw_stream/memory_stream_test.lib.ninja
5417 rule __third_party_pigweed_repo_pw_stream_memory_stream_test.run___build_toolchain_host_linux_arm_gcc__rule
5418   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_stream --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_stream/memory_stream_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:memory_stream_test\)\>
5419   description = ACTION //third_party/pigweed/repo/pw_stream:memory_stream_test.run(//build/toolchain/host:linux_arm_gcc)
5420   restat = 1
5421
5422 build gen/third_party/pigweed/repo/pw_stream/memory_stream_test.run.pw_pystamp: __third_party_pigweed_repo_pw_stream_memory_stream_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_stream/test/memory_stream_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5423
5424 build obj/third_party/pigweed/repo/pw_stream/memory_stream_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_stream/memory_stream_test.run.pw_pystamp
5425 build obj/third_party/pigweed/repo/pw_stream/memory_stream_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_stream/memory_stream_test.run.stamp
5426 subninja obj/third_party/pigweed/repo/pw_stream/pw_stream.ninja
5427 subninja obj/third_party/pigweed/repo/pw_stream/seek_test.ninja
5428 subninja obj/third_party/pigweed/repo/pw_stream/seek_test.lib.ninja
5429 rule __third_party_pigweed_repo_pw_stream_seek_test.run___build_toolchain_host_linux_arm_gcc__rule
5430   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_stream --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_stream/seek_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:seek_test\)\>
5431   description = ACTION //third_party/pigweed/repo/pw_stream:seek_test.run(//build/toolchain/host:linux_arm_gcc)
5432   restat = 1
5433
5434 build gen/third_party/pigweed/repo/pw_stream/seek_test.run.pw_pystamp: __third_party_pigweed_repo_pw_stream_seek_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_stream/test/seek_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5435
5436 build obj/third_party/pigweed/repo/pw_stream/seek_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_stream/seek_test.run.pw_pystamp
5437 build obj/third_party/pigweed/repo/pw_stream/seek_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_stream/seek_test.run.stamp
5438 subninja obj/third_party/pigweed/repo/pw_stream/socket_stream.ninja
5439 subninja obj/third_party/pigweed/repo/pw_stream/std_file_stream.ninja
5440 subninja obj/third_party/pigweed/repo/pw_stream/stream_test.ninja
5441 subninja obj/third_party/pigweed/repo/pw_stream/stream_test.lib.ninja
5442 rule __third_party_pigweed_repo_pw_stream_stream_test.run___build_toolchain_host_linux_arm_gcc__rule
5443   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_stream --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_stream/stream_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:stream_test\)\>
5444   description = ACTION //third_party/pigweed/repo/pw_stream:stream_test.run(//build/toolchain/host:linux_arm_gcc)
5445   restat = 1
5446
5447 build gen/third_party/pigweed/repo/pw_stream/stream_test.run.pw_pystamp: __third_party_pigweed_repo_pw_stream_stream_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_stream/test/stream_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5448
5449 build obj/third_party/pigweed/repo/pw_stream/stream_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_stream/stream_test.run.pw_pystamp
5450 build obj/third_party/pigweed/repo/pw_stream/stream_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_stream/stream_test.run.stamp
5451 subninja obj/third_party/pigweed/repo/pw_stream/sys_io_stream.ninja
5452 build obj/third_party/pigweed/repo/pw_stream/tests.stamp: stamp obj/third_party/pigweed/repo/pw_stream/tests_pw_test_group_metadata.stamp
5453 subninja obj/third_party/pigweed/repo/pw_stream/tests.bundle.ninja
5454 subninja obj/third_party/pigweed/repo/pw_stream/tests.bundle.lib.ninja
5455 rule __third_party_pigweed_repo_pw_stream_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
5456   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_stream --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_stream/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
5457   description = ACTION //third_party/pigweed/repo/pw_stream:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
5458   restat = 1
5459
5460 build gen/third_party/pigweed/repo/pw_stream/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_stream_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_stream/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5461
5462 build obj/third_party/pigweed/repo/pw_stream/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_stream/tests.bundle.run.pw_pystamp
5463 build obj/third_party/pigweed/repo/pw_stream/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_stream/tests.bundle.run.stamp
5464 build obj/third_party/pigweed/repo/pw_stream/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_stream/interval_reader_test.lib.stamp obj/third_party/pigweed/repo/pw_stream/memory_stream_test.lib.stamp obj/third_party/pigweed/repo/pw_stream/seek_test.lib.stamp obj/third_party/pigweed/repo/pw_stream/stream_test.lib.stamp
5465 build obj/third_party/pigweed/repo/pw_stream/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_stream/tests.stamp obj/third_party/pigweed/repo/pw_stream/interval_reader_test.run.stamp obj/third_party/pigweed/repo/pw_stream/memory_stream_test.run.stamp obj/third_party/pigweed/repo/pw_stream/seek_test.run.stamp obj/third_party/pigweed/repo/pw_stream/stream_test.run.stamp
5466 build obj/third_party/pigweed/repo/pw_stream/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_stream/test/interval_reader_test obj/third_party/pigweed/repo/pw_stream/test/memory_stream_test obj/third_party/pigweed/repo/pw_stream/test/seek_test obj/third_party/pigweed/repo/pw_stream/test/stream_test
5467 build obj/third_party/pigweed/repo/pw_stream/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_stream/tests.run.stamp
5468 rule __third_party_pigweed_repo_pw_string_docs___build_toolchain_host_linux_arm_gcc__rule
5469   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_string --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_string/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5470   description = ACTION //third_party/pigweed/repo/pw_string:docs(//build/toolchain/host:linux_arm_gcc)
5471   restat = 1
5472
5473 build gen/third_party/pigweed/repo/pw_string/docs.pw_pystamp: __third_party_pigweed_repo_pw_string_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_string/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py obj/third_party/pigweed/repo/pw_string/format_size_report.stamp obj/third_party/pigweed/repo/pw_string/string_builder_size_report.stamp
5474
5475 build obj/third_party/pigweed/repo/pw_string/docs.stamp: stamp gen/third_party/pigweed/repo/pw_string/docs.pw_pystamp
5476 build obj/third_party/pigweed/repo/pw_string/format_size_report.stamp: stamp
5477 subninja obj/third_party/pigweed/repo/pw_string/format_test.ninja
5478 subninja obj/third_party/pigweed/repo/pw_string/format_test.lib.ninja
5479 rule __third_party_pigweed_repo_pw_string_format_test.run___build_toolchain_host_linux_arm_gcc__rule
5480   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_string --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_string/format_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:format_test\)\>
5481   description = ACTION //third_party/pigweed/repo/pw_string:format_test.run(//build/toolchain/host:linux_arm_gcc)
5482   restat = 1
5483
5484 build gen/third_party/pigweed/repo/pw_string/format_test.run.pw_pystamp: __third_party_pigweed_repo_pw_string_format_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_string/test/format_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5485
5486 build obj/third_party/pigweed/repo/pw_string/format_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_string/format_test.run.pw_pystamp
5487 build obj/third_party/pigweed/repo/pw_string/format_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_string/format_test.run.stamp
5488 subninja obj/third_party/pigweed/repo/pw_string/pw_string.ninja
5489 build obj/third_party/pigweed/repo/pw_string/string_builder_size_report.stamp: stamp
5490 subninja obj/third_party/pigweed/repo/pw_string/string_builder_test.ninja
5491 subninja obj/third_party/pigweed/repo/pw_string/string_builder_test.lib.ninja
5492 rule __third_party_pigweed_repo_pw_string_string_builder_test.run___build_toolchain_host_linux_arm_gcc__rule
5493   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_string --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_string/string_builder_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:string_builder_test\)\>
5494   description = ACTION //third_party/pigweed/repo/pw_string:string_builder_test.run(//build/toolchain/host:linux_arm_gcc)
5495   restat = 1
5496
5497 build gen/third_party/pigweed/repo/pw_string/string_builder_test.run.pw_pystamp: __third_party_pigweed_repo_pw_string_string_builder_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_string/test/string_builder_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5498
5499 build obj/third_party/pigweed/repo/pw_string/string_builder_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_string/string_builder_test.run.pw_pystamp
5500 build obj/third_party/pigweed/repo/pw_string/string_builder_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_string/string_builder_test.run.stamp
5501 build obj/third_party/pigweed/repo/pw_string/tests.stamp: stamp obj/third_party/pigweed/repo/pw_string/tests_pw_test_group_metadata.stamp
5502 subninja obj/third_party/pigweed/repo/pw_string/tests.bundle.ninja
5503 subninja obj/third_party/pigweed/repo/pw_string/tests.bundle.lib.ninja
5504 rule __third_party_pigweed_repo_pw_string_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
5505   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_string --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_string/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
5506   description = ACTION //third_party/pigweed/repo/pw_string:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
5507   restat = 1
5508
5509 build gen/third_party/pigweed/repo/pw_string/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_string_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_string/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5510
5511 build obj/third_party/pigweed/repo/pw_string/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_string/tests.bundle.run.pw_pystamp
5512 build obj/third_party/pigweed/repo/pw_string/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_string/tests.bundle.run.stamp
5513 build obj/third_party/pigweed/repo/pw_string/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_string/format_test.lib.stamp obj/third_party/pigweed/repo/pw_string/string_builder_test.lib.stamp obj/third_party/pigweed/repo/pw_string/to_string_test.lib.stamp obj/third_party/pigweed/repo/pw_string/type_to_string_test.lib.stamp obj/third_party/pigweed/repo/pw_string/util_test.lib.stamp obj/third_party/pigweed/repo/pw_preprocessor/tests.lib.stamp obj/third_party/pigweed/repo/pw_status/tests.lib.stamp
5514 build obj/third_party/pigweed/repo/pw_string/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_string/tests.stamp obj/third_party/pigweed/repo/pw_string/format_test.run.stamp obj/third_party/pigweed/repo/pw_string/string_builder_test.run.stamp obj/third_party/pigweed/repo/pw_string/to_string_test.run.stamp obj/third_party/pigweed/repo/pw_string/type_to_string_test.run.stamp obj/third_party/pigweed/repo/pw_string/util_test.run.stamp obj/third_party/pigweed/repo/pw_preprocessor/tests.run.stamp obj/third_party/pigweed/repo/pw_status/tests.run.stamp
5515 build obj/third_party/pigweed/repo/pw_string/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_string/test/format_test obj/third_party/pigweed/repo/pw_string/test/string_builder_test obj/third_party/pigweed/repo/pw_string/test/to_string_test obj/third_party/pigweed/repo/pw_string/test/type_to_string_test obj/third_party/pigweed/repo/pw_string/test/util_test obj/third_party/pigweed/repo/pw_preprocessor/tests.stamp obj/third_party/pigweed/repo/pw_status/tests.stamp
5516 build obj/third_party/pigweed/repo/pw_string/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_string/tests.run.stamp
5517 subninja obj/third_party/pigweed/repo/pw_string/to_string_test.ninja
5518 subninja obj/third_party/pigweed/repo/pw_string/to_string_test.lib.ninja
5519 rule __third_party_pigweed_repo_pw_string_to_string_test.run___build_toolchain_host_linux_arm_gcc__rule
5520   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_string --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_string/to_string_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:to_string_test\)\>
5521   description = ACTION //third_party/pigweed/repo/pw_string:to_string_test.run(//build/toolchain/host:linux_arm_gcc)
5522   restat = 1
5523
5524 build gen/third_party/pigweed/repo/pw_string/to_string_test.run.pw_pystamp: __third_party_pigweed_repo_pw_string_to_string_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_string/test/to_string_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5525
5526 build obj/third_party/pigweed/repo/pw_string/to_string_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_string/to_string_test.run.pw_pystamp
5527 build obj/third_party/pigweed/repo/pw_string/to_string_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_string/to_string_test.run.stamp
5528 subninja obj/third_party/pigweed/repo/pw_string/type_to_string_test.ninja
5529 subninja obj/third_party/pigweed/repo/pw_string/type_to_string_test.lib.ninja
5530 rule __third_party_pigweed_repo_pw_string_type_to_string_test.run___build_toolchain_host_linux_arm_gcc__rule
5531   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_string --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_string/type_to_string_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:type_to_string_test\)\>
5532   description = ACTION //third_party/pigweed/repo/pw_string:type_to_string_test.run(//build/toolchain/host:linux_arm_gcc)
5533   restat = 1
5534
5535 build gen/third_party/pigweed/repo/pw_string/type_to_string_test.run.pw_pystamp: __third_party_pigweed_repo_pw_string_type_to_string_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_string/test/type_to_string_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5536
5537 build obj/third_party/pigweed/repo/pw_string/type_to_string_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_string/type_to_string_test.run.pw_pystamp
5538 build obj/third_party/pigweed/repo/pw_string/type_to_string_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_string/type_to_string_test.run.stamp
5539 subninja obj/third_party/pigweed/repo/pw_string/util_test.ninja
5540 subninja obj/third_party/pigweed/repo/pw_string/util_test.lib.ninja
5541 rule __third_party_pigweed_repo_pw_string_util_test.run___build_toolchain_host_linux_arm_gcc__rule
5542   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_string --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_string/util_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:util_test\)\>
5543   description = ACTION //third_party/pigweed/repo/pw_string:util_test.run(//build/toolchain/host:linux_arm_gcc)
5544   restat = 1
5545
5546 build gen/third_party/pigweed/repo/pw_string/util_test.run.pw_pystamp: __third_party_pigweed_repo_pw_string_util_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_string/test/util_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5547
5548 build obj/third_party/pigweed/repo/pw_string/util_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_string/util_test.run.pw_pystamp
5549 build obj/third_party/pigweed/repo/pw_string/util_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_string/util_test.run.stamp
5550 subninja obj/third_party/pigweed/repo/pw_sync/binary_semaphore.ninja
5551 rule __third_party_pigweed_repo_pw_sync_binary_semaphore.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule
5552   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_sync$:binary_semaphore.NO_BACKEND_SET\(//build/toolchain/host$:linux_arm_gcc\) --message Attempted\$ to\$ build\$ the\$ //third_party/pigweed/repo/pw_sync$:binary_semaphore\$ facade\$ with\$ no\$ backend.\\n\\nIf\$ you\$ are\$ using\$ this\$ facade,\$ ensure\$ you\$ have\$ configured\$ a\$ backend\$ \\nproperly.\$ The\$ build\$ arg\$ for\$ the\$ facade\$ must\$ be\$ set\$ to\$ a\$ valid\$ \\nbackend\$ in\$ the\$ toolchain.\$ For\$ example,\$ you\$ may\$ need\$ to\$ add\$ a\$ line\$ \\nlike\$ the\$ following\$ to\$ the\$ toolchain\'s\$ .gni\$ file$:\\n\\n\$ \$ pw_sync_\<FACADE_NAME\>_BACKEND\$ =\$ \"//path/to/the$:backend\"\\n\\nIf\$ you\$ are\$ NOT\$ using\$ this\$ facade,\$ this\$ error\$ may\$ have\$ been\$ triggered\$ \\nby\$ trying\$ to\$ build\$ all\$ targets. --root ../../ --out .
5553   description = ACTION //third_party/pigweed/repo/pw_sync:binary_semaphore.NO_BACKEND_SET(//build/toolchain/host:linux_arm_gcc)
5554   restat = 1
5555
5556 build gen/third_party/pigweed/repo/pw_sync/binary_semaphore.NO_BACKEND_SET.build_error: __third_party_pigweed_repo_pw_sync_binary_semaphore.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
5557
5558 build obj/third_party/pigweed/repo/pw_sync/binary_semaphore.NO_BACKEND_SET.stamp: stamp gen/third_party/pigweed/repo/pw_sync/binary_semaphore.NO_BACKEND_SET.build_error
5559 subninja obj/third_party/pigweed/repo/pw_sync/binary_semaphore.facade.ninja
5560 rule __third_party_pigweed_repo_pw_sync_binary_semaphore_facade_test___build_toolchain_host_linux_arm_gcc__rule
5561   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5562   description = ACTION //third_party/pigweed/repo/pw_sync:binary_semaphore_facade_test(//build/toolchain/host:linux_arm_gcc)
5563   restat = 1
5564
5565 build gen/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.pw_pystamp: __third_party_pigweed_repo_pw_sync_binary_semaphore_facade_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5566
5567 build obj/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.stamp: stamp gen/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.pw_pystamp
5568 subninja obj/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.DISABLED.ninja
5569 rule __third_party_pigweed_repo_pw_sync_binary_semaphore_facade_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
5570   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:binary_semaphore_facade_test.DISABLED\)\>
5571   description = ACTION //third_party/pigweed/repo/pw_sync:binary_semaphore_facade_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
5572   restat = 1
5573
5574 build gen/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_sync_binary_semaphore_facade_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5575
5576 build obj/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.DISABLED.run.pw_pystamp
5577 build obj/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.DISABLED.run.stamp
5578 rule __third_party_pigweed_repo_pw_sync_binary_semaphore_facade_test.lib___build_toolchain_host_linux_arm_gcc__rule
5579   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5580   description = ACTION //third_party/pigweed/repo/pw_sync:binary_semaphore_facade_test.lib(//build/toolchain/host:linux_arm_gcc)
5581   restat = 1
5582
5583 build gen/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_sync_binary_semaphore_facade_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.cc ../../third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test_c.c ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5584
5585 build obj/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.lib.pw_pystamp
5586 subninja obj/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.lib.DISABLED.ninja
5587 build obj/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.stamp
5588 subninja obj/third_party/pigweed/repo/pw_sync/binary_semaphore_thread_notification_backend.ninja
5589 subninja obj/third_party/pigweed/repo/pw_sync/binary_semaphore_timed_thread_notification_backend.ninja
5590 subninja obj/third_party/pigweed/repo/pw_sync/borrow.ninja
5591 subninja obj/third_party/pigweed/repo/pw_sync/borrow_test.ninja
5592 subninja obj/third_party/pigweed/repo/pw_sync/borrow_test.lib.ninja
5593 rule __third_party_pigweed_repo_pw_sync_borrow_test.run___build_toolchain_host_linux_arm_gcc__rule
5594   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/borrow_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:borrow_test\)\>
5595   description = ACTION //third_party/pigweed/repo/pw_sync:borrow_test.run(//build/toolchain/host:linux_arm_gcc)
5596   restat = 1
5597
5598 build gen/third_party/pigweed/repo/pw_sync/borrow_test.run.pw_pystamp: __third_party_pigweed_repo_pw_sync_borrow_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_sync/test/borrow_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5599
5600 build obj/third_party/pigweed/repo/pw_sync/borrow_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_sync/borrow_test.run.pw_pystamp
5601 build obj/third_party/pigweed/repo/pw_sync/borrow_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_sync/borrow_test.run.stamp
5602 subninja obj/third_party/pigweed/repo/pw_sync/counting_semaphore.ninja
5603 rule __third_party_pigweed_repo_pw_sync_counting_semaphore.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule
5604   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_sync$:counting_semaphore.NO_BACKEND_SET\(//build/toolchain/host$:linux_arm_gcc\) --message Attempted\$ to\$ build\$ the\$ //third_party/pigweed/repo/pw_sync$:counting_semaphore\$ facade\$ with\$ no\$ backend.\\n\\nIf\$ you\$ are\$ using\$ this\$ facade,\$ ensure\$ you\$ have\$ configured\$ a\$ backend\$ \\nproperly.\$ The\$ build\$ arg\$ for\$ the\$ facade\$ must\$ be\$ set\$ to\$ a\$ valid\$ \\nbackend\$ in\$ the\$ toolchain.\$ For\$ example,\$ you\$ may\$ need\$ to\$ add\$ a\$ line\$ \\nlike\$ the\$ following\$ to\$ the\$ toolchain\'s\$ .gni\$ file$:\\n\\n\$ \$ pw_sync_\<FACADE_NAME\>_BACKEND\$ =\$ \"//path/to/the$:backend\"\\n\\nIf\$ you\$ are\$ NOT\$ using\$ this\$ facade,\$ this\$ error\$ may\$ have\$ been\$ triggered\$ \\nby\$ trying\$ to\$ build\$ all\$ targets. --root ../../ --out .
5605   description = ACTION //third_party/pigweed/repo/pw_sync:counting_semaphore.NO_BACKEND_SET(//build/toolchain/host:linux_arm_gcc)
5606   restat = 1
5607
5608 build gen/third_party/pigweed/repo/pw_sync/counting_semaphore.NO_BACKEND_SET.build_error: __third_party_pigweed_repo_pw_sync_counting_semaphore.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
5609
5610 build obj/third_party/pigweed/repo/pw_sync/counting_semaphore.NO_BACKEND_SET.stamp: stamp gen/third_party/pigweed/repo/pw_sync/counting_semaphore.NO_BACKEND_SET.build_error
5611 subninja obj/third_party/pigweed/repo/pw_sync/counting_semaphore.facade.ninja
5612 rule __third_party_pigweed_repo_pw_sync_counting_semaphore_facade_test___build_toolchain_host_linux_arm_gcc__rule
5613   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5614   description = ACTION //third_party/pigweed/repo/pw_sync:counting_semaphore_facade_test(//build/toolchain/host:linux_arm_gcc)
5615   restat = 1
5616
5617 build gen/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.pw_pystamp: __third_party_pigweed_repo_pw_sync_counting_semaphore_facade_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5618
5619 build obj/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.stamp: stamp gen/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.pw_pystamp
5620 subninja obj/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.DISABLED.ninja
5621 rule __third_party_pigweed_repo_pw_sync_counting_semaphore_facade_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
5622   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:counting_semaphore_facade_test.DISABLED\)\>
5623   description = ACTION //third_party/pigweed/repo/pw_sync:counting_semaphore_facade_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
5624   restat = 1
5625
5626 build gen/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_sync_counting_semaphore_facade_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5627
5628 build obj/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.DISABLED.run.pw_pystamp
5629 build obj/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.DISABLED.run.stamp
5630 rule __third_party_pigweed_repo_pw_sync_counting_semaphore_facade_test.lib___build_toolchain_host_linux_arm_gcc__rule
5631   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5632   description = ACTION //third_party/pigweed/repo/pw_sync:counting_semaphore_facade_test.lib(//build/toolchain/host:linux_arm_gcc)
5633   restat = 1
5634
5635 build gen/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_sync_counting_semaphore_facade_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.cc ../../third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test_c.c ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5636
5637 build obj/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.lib.pw_pystamp
5638 subninja obj/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.lib.DISABLED.ninja
5639 build obj/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.stamp
5640 rule __third_party_pigweed_repo_pw_sync_docs___build_toolchain_host_linux_arm_gcc__rule
5641   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5642   description = ACTION //third_party/pigweed/repo/pw_sync:docs(//build/toolchain/host:linux_arm_gcc)
5643   restat = 1
5644
5645 build gen/third_party/pigweed/repo/pw_sync/docs.pw_pystamp: __third_party_pigweed_repo_pw_sync_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_sync/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5646
5647 build obj/third_party/pigweed/repo/pw_sync/docs.stamp: stamp gen/third_party/pigweed/repo/pw_sync/docs.pw_pystamp
5648 subninja obj/third_party/pigweed/repo/pw_sync/interrupt_spin_lock.ninja
5649 rule __third_party_pigweed_repo_pw_sync_interrupt_spin_lock.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule
5650   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_sync$:interrupt_spin_lock.NO_BACKEND_SET\(//build/toolchain/host$:linux_arm_gcc\) --message Attempted\$ to\$ build\$ the\$ //third_party/pigweed/repo/pw_sync$:interrupt_spin_lock\$ facade\$ with\$ no\$ backend.\\n\\nIf\$ you\$ are\$ using\$ this\$ facade,\$ ensure\$ you\$ have\$ configured\$ a\$ backend\$ \\nproperly.\$ The\$ build\$ arg\$ for\$ the\$ facade\$ must\$ be\$ set\$ to\$ a\$ valid\$ \\nbackend\$ in\$ the\$ toolchain.\$ For\$ example,\$ you\$ may\$ need\$ to\$ add\$ a\$ line\$ \\nlike\$ the\$ following\$ to\$ the\$ toolchain\'s\$ .gni\$ file$:\\n\\n\$ \$ pw_sync_\<FACADE_NAME\>_BACKEND\$ =\$ \"//path/to/the$:backend\"\\n\\nIf\$ you\$ are\$ NOT\$ using\$ this\$ facade,\$ this\$ error\$ may\$ have\$ been\$ triggered\$ \\nby\$ trying\$ to\$ build\$ all\$ targets. --root ../../ --out .
5651   description = ACTION //third_party/pigweed/repo/pw_sync:interrupt_spin_lock.NO_BACKEND_SET(//build/toolchain/host:linux_arm_gcc)
5652   restat = 1
5653
5654 build gen/third_party/pigweed/repo/pw_sync/interrupt_spin_lock.NO_BACKEND_SET.build_error: __third_party_pigweed_repo_pw_sync_interrupt_spin_lock.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
5655
5656 build obj/third_party/pigweed/repo/pw_sync/interrupt_spin_lock.NO_BACKEND_SET.stamp: stamp gen/third_party/pigweed/repo/pw_sync/interrupt_spin_lock.NO_BACKEND_SET.build_error
5657 subninja obj/third_party/pigweed/repo/pw_sync/interrupt_spin_lock.facade.ninja
5658 rule __third_party_pigweed_repo_pw_sync_interrupt_spin_lock_facade_test___build_toolchain_host_linux_arm_gcc__rule
5659   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5660   description = ACTION //third_party/pigweed/repo/pw_sync:interrupt_spin_lock_facade_test(//build/toolchain/host:linux_arm_gcc)
5661   restat = 1
5662
5663 build gen/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.pw_pystamp: __third_party_pigweed_repo_pw_sync_interrupt_spin_lock_facade_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5664
5665 build obj/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.stamp: stamp gen/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.pw_pystamp
5666 subninja obj/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.DISABLED.ninja
5667 rule __third_party_pigweed_repo_pw_sync_interrupt_spin_lock_facade_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
5668   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:interrupt_spin_lock_facade_test.DISABLED\)\>
5669   description = ACTION //third_party/pigweed/repo/pw_sync:interrupt_spin_lock_facade_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
5670   restat = 1
5671
5672 build gen/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_sync_interrupt_spin_lock_facade_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5673
5674 build obj/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.DISABLED.run.pw_pystamp
5675 build obj/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.DISABLED.run.stamp
5676 rule __third_party_pigweed_repo_pw_sync_interrupt_spin_lock_facade_test.lib___build_toolchain_host_linux_arm_gcc__rule
5677   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5678   description = ACTION //third_party/pigweed/repo/pw_sync:interrupt_spin_lock_facade_test.lib(//build/toolchain/host:linux_arm_gcc)
5679   restat = 1
5680
5681 build gen/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_sync_interrupt_spin_lock_facade_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.cc ../../third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test_c.c ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5682
5683 build obj/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.lib.pw_pystamp
5684 subninja obj/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.lib.DISABLED.ninja
5685 build obj/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.stamp
5686 subninja obj/third_party/pigweed/repo/pw_sync/lock_annotations.ninja
5687 subninja obj/third_party/pigweed/repo/pw_sync/mutex.ninja
5688 rule __third_party_pigweed_repo_pw_sync_mutex.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule
5689   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_sync$:mutex.NO_BACKEND_SET\(//build/toolchain/host$:linux_arm_gcc\) --message Attempted\$ to\$ build\$ the\$ //third_party/pigweed/repo/pw_sync$:mutex\$ facade\$ with\$ no\$ backend.\\n\\nIf\$ you\$ are\$ using\$ this\$ facade,\$ ensure\$ you\$ have\$ configured\$ a\$ backend\$ \\nproperly.\$ The\$ build\$ arg\$ for\$ the\$ facade\$ must\$ be\$ set\$ to\$ a\$ valid\$ \\nbackend\$ in\$ the\$ toolchain.\$ For\$ example,\$ you\$ may\$ need\$ to\$ add\$ a\$ line\$ \\nlike\$ the\$ following\$ to\$ the\$ toolchain\'s\$ .gni\$ file$:\\n\\n\$ \$ pw_sync_\<FACADE_NAME\>_BACKEND\$ =\$ \"//path/to/the$:backend\"\\n\\nIf\$ you\$ are\$ NOT\$ using\$ this\$ facade,\$ this\$ error\$ may\$ have\$ been\$ triggered\$ \\nby\$ trying\$ to\$ build\$ all\$ targets. --root ../../ --out .
5690   description = ACTION //third_party/pigweed/repo/pw_sync:mutex.NO_BACKEND_SET(//build/toolchain/host:linux_arm_gcc)
5691   restat = 1
5692
5693 build gen/third_party/pigweed/repo/pw_sync/mutex.NO_BACKEND_SET.build_error: __third_party_pigweed_repo_pw_sync_mutex.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
5694
5695 build obj/third_party/pigweed/repo/pw_sync/mutex.NO_BACKEND_SET.stamp: stamp gen/third_party/pigweed/repo/pw_sync/mutex.NO_BACKEND_SET.build_error
5696 subninja obj/third_party/pigweed/repo/pw_sync/mutex.facade.ninja
5697 rule __third_party_pigweed_repo_pw_sync_mutex_facade_test___build_toolchain_host_linux_arm_gcc__rule
5698   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/mutex_facade_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5699   description = ACTION //third_party/pigweed/repo/pw_sync:mutex_facade_test(//build/toolchain/host:linux_arm_gcc)
5700   restat = 1
5701
5702 build gen/third_party/pigweed/repo/pw_sync/mutex_facade_test.pw_pystamp: __third_party_pigweed_repo_pw_sync_mutex_facade_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5703
5704 build obj/third_party/pigweed/repo/pw_sync/mutex_facade_test.stamp: stamp gen/third_party/pigweed/repo/pw_sync/mutex_facade_test.pw_pystamp
5705 subninja obj/third_party/pigweed/repo/pw_sync/mutex_facade_test.DISABLED.ninja
5706 rule __third_party_pigweed_repo_pw_sync_mutex_facade_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
5707   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/mutex_facade_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:mutex_facade_test.DISABLED\)\>
5708   description = ACTION //third_party/pigweed/repo/pw_sync:mutex_facade_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
5709   restat = 1
5710
5711 build gen/third_party/pigweed/repo/pw_sync/mutex_facade_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_sync_mutex_facade_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_sync/mutex_facade_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5712
5713 build obj/third_party/pigweed/repo/pw_sync/mutex_facade_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_sync/mutex_facade_test.DISABLED.run.pw_pystamp
5714 build obj/third_party/pigweed/repo/pw_sync/mutex_facade_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_sync/mutex_facade_test.DISABLED.run.stamp
5715 rule __third_party_pigweed_repo_pw_sync_mutex_facade_test.lib___build_toolchain_host_linux_arm_gcc__rule
5716   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/mutex_facade_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5717   description = ACTION //third_party/pigweed/repo/pw_sync:mutex_facade_test.lib(//build/toolchain/host:linux_arm_gcc)
5718   restat = 1
5719
5720 build gen/third_party/pigweed/repo/pw_sync/mutex_facade_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_sync_mutex_facade_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_sync/mutex_facade_test.cc ../../third_party/pigweed/repo/pw_sync/mutex_facade_test_c.c ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5721
5722 build obj/third_party/pigweed/repo/pw_sync/mutex_facade_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_sync/mutex_facade_test.lib.pw_pystamp
5723 subninja obj/third_party/pigweed/repo/pw_sync/mutex_facade_test.lib.DISABLED.ninja
5724 build obj/third_party/pigweed/repo/pw_sync/mutex_facade_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_sync/mutex_facade_test.stamp
5725 build obj/third_party/pigweed/repo/pw_sync/tests.stamp: stamp obj/third_party/pigweed/repo/pw_sync/tests_pw_test_group_metadata.stamp
5726 subninja obj/third_party/pigweed/repo/pw_sync/tests.bundle.ninja
5727 subninja obj/third_party/pigweed/repo/pw_sync/tests.bundle.lib.ninja
5728 rule __third_party_pigweed_repo_pw_sync_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
5729   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
5730   description = ACTION //third_party/pigweed/repo/pw_sync:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
5731   restat = 1
5732
5733 build gen/third_party/pigweed/repo/pw_sync/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_sync_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_sync/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5734
5735 build obj/third_party/pigweed/repo/pw_sync/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_sync/tests.bundle.run.pw_pystamp
5736 build obj/third_party/pigweed/repo/pw_sync/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_sync/tests.bundle.run.stamp
5737 build obj/third_party/pigweed/repo/pw_sync/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_sync/borrow_test.lib.stamp obj/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.lib.stamp obj/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.lib.stamp obj/third_party/pigweed/repo/pw_sync/mutex_facade_test.lib.stamp obj/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.lib.stamp obj/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.lib.stamp obj/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.lib.stamp obj/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.lib.stamp
5738 build obj/third_party/pigweed/repo/pw_sync/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_sync/tests.stamp obj/third_party/pigweed/repo/pw_sync/borrow_test.run.stamp obj/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.run.stamp obj/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.run.stamp obj/third_party/pigweed/repo/pw_sync/mutex_facade_test.run.stamp obj/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.run.stamp obj/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.run.stamp obj/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.run.stamp obj/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.run.stamp
5739 build obj/third_party/pigweed/repo/pw_sync/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_sync/test/borrow_test obj/third_party/pigweed/repo/pw_sync/binary_semaphore_facade_test.stamp obj/third_party/pigweed/repo/pw_sync/counting_semaphore_facade_test.stamp obj/third_party/pigweed/repo/pw_sync/mutex_facade_test.stamp obj/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.stamp obj/third_party/pigweed/repo/pw_sync/interrupt_spin_lock_facade_test.stamp obj/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.stamp obj/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.stamp
5740 build obj/third_party/pigweed/repo/pw_sync/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_sync/tests.run.stamp
5741 subninja obj/third_party/pigweed/repo/pw_sync/thread_notification.ninja
5742 rule __third_party_pigweed_repo_pw_sync_thread_notification.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule
5743   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_sync$:thread_notification.NO_BACKEND_SET\(//build/toolchain/host$:linux_arm_gcc\) --message Attempted\$ to\$ build\$ the\$ //third_party/pigweed/repo/pw_sync$:thread_notification\$ facade\$ with\$ no\$ backend.\\n\\nIf\$ you\$ are\$ using\$ this\$ facade,\$ ensure\$ you\$ have\$ configured\$ a\$ backend\$ \\nproperly.\$ The\$ build\$ arg\$ for\$ the\$ facade\$ must\$ be\$ set\$ to\$ a\$ valid\$ \\nbackend\$ in\$ the\$ toolchain.\$ For\$ example,\$ you\$ may\$ need\$ to\$ add\$ a\$ line\$ \\nlike\$ the\$ following\$ to\$ the\$ toolchain\'s\$ .gni\$ file$:\\n\\n\$ \$ pw_sync_\<FACADE_NAME\>_BACKEND\$ =\$ \"//path/to/the$:backend\"\\n\\nIf\$ you\$ are\$ NOT\$ using\$ this\$ facade,\$ this\$ error\$ may\$ have\$ been\$ triggered\$ \\nby\$ trying\$ to\$ build\$ all\$ targets. --root ../../ --out .
5744   description = ACTION //third_party/pigweed/repo/pw_sync:thread_notification.NO_BACKEND_SET(//build/toolchain/host:linux_arm_gcc)
5745   restat = 1
5746
5747 build gen/third_party/pigweed/repo/pw_sync/thread_notification.NO_BACKEND_SET.build_error: __third_party_pigweed_repo_pw_sync_thread_notification.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
5748
5749 build obj/third_party/pigweed/repo/pw_sync/thread_notification.NO_BACKEND_SET.stamp: stamp gen/third_party/pigweed/repo/pw_sync/thread_notification.NO_BACKEND_SET.build_error
5750 subninja obj/third_party/pigweed/repo/pw_sync/thread_notification.facade.ninja
5751 rule __third_party_pigweed_repo_pw_sync_thread_notification_facade_test___build_toolchain_host_linux_arm_gcc__rule
5752   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5753   description = ACTION //third_party/pigweed/repo/pw_sync:thread_notification_facade_test(//build/toolchain/host:linux_arm_gcc)
5754   restat = 1
5755
5756 build gen/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.pw_pystamp: __third_party_pigweed_repo_pw_sync_thread_notification_facade_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5757
5758 build obj/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.stamp: stamp gen/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.pw_pystamp
5759 subninja obj/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.DISABLED.ninja
5760 rule __third_party_pigweed_repo_pw_sync_thread_notification_facade_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
5761   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:thread_notification_facade_test.DISABLED\)\>
5762   description = ACTION //third_party/pigweed/repo/pw_sync:thread_notification_facade_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
5763   restat = 1
5764
5765 build gen/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_sync_thread_notification_facade_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5766
5767 build obj/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.DISABLED.run.pw_pystamp
5768 build obj/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.DISABLED.run.stamp
5769 rule __third_party_pigweed_repo_pw_sync_thread_notification_facade_test.lib___build_toolchain_host_linux_arm_gcc__rule
5770   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5771   description = ACTION //third_party/pigweed/repo/pw_sync:thread_notification_facade_test.lib(//build/toolchain/host:linux_arm_gcc)
5772   restat = 1
5773
5774 build gen/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_sync_thread_notification_facade_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_sync/thread_notification_facade_test.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5775
5776 build obj/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.lib.pw_pystamp
5777 subninja obj/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.lib.DISABLED.ninja
5778 build obj/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_sync/thread_notification_facade_test.stamp
5779 subninja obj/third_party/pigweed/repo/pw_sync/timed_mutex.ninja
5780 rule __third_party_pigweed_repo_pw_sync_timed_mutex.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule
5781   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_sync$:timed_mutex.NO_BACKEND_SET\(//build/toolchain/host$:linux_arm_gcc\) --message Attempted\$ to\$ build\$ the\$ //third_party/pigweed/repo/pw_sync$:timed_mutex\$ facade\$ with\$ no\$ backend.\\n\\nIf\$ you\$ are\$ using\$ this\$ facade,\$ ensure\$ you\$ have\$ configured\$ a\$ backend\$ \\nproperly.\$ The\$ build\$ arg\$ for\$ the\$ facade\$ must\$ be\$ set\$ to\$ a\$ valid\$ \\nbackend\$ in\$ the\$ toolchain.\$ For\$ example,\$ you\$ may\$ need\$ to\$ add\$ a\$ line\$ \\nlike\$ the\$ following\$ to\$ the\$ toolchain\'s\$ .gni\$ file$:\\n\\n\$ \$ pw_sync_\<FACADE_NAME\>_BACKEND\$ =\$ \"//path/to/the$:backend\"\\n\\nIf\$ you\$ are\$ NOT\$ using\$ this\$ facade,\$ this\$ error\$ may\$ have\$ been\$ triggered\$ \\nby\$ trying\$ to\$ build\$ all\$ targets. --root ../../ --out .
5782   description = ACTION //third_party/pigweed/repo/pw_sync:timed_mutex.NO_BACKEND_SET(//build/toolchain/host:linux_arm_gcc)
5783   restat = 1
5784
5785 build gen/third_party/pigweed/repo/pw_sync/timed_mutex.NO_BACKEND_SET.build_error: __third_party_pigweed_repo_pw_sync_timed_mutex.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
5786
5787 build obj/third_party/pigweed/repo/pw_sync/timed_mutex.NO_BACKEND_SET.stamp: stamp gen/third_party/pigweed/repo/pw_sync/timed_mutex.NO_BACKEND_SET.build_error
5788 subninja obj/third_party/pigweed/repo/pw_sync/timed_mutex.facade.ninja
5789 rule __third_party_pigweed_repo_pw_sync_timed_mutex_facade_test___build_toolchain_host_linux_arm_gcc__rule
5790   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5791   description = ACTION //third_party/pigweed/repo/pw_sync:timed_mutex_facade_test(//build/toolchain/host:linux_arm_gcc)
5792   restat = 1
5793
5794 build gen/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.pw_pystamp: __third_party_pigweed_repo_pw_sync_timed_mutex_facade_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5795
5796 build obj/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.stamp: stamp gen/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.pw_pystamp
5797 subninja obj/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.DISABLED.ninja
5798 rule __third_party_pigweed_repo_pw_sync_timed_mutex_facade_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
5799   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:timed_mutex_facade_test.DISABLED\)\>
5800   description = ACTION //third_party/pigweed/repo/pw_sync:timed_mutex_facade_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
5801   restat = 1
5802
5803 build gen/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_sync_timed_mutex_facade_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5804
5805 build obj/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.DISABLED.run.pw_pystamp
5806 build obj/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.DISABLED.run.stamp
5807 rule __third_party_pigweed_repo_pw_sync_timed_mutex_facade_test.lib___build_toolchain_host_linux_arm_gcc__rule
5808   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5809   description = ACTION //third_party/pigweed/repo/pw_sync:timed_mutex_facade_test.lib(//build/toolchain/host:linux_arm_gcc)
5810   restat = 1
5811
5812 build gen/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_sync_timed_mutex_facade_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.cc ../../third_party/pigweed/repo/pw_sync/timed_mutex_facade_test_c.c ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5813
5814 build obj/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.lib.pw_pystamp
5815 subninja obj/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.lib.DISABLED.ninja
5816 build obj/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_sync/timed_mutex_facade_test.stamp
5817 subninja obj/third_party/pigweed/repo/pw_sync/timed_thread_notification.ninja
5818 rule __third_party_pigweed_repo_pw_sync_timed_thread_notification.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule
5819   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_sync$:timed_thread_notification.NO_BACKEND_SET\(//build/toolchain/host$:linux_arm_gcc\) --message Attempted\$ to\$ build\$ the\$ //third_party/pigweed/repo/pw_sync$:timed_thread_notification\$ facade\$ with\$ no\$ backend.\\n\\nIf\$ you\$ are\$ using\$ this\$ facade,\$ ensure\$ you\$ have\$ configured\$ a\$ backend\$ \\nproperly.\$ The\$ build\$ arg\$ for\$ the\$ facade\$ must\$ be\$ set\$ to\$ a\$ valid\$ \\nbackend\$ in\$ the\$ toolchain.\$ For\$ example,\$ you\$ may\$ need\$ to\$ add\$ a\$ line\$ \\nlike\$ the\$ following\$ to\$ the\$ toolchain\'s\$ .gni\$ file$:\\n\\n\$ \$ pw_sync_\<FACADE_NAME\>_BACKEND\$ =\$ \"//path/to/the$:backend\"\\n\\nIf\$ you\$ are\$ NOT\$ using\$ this\$ facade,\$ this\$ error\$ may\$ have\$ been\$ triggered\$ \\nby\$ trying\$ to\$ build\$ all\$ targets. --root ../../ --out .
5820   description = ACTION //third_party/pigweed/repo/pw_sync:timed_thread_notification.NO_BACKEND_SET(//build/toolchain/host:linux_arm_gcc)
5821   restat = 1
5822
5823 build gen/third_party/pigweed/repo/pw_sync/timed_thread_notification.NO_BACKEND_SET.build_error: __third_party_pigweed_repo_pw_sync_timed_thread_notification.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
5824
5825 build obj/third_party/pigweed/repo/pw_sync/timed_thread_notification.NO_BACKEND_SET.stamp: stamp gen/third_party/pigweed/repo/pw_sync/timed_thread_notification.NO_BACKEND_SET.build_error
5826 subninja obj/third_party/pigweed/repo/pw_sync/timed_thread_notification.facade.ninja
5827 rule __third_party_pigweed_repo_pw_sync_timed_thread_notification_facade_test___build_toolchain_host_linux_arm_gcc__rule
5828   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5829   description = ACTION //third_party/pigweed/repo/pw_sync:timed_thread_notification_facade_test(//build/toolchain/host:linux_arm_gcc)
5830   restat = 1
5831
5832 build gen/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.pw_pystamp: __third_party_pigweed_repo_pw_sync_timed_thread_notification_facade_test___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5833
5834 build obj/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.stamp: stamp gen/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.pw_pystamp
5835 subninja obj/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.DISABLED.ninja
5836 rule __third_party_pigweed_repo_pw_sync_timed_thread_notification_facade_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
5837   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:timed_thread_notification_facade_test.DISABLED\)\>
5838   description = ACTION //third_party/pigweed/repo/pw_sync:timed_thread_notification_facade_test.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
5839   restat = 1
5840
5841 build gen/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_sync_timed_thread_notification_facade_test.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5842
5843 build obj/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.DISABLED.run.pw_pystamp
5844 build obj/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.DISABLED.run.stamp
5845 rule __third_party_pigweed_repo_pw_sync_timed_thread_notification_facade_test.lib___build_toolchain_host_linux_arm_gcc__rule
5846   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sync --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5847   description = ACTION //third_party/pigweed/repo/pw_sync:timed_thread_notification_facade_test.lib(//build/toolchain/host:linux_arm_gcc)
5848   restat = 1
5849
5850 build gen/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.lib.pw_pystamp: __third_party_pigweed_repo_pw_sync_timed_thread_notification_facade_test.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5851
5852 build obj/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.lib.stamp: stamp gen/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.lib.pw_pystamp
5853 subninja obj/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.lib.DISABLED.ninja
5854 build obj/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.run.stamp: stamp obj/third_party/pigweed/repo/pw_sync/timed_thread_notification_facade_test.stamp
5855 subninja obj/third_party/pigweed/repo/pw_sync/virtual_basic_lockable.ninja
5856 subninja obj/third_party/pigweed/repo/pw_sync/yield_core.ninja
5857 subninja obj/third_party/pigweed/repo/pw_sys_io/default_putget_bytes.ninja
5858 rule __third_party_pigweed_repo_pw_sys_io_docs___build_toolchain_host_linux_arm_gcc__rule
5859   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_sys_io --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_sys_io/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5860   description = ACTION //third_party/pigweed/repo/pw_sys_io:docs(//build/toolchain/host:linux_arm_gcc)
5861   restat = 1
5862
5863 build gen/third_party/pigweed/repo/pw_sys_io/docs.pw_pystamp: __third_party_pigweed_repo_pw_sys_io_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_sys_io/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5864
5865 build obj/third_party/pigweed/repo/pw_sys_io/docs.stamp: stamp gen/third_party/pigweed/repo/pw_sys_io/docs.pw_pystamp
5866 build obj/third_party/pigweed/repo/pw_sys_io/facade.stamp: stamp obj/third_party/pigweed/repo/pw_sys_io/pw_sys_io.facade.stamp
5867 subninja obj/third_party/pigweed/repo/pw_sys_io/pw_sys_io.ninja
5868 rule __third_party_pigweed_repo_pw_sys_io_pw_sys_io.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule
5869   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_sys_io$:pw_sys_io.NO_BACKEND_SET\(//build/toolchain/host$:linux_arm_gcc\) --message Attempted\$ to\$ build\$ the\$ //third_party/pigweed/repo/pw_sys_io$:pw_sys_io\$ facade\$ with\$ no\$ backend.\\n\\nIf\$ you\$ are\$ using\$ this\$ facade,\$ ensure\$ you\$ have\$ configured\$ a\$ backend\$ \\nproperly.\$ The\$ build\$ arg\$ for\$ the\$ facade\$ must\$ be\$ set\$ to\$ a\$ valid\$ \\nbackend\$ in\$ the\$ toolchain.\$ For\$ example,\$ you\$ may\$ need\$ to\$ add\$ a\$ line\$ \\nlike\$ the\$ following\$ to\$ the\$ toolchain\'s\$ .gni\$ file$:\\n\\n\$ \$ pw_sys_io_BACKEND\$ =\$ \"//path/to/the$:backend\"\\n\\nIf\$ you\$ are\$ NOT\$ using\$ this\$ facade,\$ this\$ error\$ may\$ have\$ been\$ triggered\$ \\nby\$ trying\$ to\$ build\$ all\$ targets. --root ../../ --out .
5870   description = ACTION //third_party/pigweed/repo/pw_sys_io:pw_sys_io.NO_BACKEND_SET(//build/toolchain/host:linux_arm_gcc)
5871   restat = 1
5872
5873 build gen/third_party/pigweed/repo/pw_sys_io/pw_sys_io.NO_BACKEND_SET.build_error: __third_party_pigweed_repo_pw_sys_io_pw_sys_io.NO_BACKEND_SET___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
5874
5875 build obj/third_party/pigweed/repo/pw_sys_io/pw_sys_io.NO_BACKEND_SET.stamp: stamp gen/third_party/pigweed/repo/pw_sys_io/pw_sys_io.NO_BACKEND_SET.build_error
5876 subninja obj/third_party/pigweed/repo/pw_sys_io/pw_sys_io.facade.ninja
5877 subninja obj/third_party/pigweed/repo/pw_tokenizer/argument_types_test.ninja
5878 subninja obj/third_party/pigweed/repo/pw_tokenizer/argument_types_test.lib.ninja
5879 rule __third_party_pigweed_repo_pw_tokenizer_argument_types_test.run___build_toolchain_host_linux_arm_gcc__rule
5880   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_tokenizer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_tokenizer/argument_types_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:argument_types_test\)\>
5881   description = ACTION //third_party/pigweed/repo/pw_tokenizer:argument_types_test.run(//build/toolchain/host:linux_arm_gcc)
5882   restat = 1
5883
5884 build gen/third_party/pigweed/repo/pw_tokenizer/argument_types_test.run.pw_pystamp: __third_party_pigweed_repo_pw_tokenizer_argument_types_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_tokenizer/pw_tokenizer_linker_sections.ld obj/third_party/pigweed/repo/pw_tokenizer/test/argument_types_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5885
5886 build obj/third_party/pigweed/repo/pw_tokenizer/argument_types_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/argument_types_test.run.pw_pystamp
5887 build obj/third_party/pigweed/repo/pw_tokenizer/argument_types_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/argument_types_test.run.stamp
5888 subninja obj/third_party/pigweed/repo/pw_tokenizer/base64.ninja
5889 subninja obj/third_party/pigweed/repo/pw_tokenizer/base64_test.ninja
5890 subninja obj/third_party/pigweed/repo/pw_tokenizer/base64_test.lib.ninja
5891 rule __third_party_pigweed_repo_pw_tokenizer_base64_test.run___build_toolchain_host_linux_arm_gcc__rule
5892   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_tokenizer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_tokenizer/base64_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:base64_test\)\>
5893   description = ACTION //third_party/pigweed/repo/pw_tokenizer:base64_test.run(//build/toolchain/host:linux_arm_gcc)
5894   restat = 1
5895
5896 build gen/third_party/pigweed/repo/pw_tokenizer/base64_test.run.pw_pystamp: __third_party_pigweed_repo_pw_tokenizer_base64_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_tokenizer/pw_tokenizer_linker_sections.ld obj/third_party/pigweed/repo/pw_tokenizer/test/base64_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5897
5898 build obj/third_party/pigweed/repo/pw_tokenizer/base64_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/base64_test.run.pw_pystamp
5899 build obj/third_party/pigweed/repo/pw_tokenizer/base64_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/base64_test.run.stamp
5900 subninja obj/third_party/pigweed/repo/pw_tokenizer/config.ninja
5901 subninja obj/third_party/pigweed/repo/pw_tokenizer/decode_test.ninja
5902 subninja obj/third_party/pigweed/repo/pw_tokenizer/decode_test.lib.ninja
5903 rule __third_party_pigweed_repo_pw_tokenizer_decode_test.run___build_toolchain_host_linux_arm_gcc__rule
5904   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_tokenizer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_tokenizer/decode_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:decode_test\)\>
5905   description = ACTION //third_party/pigweed/repo/pw_tokenizer:decode_test.run(//build/toolchain/host:linux_arm_gcc)
5906   restat = 1
5907
5908 build gen/third_party/pigweed/repo/pw_tokenizer/decode_test.run.pw_pystamp: __third_party_pigweed_repo_pw_tokenizer_decode_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_tokenizer/test/decode_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5909
5910 build obj/third_party/pigweed/repo/pw_tokenizer/decode_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/decode_test.run.pw_pystamp
5911 build obj/third_party/pigweed/repo/pw_tokenizer/decode_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/decode_test.run.stamp
5912 subninja obj/third_party/pigweed/repo/pw_tokenizer/decoder.ninja
5913 rule __third_party_pigweed_repo_pw_tokenizer_detokenize_fuzzer___build_toolchain_host_linux_arm_gcc__rule
5914   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_tokenizer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5915   description = ACTION //third_party/pigweed/repo/pw_tokenizer:detokenize_fuzzer(//build/toolchain/host:linux_arm_gcc)
5916   restat = 1
5917
5918 build gen/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.pw_pystamp: __third_party_pigweed_repo_pw_tokenizer_detokenize_fuzzer___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5919
5920 build obj/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.pw_pystamp
5921 subninja obj/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.DISABLED.ninja
5922 rule __third_party_pigweed_repo_pw_tokenizer_detokenize_fuzzer.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
5923   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_tokenizer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:detokenize_fuzzer.DISABLED\)\>
5924   description = ACTION //third_party/pigweed/repo/pw_tokenizer:detokenize_fuzzer.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
5925   restat = 1
5926
5927 build gen/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_tokenizer_detokenize_fuzzer.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5928
5929 build obj/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.DISABLED.run.pw_pystamp
5930 build obj/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.DISABLED.run.stamp
5931 rule __third_party_pigweed_repo_pw_tokenizer_detokenize_fuzzer.lib___build_toolchain_host_linux_arm_gcc__rule
5932   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_tokenizer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5933   description = ACTION //third_party/pigweed/repo/pw_tokenizer:detokenize_fuzzer.lib(//build/toolchain/host:linux_arm_gcc)
5934   restat = 1
5935
5936 build gen/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.lib.pw_pystamp: __third_party_pigweed_repo_pw_tokenizer_detokenize_fuzzer.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.cc ../../third_party/pigweed/repo/pw_fuzzer/pw_fuzzer_disabled.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5937
5938 build obj/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.lib.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.lib.pw_pystamp
5939 subninja obj/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.lib.DISABLED.ninja
5940 build obj/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.run.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.stamp
5941 subninja obj/third_party/pigweed/repo/pw_tokenizer/detokenize_test.ninja
5942 subninja obj/third_party/pigweed/repo/pw_tokenizer/detokenize_test.lib.ninja
5943 rule __third_party_pigweed_repo_pw_tokenizer_detokenize_test.run___build_toolchain_host_linux_arm_gcc__rule
5944   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_tokenizer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_tokenizer/detokenize_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:detokenize_test\)\>
5945   description = ACTION //third_party/pigweed/repo/pw_tokenizer:detokenize_test.run(//build/toolchain/host:linux_arm_gcc)
5946   restat = 1
5947
5948 build gen/third_party/pigweed/repo/pw_tokenizer/detokenize_test.run.pw_pystamp: __third_party_pigweed_repo_pw_tokenizer_detokenize_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_tokenizer/test/detokenize_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5949
5950 build obj/third_party/pigweed/repo/pw_tokenizer/detokenize_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/detokenize_test.run.pw_pystamp
5951 build obj/third_party/pigweed/repo/pw_tokenizer/detokenize_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/detokenize_test.run.stamp
5952 subninja obj/third_party/pigweed/repo/pw_tokenizer/detokenizer_jni.ninja
5953 rule __third_party_pigweed_repo_pw_tokenizer_docs___build_toolchain_host_linux_arm_gcc__rule
5954   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_tokenizer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_tokenizer/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5955   description = ACTION //third_party/pigweed/repo/pw_tokenizer:docs(//build/toolchain/host:linux_arm_gcc)
5956   restat = 1
5957
5958 build gen/third_party/pigweed/repo/pw_tokenizer/docs.pw_pystamp: __third_party_pigweed_repo_pw_tokenizer_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_tokenizer/docs.rst ../../third_party/pigweed/repo/pw_tokenizer/proto.rst ../../third_party/pigweed/repo/pw_tokenizer/py/pw_tokenizer/encode.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
5959
5960 build obj/third_party/pigweed/repo/pw_tokenizer/docs.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/docs.pw_pystamp
5961 subninja obj/third_party/pigweed/repo/pw_tokenizer/elf_reader_test_binary.ninja
5962 subninja obj/third_party/pigweed/repo/pw_tokenizer/generate_decoding_test_data.ninja
5963 subninja obj/third_party/pigweed/repo/pw_tokenizer/global_handler.ninja
5964 subninja obj/third_party/pigweed/repo/pw_tokenizer/global_handler.facade.ninja
5965 subninja obj/third_party/pigweed/repo/pw_tokenizer/global_handler_with_payload.ninja
5966 subninja obj/third_party/pigweed/repo/pw_tokenizer/global_handler_with_payload.facade.ninja
5967 subninja obj/third_party/pigweed/repo/pw_tokenizer/global_handlers_test.ninja
5968 subninja obj/third_party/pigweed/repo/pw_tokenizer/global_handlers_test.lib.ninja
5969 rule __third_party_pigweed_repo_pw_tokenizer_global_handlers_test.run___build_toolchain_host_linux_arm_gcc__rule
5970   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_tokenizer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_tokenizer/global_handlers_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:global_handlers_test\)\>
5971   description = ACTION //third_party/pigweed/repo/pw_tokenizer:global_handlers_test.run(//build/toolchain/host:linux_arm_gcc)
5972   restat = 1
5973
5974 build gen/third_party/pigweed/repo/pw_tokenizer/global_handlers_test.run.pw_pystamp: __third_party_pigweed_repo_pw_tokenizer_global_handlers_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_tokenizer/pw_tokenizer_linker_sections.ld obj/third_party/pigweed/repo/pw_tokenizer/test/global_handlers_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5975
5976 build obj/third_party/pigweed/repo/pw_tokenizer/global_handlers_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/global_handlers_test.run.pw_pystamp
5977 build obj/third_party/pigweed/repo/pw_tokenizer/global_handlers_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/global_handlers_test.run.stamp
5978 subninja obj/third_party/pigweed/repo/pw_tokenizer/hash_test.ninja
5979 subninja obj/third_party/pigweed/repo/pw_tokenizer/hash_test.lib.ninja
5980 rule __third_party_pigweed_repo_pw_tokenizer_hash_test.run___build_toolchain_host_linux_arm_gcc__rule
5981   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_tokenizer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_tokenizer/hash_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:hash_test\)\>
5982   description = ACTION //third_party/pigweed/repo/pw_tokenizer:hash_test.run(//build/toolchain/host:linux_arm_gcc)
5983   restat = 1
5984
5985 build gen/third_party/pigweed/repo/pw_tokenizer/hash_test.run.pw_pystamp: __third_party_pigweed_repo_pw_tokenizer_hash_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_tokenizer/pw_tokenizer_linker_sections.ld obj/third_party/pigweed/repo/pw_tokenizer/test/hash_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
5986
5987 build obj/third_party/pigweed/repo/pw_tokenizer/hash_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/hash_test.run.pw_pystamp
5988 build obj/third_party/pigweed/repo/pw_tokenizer/hash_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/hash_test.run.stamp
5989 rule __third_party_pigweed_repo_pw_tokenizer_proto___build_toolchain_host_linux_arm_gcc__rule
5990   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_tokenizer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_tokenizer/proto.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_protobuf_compiler/py/pw_protobuf_compiler/proto_target_invalid.py --target proto --dir //third_party/pigweed/repo/pw_tokenizer/ --root // pwpb nanopb nanopb_rpc raw_rpc go python
5991   description = ACTION //third_party/pigweed/repo/pw_tokenizer:proto(//build/toolchain/host:linux_arm_gcc)
5992   restat = 1
5993
5994 build gen/third_party/pigweed/repo/pw_tokenizer/proto.pw_pystamp: __third_party_pigweed_repo_pw_tokenizer_proto___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_protobuf_compiler/py/pw_protobuf_compiler/proto_target_invalid.py
5995
5996 build obj/third_party/pigweed/repo/pw_tokenizer/proto.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/proto.pw_pystamp
5997 build obj/third_party/pigweed/repo/pw_tokenizer/proto._includes.stamp: stamp
5998 build obj/third_party/pigweed/repo/pw_tokenizer/proto.go.stamp: stamp protocol_buffer/obj/third_party/pigweed/repo/pw_tokenizer/proto.go._gen.stamp
5999 rule __third_party_pigweed_repo_pw_tokenizer_proto.nanopb___build_toolchain_host_linux_arm_gcc__rule
6000   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_tokenizer$:proto.nanopb\(//build/toolchain/host$:linux_arm_gcc\) --message \$$dir_pw_third_party_nanopb\$ must\$ be\$ set\$ to\$ compile\$ nanopb\$ protobufs. --root ../../ --out .
6001   description = ACTION //third_party/pigweed/repo/pw_tokenizer:proto.nanopb(//build/toolchain/host:linux_arm_gcc)
6002   restat = 1
6003
6004 build gen/third_party/pigweed/repo/pw_tokenizer/proto.nanopb.build_error: __third_party_pigweed_repo_pw_tokenizer_proto.nanopb___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
6005
6006 build obj/third_party/pigweed/repo/pw_tokenizer/proto.nanopb.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/proto.nanopb.build_error
6007 rule __third_party_pigweed_repo_pw_tokenizer_proto.nanopb_rpc___build_toolchain_host_linux_arm_gcc__rule
6008   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_tokenizer$:proto.nanopb_rpc\(//build/toolchain/host$:linux_arm_gcc\) --message \$$dir_pw_third_party_nanopb\$ must\$ be\$ set\$ to\$ generate\$ nanopb\$ RPC\$ code. --root ../../ --out .
6009   description = ACTION //third_party/pigweed/repo/pw_tokenizer:proto.nanopb_rpc(//build/toolchain/host:linux_arm_gcc)
6010   restat = 1
6011
6012 build gen/third_party/pigweed/repo/pw_tokenizer/proto.nanopb_rpc.build_error: __third_party_pigweed_repo_pw_tokenizer_proto.nanopb_rpc___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
6013
6014 build obj/third_party/pigweed/repo/pw_tokenizer/proto.nanopb_rpc.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/proto.nanopb_rpc.build_error
6015 subninja obj/third_party/pigweed/repo/pw_tokenizer/proto.pwpb.ninja
6016 build obj/third_party/pigweed/repo/pw_tokenizer/proto.python.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.stamp
6017 build obj/third_party/pigweed/repo/pw_tokenizer/proto.python._build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py._build_wheel.stamp
6018 build obj/third_party/pigweed/repo/pw_tokenizer/proto.python._deps.stamp: stamp protocol_buffer/obj/third_party/pigweed/repo/pw_tokenizer/proto.python._gen.stamp
6019 build obj/third_party/pigweed/repo/pw_tokenizer/proto.python._deps._build_wheel.stamp: stamp
6020 build obj/third_party/pigweed/repo/pw_tokenizer/proto.python._deps._run_pip_install.stamp: stamp
6021 build obj/third_party/pigweed/repo/pw_tokenizer/proto.python._deps.install.stamp: stamp
6022 build obj/third_party/pigweed/repo/pw_tokenizer/proto.python._deps.lint.stamp: stamp
6023 build obj/third_party/pigweed/repo/pw_tokenizer/proto.python._deps.lint.mypy.stamp: stamp
6024 build obj/third_party/pigweed/repo/pw_tokenizer/proto.python._deps.lint.pylint.stamp: stamp
6025 build obj/third_party/pigweed/repo/pw_tokenizer/proto.python._deps.tests.stamp: stamp
6026 build obj/third_party/pigweed/repo/pw_tokenizer/proto.python._deps.wheel.stamp: stamp
6027 build obj/third_party/pigweed/repo/pw_tokenizer/proto.python._run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py._run_pip_install.stamp
6028 build obj/third_party/pigweed/repo/pw_tokenizer/proto.python.install.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.install.stamp
6029 build obj/third_party/pigweed/repo/pw_tokenizer/proto.python.lint.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.lint.stamp
6030 build obj/third_party/pigweed/repo/pw_tokenizer/proto.python.lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.lint.mypy.stamp
6031 build obj/third_party/pigweed/repo/pw_tokenizer/proto.python.lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.lint.pylint.stamp
6032 build obj/third_party/pigweed/repo/pw_tokenizer/proto.python.tests.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.stamp
6033 build obj/third_party/pigweed/repo/pw_tokenizer/proto.python.wheel.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.wheel.stamp
6034 subninja obj/third_party/pigweed/repo/pw_tokenizer/proto.raw_rpc.ninja
6035 rule __third_party_pigweed_repo_pw_tokenizer_pw_proto_library.pw_tokenizer___build_toolchain_host_linux_arm_gcc__rule
6036   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
6037   description = ACTION //third_party/pigweed/repo/pw_tokenizer:pw_proto_library.pw_tokenizer(//build/toolchain/host:linux_arm_gcc)
6038   restat = 1
6039
6040 build $ ERROR$ -$ Multiple$ pw_proto_library$ targets$ create$ the$ 'pw_tokenizer'$ package.$ Change$ the$ package$ name$ by$ setting$ the$ "prefix"$ arg$ or$ move$ the$ protos$ to$ a$ different$ directory,$ then$ re-run$ gn$ gen.: __third_party_pigweed_repo_pw_tokenizer_pw_proto_library.pw_tokenizer___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
6041
6042 build obj/third_party/pigweed/repo/pw_tokenizer/pw_proto_library.pw_tokenizer.stamp: stamp $ ERROR$ -$ Multiple$ pw_proto_library$ targets$ create$ the$ 'pw_tokenizer'$ package.$ Change$ the$ package$ name$ by$ setting$ the$ "prefix"$ arg$ or$ move$ the$ protos$ to$ a$ different$ directory,$ then$ re-run$ gn$ gen.
6043 subninja obj/third_party/pigweed/repo/pw_tokenizer/pw_tokenizer.ninja
6044 subninja obj/third_party/pigweed/repo/pw_tokenizer/simple_tokenize_test_cpp14.ninja
6045 subninja obj/third_party/pigweed/repo/pw_tokenizer/simple_tokenize_test_cpp14.lib.ninja
6046 rule __third_party_pigweed_repo_pw_tokenizer_simple_tokenize_test_cpp14.run___build_toolchain_host_linux_arm_gcc__rule
6047   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_tokenizer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_tokenizer/simple_tokenize_test_cpp14.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:simple_tokenize_test_cpp14\)\>
6048   description = ACTION //third_party/pigweed/repo/pw_tokenizer:simple_tokenize_test_cpp14.run(//build/toolchain/host:linux_arm_gcc)
6049   restat = 1
6050
6051 build gen/third_party/pigweed/repo/pw_tokenizer/simple_tokenize_test_cpp14.run.pw_pystamp: __third_party_pigweed_repo_pw_tokenizer_simple_tokenize_test_cpp14.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_tokenizer/test/simple_tokenize_test_cpp14 obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
6052
6053 build obj/third_party/pigweed/repo/pw_tokenizer/simple_tokenize_test_cpp14.run.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/simple_tokenize_test_cpp14.run.pw_pystamp
6054 build obj/third_party/pigweed/repo/pw_tokenizer/simple_tokenize_test_cpp14_run.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/simple_tokenize_test_cpp14.run.stamp
6055 subninja obj/third_party/pigweed/repo/pw_tokenizer/simple_tokenize_test_cpp17.ninja
6056 subninja obj/third_party/pigweed/repo/pw_tokenizer/simple_tokenize_test_cpp17.lib.ninja
6057 rule __third_party_pigweed_repo_pw_tokenizer_simple_tokenize_test_cpp17.run___build_toolchain_host_linux_arm_gcc__rule
6058   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_tokenizer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_tokenizer/simple_tokenize_test_cpp17.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:simple_tokenize_test_cpp17\)\>
6059   description = ACTION //third_party/pigweed/repo/pw_tokenizer:simple_tokenize_test_cpp17.run(//build/toolchain/host:linux_arm_gcc)
6060   restat = 1
6061
6062 build gen/third_party/pigweed/repo/pw_tokenizer/simple_tokenize_test_cpp17.run.pw_pystamp: __third_party_pigweed_repo_pw_tokenizer_simple_tokenize_test_cpp17.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_tokenizer/test/simple_tokenize_test_cpp17 obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
6063
6064 build obj/third_party/pigweed/repo/pw_tokenizer/simple_tokenize_test_cpp17.run.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/simple_tokenize_test_cpp17.run.pw_pystamp
6065 build obj/third_party/pigweed/repo/pw_tokenizer/simple_tokenize_test_cpp17_run.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/simple_tokenize_test_cpp17.run.stamp
6066 subninja obj/third_party/pigweed/repo/pw_tokenizer/test_backend.ninja
6067 build obj/third_party/pigweed/repo/pw_tokenizer/tests.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/tests_pw_test_group_metadata.stamp
6068 subninja obj/third_party/pigweed/repo/pw_tokenizer/tests.bundle.ninja
6069 subninja obj/third_party/pigweed/repo/pw_tokenizer/tests.bundle.lib.ninja
6070 rule __third_party_pigweed_repo_pw_tokenizer_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
6071   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_tokenizer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_tokenizer/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
6072   description = ACTION //third_party/pigweed/repo/pw_tokenizer:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
6073   restat = 1
6074
6075 build gen/third_party/pigweed/repo/pw_tokenizer/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_tokenizer_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_tokenizer/pw_tokenizer_linker_sections.ld obj/third_party/pigweed/repo/pw_tokenizer/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
6076
6077 build obj/third_party/pigweed/repo/pw_tokenizer/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/tests.bundle.run.pw_pystamp
6078 build obj/third_party/pigweed/repo/pw_tokenizer/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/tests.bundle.run.stamp
6079 build obj/third_party/pigweed/repo/pw_tokenizer/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/argument_types_test.lib.stamp obj/third_party/pigweed/repo/pw_tokenizer/base64_test.lib.stamp obj/third_party/pigweed/repo/pw_tokenizer/decode_test.lib.stamp obj/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.lib.stamp obj/third_party/pigweed/repo/pw_tokenizer/detokenize_test.lib.stamp obj/third_party/pigweed/repo/pw_tokenizer/global_handlers_test.lib.stamp obj/third_party/pigweed/repo/pw_tokenizer/hash_test.lib.stamp obj/third_party/pigweed/repo/pw_tokenizer/simple_tokenize_test_cpp14.lib.stamp obj/third_party/pigweed/repo/pw_tokenizer/simple_tokenize_test_cpp17.lib.stamp obj/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.lib.stamp obj/third_party/pigweed/repo/pw_tokenizer/token_database_test.lib.stamp obj/third_party/pigweed/repo/pw_tokenizer/tokenize_test.lib.stamp obj/third_party/pigweed/repo/pw_preprocessor/tests.lib.stamp
6080 build obj/third_party/pigweed/repo/pw_tokenizer/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/tests.stamp obj/third_party/pigweed/repo/pw_tokenizer/argument_types_test.run.stamp obj/third_party/pigweed/repo/pw_tokenizer/base64_test.run.stamp obj/third_party/pigweed/repo/pw_tokenizer/decode_test.run.stamp obj/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.run.stamp obj/third_party/pigweed/repo/pw_tokenizer/detokenize_test.run.stamp obj/third_party/pigweed/repo/pw_tokenizer/global_handlers_test.run.stamp obj/third_party/pigweed/repo/pw_tokenizer/hash_test.run.stamp obj/third_party/pigweed/repo/pw_tokenizer/simple_tokenize_test_cpp14.run.stamp obj/third_party/pigweed/repo/pw_tokenizer/simple_tokenize_test_cpp17.run.stamp obj/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.run.stamp obj/third_party/pigweed/repo/pw_tokenizer/token_database_test.run.stamp obj/third_party/pigweed/repo/pw_tokenizer/tokenize_test.run.stamp obj/third_party/pigweed/repo/pw_preprocessor/tests.run.stamp
6081 build obj/third_party/pigweed/repo/pw_tokenizer/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/test/argument_types_test obj/third_party/pigweed/repo/pw_tokenizer/test/base64_test obj/third_party/pigweed/repo/pw_tokenizer/test/decode_test obj/third_party/pigweed/repo/pw_tokenizer/detokenize_fuzzer.stamp obj/third_party/pigweed/repo/pw_tokenizer/test/detokenize_test obj/third_party/pigweed/repo/pw_tokenizer/test/global_handlers_test obj/third_party/pigweed/repo/pw_tokenizer/test/hash_test obj/third_party/pigweed/repo/pw_tokenizer/test/simple_tokenize_test_cpp14 obj/third_party/pigweed/repo/pw_tokenizer/test/simple_tokenize_test_cpp17 obj/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.stamp obj/third_party/pigweed/repo/pw_tokenizer/test/token_database_test obj/third_party/pigweed/repo/pw_tokenizer/test/tokenize_test obj/third_party/pigweed/repo/pw_preprocessor/tests.stamp
6082 build obj/third_party/pigweed/repo/pw_tokenizer/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/tests.run.stamp
6083 rule __third_party_pigweed_repo_pw_tokenizer_token_database_fuzzer___build_toolchain_host_linux_arm_gcc__rule
6084   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_tokenizer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
6085   description = ACTION //third_party/pigweed/repo/pw_tokenizer:token_database_fuzzer(//build/toolchain/host:linux_arm_gcc)
6086   restat = 1
6087
6088 build gen/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.pw_pystamp: __third_party_pigweed_repo_pw_tokenizer_token_database_fuzzer___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
6089
6090 build obj/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.pw_pystamp
6091 subninja obj/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.DISABLED.ninja
6092 rule __third_party_pigweed_repo_pw_tokenizer_token_database_fuzzer.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule
6093   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_tokenizer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.DISABLED.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:token_database_fuzzer.DISABLED\)\>
6094   description = ACTION //third_party/pigweed/repo/pw_tokenizer:token_database_fuzzer.DISABLED.run(//build/toolchain/host:linux_arm_gcc)
6095   restat = 1
6096
6097 build gen/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.DISABLED.run.pw_pystamp: __third_party_pigweed_repo_pw_tokenizer_token_database_fuzzer.DISABLED.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
6098
6099 build obj/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.DISABLED.run.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.DISABLED.run.pw_pystamp
6100 build obj/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.DISABLED_run.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.DISABLED.run.stamp
6101 rule __third_party_pigweed_repo_pw_tokenizer_token_database_fuzzer.lib___build_toolchain_host_linux_arm_gcc__rule
6102   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_tokenizer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.lib.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
6103   description = ACTION //third_party/pigweed/repo/pw_tokenizer:token_database_fuzzer.lib(//build/toolchain/host:linux_arm_gcc)
6104   restat = 1
6105
6106 build gen/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.lib.pw_pystamp: __third_party_pigweed_repo_pw_tokenizer_token_database_fuzzer.lib___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.cc ../../third_party/pigweed/repo/pw_fuzzer/pw_fuzzer_disabled.cc ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
6107
6108 build obj/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.lib.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.lib.pw_pystamp
6109 subninja obj/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.lib.DISABLED.ninja
6110 build obj/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.run.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/token_database_fuzzer.stamp
6111 subninja obj/third_party/pigweed/repo/pw_tokenizer/token_database_test.ninja
6112 subninja obj/third_party/pigweed/repo/pw_tokenizer/token_database_test.lib.ninja
6113 rule __third_party_pigweed_repo_pw_tokenizer_token_database_test.run___build_toolchain_host_linux_arm_gcc__rule
6114   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_tokenizer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_tokenizer/token_database_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:token_database_test\)\>
6115   description = ACTION //third_party/pigweed/repo/pw_tokenizer:token_database_test.run(//build/toolchain/host:linux_arm_gcc)
6116   restat = 1
6117
6118 build gen/third_party/pigweed/repo/pw_tokenizer/token_database_test.run.pw_pystamp: __third_party_pigweed_repo_pw_tokenizer_token_database_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_tokenizer/test/token_database_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
6119
6120 build obj/third_party/pigweed/repo/pw_tokenizer/token_database_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/token_database_test.run.pw_pystamp
6121 build obj/third_party/pigweed/repo/pw_tokenizer/token_database_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/token_database_test.run.stamp
6122 subninja obj/third_party/pigweed/repo/pw_tokenizer/tokenize_test.ninja
6123 subninja obj/third_party/pigweed/repo/pw_tokenizer/tokenize_test.lib.ninja
6124 rule __third_party_pigweed_repo_pw_tokenizer_tokenize_test.run___build_toolchain_host_linux_arm_gcc__rule
6125   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_tokenizer --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_tokenizer/tokenize_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tokenize_test\)\>
6126   description = ACTION //third_party/pigweed/repo/pw_tokenizer:tokenize_test.run(//build/toolchain/host:linux_arm_gcc)
6127   restat = 1
6128
6129 build gen/third_party/pigweed/repo/pw_tokenizer/tokenize_test.run.pw_pystamp: __third_party_pigweed_repo_pw_tokenizer_tokenize_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test ../../third_party/pigweed/repo/pw_tokenizer/pw_tokenizer_linker_sections.ld obj/third_party/pigweed/repo/pw_tokenizer/test/tokenize_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
6130
6131 build obj/third_party/pigweed/repo/pw_tokenizer/tokenize_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/tokenize_test.run.pw_pystamp
6132 build obj/third_party/pigweed/repo/pw_tokenizer/tokenize_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/tokenize_test.run.stamp
6133 build obj/third_party/pigweed/repo/pw_tokenizer/py/_build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py._build_wheel.stamp
6134 build obj/third_party/pigweed/repo/pw_tokenizer/py/_run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py._run_pip_install.stamp
6135 build obj/third_party/pigweed/repo/pw_tokenizer/py/install.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.install.stamp
6136 build obj/third_party/pigweed/repo/pw_tokenizer/py/lint.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.lint.stamp
6137 build obj/third_party/pigweed/repo/pw_tokenizer/py/lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.lint.mypy.stamp
6138 build obj/third_party/pigweed/repo/pw_tokenizer/py/lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.lint.pylint.stamp
6139 rule __third_party_pigweed_repo_pw_tokenizer_py_pw_proto_library.pw_tokenizer_tests___build_toolchain_host_linux_arm_gcc__rule
6140   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
6141   description = ACTION //third_party/pigweed/repo/pw_tokenizer/py:pw_proto_library.pw_tokenizer_tests(//build/toolchain/host:linux_arm_gcc)
6142   restat = 1
6143
6144 build $ ERROR$ -$ Multiple$ pw_proto_library$ targets$ create$ the$ 'pw_tokenizer_tests'$ package.$ Change$ the$ package$ name$ by$ setting$ the$ "prefix"$ arg$ or$ move$ the$ protos$ to$ a$ different$ directory,$ then$ re-run$ gn$ gen.: __third_party_pigweed_repo_pw_tokenizer_py_pw_proto_library.pw_tokenizer_tests___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
6145
6146 build obj/third_party/pigweed/repo/pw_tokenizer/py/pw_proto_library.pw_tokenizer_tests.stamp: stamp $ ERROR$ -$ Multiple$ pw_proto_library$ targets$ create$ the$ 'pw_tokenizer_tests'$ package.$ Change$ the$ package$ name$ by$ setting$ the$ "prefix"$ arg$ or$ move$ the$ protos$ to$ a$ different$ directory,$ then$ re-run$ gn$ gen.
6147 build obj/third_party/pigweed/repo/pw_tokenizer/py/py.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/py.stamp
6148 build obj/third_party/pigweed/repo/pw_tokenizer/py/py._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/py._build_wheel.stamp
6149 build obj/third_party/pigweed/repo/pw_tokenizer/py/py._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/py._run_pip_install.stamp
6150 build obj/third_party/pigweed/repo/pw_tokenizer/py/py.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/py.install.stamp
6151 build obj/third_party/pigweed/repo/pw_tokenizer/py/py.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/py.lint.stamp
6152 build obj/third_party/pigweed/repo/pw_tokenizer/py/py.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/py.lint.mypy.stamp
6153 build obj/third_party/pigweed/repo/pw_tokenizer/py/py.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/py.lint.pylint.stamp
6154 build obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.database_test.py.stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.decode_test.py.stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.detokenize_proto_test.py.stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.detokenize_test.py.stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.elf_reader_test.py.stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.encode_test.py.stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.tokenized_string_decoding_test_data.py.stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.tokens_test.py.stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.varint_test_data.py.stamp
6155 build obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.database_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.database_test.py.stamp
6156 build obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.decode_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.decode_test.py.stamp
6157 build obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.detokenize_proto_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.detokenize_proto_test.py.stamp
6158 build obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.detokenize_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.detokenize_test.py.stamp
6159 build obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.elf_reader_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.elf_reader_test.py.stamp
6160 build obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.encode_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.encode_test.py.stamp
6161 build obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.tokenized_string_decoding_test_data.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.tokenized_string_decoding_test_data.py.stamp
6162 build obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.tokens_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.tokens_test.py.stamp
6163 build obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.varint_test_data.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.varint_test_data.py.stamp
6164 build obj/third_party/pigweed/repo/pw_tokenizer/py/py.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/py.wheel.stamp
6165 build obj/third_party/pigweed/repo/pw_tokenizer/py/setup.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/setup.stamp
6166 build obj/third_party/pigweed/repo/pw_tokenizer/py/setup._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/setup._build_wheel.stamp
6167 build obj/third_party/pigweed/repo/pw_tokenizer/py/setup._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/setup._run_pip_install.stamp
6168 build obj/third_party/pigweed/repo/pw_tokenizer/py/setup.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/setup.install.stamp
6169 build obj/third_party/pigweed/repo/pw_tokenizer/py/setup.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/setup.lint.stamp
6170 build obj/third_party/pigweed/repo/pw_tokenizer/py/setup.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/setup.lint.mypy.stamp
6171 build obj/third_party/pigweed/repo/pw_tokenizer/py/setup.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/setup.lint.pylint.stamp
6172 build obj/third_party/pigweed/repo/pw_tokenizer/py/setup.tests.stamp: stamp
6173 build obj/third_party/pigweed/repo/pw_tokenizer/py/setup.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/setup.wheel.stamp
6174 rule __third_party_pigweed_repo_pw_tokenizer_py_test_proto___build_toolchain_host_linux_arm_gcc__rule
6175   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_tokenizer/py --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_tokenizer/py/test_proto.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_protobuf_compiler/py/pw_protobuf_compiler/proto_target_invalid.py --target test_proto --dir //third_party/pigweed/repo/pw_tokenizer/py/ --root // pwpb nanopb nanopb_rpc raw_rpc go python
6176   description = ACTION //third_party/pigweed/repo/pw_tokenizer/py:test_proto(//build/toolchain/host:linux_arm_gcc)
6177   restat = 1
6178
6179 build gen/third_party/pigweed/repo/pw_tokenizer/py/test_proto.pw_pystamp: __third_party_pigweed_repo_pw_tokenizer_py_test_proto___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_protobuf_compiler/py/pw_protobuf_compiler/proto_target_invalid.py
6180
6181 build obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/py/test_proto.pw_pystamp
6182 build obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto._includes.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/proto._includes.stamp
6183 build obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.go.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/proto.go.stamp protocol_buffer/obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.go._gen.stamp
6184 rule __third_party_pigweed_repo_pw_tokenizer_py_test_proto.nanopb___build_toolchain_host_linux_arm_gcc__rule
6185   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_tokenizer/py$:test_proto.nanopb\(//build/toolchain/host$:linux_arm_gcc\) --message \$$dir_pw_third_party_nanopb\$ must\$ be\$ set\$ to\$ compile\$ nanopb\$ protobufs. --root ../../ --out .
6186   description = ACTION //third_party/pigweed/repo/pw_tokenizer/py:test_proto.nanopb(//build/toolchain/host:linux_arm_gcc)
6187   restat = 1
6188
6189 build gen/third_party/pigweed/repo/pw_tokenizer/py/test_proto.nanopb.build_error: __third_party_pigweed_repo_pw_tokenizer_py_test_proto.nanopb___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
6190
6191 build obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.nanopb.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/py/test_proto.nanopb.build_error
6192 rule __third_party_pigweed_repo_pw_tokenizer_py_test_proto.nanopb_rpc___build_toolchain_host_linux_arm_gcc__rule
6193   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_tokenizer/py$:test_proto.nanopb_rpc\(//build/toolchain/host$:linux_arm_gcc\) --message \$$dir_pw_third_party_nanopb\$ must\$ be\$ set\$ to\$ generate\$ nanopb\$ RPC\$ code. --root ../../ --out .
6194   description = ACTION //third_party/pigweed/repo/pw_tokenizer/py:test_proto.nanopb_rpc(//build/toolchain/host:linux_arm_gcc)
6195   restat = 1
6196
6197 build gen/third_party/pigweed/repo/pw_tokenizer/py/test_proto.nanopb_rpc.build_error: __third_party_pigweed_repo_pw_tokenizer_py_test_proto.nanopb_rpc___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
6198
6199 build obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.nanopb_rpc.stamp: stamp gen/third_party/pigweed/repo/pw_tokenizer/py/test_proto.nanopb_rpc.build_error
6200 subninja obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.pwpb.ninja
6201 build obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.python.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.python.stamp
6202 build obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.python._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.python._build_wheel.stamp
6203 build obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.python._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.python._run_pip_install.stamp
6204 build obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.python.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.python.install.stamp
6205 build obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.python.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.python.lint.stamp
6206 build obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.python.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.python.lint.mypy.stamp
6207 build obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.python.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.python.lint.pylint.stamp
6208 build obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.python.tests.stamp: stamp
6209 build obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.python.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.python.wheel.stamp
6210 subninja obj/third_party/pigweed/repo/pw_tokenizer/py/test_proto.raw_rpc.ninja
6211 build obj/third_party/pigweed/repo/pw_tokenizer/py/tests.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.tests.stamp
6212 build obj/third_party/pigweed/repo/pw_tokenizer/py/wheel.stamp: stamp obj/third_party/pigweed/repo/pw_tokenizer/py/py.wheel.stamp
6213 build obj/third_party/pigweed/repo/pw_toolchain/py/_build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_toolchain/py/py._build_wheel.stamp
6214 build obj/third_party/pigweed/repo/pw_toolchain/py/_run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_toolchain/py/py._run_pip_install.stamp
6215 build obj/third_party/pigweed/repo/pw_toolchain/py/install.stamp: stamp obj/third_party/pigweed/repo/pw_toolchain/py/py.install.stamp
6216 build obj/third_party/pigweed/repo/pw_toolchain/py/lint.stamp: stamp obj/third_party/pigweed/repo/pw_toolchain/py/py.lint.stamp
6217 build obj/third_party/pigweed/repo/pw_toolchain/py/lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_toolchain/py/py.lint.mypy.stamp
6218 build obj/third_party/pigweed/repo/pw_toolchain/py/lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_toolchain/py/py.lint.pylint.stamp
6219 build obj/third_party/pigweed/repo/pw_toolchain/py/py.stamp: stamp python/obj/third_party/pigweed/repo/pw_toolchain/py/py.stamp
6220 build obj/third_party/pigweed/repo/pw_toolchain/py/py._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_toolchain/py/py._build_wheel.stamp
6221 build obj/third_party/pigweed/repo/pw_toolchain/py/py._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_toolchain/py/py._run_pip_install.stamp
6222 build obj/third_party/pigweed/repo/pw_toolchain/py/py.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_toolchain/py/py.install.stamp
6223 build obj/third_party/pigweed/repo/pw_toolchain/py/py.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_toolchain/py/py.lint.stamp
6224 build obj/third_party/pigweed/repo/pw_toolchain/py/py.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_toolchain/py/py.lint.mypy.stamp
6225 build obj/third_party/pigweed/repo/pw_toolchain/py/py.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_toolchain/py/py.lint.pylint.stamp
6226 build obj/third_party/pigweed/repo/pw_toolchain/py/py.tests.stamp: stamp obj/third_party/pigweed/repo/pw_toolchain/py/py.tests.clang_tidy_test.py.stamp
6227 build obj/third_party/pigweed/repo/pw_toolchain/py/py.tests.clang_tidy_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_toolchain/py/py.tests.clang_tidy_test.py.stamp
6228 build obj/third_party/pigweed/repo/pw_toolchain/py/py.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_toolchain/py/py.wheel.stamp
6229 build obj/third_party/pigweed/repo/pw_toolchain/py/tests.stamp: stamp obj/third_party/pigweed/repo/pw_toolchain/py/py.tests.stamp
6230 build obj/third_party/pigweed/repo/pw_toolchain/py/wheel.stamp: stamp obj/third_party/pigweed/repo/pw_toolchain/py/py.wheel.stamp
6231 build obj/third_party/pigweed/repo/pw_trace/py/_build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_trace/py/py._build_wheel.stamp
6232 build obj/third_party/pigweed/repo/pw_trace/py/_run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_trace/py/py._run_pip_install.stamp
6233 build obj/third_party/pigweed/repo/pw_trace/py/install.stamp: stamp obj/third_party/pigweed/repo/pw_trace/py/py.install.stamp
6234 build obj/third_party/pigweed/repo/pw_trace/py/lint.stamp: stamp obj/third_party/pigweed/repo/pw_trace/py/py.lint.stamp
6235 build obj/third_party/pigweed/repo/pw_trace/py/lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_trace/py/py.lint.mypy.stamp
6236 build obj/third_party/pigweed/repo/pw_trace/py/lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_trace/py/py.lint.pylint.stamp
6237 build obj/third_party/pigweed/repo/pw_trace/py/py.stamp: stamp python/obj/third_party/pigweed/repo/pw_trace/py/py.stamp
6238 build obj/third_party/pigweed/repo/pw_trace/py/py._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_trace/py/py._build_wheel.stamp
6239 build obj/third_party/pigweed/repo/pw_trace/py/py._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_trace/py/py._run_pip_install.stamp
6240 build obj/third_party/pigweed/repo/pw_trace/py/py.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_trace/py/py.install.stamp
6241 build obj/third_party/pigweed/repo/pw_trace/py/py.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_trace/py/py.lint.stamp
6242 build obj/third_party/pigweed/repo/pw_trace/py/py.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_trace/py/py.lint.mypy.stamp
6243 build obj/third_party/pigweed/repo/pw_trace/py/py.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_trace/py/py.lint.pylint.stamp
6244 build obj/third_party/pigweed/repo/pw_trace/py/py.tests.stamp: stamp obj/third_party/pigweed/repo/pw_trace/py/py.tests.trace_test.py.stamp
6245 build obj/third_party/pigweed/repo/pw_trace/py/py.tests.trace_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_trace/py/py.tests.trace_test.py.stamp
6246 build obj/third_party/pigweed/repo/pw_trace/py/py.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_trace/py/py.wheel.stamp
6247 build obj/third_party/pigweed/repo/pw_trace/py/tests.stamp: stamp obj/third_party/pigweed/repo/pw_trace/py/py.tests.stamp
6248 build obj/third_party/pigweed/repo/pw_trace/py/wheel.stamp: stamp obj/third_party/pigweed/repo/pw_trace/py/py.wheel.stamp
6249 build obj/third_party/pigweed/repo/pw_trace_tokenized/py/_build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_trace_tokenized/py/py._build_wheel.stamp
6250 build obj/third_party/pigweed/repo/pw_trace_tokenized/py/_run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_trace_tokenized/py/py._run_pip_install.stamp
6251 build obj/third_party/pigweed/repo/pw_trace_tokenized/py/install.stamp: stamp obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.install.stamp
6252 build obj/third_party/pigweed/repo/pw_trace_tokenized/py/lint.stamp: stamp obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.lint.stamp
6253 build obj/third_party/pigweed/repo/pw_trace_tokenized/py/lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.lint.mypy.stamp
6254 build obj/third_party/pigweed/repo/pw_trace_tokenized/py/lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.lint.pylint.stamp
6255 build obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.stamp: stamp python/obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.stamp
6256 build obj/third_party/pigweed/repo/pw_trace_tokenized/py/py._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_trace_tokenized/py/py._build_wheel.stamp
6257 build obj/third_party/pigweed/repo/pw_trace_tokenized/py/py._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_trace_tokenized/py/py._run_pip_install.stamp
6258 build obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.install.stamp
6259 build obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.lint.stamp
6260 build obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.lint.mypy.stamp
6261 build obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.lint.pylint.stamp
6262 build obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.tests.stamp: stamp
6263 build obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.wheel.stamp
6264 build obj/third_party/pigweed/repo/pw_trace_tokenized/py/tests.stamp: stamp obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.tests.stamp
6265 build obj/third_party/pigweed/repo/pw_trace_tokenized/py/wheel.stamp: stamp obj/third_party/pigweed/repo/pw_trace_tokenized/py/py.wheel.stamp
6266 subninja obj/third_party/pigweed/repo/pw_unit_test/config.ninja
6267 rule __third_party_pigweed_repo_pw_unit_test_docs___build_toolchain_host_linux_arm_gcc__rule
6268   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_unit_test --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_unit_test/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
6269   description = ACTION //third_party/pigweed/repo/pw_unit_test:docs(//build/toolchain/host:linux_arm_gcc)
6270   restat = 1
6271
6272 build gen/third_party/pigweed/repo/pw_unit_test/docs.pw_pystamp: __third_party_pigweed_repo_pw_unit_test_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_unit_test/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
6273
6274 build obj/third_party/pigweed/repo/pw_unit_test/docs.stamp: stamp gen/third_party/pigweed/repo/pw_unit_test/docs.pw_pystamp
6275 subninja obj/third_party/pigweed/repo/pw_unit_test/framework_test.ninja
6276 subninja obj/third_party/pigweed/repo/pw_unit_test/framework_test.lib.ninja
6277 rule __third_party_pigweed_repo_pw_unit_test_framework_test.run___build_toolchain_host_linux_arm_gcc__rule
6278   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_unit_test --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_unit_test/framework_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:framework_test\)\>
6279   description = ACTION //third_party/pigweed/repo/pw_unit_test:framework_test.run(//build/toolchain/host:linux_arm_gcc)
6280   restat = 1
6281
6282 build gen/third_party/pigweed/repo/pw_unit_test/framework_test.run.pw_pystamp: __third_party_pigweed_repo_pw_unit_test_framework_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_unit_test/test/framework_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
6283
6284 build obj/third_party/pigweed/repo/pw_unit_test/framework_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_unit_test/framework_test.run.pw_pystamp
6285 build obj/third_party/pigweed/repo/pw_unit_test/framework_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_unit_test/framework_test.run.stamp
6286 subninja obj/third_party/pigweed/repo/pw_unit_test/logging_event_handler.ninja
6287 subninja obj/third_party/pigweed/repo/pw_unit_test/logging_main.ninja
6288 rule __third_party_pigweed_repo_pw_unit_test_pw_proto_library.pw_unit_test_proto___build_toolchain_host_linux_arm_gcc__rule
6289   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
6290   description = ACTION //third_party/pigweed/repo/pw_unit_test:pw_proto_library.pw_unit_test_proto(//build/toolchain/host:linux_arm_gcc)
6291   restat = 1
6292
6293 build $ ERROR$ -$ Multiple$ pw_proto_library$ targets$ create$ the$ 'pw_unit_test_proto'$ package.$ Change$ the$ package$ name$ by$ setting$ the$ "prefix"$ arg$ or$ move$ the$ protos$ to$ a$ different$ directory,$ then$ re-run$ gn$ gen.: __third_party_pigweed_repo_pw_unit_test_pw_proto_library.pw_unit_test_proto___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
6294
6295 build obj/third_party/pigweed/repo/pw_unit_test/pw_proto_library.pw_unit_test_proto.stamp: stamp $ ERROR$ -$ Multiple$ pw_proto_library$ targets$ create$ the$ 'pw_unit_test_proto'$ package.$ Change$ the$ package$ name$ by$ setting$ the$ "prefix"$ arg$ or$ move$ the$ protos$ to$ a$ different$ directory,$ then$ re-run$ gn$ gen.
6296 subninja obj/third_party/pigweed/repo/pw_unit_test/pw_unit_test.ninja
6297 subninja obj/third_party/pigweed/repo/pw_unit_test/rpc_main.ninja
6298 subninja obj/third_party/pigweed/repo/pw_unit_test/rpc_service.ninja
6299 subninja obj/third_party/pigweed/repo/pw_unit_test/simple_printing_event_handler.ninja
6300 subninja obj/third_party/pigweed/repo/pw_unit_test/simple_printing_main.ninja
6301 subninja obj/third_party/pigweed/repo/pw_unit_test/test_rpc_server.ninja
6302 build obj/third_party/pigweed/repo/pw_unit_test/tests.stamp: stamp obj/third_party/pigweed/repo/pw_unit_test/tests_pw_test_group_metadata.stamp
6303 subninja obj/third_party/pigweed/repo/pw_unit_test/tests.bundle.ninja
6304 subninja obj/third_party/pigweed/repo/pw_unit_test/tests.bundle.lib.ninja
6305 rule __third_party_pigweed_repo_pw_unit_test_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
6306   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_unit_test --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_unit_test/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
6307   description = ACTION //third_party/pigweed/repo/pw_unit_test:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
6308   restat = 1
6309
6310 build gen/third_party/pigweed/repo/pw_unit_test/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_unit_test_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_unit_test/test/tests.bundle obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
6311
6312 build obj/third_party/pigweed/repo/pw_unit_test/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_unit_test/tests.bundle.run.pw_pystamp
6313 build obj/third_party/pigweed/repo/pw_unit_test/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_unit_test/tests.bundle.run.stamp
6314 build obj/third_party/pigweed/repo/pw_unit_test/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_unit_test/framework_test.lib.stamp
6315 build obj/third_party/pigweed/repo/pw_unit_test/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_unit_test/tests.stamp obj/third_party/pigweed/repo/pw_unit_test/framework_test.run.stamp
6316 build obj/third_party/pigweed/repo/pw_unit_test/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_unit_test/test/framework_test
6317 build obj/third_party/pigweed/repo/pw_unit_test/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_unit_test/tests.run.stamp
6318 rule __third_party_pigweed_repo_pw_unit_test_unit_test_proto___build_toolchain_host_linux_arm_gcc__rule
6319   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_unit_test --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_unit_test/unit_test_proto.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_protobuf_compiler/py/pw_protobuf_compiler/proto_target_invalid.py --target unit_test_proto --dir //third_party/pigweed/repo/pw_unit_test/ --root // pwpb nanopb nanopb_rpc raw_rpc go python
6320   description = ACTION //third_party/pigweed/repo/pw_unit_test:unit_test_proto(//build/toolchain/host:linux_arm_gcc)
6321   restat = 1
6322
6323 build gen/third_party/pigweed/repo/pw_unit_test/unit_test_proto.pw_pystamp: __third_party_pigweed_repo_pw_unit_test_unit_test_proto___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_protobuf_compiler/py/pw_protobuf_compiler/proto_target_invalid.py
6324
6325 build obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.stamp: stamp gen/third_party/pigweed/repo/pw_unit_test/unit_test_proto.pw_pystamp
6326 build obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto._includes.stamp: stamp
6327 build obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.go.stamp: stamp protocol_buffer/obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.go._gen.stamp
6328 rule __third_party_pigweed_repo_pw_unit_test_unit_test_proto.nanopb___build_toolchain_host_linux_arm_gcc__rule
6329   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_unit_test$:unit_test_proto.nanopb\(//build/toolchain/host$:linux_arm_gcc\) --message \$$dir_pw_third_party_nanopb\$ must\$ be\$ set\$ to\$ compile\$ nanopb\$ protobufs. --root ../../ --out .
6330   description = ACTION //third_party/pigweed/repo/pw_unit_test:unit_test_proto.nanopb(//build/toolchain/host:linux_arm_gcc)
6331   restat = 1
6332
6333 build gen/third_party/pigweed/repo/pw_unit_test/unit_test_proto.nanopb.build_error: __third_party_pigweed_repo_pw_unit_test_unit_test_proto.nanopb___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
6334
6335 build obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.nanopb.stamp: stamp gen/third_party/pigweed/repo/pw_unit_test/unit_test_proto.nanopb.build_error
6336 rule __third_party_pigweed_repo_pw_unit_test_unit_test_proto.nanopb_rpc___build_toolchain_host_linux_arm_gcc__rule
6337   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py --target //third_party/pigweed/repo/pw_unit_test$:unit_test_proto.nanopb_rpc\(//build/toolchain/host$:linux_arm_gcc\) --message \$$dir_pw_third_party_nanopb\$ must\$ be\$ set\$ to\$ generate\$ nanopb\$ RPC\$ code. --root ../../ --out .
6338   description = ACTION //third_party/pigweed/repo/pw_unit_test:unit_test_proto.nanopb_rpc(//build/toolchain/host:linux_arm_gcc)
6339   restat = 1
6340
6341 build gen/third_party/pigweed/repo/pw_unit_test/unit_test_proto.nanopb_rpc.build_error: __third_party_pigweed_repo_pw_unit_test_unit_test_proto.nanopb_rpc___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/error.py
6342
6343 build obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.nanopb_rpc.stamp: stamp gen/third_party/pigweed/repo/pw_unit_test/unit_test_proto.nanopb_rpc.build_error
6344 subninja obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.pwpb.ninja
6345 build obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.python.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.python.stamp
6346 build obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.python._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.python._build_wheel.stamp
6347 build obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.python._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.python._run_pip_install.stamp
6348 build obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.python.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.python.install.stamp
6349 build obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.python.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.python.lint.stamp
6350 build obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.python.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.python.lint.mypy.stamp
6351 build obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.python.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.python.lint.pylint.stamp
6352 build obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.python.tests.stamp: stamp
6353 build obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.python.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.python.wheel.stamp
6354 subninja obj/third_party/pigweed/repo/pw_unit_test/unit_test_proto.raw_rpc.ninja
6355 build obj/third_party/pigweed/repo/pw_unit_test/py/_build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_unit_test/py/py._build_wheel.stamp
6356 build obj/third_party/pigweed/repo/pw_unit_test/py/_run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_unit_test/py/py._run_pip_install.stamp
6357 build obj/third_party/pigweed/repo/pw_unit_test/py/install.stamp: stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
6358 build obj/third_party/pigweed/repo/pw_unit_test/py/lint.stamp: stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.lint.stamp
6359 build obj/third_party/pigweed/repo/pw_unit_test/py/lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.lint.mypy.stamp
6360 build obj/third_party/pigweed/repo/pw_unit_test/py/lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.lint.pylint.stamp
6361 build obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp
6362 build obj/third_party/pigweed/repo/pw_unit_test/py/py._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/py/py._build_wheel.stamp
6363 build obj/third_party/pigweed/repo/pw_unit_test/py/py._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/py/py._run_pip_install.stamp
6364 build obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp
6365 build obj/third_party/pigweed/repo/pw_unit_test/py/py.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/py/py.lint.stamp
6366 build obj/third_party/pigweed/repo/pw_unit_test/py/py.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/py/py.lint.mypy.stamp
6367 build obj/third_party/pigweed/repo/pw_unit_test/py/py.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/py/py.lint.pylint.stamp
6368 build obj/third_party/pigweed/repo/pw_unit_test/py/py.tests.stamp: stamp
6369 build obj/third_party/pigweed/repo/pw_unit_test/py/py.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/py/py.wheel.stamp
6370 build obj/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.stamp
6371 build obj/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test._build_wheel.stamp
6372 build obj/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test._run_pip_install.stamp
6373 rule __third_party_pigweed_repo_pw_unit_test_py_rpc_service_test.action___build_toolchain_host_linux_arm_gcc__rule
6374   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_unit_test/py --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.action.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.py --port=30580 --test-server-command \<TARGET_FILE\(..$:test_rpc_server\)\>
6375   description = ACTION //third_party/pigweed/repo/pw_unit_test/py:rpc_service_test.action(//build/toolchain/host:linux_arm_gcc)
6376   restat = 1
6377
6378 build gen/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.action.pw_pystamp: __third_party_pigweed_repo_pw_unit_test_py_rpc_service_test.action___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.py obj/third_party/pigweed/repo/pw_unit_test/bin/test_rpc_server obj/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.stamp obj/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.install.stamp
6379
6380 build obj/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.action.stamp: stamp gen/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.action.pw_pystamp
6381 build obj/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.install.stamp
6382 build obj/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.lint.stamp
6383 build obj/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.lint.mypy.stamp
6384 build obj/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.lint.pylint.stamp
6385 build obj/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.tests.stamp: stamp
6386 build obj/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_unit_test/py/rpc_service_test.wheel.stamp
6387 build obj/third_party/pigweed/repo/pw_unit_test/py/tests.stamp: stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.tests.stamp
6388 build obj/third_party/pigweed/repo/pw_unit_test/py/wheel.stamp: stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.wheel.stamp
6389 rule __third_party_pigweed_repo_pw_varint_docs___build_toolchain_host_linux_arm_gcc__rule
6390   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_varint --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_varint/docs.pw_pystamp --capture-output -- ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
6391   description = ACTION //third_party/pigweed/repo/pw_varint:docs(//build/toolchain/host:linux_arm_gcc)
6392   restat = 1
6393
6394 build gen/third_party/pigweed/repo/pw_varint/docs.pw_pystamp: __third_party_pigweed_repo_pw_varint_docs___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/pw_varint/docs.rst ../../third_party/pigweed/repo/pw_build/py/pw_build/nop.py
6395
6396 build obj/third_party/pigweed/repo/pw_varint/docs.stamp: stamp gen/third_party/pigweed/repo/pw_varint/docs.pw_pystamp
6397 subninja obj/third_party/pigweed/repo/pw_varint/pw_varint.ninja
6398 subninja obj/third_party/pigweed/repo/pw_varint/stream.ninja
6399 subninja obj/third_party/pigweed/repo/pw_varint/stream_test.ninja
6400 subninja obj/third_party/pigweed/repo/pw_varint/stream_test.lib.ninja
6401 rule __third_party_pigweed_repo_pw_varint_stream_test.run___build_toolchain_host_linux_arm_gcc__rule
6402   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_varint --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_varint/stream_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:stream_test\)\>
6403   description = ACTION //third_party/pigweed/repo/pw_varint:stream_test.run(//build/toolchain/host:linux_arm_gcc)
6404   restat = 1
6405
6406 build gen/third_party/pigweed/repo/pw_varint/stream_test.run.pw_pystamp: __third_party_pigweed_repo_pw_varint_stream_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp obj/third_party/pigweed/repo/pw_varint/test/stream_test
6407
6408 build obj/third_party/pigweed/repo/pw_varint/stream_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_varint/stream_test.run.pw_pystamp
6409 build obj/third_party/pigweed/repo/pw_varint/stream_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_varint/stream_test.run.stamp
6410 build obj/third_party/pigweed/repo/pw_varint/tests.stamp: stamp obj/third_party/pigweed/repo/pw_varint/tests_pw_test_group_metadata.stamp
6411 subninja obj/third_party/pigweed/repo/pw_varint/tests.bundle.ninja
6412 subninja obj/third_party/pigweed/repo/pw_varint/tests.bundle.lib.ninja
6413 rule __third_party_pigweed_repo_pw_varint_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule
6414   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_varint --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_varint/tests.bundle.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:tests.bundle\)\>
6415   description = ACTION //third_party/pigweed/repo/pw_varint:tests.bundle.run(//build/toolchain/host:linux_arm_gcc)
6416   restat = 1
6417
6418 build gen/third_party/pigweed/repo/pw_varint/tests.bundle.run.pw_pystamp: __third_party_pigweed_repo_pw_varint_tests.bundle.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp obj/third_party/pigweed/repo/pw_varint/test/tests.bundle
6419
6420 build obj/third_party/pigweed/repo/pw_varint/tests.bundle.run.stamp: stamp gen/third_party/pigweed/repo/pw_varint/tests.bundle.run.pw_pystamp
6421 build obj/third_party/pigweed/repo/pw_varint/tests.bundle_run.stamp: stamp obj/third_party/pigweed/repo/pw_varint/tests.bundle.run.stamp
6422 build obj/third_party/pigweed/repo/pw_varint/tests.lib.stamp: stamp obj/third_party/pigweed/repo/pw_varint/stream_test.lib.stamp obj/third_party/pigweed/repo/pw_varint/varint_test.lib.stamp
6423 build obj/third_party/pigweed/repo/pw_varint/tests.run.stamp: stamp obj/third_party/pigweed/repo/pw_varint/tests.stamp obj/third_party/pigweed/repo/pw_varint/stream_test.run.stamp obj/third_party/pigweed/repo/pw_varint/varint_test.run.stamp
6424 build obj/third_party/pigweed/repo/pw_varint/tests_pw_test_group_metadata.stamp: stamp obj/third_party/pigweed/repo/pw_varint/test/stream_test obj/third_party/pigweed/repo/pw_varint/test/varint_test
6425 build obj/third_party/pigweed/repo/pw_varint/tests_run.stamp: stamp obj/third_party/pigweed/repo/pw_varint/tests.run.stamp
6426 subninja obj/third_party/pigweed/repo/pw_varint/varint_test.ninja
6427 subninja obj/third_party/pigweed/repo/pw_varint/varint_test.lib.ninja
6428 rule __third_party_pigweed_repo_pw_varint_varint_test.run___build_toolchain_host_linux_arm_gcc__rule
6429   command = python3 ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py --gn-root ../../ --current-path ../../third_party/pigweed/repo/pw_varint --default-toolchain=//build/toolchain/host$:linux_arm_gcc --current-toolchain=//build/toolchain/host$:linux_arm_gcc --touch gen/third_party/pigweed/repo/pw_varint/varint_test.run.pw_pystamp --capture-output --module pw_unit_test.test_runner -- --runner ../../third_party/pigweed/repo/targets/host/run_test --test \<TARGET_FILE\($:varint_test\)\>
6430   description = ACTION //third_party/pigweed/repo/pw_varint:varint_test.run(//build/toolchain/host:linux_arm_gcc)
6431   restat = 1
6432
6433 build gen/third_party/pigweed/repo/pw_varint/varint_test.run.pw_pystamp: __third_party_pigweed_repo_pw_varint_varint_test.run___build_toolchain_host_linux_arm_gcc__rule | ../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py ../../third_party/pigweed/repo/targets/host/run_test obj/third_party/pigweed/repo/pw_unit_test/py/py.stamp obj/third_party/pigweed/repo/pw_unit_test/py/py.install.stamp obj/third_party/pigweed/repo/pw_varint/test/varint_test
6434
6435 build obj/third_party/pigweed/repo/pw_varint/varint_test.run.stamp: stamp gen/third_party/pigweed/repo/pw_varint/varint_test.run.pw_pystamp
6436 build obj/third_party/pigweed/repo/pw_varint/varint_test_run.stamp: stamp obj/third_party/pigweed/repo/pw_varint/varint_test.run.stamp
6437 build obj/third_party/pigweed/repo/pw_watch/py/_build_wheel.stamp: stamp obj/third_party/pigweed/repo/pw_watch/py/py._build_wheel.stamp
6438 build obj/third_party/pigweed/repo/pw_watch/py/_run_pip_install.stamp: stamp obj/third_party/pigweed/repo/pw_watch/py/py._run_pip_install.stamp
6439 build obj/third_party/pigweed/repo/pw_watch/py/install.stamp: stamp obj/third_party/pigweed/repo/pw_watch/py/py.install.stamp
6440 build obj/third_party/pigweed/repo/pw_watch/py/lint.stamp: stamp obj/third_party/pigweed/repo/pw_watch/py/py.lint.stamp
6441 build obj/third_party/pigweed/repo/pw_watch/py/lint.mypy.stamp: stamp obj/third_party/pigweed/repo/pw_watch/py/py.lint.mypy.stamp
6442 build obj/third_party/pigweed/repo/pw_watch/py/lint.pylint.stamp: stamp obj/third_party/pigweed/repo/pw_watch/py/py.lint.pylint.stamp
6443 build obj/third_party/pigweed/repo/pw_watch/py/py.stamp: stamp python/obj/third_party/pigweed/repo/pw_watch/py/py.stamp
6444 build obj/third_party/pigweed/repo/pw_watch/py/py._build_wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_watch/py/py._build_wheel.stamp
6445 build obj/third_party/pigweed/repo/pw_watch/py/py._run_pip_install.stamp: stamp python/obj/third_party/pigweed/repo/pw_watch/py/py._run_pip_install.stamp
6446 build obj/third_party/pigweed/repo/pw_watch/py/py.install.stamp: stamp python/obj/third_party/pigweed/repo/pw_watch/py/py.install.stamp
6447 build obj/third_party/pigweed/repo/pw_watch/py/py.lint.stamp: stamp python/obj/third_party/pigweed/repo/pw_watch/py/py.lint.stamp
6448 build obj/third_party/pigweed/repo/pw_watch/py/py.lint.mypy.stamp: stamp python/obj/third_party/pigweed/repo/pw_watch/py/py.lint.mypy.stamp
6449 build obj/third_party/pigweed/repo/pw_watch/py/py.lint.pylint.stamp: stamp python/obj/third_party/pigweed/repo/pw_watch/py/py.lint.pylint.stamp
6450 build obj/third_party/pigweed/repo/pw_watch/py/py.tests.stamp: stamp obj/third_party/pigweed/repo/pw_watch/py/py.tests.watch_test.py.stamp
6451 build obj/third_party/pigweed/repo/pw_watch/py/py.tests.watch_test.py.stamp: stamp python/obj/third_party/pigweed/repo/pw_watch/py/py.tests.watch_test.py.stamp
6452 build obj/third_party/pigweed/repo/pw_watch/py/py.wheel.stamp: stamp python/obj/third_party/pigweed/repo/pw_watch/py/py.wheel.stamp
6453 build obj/third_party/pigweed/repo/pw_watch/py/tests.stamp: stamp obj/third_party/pigweed/repo/pw_watch/py/py.tests.stamp
6454 build obj/third_party/pigweed/repo/pw_watch/py/wheel.stamp: stamp obj/third_party/pigweed/repo/pw_watch/py/py.wheel.stamp