mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Errors observed only in tests on CircleCI — was not reproducible locally.
```
ERROR: /home/circleci/ng/packages/http/test/BUILD.bazel:3:1: Compiling TypeScript (devmode) //packages/http/test:test_lib failed (Exit 1): tsc_wrapped failed: error executing command
(cd /home/circleci/.cache/bazel/_bazel_circleci/9ce5c2144ecf75d11717c0aa41e45a8d/execroot/angular && \
exec env - \
BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 \
PATH=/bin:/usr/bin:/usr/local/bin \
bazel-out/host/bin/external/npm/@bazel/typescript/bin/tsc_wrapped @@bazel-out/k8-fastbuild/bin/packages/http/test/test_lib_es5_tsconfig.json)
Execution platform: //tools:rbe_ubuntu1604-angular
Compilation failed Error: missing input digest for /home/circleci/.cache/bazel/_bazel_circleci/9ce5c2144ecf75d11717c0aa41e45a8d/execroot/angular/external/npm/node_modules/@types/events/index.d.ts.
ERROR: /home/circleci/ng/packages/benchpress/test/BUILD.bazel:3:1: Compiling TypeScript (devmode) //packages/benchpress/test:test_lib failed (Exit 1): tsc_wrapped failed: error executing command
(cd /home/circleci/.cache/bazel/_bazel_circleci/9ce5c2144ecf75d11717c0aa41e45a8d/execroot/angular && \
exec env - \
BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 \
PATH=/bin:/usr/bin:/usr/local/bin \
bazel-out/host/bin/external/npm/@bazel/typescript/bin/tsc_wrapped @@bazel-out/k8-fastbuild/bin/packages/benchpress/test/test_lib_es5_tsconfig.json)
Execution platform: //tools:rbe_ubuntu1604-angular
Compilation failed Error: missing input digest for /home/circleci/.cache/bazel/_bazel_circleci/9ce5c2144ecf75d11717c0aa41e45a8d/execroot/angular/external/npm/node_modules/@types/events/index.d.ts
ERROR: C:/codefresh/volume/angular/packages/compiler/test/css_parser/BUILD.bazel:3:1: Compiling TypeScript (devmode) //packages/compiler/test/css_parser:css_parser_lib failed (Exit 1):
tsc_wrapped.exe failed: error executing command
cd C:/users/containeradministrator/_bazel_containeradministrator/zquin2l6/execroot/angular
SET PATH=C:\msys64\usr\bin;C:\msys64\bin;C:\Windows;C:\Windows\System32;C:\Windows\System32\WindowsPowerShell\v1.0
SET RUNFILES_MANIFEST_ONLY=1
bazel-out/host/bin/external/npm/@bazel/typescript/bin/tsc_wrapped.exe @@bazel-out/x64_windows-fastbuild/bin/packages/compiler/test/css_parser/css_parser_lib_es5_tsconfig.json
Execution platform: @bazel_tools//platforms:host_platform
Compilation failed Error: missing input digest for C:/users/containeradministrator/_bazel_containeradministrator/zquin2l6/execroot/angular/external/npm/node_modules/@types/events/index.
d.ts
```
PR Close #31325
|
||
|---|---|---|
| .. | ||
| assets | ||
| browser | ||
| closure | ||
| common | ||
| extra | ||
| node | ||
| npm_package | ||
| patch | ||
| performance | ||
| rxjs | ||
| webdriver | ||
| zone-spec | ||
| browser-env-setup.ts | ||
| browser-zone-setup.ts | ||
| browser_entry_point.ts | ||
| browser_es2015_entry_point.ts | ||
| browser_symbol_setup.ts | ||
| BUILD.bazel | ||
| common_tests.ts | ||
| fake_entry.js | ||
| jasmine-patch.spec.ts | ||
| main.ts | ||
| mocha-patch.spec.ts | ||
| node-env-setup.ts | ||
| node_bluebird_entry_point.ts | ||
| node_entry_point.ts | ||
| node_entry_point_no_patch_clock.ts | ||
| node_error_disable_policy_entry_point.ts | ||
| node_error_entry_point.ts | ||
| node_error_lazy_policy_entry_point.ts | ||
| node_tests.ts | ||
| saucelabs.js | ||
| test-env-setup-jasmine-no-patch-clock.ts | ||
| test-env-setup-jasmine.ts | ||
| test-env-setup-mocha.ts | ||
| test-util.ts | ||
| test_fake_polyfill.ts | ||
| ws-client.js | ||
| ws-server.js | ||
| ws-webworker-context.ts | ||
| wtf_mock.ts | ||
| zone_worker_entry_point.ts | ||