Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download of large files via curl / wget reliably corrupted (hash sum mismatch) #12340

Open
1 of 2 tasks
dtrebbien opened this issue Dec 4, 2024 · 3 comments
Open
1 of 2 tasks
Labels
emailed-logs Logs have been emailed

Comments

@dtrebbien
Copy link

Windows Version

Microsoft Windows [Version 10.0.22631.4460]

WSL Version

2.3.26.0

Are you using WSL 1 or WSL 2?

  • WSL 2
  • WSL 1

Kernel Version

5.15.167.4-microsoft-standard-WSL2

Distro Version

Ubuntu 24.04

Other Software

curl 8.5.0 (x86_64-pc-linux-gnu) libcurl/8.5.0 OpenSSL/3.0.13 zlib/1.3 brotli/1.1.0 zstd/1.5.5 libidn2/2.3.7 libpsl/0.21.2 (+libidn2/2.3.7) libssh/0.10.6/openssl/zlib nghttp2/1.59.0 librtmp/2.3 OpenLDAP/2.6.7
Release-Date: 2023-12-06, security patched: 8.5.0-2ubuntu10.4
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets zstd

GNU Wget 1.21.4 built on linux-gnu.
-cares +digest -gpgme +https +ipv6 +iri +large-file -metalink +nls
+ntlm +opie +psl +ssl/openssl

Repro Steps

Create a new installation of Ubuntu 24.04 via:

wsl --install -d Ubuntu-24.04

In the shell, download openjdk-17-jdk-headless_17.0.13+11-2ubuntu1~24.04_amd64.deb via either curl or wget:

dtrebbien@dev-dtrebbien:~/tmp$ curl http://archive.ubuntu.com/ubuntu/pool/main/o/openjdk-17/openjdk-17-jdk-headless_17.0.13%2b11-2ubuntu1%7e24.04_amd64.deb -o download-via-curl
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 68.0M  100 68.0M    0     0  15.7M      0  0:00:04  0:00:04 --:--:-- 15.7M
dtrebbien@dev-dtrebbien:~/tmp$ wget -O download-via-wget http://archive.ubuntu.com/ubuntu/pool/main/o/openjdk-17/openjdk-17-jdk-headless_17.0.13%2b11-2ubuntu1%7e24.04_amd64.deb
--2024-12-03 19:41:01--  http://archive.ubuntu.com/ubuntu/pool/main/o/openjdk-17/openjdk-17-jdk-headless_17.0.13%2b11-2ubuntu1%7e24.04_amd64.deb
Resolving archive.ubuntu.com (archive.ubuntu.com)... 91.189.91.82, 185.125.190.82, 185.125.190.81, ...
Connecting to archive.ubuntu.com (archive.ubuntu.com)|91.189.91.82|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 71367354 (68M) [application/vnd.debian.binary-package]
Saving to: ‘download-via-wget’

download-via-wget             100%[=================================================>]  68.06M  16.0MB/s    in 5.3s

2024-12-03 19:41:06 (12.9 MB/s) - ‘download-via-wget’ saved [71367354/71367354]

Compute the SHA-256 hashes of both download-via-curl and download-via-wget:

dtrebbien@dev-dtrebbien:~/tmp$ sha256sum download-via-curl
4a0eec1cee99c630d4a82124888c59d9b8f973cd459680629adc25ff31945e40  download-via-curl
dtrebbien@dev-dtrebbien:~/tmp$ sha256sum download-via-wget
6d8992198bf7d78eea300efb280b0af6b4275f36bf20ee1f1495b53110ce9c72  download-via-wget

The file sizes are correct (71367354 bytes), but the hashes are wrong. The hashes will vary each time.

As reported at https://packages.ubuntu.com/noble/amd64/openjdk-17-jdk-headless/download the correct hashes are:

Exact Size		71367354 Byte (68.1 MByte)
MD5 checksum		c114b66a6a7fbd9d4054c6d992fbbc20
SHA1 checksum		152662fb775207b5cadd105a1edac6f550eede66
SHA256 checksum		b8872f6d026275ef12fcdb65aaab725115b8b3bfc39f4103569ae4e2392a3dd2

Expected Behavior

The SHA-256 sums of download-via-curl and download-via-wget should both be b8872f6d026275ef12fcdb65aaab725115b8b3bfc39f4103569ae4e2392a3dd2

