@rushstack/rush-http-build-cache-plugin 5.99.0 → 5.100.0-pr4132

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 6940.8699810000835
2
+ "nonCachedDurationMs": 6760.948056999943
3
3
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 2109.4942300000694
2
+ "nonCachedDurationMs": 1971.250028999988
3
3
  }
@@ -3,7 +3,7 @@
3
3
  "rush-plugins/rush-http-build-cache-plugin/README.md": "d8468855d6f34e6f4cc79b6a3f05d57e0b1aaf83",
4
4
  "rush-plugins/rush-http-build-cache-plugin/config/jest.config.json": "fa6760fad1e1c41d73a7b6e38783d941a7c969dd",
5
5
  "rush-plugins/rush-http-build-cache-plugin/config/rig.json": "f497ba3bb0a8bcb25471bfc11342bd9278d7c4c7",
6
- "rush-plugins/rush-http-build-cache-plugin/package.json": "72d06304ada0111f2e385db5ca435d619b987217",
6
+ "rush-plugins/rush-http-build-cache-plugin/package.json": "b762fe6db49cec938aea9e8cf64ec72b4fc00ee0",
7
7
  "rush-plugins/rush-http-build-cache-plugin/rush-plugin-manifest.json": "126dfa796b3ce186d8a6892e8bdd26da17d88a57",
8
8
  "rush-plugins/rush-http-build-cache-plugin/src/HttpBuildCacheProvider.ts": "76e7d1b2bc4d6a0e056226daf21e0c74576c84d6",
9
9
  "rush-plugins/rush-http-build-cache-plugin/src/RushHttpBuildCachePlugin.ts": "fe09c250cc8018d4861a80c4a4f3ba447f03465b",
@@ -3,7 +3,7 @@
3
3
  "rush-plugins/rush-http-build-cache-plugin/README.md": "d8468855d6f34e6f4cc79b6a3f05d57e0b1aaf83",
4
4
  "rush-plugins/rush-http-build-cache-plugin/config/jest.config.json": "fa6760fad1e1c41d73a7b6e38783d941a7c969dd",
5
5
  "rush-plugins/rush-http-build-cache-plugin/config/rig.json": "f497ba3bb0a8bcb25471bfc11342bd9278d7c4c7",
6
- "rush-plugins/rush-http-build-cache-plugin/package.json": "72d06304ada0111f2e385db5ca435d619b987217",
6
+ "rush-plugins/rush-http-build-cache-plugin/package.json": "b762fe6db49cec938aea9e8cf64ec72b4fc00ee0",
7
7
  "rush-plugins/rush-http-build-cache-plugin/rush-plugin-manifest.json": "126dfa796b3ce186d8a6892e8bdd26da17d88a57",
8
8
  "rush-plugins/rush-http-build-cache-plugin/src/HttpBuildCacheProvider.ts": "76e7d1b2bc4d6a0e056226daf21e0c74576c84d6",
9
9
  "rush-plugins/rush-http-build-cache-plugin/src/RushHttpBuildCachePlugin.ts": "fe09c250cc8018d4861a80c4a4f3ba447f03465b",
@@ -0,0 +1,28 @@
1
+ Start time: Wed Jun 07 2023 22:43:56 GMT+0000 (Coordinated Universal Time)
2
+ Invoking "/usr/bin/tar -c -f /home/vsts/work/1/s/common/temp/build-cache/rushstack+rush-http-build-cache-plugin-_phase_build-41ca703624c2e30b435a1aabd7e09e8ecd09851a-82874dd55c3d78a9.temp -z --files-from=-"
3
+
4
+ ======= BEGIN PROCESS INPUT ======
5
+ .rush/temp/operation/_phase_build/state.json
6
+ lib/HttpBuildCacheProvider.d.ts
7
+ lib/HttpBuildCacheProvider.d.ts.map
8
+ lib/HttpBuildCacheProvider.js
9
+ lib/HttpBuildCacheProvider.js.map
10
+ lib/RushHttpBuildCachePlugin.d.ts
11
+ lib/RushHttpBuildCachePlugin.d.ts.map
12
+ lib/RushHttpBuildCachePlugin.js
13
+ lib/RushHttpBuildCachePlugin.js.map
14
+ lib/index.d.ts
15
+ lib/index.d.ts.map
16
+ lib/index.js
17
+ lib/index.js.map
18
+ lib/schemas/plugin-config.schema.json
19
+ lib/test/HttpBuildCacheProvider.test.d.ts
20
+ lib/test/HttpBuildCacheProvider.test.d.ts.map
21
+ lib/test/HttpBuildCacheProvider.test.js
22
+ lib/test/HttpBuildCacheProvider.test.js.map
23
+ temp/build.typescript/ts_l9Fw4VUO.json
24
+ ======== END PROCESS INPUT =======
25
+ ======= BEGIN PROCESS OUTPUT =======
26
+ ======== END PROCESS OUTPUT ========
27
+
28
+ Exited with code "0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/rush-http-build-cache-plugin",
3
- "version": "5.99.0",
3
+ "version": "5.100.0-pr4132",
4
4
  "description": "Rush plugin for generic HTTP cloud build cache",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,13 +15,13 @@
15
15
  "https-proxy-agent": "~5.0.0",
16
16
  "node-fetch": "2.6.7",
17
17
  "@rushstack/node-core-library": "3.59.2",
18
- "@rushstack/rush-sdk": "5.99.0"
18
+ "@rushstack/rush-sdk": "5.100.0-pr4132"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/heft-jest": "1.0.1",
22
22
  "@types/node": "14.18.36",
23
23
  "@types/node-fetch": "2.6.2",
24
- "@microsoft/rush-lib": "5.99.0",
24
+ "@microsoft/rush-lib": "5.100.0-pr4132",
25
25
  "@rushstack/eslint-config": "3.3.0",
26
26
  "@rushstack/heft": "0.51.0",
27
27
  "@rushstack/heft-node-rig": "2.0.0"
@@ -1 +1,10 @@
1
- Restoring cached log file at /home/vsts/work/1/s/rush-plugins/rush-http-build-cache-plugin/.rush/temp/operation/_phase_build/all.log
1
+ Invoking: heft run --only build -- --clean --production
2
+ ---- lifecycle started ----
3
+ ---- build started ----
4
+ [build:typescript] Using TypeScript version 5.0.4
5
+ [build:typescript] Copied 1 folder or file and linked 0 files
6
+ ---- build finished (6.194s) ----
7
+ ---- lifecycle finished (6.197s) ----
8
+ -------------------- Finished (6.199s) --------------------
9
+ Caching build output folders: lib, temp
10
+ Successfully set cache entry.
@@ -6,7 +6,7 @@ The provided list of phases does not contain all phase dependencies. You may nee
6
6
  [test:jest]
7
7
  [test:jest] Run start. 1 test suite
8
8
  [test:jest] START lib/test/HttpBuildCacheProvider.test.js
9
- [test:jest] PASS lib/test/HttpBuildCacheProvider.test.js (duration: 0.911s, 2 passed, 0 failed)
9
+ [test:jest] PASS lib/test/HttpBuildCacheProvider.test.js (duration: 0.833s, 2 passed, 0 failed)
10
10
  [test:jest]
11
11
  [test:jest] Tests finished:
12
12
  [test:jest] Successes: 2
@@ -20,6 +20,7 @@ All files | 54.61 | 53.33 | 53.33 | 54.61 |
20
20
  RushHttpBuildCachePlugin.ts | 0 | 0 | 0 | 0 | 1-81
21
21
  index.ts | 0 | 0 | 0 | 0 | 1-4
22
22
  -----------------------------|---------|----------|---------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------
23
- ---- test finished (1.663s) ----
24
- ---- lifecycle finished (1.665s) ----
25
- -------------------- Finished (1.668s) --------------------
23
+ ---- test finished (1.588s) ----
24
+ ---- lifecycle finished (1.590s) ----
25
+ -------------------- Finished (1.592s) --------------------
26
+ This project does not define the caching behavior of the "_phase:test" command, so caching has been disabled.
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1685743416976" clover="3.2.0">
3
- <project timestamp="1685743416976" name="All files">
2
+ <coverage generated="1686177861115" clover="3.2.0">
3
+ <project timestamp="1686177861115" name="All files">
4
4
  <metrics statements="509" coveredstatements="278" conditionals="60" coveredconditionals="32" methods="15" coveredmethods="8" elements="584" coveredelements="318" complexity="0" loc="509" ncloc="509" packages="1" files="3" classes="3"/>
5
5
  <file name="HttpBuildCacheProvider.ts" path="/home/vsts/work/1/s/rush-plugins/rush-http-build-cache-plugin/src/HttpBuildCacheProvider.ts">
6
6
  <metrics statements="424" coveredstatements="278" conditionals="58" coveredconditionals="32" methods="13" coveredmethods="8"/>