Actual Behavior

Each of the downloaded copies, download-via-curl and download-via-wget, are corrupted, and even differ from each other.

If I download the DEB file on Windows, and then copy the file into \\wsl.localhost\Ubuntu-24.04\home\dtrebbien\tmp using Explorer, the file is not corrupted:

dtrebbien@dev-dtrebbien:~/tmp$ sha256sum download-via-Windows
b8872f6d026275ef12fcdb65aaab725115b8b3bfc39f4103569ae4e2392a3dd2  download-via-Windows

Moreover, binary comparisons of download-via-curl and download-via-wget vs. download-via-Windows reveal different segments of bytes that have been changed:

dtrebbien@dev-dtrebbien:~/tmp$ cmp -l download-via-Windows download-via-curl
14050767 104 244
14050768 162 346
14050769  30 255
14050770  66 306
14050771 306 124
14050772 111 162
14050773 215 354
14050774 151 253
14050775  47  10
14050776  77  14
14050777 341   4
14050778 261  46
14050779 320  74
14050780  44 356
14050781 114 356
14050782 332 135
14050783 353   0
14050784 176 260
14050785 343 130
14050786 160   1
14050787 340 277
14050788 370 377
14050789 227 377
14050790  25 377
14050791 104   0
14050792 226   0
14050793 315  54
14050794 213 126
14050795 222 300
14050796 321 377
14050797 324 377
14050798 143 377
14050799   3 301
14050800 232 314
14050801 335  74
14050802  41 256
14050803 215  67
14050804 355 365
14050805 320  72
14050806 202 264
14050807 156   0
14050808 313   0
14050809  44  54
14050810  75 126
14050811 276   0
14050812  10   0
14050813 375   0
14050814  11   0
14050815 251  20
14050816 121  66
14050817 302 301
14050818 360  52
14050819 236 355
14050820 145 324
14050821 155  66
14050822   5 311
14050823 171 260
14050824 153  77
35004535  36 373
35004536 334 352
35004537   4 130
35004538 362 251
35004539 100 264
35004540  11 344
35004541 276 205
35004542 124 143
35004543 357 230
35004544 126  74
35004545   3 234
35004546 267 214
35004547 341 313
35004548 166 251
35004549 242 354
35004550  21 125
35004551 154   0
35004552 357 205
35004553  60 126
35004554 243   1
35004555 261 277
35004556 110 377
35004557 230 377
35004558 152 377
35004559  10   0
35004560 324 100
35004561 235 241
35004562 307 125
35004563 200 300
35004564 175 377
35004565 117 377
35004566 237 377
35004567 347 157
35004568 202 343
35004569 144 120
35004570  33 337
35004571 313 343
35004572 110 150
35004573 160 226
35004574 247 254
35004575 124   0
35004576 362 100
35004577  56 241
35004578 201 125
35004579 372   0
35004580 241   0
35004581 244   0
35004582 244   0
35004583 217 316
35004584 300 325
35004585 235 264
35004586 162 147
35004587 142 340
35004588  70  40
35004589 331 316
35004590  35 262
35004591  15 260
35004592 164  77
40889009 310  21
40889010 137  67
40889011 265 164
40889012 275 365
40889013 276  14
40889014 307 111
40889015  30 343
40889016 116 330
40889017 245 176
40889018 352 273
40889019 114 207
40889020 230 116
40889021  34  52
40889022 141 246
40889023   3 353
40889024 173 323
40889025 140   0
40889026  60  71
40889027 264 130
40889028 136   1
40889029 264 277
40889030 136 377
40889031 265 377
40889032 314 377
40889033 234   0
40889034 345 100
40889035 254  16
40889036 230 126
40889037 347 300
40889038  27 377
40889039  57 377
40889040 212 377
40889041 254 107
40889042 117 333
40889043 213 370
40889044 214 100
40889045 331  41
40889046 216 320
42360693  67  12
42360694  43  23
42360695 220  20
42360696 343 267
42360697  63 124
42360698 223 236
42360699 211 117
42360700 363 211
42360701 366 333
42360702  34  63
42360703 314  33
42360704 261 134
42360705 225 264
42360706 303   5
42360707  74  66
42360708 337 116
42360709 123   0
42360710 310 240
42360711 143 130
42360712 201   1
42360713 337 277
42360714 125 377
42360715 306 377
42360716  13 377
42360717 354   0
42360718  55   0
42360719  22  50
42360720 226 126
42360721 260 300
42360722 214 377
42360723 342 377
42360724  75 377
42360725 126 124
42360726  70 252
42360727   6 312
42360728 106  61
42360729   5 234
42360730 326 275
42360731 260 355
42360732 201 371
42360733 322   0
42360734 305   0
42360735 366  50
42360736 371 126
42360737  35   0
42360738 225   0
42360739  67   0
42360740  71   0
42360741  63 126
42360742 214  73
42360743 324 230
42360744 342 226
42360745 314 156
42360746 252  23
42360747 324  61
42360748 224 176
42360749  20 260
42360750 240  77
dtrebbien@dev-dtrebbien:~/tmp$ cmp -l download-via-Windows download-via-wget
10261685 306 123
10261686  14 175
10261687 223   6
10261688 373  31
10261689  61   5
10261690 101   1
10261691 175  27
10261692 134 212
10261693 262  61
10261694 270 171
10261695 324 277
10261696 105 205
10261697 107  12
10261698  65 200
10261699  55 321
10261700 267 355
10261701   4   0
10261702  44 235
10261703 317 130
10261704 311   1
10261705 230 277
10261706 144 377
10261707  70 377
10261708 274 377
10261709 254   0
10261710 101 100
10261711 231  47
10261712 216 126
10261713 125 300
10261714 215 377
10261715 312 377
10261716 360 377
10261717 250 255
10261718 303  47
10261719 115 200
10261720 235 105
10261721 313 345
10261722 260 246
68967835 331 102
68967836 276 161
68967837 266 176
68967838 372 344
68967839 347  53
68967840 123 265
68967841 251  60
68967842  52  51
68967843 327 166
68967844 120 314
68967845 322  51
68967846 205  10
68967847  73 325
68967848 173 151
68967849 156  33
68967850 261 175
68967851 177   0
68967852  73 136
68967853 335 127
68967854 165   1
68967855 216 277
68967856 331 377
68967857 331 377
68967858 163 377
68967859 273   0
68967860 370 200
68967861  52 327
68967862 262 125
68967863 273 300
68967864 215 377
68967865 376 377
68967866 135 377
68967867  22 330
68967868 233 110
68967869 253 122
68967870  63 112
68967871 134 237
68967872 147  71

It seems that the same problem is affecting apt-get update as well. I came across #12079 which is what I am seeing as well:

root@dev-dtrebbien:~/tmp# rm -r /var/lib/apt/lists/*
root@dev-dtrebbien:~/tmp# apt-get update
Get:1 http://archive.ubuntu.com/ubuntu noble InRelease [256 kB]
Get:2 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
Get:5 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages [1401 kB]
Get:6 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [498 kB]
Get:7 http://archive.ubuntu.com/ubuntu noble/main Translation-en [513 kB]
Get:8 http://archive.ubuntu.com/ubuntu noble/main amd64 Components [464 kB]
Err:8 http://archive.ubuntu.com/ubuntu noble/main amd64 Components
  Hash Sum mismatch
  Hashes of expected file:
   - Filesize:464496 [weak]
   - SHA256:16d6a29ff856841eb7549e49226e6ea1e214288c436de22e0c72a789f32ba826
   - SHA1:0b2b7fed4adae893ee3b8416be6ed1a531564fa8 [weak]
   - MD5Sum:f30cc7fe20144ac8b9ed36f03d6f2c6e [weak]
  Hashes of received file:
   - SHA256:462996d7873909e4267a8029949f94f09e86bd137221ae3473bcd4c130e5a1b3
   - SHA1:dae42846eda492a8f50fe2f4951aa06874e4fd5e [weak]
   - MD5Sum:a729bd7e2d7730c5f10825ef10fd8ba7 [weak]
   - Filesize:464496 [weak]
  Last modification reported: Sun, 12 Nov 2023 22:41:37 +0000
  Release file created at: Thu, 25 Apr 2024 15:10:33 +0000