@@ -1342,7 +1342,7 @@ export class HttpBuildCacheProvider implements ICloudBuildCacheProvider {
1342
1342
  <div class='footer quiet pad2 space-top1 center small'>
1343
1343
  Code coverage generated by
1344
1344
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1345
- at 2023-06-02T22:03:36.947Z
1345
+ at 2023-06-07T22:44:21.089Z
1346
1346
  </div>
1347
1347
  <script src="prettify.js"></script>
1348
1348
  <script>
@@ -313,7 +313,7 @@
313
313
  <div class='footer quiet pad2 space-top1 center small'>
314
314
  Code coverage generated by
315
315
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
316
- at 2023-06-02T22:03:36.947Z
316
+ at 2023-06-07T22:44:21.089Z
317
317
  </div>
318
318
  <script src="prettify.js"></script>
319
319
  <script>
@@ -131,7 +131,7 @@
131
131
  <div class='footer quiet pad2 space-top1 center small'>
132
132
  Code coverage generated by
133
133
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134
- at 2023-06-02T22:03:36.947Z
134
+ at 2023-06-07T22:44:21.089Z
135
135
  </div>
136
136
  <script src="prettify.js"></script>
137
137
  <script>
@@ -82,7 +82,7 @@
82
82
  <div class='footer quiet pad2 space-top1 center small'>
83
83
  Code coverage generated by
84
84
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
85
- at 2023-06-02T22:03:36.947Z
85
+ at 2023-06-07T22:44:21.089Z
86
86
  </div>
87
87
  <script src="prettify.js"></script>
88
88
  <script>
@@ -1,7 +1,7 @@
1
- 5cc08f1c537bb1e637e67b93b9c78fd9
1
+ 17444f340ee52255c8f57f237e4e0f97
2
2
  {
3
3
  "name": "@rushstack/rush-http-build-cache-plugin",
4
- "version": "5.98.0",
4
+ "version": "5.100.0-pr4132",
5
5
  "description": "Rush plugin for generic HTTP cloud build cache",
6
6
  "repository": {
7
7
  "type": "git",
@@ -1 +1 @@
1
- {"/home/vsts/work/1/s/rush-plugins/rush-http-build-cache-plugin/lib/test/HttpBuildCacheProvider.test.js":[1,911]}
1
+ {"/home/vsts/work/1/s/rush-plugins/rush-http-build-cache-plugin/lib/test/HttpBuildCacheProvider.test.js":[1,833]}
@@ -1,25 +0,0 @@
1
- Invoking: heft run --only test -- --clean --production
2
- The provided list of phases does not contain all phase dependencies. You may need to run the excluded phases manually.
3
- ---- lifecycle started ----
4
- ---- test started ----
5
- [test:jest] Using Jest version 29.5.0
6
- [test:jest]
7
- [test:jest] Run start. 1 test suite
8
- [test:jest] START lib/test/HttpBuildCacheProvider.test.js
9
- [test:jest] PASS lib/test/HttpBuildCacheProvider.test.js (duration: 0.911s, 2 passed, 0 failed)
10
- [test:jest]
11
- [test:jest] Tests finished:
12
- [test:jest] Successes: 2
13
- [test:jest] Failures: 0
14
- [test:jest] Total: 2
15
- -----------------------------|---------|----------|---------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------
16
- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
17
- -----------------------------|---------|----------|---------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------
18
- All files | 54.61 | 53.33 | 53.33 | 54.61 |
19
- HttpBuildCacheProvider.ts | 65.56 | 55.17 | 61.53 | 65.56 | 63-64,104-131,134-145,148-173,176-185,192-193,218-219,222-225,269,287-288,326-330,335-336,340-349,354-366,369-373,389-391,399-401,404-406,409-421
20
- RushHttpBuildCachePlugin.ts | 0 | 0 | 0 | 0 | 1-81
21
- index.ts | 0 | 0 | 0 | 0 | 1-4
22
- -----------------------------|---------|----------|---------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------
23
- ---- test finished (1.663s) ----
24
- ---- lifecycle finished (1.665s) ----
25
- -------------------- Finished (1.668s) --------------------
@@ -1,10 +0,0 @@
1
- Start time: Fri Jun 02 2023 22:03:25 GMT+0000 (Coordinated Universal Time)
2
- Invoking "/usr/bin/tar -x -m -f /home/vsts/work/1/s/common/temp/build-cache/rushstack+rush-http-build-cache-plugin-_phase_build-55b99e47821b7a1898b0ccaae08ac0b587ad1700"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"