Get:9 http://archive.ubuntu.com/ubuntu noble/main amd64 c-n-f Metadata [30.5 kB]
Get:10 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages [15.0 MB]
Get:11 http://security.ubuntu.com/ubuntu noble-security/main Translation-en [102 kB]
Get:12 http://security.ubuntu.com/ubuntu noble-security/main amd64 Components [7184 B]
Get:13 http://security.ubuntu.com/ubuntu noble-security/main amd64 c-n-f Metadata [5892 B]
Get:14 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [563 kB]
Get:15 http://security.ubuntu.com/ubuntu noble-security/universe Translation-en [150 kB]
Get:16 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Components [51.9 kB]
Get:17 http://security.ubuntu.com/ubuntu noble-security/universe amd64 c-n-f Metadata [13.5 kB]
Get:18 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [480 kB]
Err:10 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages

Get:19 http://archive.ubuntu.com/ubuntu noble/universe Translation-en [5982 kB]
Get:20 http://security.ubuntu.com/ubuntu noble-security/restricted Translation-en [92.5 kB]
Get:21 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
Get:22 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 c-n-f Metadata [424 B]
Get:23 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [12.2 kB]
Get:24 http://security.ubuntu.com/ubuntu noble-security/multiverse Translation-en [2940 B]
Get:25 http://archive.ubuntu.com/ubuntu noble/universe amd64 Components [3871 kB]
Get:26 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
Get:27 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 c-n-f Metadata [356 B]
Err:25 http://archive.ubuntu.com/ubuntu noble/universe amd64 Components

Get:28 http://archive.ubuntu.com/ubuntu noble/universe amd64 c-n-f Metadata [301 kB]
Get:29 http://archive.ubuntu.com/ubuntu noble/restricted amd64 Packages [93.9 kB]
Get:30 http://archive.ubuntu.com/ubuntu noble/restricted Translation-en [18.7 kB]
Get:31 http://archive.ubuntu.com/ubuntu noble/restricted amd64 c-n-f Metadata [416 B]
Get:32 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages [269 kB]
Get:33 http://archive.ubuntu.com/ubuntu noble/multiverse Translation-en [118 kB]
Get:34 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [673 kB]
Get:35 http://archive.ubuntu.com/ubuntu noble-updates/main Translation-en [158 kB]
Err:35 http://archive.ubuntu.com/ubuntu noble-updates/main Translation-en
  Hash Sum mismatch
  Hashes of expected file:
   - Filesize:157848 [weak]
   - SHA256:8d1936ce1ed3dd9eadaf5213ba930fb2df8ccc87e4cc7646f8b5e799d02b37c7
   - SHA1:731ebad97cb923ad211e70282b7108939448a522 [weak]
   - MD5Sum:2c632f3d9c92393f457fbc4148be642e [weak]
  Hashes of received file:
   - SHA256:94071a9437f05d70687806dd9d59177c267e4398c0cd6bf4af81226da15b8857
   - SHA1:9c1dd2c9e49c3eca818d73e3d9f0bd878e71aead [weak]
   - MD5Sum:820fb888dfab242931a1da1fff58ebf6 [weak]
   - Filesize:157848 [weak]
  Last modification reported: Tue, 03 Dec 2024 07:43:42 +0000
  Release file created at: Wed, 04 Dec 2024 02:27:05 +0000
Get:36 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [132 kB]
Get:37 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 c-n-f Metadata [10.4 kB]
Get:38 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [720 kB]
Get:39 http://archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [214 kB]
Get:40 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [310 kB]
Get:41 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 c-n-f Metadata [19.9 kB]
Get:42 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [480 kB]
Get:43 http://archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [92.5 kB]
Get:44 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
Get:45 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 c-n-f Metadata [424 B]
Get:46 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [208 B]
Get:47 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 c-n-f Metadata [112 B]
Get:48 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [10.7 kB]
Get:49 http://archive.ubuntu.com/ubuntu noble-backports/universe Translation-en [10.8 kB]
Get:50 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [11.7 kB]
Get:51 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 c-n-f Metadata [1104 B]
Get:52 http://archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
Get:53 http://archive.ubuntu.com/ubuntu noble-backports/restricted amd64 c-n-f Metadata [116 B]
Get:54 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
Get:55 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 c-n-f Metadata [116 B]
Fetched 33.6 MB in 3s (10.2 MB/s)
Reading package lists... Done
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble/main/dep11/by-hash/SHA256/16d6a29ff856841eb7549e49226e6ea1e214288c436de22e0c72a789f32ba826  Hash Sum mismatch
   Hashes of expected file:
    - Filesize:464496 [weak]
    - SHA256:16d6a29ff856841eb7549e49226e6ea1e214288c436de22e0c72a789f32ba826
    - SHA1:0b2b7fed4adae893ee3b8416be6ed1a531564fa8 [weak]
    - MD5Sum:f30cc7fe20144ac8b9ed36f03d6f2c6e [weak]
   Hashes of received file:
    - SHA256:462996d7873909e4267a8029949f94f09e86bd137221ae3473bcd4c130e5a1b3
    - SHA1:dae42846eda492a8f50fe2f4951aa06874e4fd5e [weak]
    - MD5Sum:a729bd7e2d7730c5f10825ef10fd8ba7 [weak]
    - Filesize:464496 [weak]
   Last modification reported: Sun, 12 Nov 2023 22:41:37 +0000
   Release file created at: Thu, 25 Apr 2024 15:10:33 +0000
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/by-hash/SHA256/ba9057fa1b91438cc8a1d26808d00c85389fe101d0c1496254df97236405599a
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble/universe/dep11/by-hash/SHA256/1265abaf44323e959287180e0fe0333bf47298660a1fc1d8f3e93b17edf56d17
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-updates/main/i18n/by-hash/SHA256/8d1936ce1ed3dd9eadaf5213ba930fb2df8ccc87e4cc7646f8b5e799d02b37c7  Hash Sum mismatch
   Hashes of expected file:
    - Filesize:157848 [weak]
    - SHA256:8d1936ce1ed3dd9eadaf5213ba930fb2df8ccc87e4cc7646f8b5e799d02b37c7
    - SHA1:731ebad97cb923ad211e70282b7108939448a522 [weak]
    - MD5Sum:2c632f3d9c92393f457fbc4148be642e [weak]
   Hashes of received file:
    - SHA256:94071a9437f05d70687806dd9d59177c267e4398c0cd6bf4af81226da15b8857
    - SHA1:9c1dd2c9e49c3eca818d73e3d9f0bd878e71aead [weak]
    - MD5Sum:820fb888dfab242931a1da1fff58ebf6 [weak]
    - Filesize:157848 [weak]
   Last modification reported: Tue, 03 Dec 2024 07:43:42 +0000
   Release file created at: Wed, 04 Dec 2024 02:27:05 +0000
E: Some index files failed to download. They have been ignored, or old ones used instead.

This could also be related to #8607

Diagnostic Logs

I will email them.

I attempted to follow the instructions to collect WSL logs for networking issues, but there is an error:

Log collection is running. Please reproduce the problem and press any key to save the logs.
Saving logs...
tcpdump: no process found
Data collection successful; output = WslNetworkingLogs-2024-12-03_19-40-30/wfpdiag.cab

100%  [>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>]

.. even though I had tcpdump running in a su shell. It wasn't possible for me to reproduce the problem before the networking log collection process ended.

Copy link

github-actions bot commented Dec 4, 2024

Logs are required for review from WSL team

If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'.
Otherwise please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.

How to collect WSL logs

Download and execute collect-wsl-logs.ps1 in an administrative powershell prompt:

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/WSL/master/diagnostics/collect-wsl-logs.ps1" -OutFile collect-wsl-logs.ps1
Set-ExecutionPolicy Bypass -Scope Process -Force
.\collect-wsl-logs.ps1

The script will output the path of the log file once done.

If this is a networking issue, please use collect-networking-logs.ps1, following the instructions here

Once completed please upload the output files to this Github issue.

Click here for more info on logging
If you choose to email these logs instead of attaching to the bug, please send them to [email protected] with the number of the github issue in the subject, and in the message a link to your comment in the github issue and reply with '/emailed-logs'.

View similar issues

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@dtrebbien
Copy link
Author

/emailed-logs

Copy link

github-actions bot commented Dec 4, 2024

Diagnostic information
Found '/emailed-logs', adding tag 'emailed-logs'

@github-actions github-actions bot added the emailed-logs Logs have been emailed label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
emailed-logs Logs have been emailed
Projects
None yet
Development

No branches or pull requests

1 participant