linux-kernel-labs / linux

Linux kernel source tree
Other
362 stars 265 forks source link

Unable to build site #378

Closed hanyujie2002 closed 9 months ago

hanyujie2002 commented 10 months ago

The site could be build well one week ago, but now there is some wrong. Maybe some dependency is broken

hanyujie2002 commented 10 months ago

I use github action to build site,

action code:

jobs:
  build_job:
    runs-on: ubuntu-20.04
    name: Build documentation
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Install native dependencies
        run: sudo apt-get update -y && sudo apt-get install -y ditaa graphviz
      - name: Install pip dependencies
        run: sudo pip install Sphinx==1.6.7 sphinx_rtd_theme hieroglyph==1.0
      - name: Build documentation
        run: cd tools/labs && make docs
hanyujie2002 commented 10 months ago

full log:

2023-12-04T04:55:22.7507808Z Requested labels: ubuntu-20.04
2023-12-04T04:55:22.7508120Z Job defined at: hanyujie2002/linux/.github/workflows/main.yml@refs/heads/master
2023-12-04T04:55:22.7508234Z Waiting for a runner to pick up this job...
2023-12-04T04:55:23.6267544Z Job is waiting for a hosted runner to come online.
2023-12-04T04:55:27.3188923Z Job is about to start running on the hosted runner: GitHub Actions 2 (hosted)
2023-12-04T04:55:31.0430785Z Current runner version: '2.311.0'
2023-12-04T04:55:31.0455708Z ##[group]Operating System
2023-12-04T04:55:31.0456303Z Ubuntu
2023-12-04T04:55:31.0456585Z 20.04.6
2023-12-04T04:55:31.0456914Z LTS
2023-12-04T04:55:31.0457210Z ##[endgroup]
2023-12-04T04:55:31.0457550Z ##[group]Runner Image
2023-12-04T04:55:31.0458146Z Image: ubuntu-20.04
2023-12-04T04:55:31.0458670Z Version: 20231126.1.0
2023-12-04T04:55:31.0460065Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20231126.1/images/ubuntu/Ubuntu2004-Readme.md
2023-12-04T04:55:31.0462415Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20231126.1
2023-12-04T04:55:31.0463545Z ##[endgroup]
2023-12-04T04:55:31.0463932Z ##[group]Runner Image Provisioner
2023-12-04T04:55:31.0464422Z 2.0.321.1
2023-12-04T04:55:31.0464704Z ##[endgroup]
2023-12-04T04:55:31.0467177Z ##[group]GITHUB_TOKEN Permissions
2023-12-04T04:55:31.0468850Z Actions: write
2023-12-04T04:55:31.0469232Z Checks: write
2023-12-04T04:55:31.0469739Z Contents: write
2023-12-04T04:55:31.0470138Z Deployments: write
2023-12-04T04:55:31.0470507Z Discussions: write
2023-12-04T04:55:31.0470852Z Issues: write
2023-12-04T04:55:31.0471176Z Metadata: read
2023-12-04T04:55:31.0471509Z Packages: write
2023-12-04T04:55:31.0471852Z Pages: write
2023-12-04T04:55:31.0472185Z PullRequests: write
2023-12-04T04:55:31.0472592Z RepositoryProjects: write
2023-12-04T04:55:31.0473001Z SecurityEvents: write
2023-12-04T04:55:31.0473386Z Statuses: write
2023-12-04T04:55:31.0473753Z ##[endgroup]
2023-12-04T04:55:31.0476824Z Secret source: Actions
2023-12-04T04:55:31.0477656Z Prepare workflow directory
2023-12-04T04:55:31.1097609Z Prepare all required actions
2023-12-04T04:55:31.1255282Z Getting action download info
2023-12-04T04:55:31.3957313Z Download action repository 'actions/checkout@v2' (SHA:ee0669bd1cc54295c223e0bb666b733df41de1c5)
2023-12-04T04:55:31.6039209Z Complete job name: Build documentation
2023-12-04T04:55:31.6900576Z ##[group]Run actions/checkout@v2
2023-12-04T04:55:31.6901733Z with:
2023-12-04T04:55:31.6902149Z   repository: hanyujie2002/linux
2023-12-04T04:55:31.6902863Z   token: ***
2023-12-04T04:55:31.6903265Z   ssh-strict: true
2023-12-04T04:55:31.6903694Z   persist-credentials: true
2023-12-04T04:55:31.6904384Z   clean: true
2023-12-04T04:55:31.6905135Z   fetch-depth: 1
2023-12-04T04:55:31.6905762Z   lfs: false
2023-12-04T04:55:31.6906135Z   submodules: false
2023-12-04T04:55:31.6906600Z   set-safe-directory: true
2023-12-04T04:55:31.6907041Z ##[endgroup]
2023-12-04T04:55:31.8642133Z Syncing repository: hanyujie2002/linux
2023-12-04T04:55:31.8644495Z ##[group]Getting Git version info
2023-12-04T04:55:31.8645497Z Working directory is '/home/runner/work/linux/linux'
2023-12-04T04:55:31.8646653Z [command]/usr/bin/git version
2023-12-04T04:55:31.8647153Z git version 2.43.0
2023-12-04T04:55:31.8648323Z ##[endgroup]
2023-12-04T04:55:31.8660518Z Temporarily overriding HOME='/home/runner/work/_temp/1e8aa0fa-5753-47c4-b38b-908410ecf896' before making global git config changes
2023-12-04T04:55:31.8662500Z Adding repository directory to the temporary git global config as a safe directory
2023-12-04T04:55:31.8663947Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/linux/linux
2023-12-04T04:55:31.8680120Z Deleting the contents of '/home/runner/work/linux/linux'
2023-12-04T04:55:31.8684248Z ##[group]Initializing the repository
2023-12-04T04:55:31.8687260Z [command]/usr/bin/git init /home/runner/work/linux/linux
2023-12-04T04:55:31.8723898Z hint: Using 'master' as the name for the initial branch. This default branch name
2023-12-04T04:55:31.8726355Z hint: is subject to change. To configure the initial branch name to use in all
2023-12-04T04:55:31.8728421Z hint: of your new repositories, which will suppress this warning, call:
2023-12-04T04:55:31.8729480Z hint: 
2023-12-04T04:55:31.8730196Z hint:  git config --global init.defaultBranch <name>
2023-12-04T04:55:31.8730843Z hint: 
2023-12-04T04:55:31.8731546Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2023-12-04T04:55:31.8732967Z hint: 'development'. The just-created branch can be renamed via this command:
2023-12-04T04:55:31.8733798Z hint: 
2023-12-04T04:55:31.8734191Z hint:  git branch -m <name>
2023-12-04T04:55:31.8734989Z Initialized empty Git repository in /home/runner/work/linux/linux/.git/
2023-12-04T04:55:31.8736503Z [command]/usr/bin/git remote add origin https://github.com/hanyujie2002/linux
2023-12-04T04:55:31.8763200Z ##[endgroup]
2023-12-04T04:55:31.8764043Z ##[group]Disabling automatic garbage collection
2023-12-04T04:55:31.8766649Z [command]/usr/bin/git config --local gc.auto 0
2023-12-04T04:55:31.8787023Z ##[endgroup]
2023-12-04T04:55:31.8788205Z ##[group]Setting up auth
2023-12-04T04:55:31.8792989Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-12-04T04:55:31.8814195Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-12-04T04:55:31.8987656Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-12-04T04:55:31.9009243Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-12-04T04:55:31.9146638Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2023-12-04T04:55:31.9174464Z ##[endgroup]
2023-12-04T04:55:31.9175303Z ##[group]Fetching the repository
2023-12-04T04:55:31.9182791Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +dc7d3e5d17f691ee610c9712196a2b7f0d97c88f:refs/remotes/origin/master
2023-12-04T04:55:33.0497554Z remote: Enumerating objects: 75475, done.        
2023-12-04T04:55:33.0498469Z remote: Counting objects:   0% (1/75475)        
2023-12-04T04:55:33.0499089Z remote: Counting objects:   1% (755/75475)        
2023-12-04T04:55:33.0499622Z remote: Counting objects:   2% (1510/75475)        
2023-12-04T04:55:33.0500129Z remote: Counting objects:   3% (2265/75475)        
2023-12-04T04:55:33.0500634Z remote: Counting objects:   4% (3019/75475)        
2023-12-04T04:55:33.0501299Z remote: Counting objects:   5% (3774/75475)        
2023-12-04T04:55:33.0501807Z remote: Counting objects:   6% (4529/75475)        
2023-12-04T04:55:33.0502336Z remote: Counting objects:   7% (5284/75475)        
2023-12-04T04:55:33.0502810Z remote: Counting objects:   8% (6038/75475)        
2023-12-04T04:55:33.0503295Z remote: Counting objects:   9% (6793/75475)        
2023-12-04T04:55:33.0503799Z remote: Counting objects:  10% (7548/75475)        
2023-12-04T04:55:33.0504283Z remote: Counting objects:  11% (8303/75475)        
2023-12-04T04:55:33.0504765Z remote: Counting objects:  12% (9057/75475)        
2023-12-04T04:55:33.0505288Z remote: Counting objects:  13% (9812/75475)        
2023-12-04T04:55:33.0505796Z remote: Counting objects:  14% (10567/75475)        
2023-12-04T04:55:33.0506328Z remote: Counting objects:  15% (11322/75475)        
2023-12-04T04:55:33.0506824Z remote: Counting objects:  16% (12076/75475)        
2023-12-04T04:55:33.0507321Z remote: Counting objects:  17% (12831/75475)        
2023-12-04T04:55:33.0636816Z remote: Counting objects:  18% (13586/75475)        
2023-12-04T04:55:33.0637879Z remote: Counting objects:  19% (14341/75475)        
2023-12-04T04:55:33.0638603Z remote: Counting objects:  20% (15095/75475)        
2023-12-04T04:55:33.0639345Z remote: Counting objects:  21% (15850/75475)        
2023-12-04T04:55:33.0640005Z remote: Counting objects:  22% (16605/75475)        
2023-12-04T04:55:33.0640697Z remote: Counting objects:  23% (17360/75475)        
2023-12-04T04:55:33.0641371Z remote: Counting objects:  24% (18114/75475)        
2023-12-04T04:55:33.0642051Z remote: Counting objects:  25% (18869/75475)        
2023-12-04T04:55:33.0642985Z remote: Counting objects:  26% (19624/75475)        
2023-12-04T04:55:33.0643683Z remote: Counting objects:  27% (20379/75475)        
2023-12-04T04:55:33.0644350Z remote: Counting objects:  28% (21133/75475)        
2023-12-04T04:55:33.0645009Z remote: Counting objects:  29% (21888/75475)        
2023-12-04T04:55:33.0645682Z remote: Counting objects:  30% (22643/75475)        
2023-12-04T04:55:33.0646349Z remote: Counting objects:  31% (23398/75475)        
2023-12-04T04:55:33.0646997Z remote: Counting objects:  32% (24152/75475)        
2023-12-04T04:55:33.0647578Z remote: Counting objects:  33% (24907/75475)        
2023-12-04T04:55:33.0648064Z remote: Counting objects:  34% (25662/75475)        
2023-12-04T04:55:33.0648538Z remote: Counting objects:  35% (26417/75475)        
2023-12-04T04:55:33.0648983Z remote: Counting objects:  36% (27171/75475)        
2023-12-04T04:55:33.0649448Z remote: Counting objects:  37% (27926/75475)        
2023-12-04T04:55:33.0649920Z remote: Counting objects:  38% (28681/75475)        
2023-12-04T04:55:33.0650405Z remote: Counting objects:  39% (29436/75475)        
2023-12-04T04:55:33.0785498Z remote: Counting objects:  40% (30190/75475)        
2023-12-04T04:55:33.0787072Z remote: Counting objects:  41% (30945/75475)        
2023-12-04T04:55:33.0788064Z remote: Counting objects:  42% (31700/75475)        
2023-12-04T04:55:33.0788935Z remote: Counting objects:  43% (32455/75475)        
2023-12-04T04:55:33.0789574Z remote: Counting objects:  44% (33209/75475)        
2023-12-04T04:55:33.0790096Z remote: Counting objects:  45% (33964/75475)        
2023-12-04T04:55:33.0790597Z remote: Counting objects:  46% (34719/75475)        
2023-12-04T04:55:33.0791125Z remote: Counting objects:  47% (35474/75475)        
2023-12-04T04:55:33.0791615Z remote: Counting objects:  48% (36228/75475)        
2023-12-04T04:55:33.0792108Z remote: Counting objects:  49% (36983/75475)        
2023-12-04T04:55:33.0792776Z remote: Counting objects:  50% (37738/75475)        
2023-12-04T04:55:33.0793296Z remote: Counting objects:  51% (38493/75475)        
2023-12-04T04:55:33.0793773Z remote: Counting objects:  52% (39247/75475)        
2023-12-04T04:55:33.0794290Z remote: Counting objects:  53% (40002/75475)        
2023-12-04T04:55:33.0794784Z remote: Counting objects:  54% (40757/75475)        
2023-12-04T04:55:33.0795316Z remote: Counting objects:  55% (41512/75475)        
2023-12-04T04:55:33.0795792Z remote: Counting objects:  56% (42266/75475)        
2023-12-04T04:55:33.0796286Z remote: Counting objects:  57% (43021/75475)        
2023-12-04T04:55:33.0796796Z remote: Counting objects:  58% (43776/75475)        
2023-12-04T04:55:33.0993403Z remote: Counting objects:  59% (44531/75475)        
2023-12-04T04:55:33.0994431Z remote: Counting objects:  60% (45285/75475)        
2023-12-04T04:55:33.0995194Z remote: Counting objects:  61% (46040/75475)        
2023-12-04T04:55:33.0995854Z remote: Counting objects:  62% (46795/75475)        
2023-12-04T04:55:33.0996982Z remote: Counting objects:  63% (47550/75475)        
2023-12-04T04:55:33.0997963Z remote: Counting objects:  64% (48304/75475)        
2023-12-04T04:55:33.0998444Z remote: Counting objects:  65% (49059/75475)        
2023-12-04T04:55:33.0998909Z remote: Counting objects:  66% (49814/75475)        
2023-12-04T04:55:33.0999395Z remote: Counting objects:  67% (50569/75475)        
2023-12-04T04:55:33.0999866Z remote: Counting objects:  68% (51323/75475)        
2023-12-04T04:55:33.1000344Z remote: Counting objects:  69% (52078/75475)        
2023-12-04T04:55:33.1000789Z remote: Counting objects:  70% (52833/75475)        
2023-12-04T04:55:33.1001253Z remote: Counting objects:  71% (53588/75475)        
2023-12-04T04:55:33.1001726Z remote: Counting objects:  72% (54342/75475)        
2023-12-04T04:55:33.1002187Z remote: Counting objects:  73% (55097/75475)        
2023-12-04T04:55:33.1002643Z remote: Counting objects:  74% (55852/75475)        
2023-12-04T04:55:33.1003123Z remote: Counting objects:  75% (56607/75475)        
2023-12-04T04:55:33.1003799Z remote: Counting objects:  76% (57361/75475)        
2023-12-04T04:55:33.1004261Z remote: Counting objects:  77% (58116/75475)        
2023-12-04T04:55:33.1004717Z remote: Counting objects:  78% (58871/75475)        
2023-12-04T04:55:33.1005175Z remote: Counting objects:  79% (59626/75475)        
2023-12-04T04:55:33.1005627Z remote: Counting objects:  80% (60380/75475)        
2023-12-04T04:55:33.1006093Z remote: Counting objects:  81% (61135/75475)        
2023-12-04T04:55:33.1006535Z remote: Counting objects:  82% (61890/75475)        
2023-12-04T04:55:33.1006983Z remote: Counting objects:  83% (62645/75475)        
2023-12-04T04:55:33.1108195Z remote: Counting objects:  84% (63399/75475)        
2023-12-04T04:55:33.1109163Z remote: Counting objects:  85% (64154/75475)        
2023-12-04T04:55:33.1109823Z remote: Counting objects:  86% (64909/75475)        
2023-12-04T04:55:33.1110537Z remote: Counting objects:  87% (65664/75475)        
2023-12-04T04:55:33.1111194Z remote: Counting objects:  88% (66418/75475)        
2023-12-04T04:55:33.1111826Z remote: Counting objects:  89% (67173/75475)        
2023-12-04T04:55:33.1112459Z remote: Counting objects:  90% (67928/75475)        
2023-12-04T04:55:33.1113081Z remote: Counting objects:  91% (68683/75475)        
2023-12-04T04:55:33.1113698Z remote: Counting objects:  92% (69437/75475)        
2023-12-04T04:55:33.1114344Z remote: Counting objects:  93% (70192/75475)        
2023-12-04T04:55:33.1114938Z remote: Counting objects:  94% (70947/75475)        
2023-12-04T04:55:33.1115617Z remote: Counting objects:  95% (71702/75475)        
2023-12-04T04:55:33.1116273Z remote: Counting objects:  96% (72456/75475)        
2023-12-04T04:55:33.1116905Z remote: Counting objects:  97% (73211/75475)        
2023-12-04T04:55:33.1117512Z remote: Counting objects:  98% (73966/75475)        
2023-12-04T04:55:33.1118164Z remote: Counting objects:  99% (74721/75475)        
2023-12-04T04:55:33.1118801Z remote: Counting objects: 100% (75475/75475)        
2023-12-04T04:55:33.1119357Z remote: Counting objects: 100% (75475/75475), done.        
2023-12-04T04:55:33.1259181Z remote: Compressing objects:   0% (1/69594)        
2023-12-04T04:55:33.1259960Z remote: Compressing objects:   1% (696/69594)        
2023-12-04T04:55:33.1260740Z remote: Compressing objects:   2% (1392/69594)        
2023-12-04T04:55:33.1261721Z remote: Compressing objects:   3% (2088/69594)        
2023-12-04T04:55:33.1262389Z remote: Compressing objects:   4% (2784/69594)        
2023-12-04T04:55:33.1407566Z remote: Compressing objects:   5% (3480/69594)        
2023-12-04T04:55:33.1408333Z remote: Compressing objects:   6% (4176/69594)        
2023-12-04T04:55:33.1409024Z remote: Compressing objects:   7% (4872/69594)        
2023-12-04T04:55:33.1596208Z remote: Compressing objects:   8% (5568/69594)        
2023-12-04T04:55:33.1596965Z remote: Compressing objects:   9% (6264/69594)        
2023-12-04T04:55:33.1597790Z remote: Compressing objects:  10% (6960/69594)        
2023-12-04T04:55:33.1598474Z remote: Compressing objects:  11% (7656/69594)        
2023-12-04T04:55:33.1599085Z remote: Compressing objects:  12% (8352/69594)        
2023-12-04T04:55:33.1599570Z remote: Compressing objects:  13% (9048/69594)        
2023-12-04T04:55:33.1600104Z remote: Compressing objects:  14% (9744/69594)        
2023-12-04T04:55:33.1600634Z remote: Compressing objects:  15% (10440/69594)        
2023-12-04T04:55:33.1601177Z remote: Compressing objects:  16% (11136/69594)        
2023-12-04T04:55:33.1601672Z remote: Compressing objects:  17% (11831/69594)        
2023-12-04T04:55:33.1602207Z remote: Compressing objects:  18% (12527/69594)        
2023-12-04T04:55:33.1602745Z remote: Compressing objects:  19% (13223/69594)        
2023-12-04T04:55:33.1603295Z remote: Compressing objects:  20% (13919/69594)        
2023-12-04T04:55:33.1603791Z remote: Compressing objects:  21% (14615/69594)        
2023-12-04T04:55:33.1604333Z remote: Compressing objects:  22% (15311/69594)        
2023-12-04T04:55:33.1604853Z remote: Compressing objects:  23% (16007/69594)        
2023-12-04T04:55:33.1605523Z remote: Compressing objects:  24% (16703/69594)        
2023-12-04T04:55:33.1606064Z remote: Compressing objects:  25% (17399/69594)        
2023-12-04T04:55:33.1606590Z remote: Compressing objects:  26% (18095/69594)        
2023-12-04T04:55:33.1614001Z remote: Compressing objects:  27% (18791/69594)        
2023-12-04T04:55:33.1614651Z remote: Compressing objects:  28% (19487/69594)        
2023-12-04T04:55:33.1615147Z remote: Compressing objects:  29% (20183/69594)        
2023-12-04T04:55:33.1615647Z remote: Compressing objects:  30% (20879/69594)        
2023-12-04T04:55:33.1730067Z remote: Compressing objects:  31% (21575/69594)        
2023-12-04T04:55:33.1730848Z remote: Compressing objects:  32% (22271/69594)        
2023-12-04T04:55:33.1731534Z remote: Compressing objects:  33% (22967/69594)        
2023-12-04T04:55:33.1732323Z remote: Compressing objects:  34% (23662/69594)        
2023-12-04T04:55:33.1732994Z remote: Compressing objects:  35% (24358/69594)        
2023-12-04T04:55:33.1733665Z remote: Compressing objects:  36% (25054/69594)        
2023-12-04T04:55:33.1734308Z remote: Compressing objects:  37% (25750/69594)        
2023-12-04T04:55:33.1734951Z remote: Compressing objects:  38% (26446/69594)        
2023-12-04T04:55:33.1735618Z remote: Compressing objects:  39% (27142/69594)        
2023-12-04T04:55:33.1736282Z remote: Compressing objects:  40% (27838/69594)        
2023-12-04T04:55:33.1736926Z remote: Compressing objects:  41% (28534/69594)        
2023-12-04T04:55:33.1737610Z remote: Compressing objects:  42% (29230/69594)        
2023-12-04T04:55:33.1738333Z remote: Compressing objects:  43% (29926/69594)        
2023-12-04T04:55:33.1739021Z remote: Compressing objects:  44% (30622/69594)        
2023-12-04T04:55:33.1739611Z remote: Compressing objects:  45% (31318/69594)        
2023-12-04T04:55:33.1740271Z remote: Compressing objects:  46% (32014/69594)        
2023-12-04T04:55:33.1740829Z remote: Compressing objects:  47% (32710/69594)        
2023-12-04T04:55:33.1878163Z remote: Compressing objects:  48% (33406/69594)        
2023-12-04T04:55:33.1878964Z remote: Compressing objects:  49% (34102/69594)        
2023-12-04T04:55:33.1879643Z remote: Compressing objects:  50% (34797/69594)        
2023-12-04T04:55:33.1880189Z remote: Compressing objects:  51% (35493/69594)        
2023-12-04T04:55:33.2029537Z remote: Compressing objects:  52% (36189/69594)        
2023-12-04T04:55:33.2030311Z remote: Compressing objects:  53% (36885/69594)        
2023-12-04T04:55:33.2218363Z remote: Compressing objects:  54% (37581/69594)        
2023-12-04T04:55:33.2219153Z remote: Compressing objects:  55% (38277/69594)        
2023-12-04T04:55:33.2219883Z remote: Compressing objects:  56% (38973/69594)        
2023-12-04T04:55:33.2220617Z remote: Compressing objects:  57% (39669/69594)        
2023-12-04T04:55:33.2235545Z remote: Compressing objects:  58% (40365/69594)        
2023-12-04T04:55:33.2352133Z remote: Compressing objects:  59% (41061/69594)        
2023-12-04T04:55:33.2353230Z remote: Compressing objects:  60% (41757/69594)        
2023-12-04T04:55:33.2500512Z remote: Compressing objects:  61% (42453/69594)        
2023-12-04T04:55:33.2501750Z remote: Compressing objects:  62% (43149/69594)        
2023-12-04T04:55:33.2502459Z remote: Compressing objects:  63% (43845/69594)        
2023-12-04T04:55:33.2503145Z remote: Compressing objects:  64% (44541/69594)        
2023-12-04T04:55:33.2503861Z remote: Compressing objects:  65% (45237/69594)        
2023-12-04T04:55:33.2652581Z remote: Compressing objects:  66% (45933/69594)        
2023-12-04T04:55:33.2653453Z remote: Compressing objects:  67% (46628/69594)        
2023-12-04T04:55:33.2840611Z remote: Compressing objects:  68% (47324/69594)        
2023-12-04T04:55:33.2841623Z remote: Compressing objects:  69% (48020/69594)        
2023-12-04T04:55:33.2842346Z remote: Compressing objects:  70% (48716/69594)        
2023-12-04T04:55:33.2973923Z remote: Compressing objects:  71% (49412/69594)        
2023-12-04T04:55:33.2975010Z remote: Compressing objects:  72% (50108/69594)        
2023-12-04T04:55:33.2975737Z remote: Compressing objects:  73% (50804/69594)        
2023-12-04T04:55:33.3123190Z remote: Compressing objects:  74% (51500/69594)        
2023-12-04T04:55:33.3124066Z remote: Compressing objects:  75% (52196/69594)        
2023-12-04T04:55:33.3275952Z remote: Compressing objects:  76% (52892/69594)        
2023-12-04T04:55:33.3276707Z remote: Compressing objects:  77% (53588/69594)        
2023-12-04T04:55:33.3463848Z remote: Compressing objects:  78% (54284/69594)        
2023-12-04T04:55:33.3464660Z remote: Compressing objects:  79% (54980/69594)        
2023-12-04T04:55:33.3465373Z remote: Compressing objects:  80% (55676/69594)        
2023-12-04T04:55:33.3466098Z remote: Compressing objects:  81% (56372/69594)        
2023-12-04T04:55:33.3466793Z remote: Compressing objects:  82% (57068/69594)        
2023-12-04T04:55:33.3744610Z remote: Compressing objects:  83% (57764/69594)        
2023-12-04T04:55:33.3745508Z remote: Compressing objects:  84% (58459/69594)        
2023-12-04T04:55:33.3746178Z remote: Compressing objects:  85% (59155/69594)        
2023-12-04T04:55:33.3746871Z remote: Compressing objects:  86% (59851/69594)        
2023-12-04T04:55:33.3747576Z remote: Compressing objects:  87% (60547/69594)        
2023-12-04T04:55:33.3911481Z remote: Compressing objects:  88% (61243/69594)        
2023-12-04T04:55:33.3912255Z remote: Compressing objects:  89% (61939/69594)        
2023-12-04T04:55:33.3912906Z remote: Compressing objects:  90% (62635/69594)        
2023-12-04T04:55:33.3913572Z remote: Compressing objects:  91% (63331/69594)        
2023-12-04T04:55:33.3914242Z remote: Compressing objects:  92% (64027/69594)        
2023-12-04T04:55:33.3914868Z remote: Compressing objects:  93% (64723/69594)        
2023-12-04T04:55:33.3915766Z remote: Compressing objects:  94% (65419/69594)        
2023-12-04T04:55:33.3916901Z remote: Compressing objects:  95% (66115/69594)        
2023-12-04T04:55:33.3918036Z remote: Compressing objects:  96% (66811/69594)        
2023-12-04T04:55:33.3918964Z remote: Compressing objects:  97% (67507/69594)        
2023-12-04T04:55:33.3919807Z remote: Compressing objects:  98% (68203/69594)        
2023-12-04T04:55:33.3920448Z remote: Compressing objects:  99% (68899/69594)        
2023-12-04T04:55:33.3921224Z remote: Compressing objects: 100% (69594/69594)        
2023-12-04T04:55:33.3921923Z remote: Compressing objects: 100% (69594/69594), done.        
2023-12-04T04:55:33.5122628Z Receiving objects:   0% (1/75475)
2023-12-04T04:55:33.5511263Z Receiving objects:   1% (755/75475)
2023-12-04T04:55:33.5670340Z Receiving objects:   2% (1510/75475)
2023-12-04T04:55:33.5809542Z Receiving objects:   3% (2265/75475)
2023-12-04T04:55:33.6002171Z Receiving objects:   4% (3019/75475)
2023-12-04T04:55:33.6188918Z Receiving objects:   5% (3774/75475)
2023-12-04T04:55:33.6467856Z Receiving objects:   6% (4529/75475)
2023-12-04T04:55:33.6783983Z Receiving objects:   7% (5284/75475)
2023-12-04T04:55:33.7674188Z Receiving objects:   8% (6038/75475)
2023-12-04T04:55:33.9263404Z Receiving objects:   9% (6793/75475)
2023-12-04T04:55:33.9931110Z Receiving objects:  10% (7548/75475), 11.20 MiB | 22.39 MiB/s
2023-12-04T04:55:34.0322823Z Receiving objects:  11% (8303/75475), 11.20 MiB | 22.39 MiB/s
2023-12-04T04:55:34.0640588Z Receiving objects:  12% (9057/75475), 11.20 MiB | 22.39 MiB/s
2023-12-04T04:55:34.1023468Z Receiving objects:  13% (9812/75475), 11.20 MiB | 22.39 MiB/s
2023-12-04T04:55:34.1335095Z Receiving objects:  14% (10567/75475), 11.20 MiB | 22.39 MiB/s
2023-12-04T04:55:34.1618209Z Receiving objects:  15% (11322/75475), 11.20 MiB | 22.39 MiB/s
2023-12-04T04:55:34.1945471Z Receiving objects:  16% (12076/75475), 11.20 MiB | 22.39 MiB/s
2023-12-04T04:55:34.2269874Z Receiving objects:  17% (12831/75475), 11.20 MiB | 22.39 MiB/s
2023-12-04T04:55:34.2615994Z Receiving objects:  18% (13586/75475), 11.20 MiB | 22.39 MiB/s
2023-12-04T04:55:34.2943436Z Receiving objects:  19% (14341/75475), 11.20 MiB | 22.39 MiB/s
2023-12-04T04:55:34.3290036Z Receiving objects:  20% (15095/75475), 11.20 MiB | 22.39 MiB/s
2023-12-04T04:55:34.3707618Z Receiving objects:  21% (15850/75475), 11.20 MiB | 22.39 MiB/s
2023-12-04T04:55:34.3933084Z Receiving objects:  22% (16605/75475), 11.20 MiB | 22.39 MiB/s
2023-12-04T04:55:34.4021589Z Receiving objects:  22% (17268/75475), 11.20 MiB | 22.39 MiB/s
2023-12-04T04:55:34.4399814Z Receiving objects:  23% (17360/75475), 26.30 MiB | 26.30 MiB/s
2023-12-04T04:55:34.4654450Z Receiving objects:  24% (18114/75475), 26.30 MiB | 26.30 MiB/s
2023-12-04T04:55:34.4909918Z Receiving objects:  25% (18869/75475), 26.30 MiB | 26.30 MiB/s
2023-12-04T04:55:34.5456832Z Receiving objects:  26% (19624/75475), 26.30 MiB | 26.30 MiB/s
2023-12-04T04:55:34.5919767Z Receiving objects:  27% (20379/75475), 26.30 MiB | 26.30 MiB/s
2023-12-04T04:55:34.6233157Z Receiving objects:  28% (21133/75475), 26.30 MiB | 26.30 MiB/s
2023-12-04T04:55:34.6450882Z Receiving objects:  29% (21888/75475), 26.30 MiB | 26.30 MiB/s
2023-12-04T04:55:34.6789354Z Receiving objects:  30% (22643/75475), 26.30 MiB | 26.30 MiB/s
2023-12-04T04:55:34.7287712Z Receiving objects:  31% (23398/75475), 26.30 MiB | 26.30 MiB/s
2023-12-04T04:55:34.7776513Z Receiving objects:  32% (24152/75475), 26.30 MiB | 26.30 MiB/s
2023-12-04T04:55:34.8504515Z Receiving objects:  33% (24907/75475), 26.30 MiB | 26.30 MiB/s
2023-12-04T04:55:34.9488621Z Receiving objects:  34% (25662/75475), 26.30 MiB | 26.30 MiB/s
2023-12-04T04:55:35.0084441Z Receiving objects:  35% (26417/75475), 42.62 MiB | 28.41 MiB/s
2023-12-04T04:55:35.0662124Z Receiving objects:  36% (27171/75475), 42.62 MiB | 28.41 MiB/s
2023-12-04T04:55:35.1467937Z Receiving objects:  37% (27926/75475), 42.62 MiB | 28.41 MiB/s
2023-12-04T04:55:35.2180037Z Receiving objects:  38% (28681/75475), 42.62 MiB | 28.41 MiB/s
2023-12-04T04:55:35.3938999Z Receiving objects:  39% (29436/75475), 42.62 MiB | 28.41 MiB/s
2023-12-04T04:55:35.4426162Z Receiving objects:  39% (30184/75475), 57.32 MiB | 28.66 MiB/s
2023-12-04T04:55:35.7788551Z Receiving objects:  40% (30190/75475), 57.32 MiB | 28.66 MiB/s
2023-12-04T04:55:35.8661747Z Receiving objects:  41% (30945/75475), 57.32 MiB | 28.66 MiB/s
2023-12-04T04:55:35.9154779Z Receiving objects:  42% (31700/75475), 57.32 MiB | 28.66 MiB/s
2023-12-04T04:55:35.9419076Z Receiving objects:  43% (32455/75475), 70.27 MiB | 28.11 MiB/s
2023-12-04T04:55:36.0141639Z Receiving objects:  44% (33209/75475), 70.27 MiB | 28.11 MiB/s
2023-12-04T04:55:36.0855443Z Receiving objects:  45% (33964/75475), 70.27 MiB | 28.11 MiB/s
2023-12-04T04:55:36.1708248Z Receiving objects:  46% (34719/75475), 70.27 MiB | 28.11 MiB/s
2023-12-04T04:55:36.2572604Z Receiving objects:  47% (35474/75475), 70.27 MiB | 28.11 MiB/s
2023-12-04T04:55:36.3396890Z Receiving objects:  48% (36228/75475), 70.27 MiB | 28.11 MiB/s
2023-12-04T04:55:36.3933138Z Receiving objects:  49% (36983/75475), 70.27 MiB | 28.11 MiB/s
2023-12-04T04:55:36.4245608Z Receiving objects:  49% (37550/75475), 70.27 MiB | 28.11 MiB/s
2023-12-04T04:55:36.5144109Z Receiving objects:  50% (37738/75475), 86.23 MiB | 28.74 MiB/s
2023-12-04T04:55:36.5876536Z Receiving objects:  51% (38493/75475), 86.23 MiB | 28.74 MiB/s
2023-12-04T04:55:36.6461187Z Receiving objects:  52% (39247/75475), 86.23 MiB | 28.74 MiB/s
2023-12-04T04:55:36.7316328Z Receiving objects:  53% (40002/75475), 86.23 MiB | 28.74 MiB/s
2023-12-04T04:55:36.8050142Z Receiving objects:  54% (40757/75475), 86.23 MiB | 28.74 MiB/s
2023-12-04T04:55:36.8955717Z Receiving objects:  55% (41512/75475), 86.23 MiB | 28.74 MiB/s
2023-12-04T04:55:37.0319794Z Receiving objects:  56% (42266/75475), 101.87 MiB | 29.11 MiB/s
2023-12-04T04:55:37.1568783Z Receiving objects:  57% (43021/75475), 101.87 MiB | 29.11 MiB/s
2023-12-04T04:55:37.2824445Z Receiving objects:  58% (43776/75475), 101.87 MiB | 29.11 MiB/s
2023-12-04T04:55:37.3906045Z Receiving objects:  59% (44531/75475), 101.87 MiB | 29.11 MiB/s
2023-12-04T04:55:37.3932521Z Receiving objects:  60% (45285/75475), 101.87 MiB | 29.11 MiB/s
2023-12-04T04:55:37.5203927Z Receiving objects:  60% (45296/75475), 101.87 MiB | 29.11 MiB/s
2023-12-04T04:55:37.6080360Z Receiving objects:  61% (46040/75475), 117.61 MiB | 29.40 MiB/s
2023-12-04T04:55:37.6853296Z Receiving objects:  62% (46795/75475), 117.61 MiB | 29.40 MiB/s
2023-12-04T04:55:37.7836416Z Receiving objects:  63% (47550/75475), 117.61 MiB | 29.40 MiB/s
2023-12-04T04:55:37.8574918Z Receiving objects:  64% (48304/75475), 117.61 MiB | 29.40 MiB/s
2023-12-04T04:55:37.9645486Z Receiving objects:  65% (49059/75475), 117.61 MiB | 29.40 MiB/s
2023-12-04T04:55:38.1203441Z Receiving objects:  66% (49814/75475), 133.05 MiB | 29.56 MiB/s
2023-12-04T04:55:38.1865165Z Receiving objects:  67% (50569/75475), 133.05 MiB | 29.56 MiB/s
2023-12-04T04:55:38.2178074Z Receiving objects:  68% (51323/75475), 133.05 MiB | 29.56 MiB/s
2023-12-04T04:55:38.2727610Z Receiving objects:  69% (52078/75475), 133.05 MiB | 29.56 MiB/s
2023-12-04T04:55:38.3384062Z Receiving objects:  70% (52833/75475), 133.05 MiB | 29.56 MiB/s
2023-12-04T04:55:38.3938022Z Receiving objects:  71% (53588/75475), 133.05 MiB | 29.56 MiB/s
2023-12-04T04:55:38.4476756Z Receiving objects:  71% (53983/75475), 133.05 MiB | 29.56 MiB/s
2023-12-04T04:55:38.5328790Z Receiving objects:  72% (54342/75475), 148.82 MiB | 30.58 MiB/s
2023-12-04T04:55:38.6027052Z Receiving objects:  73% (55097/75475), 148.82 MiB | 30.58 MiB/s
2023-12-04T04:55:38.7227119Z Receiving objects:  74% (55852/75475), 148.82 MiB | 30.58 MiB/s
2023-12-04T04:55:38.8308791Z Receiving objects:  75% (56607/75475), 148.82 MiB | 30.58 MiB/s
2023-12-04T04:55:38.9104448Z Receiving objects:  76% (57361/75475), 148.82 MiB | 30.58 MiB/s
2023-12-04T04:55:38.9379400Z Receiving objects:  77% (58116/75475), 165.26 MiB | 30.88 MiB/s
2023-12-04T04:55:38.9732412Z Receiving objects:  78% (58871/75475), 165.26 MiB | 30.88 MiB/s
2023-12-04T04:55:39.0218845Z Receiving objects:  79% (59626/75475), 165.26 MiB | 30.88 MiB/s
2023-12-04T04:55:39.0519478Z Receiving objects:  80% (60380/75475), 165.26 MiB | 30.88 MiB/s
2023-12-04T04:55:39.0915960Z Receiving objects:  81% (61135/75475), 165.26 MiB | 30.88 MiB/s
2023-12-04T04:55:39.1339669Z Receiving objects:  82% (61890/75475), 165.26 MiB | 30.88 MiB/s
2023-12-04T04:55:39.1731382Z Receiving objects:  83% (62645/75475), 165.26 MiB | 30.88 MiB/s
2023-12-04T04:55:39.2683053Z Receiving objects:  84% (63399/75475), 165.26 MiB | 30.88 MiB/s
2023-12-04T04:55:39.3519458Z Receiving objects:  85% (64154/75475), 165.26 MiB | 30.88 MiB/s
2023-12-04T04:55:39.3937273Z Receiving objects:  86% (64909/75475), 165.26 MiB | 30.88 MiB/s
2023-12-04T04:55:39.4446921Z Receiving objects:  86% (65233/75475), 165.26 MiB | 30.88 MiB/s
2023-12-04T04:55:39.5237615Z Receiving objects:  87% (65664/75475), 181.46 MiB | 30.86 MiB/s
2023-12-04T04:55:39.5866161Z Receiving objects:  88% (66418/75475), 181.46 MiB | 30.86 MiB/s
2023-12-04T04:55:39.6372535Z Receiving objects:  89% (67173/75475), 181.46 MiB | 30.86 MiB/s
2023-12-04T04:55:39.7208521Z Receiving objects:  90% (67928/75475), 181.46 MiB | 30.86 MiB/s
2023-12-04T04:55:39.8276244Z Receiving objects:  91% (68683/75475), 181.46 MiB | 30.86 MiB/s
2023-12-04T04:55:39.8828227Z Receiving objects:  92% (69437/75475), 181.46 MiB | 30.86 MiB/s
2023-12-04T04:55:39.9163476Z Receiving objects:  93% (70192/75475), 181.46 MiB | 30.86 MiB/s
2023-12-04T04:55:39.9523715Z Receiving objects:  94% (70947/75475), 197.27 MiB | 31.11 MiB/s
2023-12-04T04:55:39.9903539Z Receiving objects:  95% (71702/75475), 197.27 MiB | 31.11 MiB/s
2023-12-04T04:55:40.0288832Z Receiving objects:  96% (72456/75475), 197.27 MiB | 31.11 MiB/s
2023-12-04T04:55:40.0517537Z Receiving objects:  97% (73211/75475), 197.27 MiB | 31.11 MiB/s
2023-12-04T04:55:40.0778109Z Receiving objects:  98% (73966/75475), 197.27 MiB | 31.11 MiB/s
2023-12-04T04:55:40.0993489Z Receiving objects:  99% (74721/75475), 197.27 MiB | 31.11 MiB/s
2023-12-04T04:55:40.0995157Z remote: Total 75475 (delta 5079), reused 75224 (delta 5076), pack-reused 0        
2023-12-04T04:55:40.1013932Z Receiving objects: 100% (75475/75475), 197.27 MiB | 31.11 MiB/s
2023-12-04T04:55:40.1015231Z Receiving objects: 100% (75475/75475), 203.92 MiB | 30.40 MiB/s, done.
2023-12-04T04:55:40.1039485Z Resolving deltas:   0% (0/5079)
2023-12-04T04:55:40.1047701Z Resolving deltas:   1% (51/5079)
2023-12-04T04:55:40.1053889Z Resolving deltas:   2% (102/5079)
2023-12-04T04:55:40.1063546Z Resolving deltas:   3% (153/5079)
2023-12-04T04:55:40.1073823Z Resolving deltas:   4% (205/5079)
2023-12-04T04:55:40.1085398Z Resolving deltas:   5% (254/5079)
2023-12-04T04:55:40.1094401Z Resolving deltas:   6% (305/5079)
2023-12-04T04:55:40.1103987Z Resolving deltas:   7% (356/5079)
2023-12-04T04:55:40.1115343Z Resolving deltas:   8% (407/5079)
2023-12-04T04:55:40.1129195Z Resolving deltas:   9% (459/5079)
2023-12-04T04:55:40.1135786Z Resolving deltas:  10% (508/5079)
2023-12-04T04:55:40.1143227Z Resolving deltas:  11% (560/5079)
2023-12-04T04:55:40.1151390Z Resolving deltas:  12% (610/5079)
2023-12-04T04:55:40.1164253Z Resolving deltas:  13% (661/5079)
2023-12-04T04:55:40.1177257Z Resolving deltas:  14% (712/5079)
2023-12-04T04:55:40.1199229Z Resolving deltas:  15% (762/5079)
2023-12-04T04:55:40.1205377Z Resolving deltas:  16% (813/5079)
2023-12-04T04:55:40.1216077Z Resolving deltas:  17% (864/5079)
2023-12-04T04:55:40.1233563Z Resolving deltas:  18% (915/5079)
2023-12-04T04:55:40.1246947Z Resolving deltas:  19% (966/5079)
2023-12-04T04:55:40.1274758Z Resolving deltas:  20% (1017/5079)
2023-12-04T04:55:40.1289746Z Resolving deltas:  21% (1067/5079)
2023-12-04T04:55:40.1304857Z Resolving deltas:  22% (1118/5079)
2023-12-04T04:55:40.1320443Z Resolving deltas:  23% (1169/5079)
2023-12-04T04:55:40.1331861Z Resolving deltas:  24% (1219/5079)
2023-12-04T04:55:40.1338954Z Resolving deltas:  25% (1270/5079)
2023-12-04T04:55:40.1355641Z Resolving deltas:  26% (1321/5079)
2023-12-04T04:55:40.1370525Z Resolving deltas:  27% (1372/5079)
2023-12-04T04:55:40.1386071Z Resolving deltas:  28% (1423/5079)
2023-12-04T04:55:40.1390448Z Resolving deltas:  29% (1473/5079)
2023-12-04T04:55:40.1406659Z Resolving deltas:  30% (1525/5079)
2023-12-04T04:55:40.1422325Z Resolving deltas:  31% (1575/5079)
2023-12-04T04:55:40.1430758Z Resolving deltas:  32% (1626/5079)
2023-12-04T04:55:40.1439680Z Resolving deltas:  33% (1678/5079)
2023-12-04T04:55:40.1451525Z Resolving deltas:  34% (1728/5079)
2023-12-04T04:55:40.1464762Z Resolving deltas:  35% (1778/5079)
2023-12-04T04:55:40.1475552Z Resolving deltas:  36% (1830/5079)
2023-12-04T04:55:40.1489519Z Resolving deltas:  37% (1880/5079)
2023-12-04T04:55:40.1501219Z Resolving deltas:  38% (1931/5079)
2023-12-04T04:55:40.1523981Z Resolving deltas:  39% (1981/5079)
2023-12-04T04:55:40.1526243Z Resolving deltas:  40% (2032/5079)
2023-12-04T04:55:40.1537928Z Resolving deltas:  41% (2083/5079)
2023-12-04T04:55:40.1552181Z Resolving deltas:  42% (2134/5079)
2023-12-04T04:55:40.1559516Z Resolving deltas:  43% (2184/5079)
2023-12-04T04:55:40.1574621Z Resolving deltas:  44% (2235/5079)
2023-12-04T04:55:40.1587100Z Resolving deltas:  45% (2286/5079)
2023-12-04T04:55:40.1602703Z Resolving deltas:  46% (2337/5079)
2023-12-04T04:55:40.1627447Z Resolving deltas:  47% (2388/5079)
2023-12-04T04:55:40.1654792Z Resolving deltas:  48% (2438/5079)
2023-12-04T04:55:40.1680368Z Resolving deltas:  49% (2489/5079)
2023-12-04T04:55:40.1706298Z Resolving deltas:  50% (2540/5079)
2023-12-04T04:55:40.1738839Z Resolving deltas:  51% (2591/5079)
2023-12-04T04:55:40.1769585Z Resolving deltas:  52% (2642/5079)
2023-12-04T04:55:40.1827275Z Resolving deltas:  53% (2692/5079)
2023-12-04T04:55:40.2007998Z Resolving deltas:  54% (2743/5079)
2023-12-04T04:55:40.2782325Z Resolving deltas:  55% (2795/5079)
2023-12-04T04:55:40.3963272Z Resolving deltas:  56% (2845/5079)
2023-12-04T04:55:40.4031015Z Resolving deltas:  57% (2897/5079)
2023-12-04T04:55:40.4069252Z Resolving deltas:  58% (2946/5079)
2023-12-04T04:55:40.4105430Z Resolving deltas:  59% (2997/5079)
2023-12-04T04:55:40.4116513Z Resolving deltas:  60% (3048/5079)
2023-12-04T04:55:40.4125596Z Resolving deltas:  61% (3100/5079)
2023-12-04T04:55:40.4136149Z Resolving deltas:  62% (3149/5079)
2023-12-04T04:55:40.4147562Z Resolving deltas:  63% (3200/5079)
2023-12-04T04:55:40.4158878Z Resolving deltas:  64% (3251/5079)
2023-12-04T04:55:40.4184961Z Resolving deltas:  65% (3302/5079)
2023-12-04T04:55:40.4205868Z Resolving deltas:  66% (3353/5079)
2023-12-04T04:55:40.4232058Z Resolving deltas:  67% (3403/5079)
2023-12-04T04:55:40.4270708Z Resolving deltas:  68% (3454/5079)
2023-12-04T04:55:40.4301763Z Resolving deltas:  69% (3505/5079)
2023-12-04T04:55:40.4325635Z Resolving deltas:  70% (3556/5079)
2023-12-04T04:55:40.4345821Z Resolving deltas:  71% (3607/5079)
2023-12-04T04:55:40.4383301Z Resolving deltas:  72% (3657/5079)
2023-12-04T04:55:40.4429778Z Resolving deltas:  73% (3708/5079)
2023-12-04T04:55:40.4445562Z Resolving deltas:  74% (3759/5079)
2023-12-04T04:55:40.4477156Z Resolving deltas:  75% (3810/5079)
2023-12-04T04:55:40.4525292Z Resolving deltas:  76% (3861/5079)
2023-12-04T04:55:40.4540456Z Resolving deltas:  77% (3911/5079)
2023-12-04T04:55:40.4549530Z Resolving deltas:  78% (3962/5079)
2023-12-04T04:55:40.4554906Z Resolving deltas:  79% (4013/5079)
2023-12-04T04:55:40.4560001Z Resolving deltas:  80% (4064/5079)
2023-12-04T04:55:40.4567169Z Resolving deltas:  81% (4114/5079)
2023-12-04T04:55:40.4617191Z Resolving deltas:  82% (4165/5079)
2023-12-04T04:55:40.4656049Z Resolving deltas:  83% (4216/5079)
2023-12-04T04:55:40.4686843Z Resolving deltas:  84% (4267/5079)
2023-12-04T04:55:40.4698124Z Resolving deltas:  85% (4318/5079)
2023-12-04T04:55:40.4716062Z Resolving deltas:  86% (4370/5079)
2023-12-04T04:55:40.4735914Z Resolving deltas:  87% (4419/5079)
2023-12-04T04:55:40.4757668Z Resolving deltas:  88% (4470/5079)
2023-12-04T04:55:40.4768956Z Resolving deltas:  89% (4521/5079)
2023-12-04T04:55:40.4790569Z Resolving deltas:  90% (4572/5079)
2023-12-04T04:55:40.4795967Z Resolving deltas:  91% (4622/5079)
2023-12-04T04:55:40.4809089Z Resolving deltas:  92% (4673/5079)
2023-12-04T04:55:40.4844452Z Resolving deltas:  93% (4724/5079)
2023-12-04T04:55:40.4875138Z Resolving deltas:  94% (4775/5079)
2023-12-04T04:55:40.4904857Z Resolving deltas:  95% (4826/5079)
2023-12-04T04:55:40.4912283Z Resolving deltas:  96% (4876/5079)
2023-12-04T04:55:40.4922539Z Resolving deltas:  97% (4927/5079)
2023-12-04T04:55:40.4933155Z Resolving deltas:  98% (4978/5079)
2023-12-04T04:55:40.4944789Z Resolving deltas:  99% (5029/5079)
2023-12-04T04:55:40.4946836Z Resolving deltas: 100% (5079/5079)
2023-12-04T04:55:40.4947450Z Resolving deltas: 100% (5079/5079), done.
2023-12-04T04:55:40.8495534Z From https://github.com/hanyujie2002/linux
2023-12-04T04:55:40.8497076Z  * [new ref]             dc7d3e5d17f691ee610c9712196a2b7f0d97c88f -> origin/master
2023-12-04T04:55:40.8512611Z ##[endgroup]
2023-12-04T04:55:40.8513254Z ##[group]Determining the checkout info
2023-12-04T04:55:40.8514081Z ##[endgroup]
2023-12-04T04:55:40.8514623Z ##[group]Checking out the ref
2023-12-04T04:55:40.8518572Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master
2023-12-04T04:55:41.9376332Z Updating files:  34% (24385/70994)
2023-12-04T04:55:41.9776581Z Updating files:  35% (24848/70994)
2023-12-04T04:55:42.0172083Z Updating files:  36% (25558/70994)
2023-12-04T04:55:42.0657142Z Updating files:  37% (26268/70994)
2023-12-04T04:55:42.1130343Z Updating files:  38% (26978/70994)
2023-12-04T04:55:42.1614662Z Updating files:  39% (27688/70994)
2023-12-04T04:55:42.4911137Z Updating files:  40% (28398/70994)
2023-12-04T04:55:42.5428167Z Updating files:  41% (29108/70994)
2023-12-04T04:55:42.5786174Z Updating files:  42% (29818/70994)
2023-12-04T04:55:42.6114095Z Updating files:  43% (30528/70994)
2023-12-04T04:55:42.6564337Z Updating files:  44% (31238/70994)
2023-12-04T04:55:42.6973787Z Updating files:  45% (31948/70994)
2023-12-04T04:55:42.7479617Z Updating files:  46% (32658/70994)
2023-12-04T04:55:42.7946655Z Updating files:  47% (33368/70994)
2023-12-04T04:55:42.8482876Z Updating files:  48% (34078/70994)
2023-12-04T04:55:42.8920478Z Updating files:  49% (34788/70994)
2023-12-04T04:55:42.9015443Z Updating files:  50% (35497/70994)
2023-12-04T04:55:42.9486327Z Updating files:  50% (35603/70994)
2023-12-04T04:55:42.9941994Z Updating files:  51% (36207/70994)
2023-12-04T04:55:43.0342903Z Updating files:  52% (36917/70994)
2023-12-04T04:55:43.0865740Z Updating files:  53% (37627/70994)
2023-12-04T04:55:43.1366003Z Updating files:  54% (38337/70994)
2023-12-04T04:55:43.1908952Z Updating files:  55% (39047/70994)
2023-12-04T04:55:43.2642689Z Updating files:  56% (39757/70994)
2023-12-04T04:55:43.3351016Z Updating files:  57% (40467/70994)
2023-12-04T04:55:43.4022339Z Updating files:  58% (41177/70994)
2023-12-04T04:55:43.4644754Z Updating files:  59% (41887/70994)
2023-12-04T04:55:43.5369748Z Updating files:  60% (42597/70994)
2023-12-04T04:55:43.5915569Z Updating files:  61% (43307/70994)
2023-12-04T04:55:43.6406031Z Updating files:  62% (44017/70994)
2023-12-04T04:55:43.6943157Z Updating files:  63% (44727/70994)
2023-12-04T04:55:43.7457777Z Updating files:  64% (45437/70994)
2023-12-04T04:55:43.7976971Z Updating files:  65% (46147/70994)
2023-12-04T04:55:43.8876670Z Updating files:  66% (46857/70994)
2023-12-04T04:55:43.9015420Z Updating files:  67% (47566/70994)
2023-12-04T04:55:43.9317446Z Updating files:  67% (47822/70994)
2023-12-04T04:55:43.9655822Z Updating files:  68% (48276/70994)
2023-12-04T04:55:44.0074577Z Updating files:  69% (48986/70994)
2023-12-04T04:55:44.0510345Z Updating files:  70% (49696/70994)
2023-12-04T04:55:44.1122876Z Updating files:  71% (50406/70994)
2023-12-04T04:55:44.1649121Z Updating files:  72% (51116/70994)
2023-12-04T04:55:44.2125182Z Updating files:  73% (51826/70994)
2023-12-04T04:55:44.2759854Z Updating files:  74% (52536/70994)
2023-12-04T04:55:44.3385858Z Updating files:  75% (53246/70994)
2023-12-04T04:55:44.3879166Z Updating files:  76% (53956/70994)
2023-12-04T04:55:44.4131571Z Updating files:  77% (54666/70994)
2023-12-04T04:55:44.4400316Z Updating files:  78% (55376/70994)
2023-12-04T04:55:44.4749302Z Updating files:  79% (56086/70994)
2023-12-04T04:55:44.5030572Z Updating files:  80% (56796/70994)
2023-12-04T04:55:44.5332404Z Updating files:  81% (57506/70994)
2023-12-04T04:55:44.5660465Z Updating files:  82% (58216/70994)
2023-12-04T04:55:44.5961479Z Updating files:  83% (58926/70994)
2023-12-04T04:55:44.6433872Z Updating files:  84% (59635/70994)
2023-12-04T04:55:44.6980194Z Updating files:  85% (60345/70994)
2023-12-04T04:55:44.7522000Z Updating files:  86% (61055/70994)
2023-12-04T04:55:44.8024927Z Updating files:  87% (61765/70994)
2023-12-04T04:55:44.8493419Z Updating files:  88% (62475/70994)
2023-12-04T04:55:44.8828474Z Updating files:  89% (63185/70994)
2023-12-04T04:55:44.9015400Z Updating files:  90% (63895/70994)
2023-12-04T04:55:44.9312034Z Updating files:  90% (64246/70994)
2023-12-04T04:55:44.9964087Z Updating files:  91% (64605/70994)
2023-12-04T04:55:45.0354595Z Updating files:  92% (65315/70994)
2023-12-04T04:55:45.0648202Z Updating files:  93% (66025/70994)
2023-12-04T04:55:45.0994782Z Updating files:  94% (66735/70994)
2023-12-04T04:55:45.1370225Z Updating files:  95% (67445/70994)
2023-12-04T04:55:45.1704116Z Updating files:  96% (68155/70994)
2023-12-04T04:55:45.1928742Z Updating files:  97% (68865/70994)
2023-12-04T04:55:45.2179747Z Updating files:  98% (69575/70994)
2023-12-04T04:55:45.2420700Z Updating files:  99% (70285/70994)
2023-12-04T04:55:45.2421500Z Updating files: 100% (70994/70994)
2023-12-04T04:55:45.2422214Z Updating files: 100% (70994/70994), done.
2023-12-04T04:55:45.3061905Z Reset branch 'master'
2023-12-04T04:55:45.3062734Z branch 'master' set up to track 'origin/master'.
2023-12-04T04:55:45.3140440Z ##[endgroup]
2023-12-04T04:55:45.3172763Z [command]/usr/bin/git log -1 --format='%H'
2023-12-04T04:55:45.3192097Z 'dc7d3e5d17f691ee610c9712196a2b7f0d97c88f'
2023-12-04T04:55:45.3472693Z ##[group]Run sudo apt-get update -y && sudo apt-get install -y ditaa graphviz
2023-12-04T04:55:45.3473565Z sudo apt-get update -y && sudo apt-get install -y ditaa graphviz
2023-12-04T04:55:45.3504380Z shell: /usr/bin/bash -e {0}
2023-12-04T04:55:45.3504934Z ##[endgroup]
2023-12-04T04:55:45.4319114Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B]
2023-12-04T04:55:45.4490871Z Hit:2 http://azure.archive.ubuntu.com/ubuntu focal InRelease
2023-12-04T04:55:45.4519362Z Get:3 http://azure.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
2023-12-04T04:55:45.4555121Z Hit:4 http://azure.archive.ubuntu.com/ubuntu focal-backports InRelease
2023-12-04T04:55:45.4564970Z Get:6 https://packages.microsoft.com/ubuntu/20.04/prod focal InRelease [3631 B]
2023-12-04T04:55:45.4595895Z Get:5 http://azure.archive.ubuntu.com/ubuntu focal-security InRelease [114 kB]
2023-12-04T04:55:45.6039750Z Get:7 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2994 kB]
2023-12-04T04:55:45.6334566Z Get:8 http://azure.archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB]
2023-12-04T04:55:45.6396397Z Get:9 http://azure.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2528 kB]
2023-12-04T04:55:45.6644757Z Get:10 http://azure.archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB]
2023-12-04T04:55:45.6693885Z Get:11 http://azure.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1137 kB]
2023-12-04T04:55:45.6811930Z Get:12 http://azure.archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [272 kB]
2023-12-04T04:55:45.7284271Z Get:13 https://packages.microsoft.com/ubuntu/20.04/prod focal/main amd64 Packages [251 kB]
2023-12-04T04:55:45.7954484Z Get:14 http://azure.archive.ubuntu.com/ubuntu focal-security/main amd64 Packages [2604 kB]
2023-12-04T04:55:45.8214521Z Get:15 http://azure.archive.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB]
2023-12-04T04:55:45.8262886Z Get:16 http://azure.archive.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2411 kB]
2023-12-04T04:55:45.8502609Z Get:17 http://azure.archive.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB]
2023-12-04T04:55:45.8971226Z Get:18 http://azure.archive.ubuntu.com/ubuntu focal-security/universe amd64 Packages [911 kB]
2023-12-04T04:55:45.9072332Z Get:19 http://azure.archive.ubuntu.com/ubuntu focal-security/universe Translation-en [191 kB]
2023-12-04T04:55:46.1223343Z Hit:20 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InRelease
2023-12-04T04:55:51.7962221Z Fetched 15.1 MB in 2s (7725 kB/s)
2023-12-04T04:55:52.5506939Z Reading package lists...
2023-12-04T04:55:52.6078891Z Reading package lists...
2023-12-04T04:55:52.7507758Z Building dependency tree...
2023-12-04T04:55:52.7519626Z Reading state information...
2023-12-04T04:55:52.8744041Z The following additional packages will be installed:
2023-12-04T04:55:52.8745936Z   ca-certificates-java default-jre default-jre-headless fastjar jarwrapper
2023-12-04T04:55:52.8747782Z   java-wrappers junit4 libann0 libapache-pom-java libatk-wrapper-java
2023-12-04T04:55:52.8749234Z   libatk-wrapper-java-jni libbatik-java libcdt5 libcgraph6 libcommons-cli-java
2023-12-04T04:55:52.8750268Z   libcommons-io-java libcommons-logging-java libcommons-parent-java
2023-12-04T04:55:52.8751155Z   libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libhamcrest-java libjaxp1.3-java
2023-12-04T04:55:52.8752431Z   libjericho-html-java liblab-gamut1 libpathplan4 libpcsclite1 libxalan2-java
2023-12-04T04:55:52.8753694Z   libxcb-shape0 libxerces2-java libxml-commons-external-java
2023-12-04T04:55:52.8754551Z   libxml-commons-resolver1.1-java libxmlgraphics-commons-java libxv1
2023-12-04T04:55:52.8755332Z   libxxf86dga1 openjdk-11-jre openjdk-11-jre-headless x11-utils
2023-12-04T04:55:52.8755859Z Suggested packages:
2023-12-04T04:55:52.8756364Z   gsfonts graphviz-doc librhino-java libcommons-io-java-doc
2023-12-04T04:55:52.8756975Z   libavalon-framework-java libcommons-logging-java-doc
2023-12-04T04:55:52.8757936Z   libexcalibur-logkit-java liblog4j1.2-java pcscd libxalan2-java-doc
2023-12-04T04:55:52.8758628Z   libbsf-java libxsltc-java libxerces2-java-doc
2023-12-04T04:55:52.8759303Z   libxml-commons-resolver1.1-java-doc libxmlgraphics-commons-java-doc
2023-12-04T04:55:52.8760229Z   libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei
2023-12-04T04:55:52.8760913Z   | fonts-wqy-zenhei fonts-indic mesa-utils
2023-12-04T04:55:52.8923485Z The following NEW packages will be installed:
2023-12-04T04:55:52.8924818Z   ca-certificates-java default-jre default-jre-headless ditaa fastjar graphviz
2023-12-04T04:55:52.8926008Z   jarwrapper java-wrappers junit4 libann0 libapache-pom-java
2023-12-04T04:55:52.8927212Z   libatk-wrapper-java libatk-wrapper-java-jni libbatik-java libcdt5 libcgraph6
2023-12-04T04:55:52.8928152Z   libcommons-cli-java libcommons-io-java libcommons-logging-java
2023-12-04T04:55:52.8929011Z   libcommons-parent-java libgts-0.7-5 libgts-bin libgvc6 libgvpr2
2023-12-04T04:55:52.8929945Z   libhamcrest-java libjaxp1.3-java libjericho-html-java liblab-gamut1
2023-12-04T04:55:52.8930776Z   libpathplan4 libpcsclite1 libxalan2-java libxcb-shape0 libxerces2-java
2023-12-04T04:55:52.8931525Z   libxml-commons-external-java libxml-commons-resolver1.1-java
2023-12-04T04:55:52.8932207Z   libxmlgraphics-commons-java libxv1 libxxf86dga1 openjdk-11-jre
2023-12-04T04:55:52.8932811Z   openjdk-11-jre-headless x11-utils
2023-12-04T04:55:52.9039205Z 0 upgraded, 41 newly installed, 0 to remove and 37 not upgraded.
2023-12-04T04:55:52.9039861Z Need to get 52.0 MB of archives.
2023-12-04T04:55:52.9040436Z After this operation, 206 MB of additional disk space will be used.
2023-12-04T04:55:52.9041168Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B]
2023-12-04T04:55:53.0034130Z Get:2 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libpcsclite1 amd64 1.8.26-3 [22.0 kB]
2023-12-04T04:55:53.0874376Z Get:3 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 openjdk-11-jre-headless amd64 11.0.21+9-0ubuntu1~20.04 [38.3 MB]
2023-12-04T04:55:54.3861722Z Get:4 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 default-jre-headless amd64 2:1.11-72 [3192 B]
2023-12-04T04:55:54.4689478Z Get:5 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates-java all 20190405ubuntu1.1 [12.4 kB]
2023-12-04T04:55:54.5517809Z Get:6 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 openjdk-11-jre amd64 11.0.21+9-0ubuntu1~20.04 [193 kB]
2023-12-04T04:55:54.6390988Z Get:7 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 default-jre amd64 2:1.11-72 [1084 B]
2023-12-04T04:55:54.7228652Z Get:8 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fastjar amd64 2:0.98-6build1 [66.7 kB]
2023-12-04T04:55:54.8063913Z Get:9 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 jarwrapper all 0.72.10 [10.9 kB]
2023-12-04T04:55:54.8899396Z Get:10 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libhamcrest-java all 1.3-9 [386 kB]
2023-12-04T04:55:54.9756624Z Get:11 http://azure.archive.ubuntu.com/ubuntu focal-updates/universe amd64 junit4 all 4.12-8ubuntu0.20.04.1 [291 kB]
2023-12-04T04:55:55.0636686Z Get:12 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 java-wrappers all 0.3 [9560 B]
2023-12-04T04:55:55.1473304Z Get:13 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libjaxp1.3-java all 1.3.05-5 [226 kB]
2023-12-04T04:55:55.2319984Z Get:14 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libxml-commons-external-java all 1.4.01-3 [240 kB]
2023-12-04T04:55:55.3182519Z Get:15 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libxml-commons-resolver1.1-java all 1.2-9 [91.1 kB]
2023-12-04T04:55:55.4019234Z Get:16 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libxerces2-java all 2.12.1-1 [1437 kB]
2023-12-04T04:55:55.4969785Z Get:17 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libxalan2-java all 2.7.2-2 [3377 kB]
2023-12-04T04:55:55.6650932Z Get:18 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libapache-pom-java all 18-1 [4720 B]
2023-12-04T04:55:55.7482291Z Get:19 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libcommons-parent-java all 43-1 [10.8 kB]
2023-12-04T04:55:55.8324402Z Get:20 http://azure.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libcommons-io-java all 2.6-2ubuntu0.20.04.1 [198 kB]
2023-12-04T04:55:55.9191803Z Get:21 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libcommons-logging-java all 1.2-2 [60.3 kB]
2023-12-04T04:55:56.0023472Z Get:22 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libxmlgraphics-commons-java all 2.4-1 [615 kB]
2023-12-04T04:55:56.0921306Z Get:23 http://azure.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libbatik-java all 1.12-1ubuntu0.1 [3877 kB]
2023-12-04T04:55:56.2674424Z Get:24 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libcommons-cli-java all 1.4-1 [53.8 kB]
2023-12-04T04:55:56.3509880Z Get:25 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libjericho-html-java all 3.2-2 [185 kB]
2023-12-04T04:55:56.4356599Z Get:26 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 ditaa all 0.10+ds1-1.2 [129 kB]
2023-12-04T04:55:56.5198108Z Get:27 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB]
2023-12-04T04:55:56.6028668Z Get:28 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libcdt5 amd64 2.42.2-3build2 [18.7 kB]
2023-12-04T04:55:56.6859115Z Get:29 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libcgraph6 amd64 2.42.2-3build2 [41.3 kB]
2023-12-04T04:55:56.7696521Z Get:30 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB]
2023-12-04T04:55:56.8544714Z Get:31 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libpathplan4 amd64 2.42.2-3build2 [21.9 kB]
2023-12-04T04:55:56.9388978Z Get:32 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libgvc6 amd64 2.42.2-3build2 [647 kB]
2023-12-04T04:55:57.0307103Z Get:33 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libgvpr2 amd64 2.42.2-3build2 [167 kB]
2023-12-04T04:55:57.1150541Z Get:34 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 liblab-gamut1 amd64 2.42.2-3build2 [177 kB]
2023-12-04T04:55:57.1998201Z Get:35 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 [590 kB]
2023-12-04T04:55:57.2914131Z Get:36 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shape0 amd64 1.14-2 [5928 B]
2023-12-04T04:55:57.3749185Z Get:37 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libxv1 amd64 2:1.0.11-1 [10.7 kB]
2023-12-04T04:55:57.4586991Z Get:38 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libxxf86dga1 amd64 2:1.1.5-0ubuntu1 [12.0 kB]
2023-12-04T04:55:57.5418077Z Get:39 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 x11-utils amd64 7.7+5 [199 kB]
2023-12-04T04:55:57.6263667Z Get:40 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libatk-wrapper-java all 0.37.1-1 [53.0 kB]
2023-12-04T04:55:57.7097160Z Get:41 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libatk-wrapper-java-jni amd64 0.37.1-1 [45.1 kB]
2023-12-04T04:55:57.7934261Z Get:42 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB]
2023-12-04T04:55:58.1300280Z Fetched 52.0 MB in 5s (10.6 MB/s)
2023-12-04T04:55:58.1602406Z Selecting previously unselected package libpcsclite1:amd64.
2023-12-04T04:55:58.1764356Z (Reading database ... 
2023-12-04T04:55:58.1765005Z (Reading database ... 5%
2023-12-04T04:55:58.1765995Z (Reading database ... 10%
2023-12-04T04:55:58.1766821Z (Reading database ... 15%
2023-12-04T04:55:58.1767674Z (Reading database ... 20%
2023-12-04T04:55:58.1768401Z (Reading database ... 25%
2023-12-04T04:55:58.1769121Z (Reading database ... 30%
2023-12-04T04:55:58.1769726Z (Reading database ... 35%
2023-12-04T04:55:58.1770135Z (Reading database ... 40%
2023-12-04T04:55:58.1782130Z (Reading database ... 45%
2023-12-04T04:55:58.1782720Z (Reading database ... 50%
2023-12-04T04:55:58.1911726Z (Reading database ... 55%
2023-12-04T04:55:58.2111975Z (Reading database ... 60%
2023-12-04T04:55:58.2289067Z (Reading database ... 65%
2023-12-04T04:55:58.2691904Z (Reading database ... 70%
2023-12-04T04:55:58.2977848Z (Reading database ... 75%
2023-12-04T04:55:58.3416629Z (Reading database ... 80%
2023-12-04T04:55:58.3992409Z (Reading database ... 85%
2023-12-04T04:55:58.4308303Z (Reading database ... 90%
2023-12-04T04:55:58.4682061Z (Reading database ... 95%
2023-12-04T04:55:58.4682648Z (Reading database ... 100%
2023-12-04T04:55:58.4683541Z (Reading database ... 304256 files and directories currently installed.)
2023-12-04T04:55:58.4745232Z Preparing to unpack .../00-libpcsclite1_1.8.26-3_amd64.deb ...
2023-12-04T04:55:58.4793555Z Unpacking libpcsclite1:amd64 (1.8.26-3) ...
2023-12-04T04:55:58.4982116Z Selecting previously unselected package openjdk-11-jre-headless:amd64.
2023-12-04T04:55:58.5130520Z Preparing to unpack .../01-openjdk-11-jre-headless_11.0.21+9-0ubuntu1~20.04_amd64.deb ...
2023-12-04T04:55:58.5139210Z Unpacking openjdk-11-jre-headless:amd64 (11.0.21+9-0ubuntu1~20.04) ...
2023-12-04T04:56:01.0640092Z Selecting previously unselected package default-jre-headless.
2023-12-04T04:56:01.0791095Z Preparing to unpack .../02-default-jre-headless_2%3a1.11-72_amd64.deb ...
2023-12-04T04:56:01.0800842Z Unpacking default-jre-headless (2:1.11-72) ...
2023-12-04T04:56:01.1000715Z Selecting previously unselected package ca-certificates-java.
2023-12-04T04:56:01.1147804Z Preparing to unpack .../03-ca-certificates-java_20190405ubuntu1.1_all.deb ...
2023-12-04T04:56:01.1270120Z Unpacking ca-certificates-java (20190405ubuntu1.1) ...
2023-12-04T04:56:01.1476375Z Selecting previously unselected package openjdk-11-jre:amd64.
2023-12-04T04:56:01.1625847Z Preparing to unpack .../04-openjdk-11-jre_11.0.21+9-0ubuntu1~20.04_amd64.deb ...
2023-12-04T04:56:01.1641449Z Unpacking openjdk-11-jre:amd64 (11.0.21+9-0ubuntu1~20.04) ...
2023-12-04T04:56:01.2239332Z Selecting previously unselected package default-jre.
2023-12-04T04:56:01.2386691Z Preparing to unpack .../05-default-jre_2%3a1.11-72_amd64.deb ...
2023-12-04T04:56:01.2399217Z Unpacking default-jre (2:1.11-72) ...
2023-12-04T04:56:01.2609532Z Selecting previously unselected package fastjar.
2023-12-04T04:56:01.2756481Z Preparing to unpack .../06-fastjar_2%3a0.98-6build1_amd64.deb ...
2023-12-04T04:56:01.2771255Z Unpacking fastjar (2:0.98-6build1) ...
2023-12-04T04:56:01.3063941Z Selecting previously unselected package jarwrapper.
2023-12-04T04:56:01.3210337Z Preparing to unpack .../07-jarwrapper_0.72.10_all.deb ...
2023-12-04T04:56:01.3236971Z Unpacking jarwrapper (0.72.10) ...
2023-12-04T04:56:01.3451005Z Selecting previously unselected package libhamcrest-java.
2023-12-04T04:56:01.3598443Z Preparing to unpack .../08-libhamcrest-java_1.3-9_all.deb ...
2023-12-04T04:56:01.3614421Z Unpacking libhamcrest-java (1.3-9) ...
2023-12-04T04:56:01.4035576Z Selecting previously unselected package junit4.
2023-12-04T04:56:01.4180249Z Preparing to unpack .../09-junit4_4.12-8ubuntu0.20.04.1_all.deb ...
2023-12-04T04:56:01.4200487Z Unpacking junit4 (4.12-8ubuntu0.20.04.1) ...
2023-12-04T04:56:01.4573017Z Selecting previously unselected package java-wrappers.
2023-12-04T04:56:01.4715109Z Preparing to unpack .../10-java-wrappers_0.3_all.deb ...
2023-12-04T04:56:01.4743041Z Unpacking java-wrappers (0.3) ...
2023-12-04T04:56:01.4939639Z Selecting previously unselected package libjaxp1.3-java.
2023-12-04T04:56:01.5084297Z Preparing to unpack .../11-libjaxp1.3-java_1.3.05-5_all.deb ...
2023-12-04T04:56:01.5096020Z Unpacking libjaxp1.3-java (1.3.05-5) ...
2023-12-04T04:56:01.5416654Z Selecting previously unselected package libxml-commons-external-java.
2023-12-04T04:56:01.5560029Z Preparing to unpack .../12-libxml-commons-external-java_1.4.01-3_all.deb ...
2023-12-04T04:56:01.5571305Z Unpacking libxml-commons-external-java (1.4.01-3) ...
2023-12-04T04:56:01.5979416Z Selecting previously unselected package libxml-commons-resolver1.1-java.
2023-12-04T04:56:01.6124543Z Preparing to unpack .../13-libxml-commons-resolver1.1-java_1.2-9_all.deb ...
2023-12-04T04:56:01.6153766Z Unpacking libxml-commons-resolver1.1-java (1.2-9) ...
2023-12-04T04:56:01.6357249Z Selecting previously unselected package libxerces2-java.
2023-12-04T04:56:01.6499828Z Preparing to unpack .../14-libxerces2-java_2.12.1-1_all.deb ...
2023-12-04T04:56:01.6519030Z Unpacking libxerces2-java (2.12.1-1) ...
2023-12-04T04:56:01.7549724Z Selecting previously unselected package libxalan2-java.
2023-12-04T04:56:01.7694662Z Preparing to unpack .../15-libxalan2-java_2.7.2-2_all.deb ...
2023-12-04T04:56:01.7707753Z Unpacking libxalan2-java (2.7.2-2) ...
2023-12-04T04:56:01.9901552Z Selecting previously unselected package libapache-pom-java.
2023-12-04T04:56:02.0050019Z Preparing to unpack .../16-libapache-pom-java_18-1_all.deb ...
2023-12-04T04:56:02.0085092Z Unpacking libapache-pom-java (18-1) ...
2023-12-04T04:56:02.0296056Z Selecting previously unselected package libcommons-parent-java.
2023-12-04T04:56:02.0443006Z Preparing to unpack .../17-libcommons-parent-java_43-1_all.deb ...
2023-12-04T04:56:02.0458439Z Unpacking libcommons-parent-java (43-1) ...
2023-12-04T04:56:02.0696810Z Selecting previously unselected package libcommons-io-java.
2023-12-04T04:56:02.0843917Z Preparing to unpack .../18-libcommons-io-java_2.6-2ubuntu0.20.04.1_all.deb ...
2023-12-04T04:56:02.0856939Z Unpacking libcommons-io-java (2.6-2ubuntu0.20.04.1) ...
2023-12-04T04:56:02.1131228Z Selecting previously unselected package libcommons-logging-java.
2023-12-04T04:56:02.1275742Z Preparing to unpack .../19-libcommons-logging-java_1.2-2_all.deb ...
2023-12-04T04:56:02.1287031Z Unpacking libcommons-logging-java (1.2-2) ...
2023-12-04T04:56:02.1507026Z Selecting previously unselected package libxmlgraphics-commons-java.
2023-12-04T04:56:02.1650890Z Preparing to unpack .../20-libxmlgraphics-commons-java_2.4-1_all.deb ...
2023-12-04T04:56:02.1683442Z Unpacking libxmlgraphics-commons-java (2.4-1) ...
2023-12-04T04:56:02.2240635Z Selecting previously unselected package libbatik-java.
2023-12-04T04:56:02.2384120Z Preparing to unpack .../21-libbatik-java_1.12-1ubuntu0.1_all.deb ...
2023-12-04T04:56:02.2394060Z Unpacking libbatik-java (1.12-1ubuntu0.1) ...
2023-12-04T04:56:02.5273880Z Selecting previously unselected package libcommons-cli-java.
2023-12-04T04:56:02.5422903Z Preparing to unpack .../22-libcommons-cli-java_1.4-1_all.deb ...
2023-12-04T04:56:02.5432843Z Unpacking libcommons-cli-java (1.4-1) ...
2023-12-04T04:56:02.5648800Z Selecting previously unselected package libjericho-html-java.
2023-12-04T04:56:02.5795002Z Preparing to unpack .../23-libjericho-html-java_3.2-2_all.deb ...
2023-12-04T04:56:02.5804134Z Unpacking libjericho-html-java (3.2-2) ...
2023-12-04T04:56:02.6068583Z Selecting previously unselected package ditaa.
2023-12-04T04:56:02.6216035Z Preparing to unpack .../24-ditaa_0.10+ds1-1.2_all.deb ...
2023-12-04T04:56:02.6224732Z Unpacking ditaa (0.10+ds1-1.2) ...
2023-12-04T04:56:02.6504437Z Selecting previously unselected package libann0.
2023-12-04T04:56:02.6648760Z Preparing to unpack .../25-libann0_1.1.2+doc-7build1_amd64.deb ...
2023-12-04T04:56:02.6658679Z Unpacking libann0 (1.1.2+doc-7build1) ...
2023-12-04T04:56:02.6922884Z Selecting previously unselected package libcdt5:amd64.
2023-12-04T04:56:02.7064811Z Preparing to unpack .../26-libcdt5_2.42.2-3build2_amd64.deb ...
2023-12-04T04:56:02.7076022Z Unpacking libcdt5:amd64 (2.42.2-3build2) ...
2023-12-04T04:56:02.7268699Z Selecting previously unselected package libcgraph6:amd64.
2023-12-04T04:56:02.7409128Z Preparing to unpack .../27-libcgraph6_2.42.2-3build2_amd64.deb ...
2023-12-04T04:56:02.7428404Z Unpacking libcgraph6:amd64 (2.42.2-3build2) ...
2023-12-04T04:56:02.7622806Z Selecting previously unselected package libgts-0.7-5:amd64.
2023-12-04T04:56:02.7763181Z Preparing to unpack .../28-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
2023-12-04T04:56:02.7774101Z Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
2023-12-04T04:56:02.8088427Z Selecting previously unselected package libpathplan4:amd64.
2023-12-04T04:56:02.8228962Z Preparing to unpack .../29-libpathplan4_2.42.2-3build2_amd64.deb ...
2023-12-04T04:56:02.8276526Z Unpacking libpathplan4:amd64 (2.42.2-3build2) ...
2023-12-04T04:56:02.8474653Z Selecting previously unselected package libgvc6.
2023-12-04T04:56:02.8615059Z Preparing to unpack .../30-libgvc6_2.42.2-3build2_amd64.deb ...
2023-12-04T04:56:02.8639506Z Unpacking libgvc6 (2.42.2-3build2) ...
2023-12-04T04:56:02.9211395Z Selecting previously unselected package libgvpr2:amd64.
2023-12-04T04:56:02.9355149Z Preparing to unpack .../31-libgvpr2_2.42.2-3build2_amd64.deb ...
2023-12-04T04:56:02.9383551Z Unpacking libgvpr2:amd64 (2.42.2-3build2) ...
2023-12-04T04:56:02.9688683Z Selecting previously unselected package liblab-gamut1:amd64.
2023-12-04T04:56:02.9830802Z Preparing to unpack .../32-liblab-gamut1_2.42.2-3build2_amd64.deb ...
2023-12-04T04:56:02.9848007Z Unpacking liblab-gamut1:amd64 (2.42.2-3build2) ...
2023-12-04T04:56:03.0509903Z Selecting previously unselected package graphviz.
2023-12-04T04:56:03.0654800Z Preparing to unpack .../33-graphviz_2.42.2-3build2_amd64.deb ...
2023-12-04T04:56:03.0670230Z Unpacking graphviz (2.42.2-3build2) ...
2023-12-04T04:56:03.1291729Z Selecting previously unselected package libxcb-shape0:amd64.
2023-12-04T04:56:03.1437911Z Preparing to unpack .../34-libxcb-shape0_1.14-2_amd64.deb ...
2023-12-04T04:56:03.1457691Z Unpacking libxcb-shape0:amd64 (1.14-2) ...
2023-12-04T04:56:03.1623472Z Selecting previously unselected package libxv1:amd64.
2023-12-04T04:56:03.1768636Z Preparing to unpack .../35-libxv1_2%3a1.0.11-1_amd64.deb ...
2023-12-04T04:56:03.1778565Z Unpacking libxv1:amd64 (2:1.0.11-1) ...
2023-12-04T04:56:03.1944045Z Selecting previously unselected package libxxf86dga1:amd64.
2023-12-04T04:56:03.2086618Z Preparing to unpack .../36-libxxf86dga1_2%3a1.1.5-0ubuntu1_amd64.deb ...
2023-12-04T04:56:03.2097797Z Unpacking libxxf86dga1:amd64 (2:1.1.5-0ubuntu1) ...
2023-12-04T04:56:03.2278144Z Selecting previously unselected package x11-utils.
2023-12-04T04:56:03.2422023Z Preparing to unpack .../37-x11-utils_7.7+5_amd64.deb ...
2023-12-04T04:56:03.2433089Z Unpacking x11-utils (7.7+5) ...
2023-12-04T04:56:03.2735501Z Selecting previously unselected package libatk-wrapper-java.
2023-12-04T04:56:03.2876262Z Preparing to unpack .../38-libatk-wrapper-java_0.37.1-1_all.deb ...
2023-12-04T04:56:03.2890171Z Unpacking libatk-wrapper-java (0.37.1-1) ...
2023-12-04T04:56:03.3079728Z Selecting previously unselected package libatk-wrapper-java-jni:amd64.
2023-12-04T04:56:03.3218706Z Preparing to unpack .../39-libatk-wrapper-java-jni_0.37.1-1_amd64.deb ...
2023-12-04T04:56:03.3231494Z Unpacking libatk-wrapper-java-jni:amd64 (0.37.1-1) ...
2023-12-04T04:56:03.3419872Z Selecting previously unselected package libgts-bin.
2023-12-04T04:56:03.3559849Z Preparing to unpack .../40-libgts-bin_0.7.6+darcs121130-4_amd64.deb ...
2023-12-04T04:56:03.3578157Z Unpacking libgts-bin (0.7.6+darcs121130-4) ...
2023-12-04T04:56:03.4053163Z Setting up fastjar (2:0.98-6build1) ...
2023-12-04T04:56:03.4130446Z Setting up java-wrappers (0.3) ...
2023-12-04T04:56:03.4181400Z Setting up jarwrapper (0.72.10) ...
2023-12-04T04:56:03.4267260Z Setting up libcommons-cli-java (1.4-1) ...
2023-12-04T04:56:03.4298715Z Setting up liblab-gamut1:amd64 (2.42.2-3build2) ...
2023-12-04T04:56:03.4333970Z Setting up libxcb-shape0:amd64 (1.14-2) ...
2023-12-04T04:56:03.4363485Z Setting up libxxf86dga1:amd64 (2:1.1.5-0ubuntu1) ...
2023-12-04T04:56:03.4402423Z Setting up libjericho-html-java (3.2-2) ...
2023-12-04T04:56:03.4426961Z Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
2023-12-04T04:56:03.4459312Z Setting up libpathplan4:amd64 (2.42.2-3build2) ...
2023-12-04T04:56:03.4495788Z Setting up libapache-pom-java (18-1) ...
2023-12-04T04:56:03.4523479Z Setting up libann0 (1.1.2+doc-7build1) ...
2023-12-04T04:56:03.4591616Z Setting up libxv1:amd64 (2:1.0.11-1) ...
2023-12-04T04:56:03.4611935Z Setting up libxml-commons-resolver1.1-java (1.2-9) ...
2023-12-04T04:56:03.4696438Z Setting up libpcsclite1:amd64 (1.8.26-3) ...
2023-12-04T04:56:03.4719627Z Setting up libhamcrest-java (1.3-9) ...
2023-12-04T04:56:03.4737987Z Setting up libxml-commons-external-java (1.4.01-3) ...
2023-12-04T04:56:03.4767081Z Setting up x11-utils (7.7+5) ...
2023-12-04T04:56:03.5158478Z Setting up libcdt5:amd64 (2.42.2-3build2) ...
2023-12-04T04:56:03.5189507Z Setting up libcgraph6:amd64 (2.42.2-3build2) ...
2023-12-04T04:56:03.5223127Z Setting up libatk-wrapper-java (0.37.1-1) ...
2023-12-04T04:56:03.5264286Z Setting up ca-certificates-java (20190405ubuntu1.1) ...
2023-12-04T04:56:03.5397352Z head: cannot open '/etc/ssl/certs/java/cacerts' for reading: No such file or directory
2023-12-04T04:56:03.8466294Z Adding debian:Security_Communication_RootCA3.pem
2023-12-04T04:56:03.8490836Z Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem
2023-12-04T04:56:03.8519376Z Adding debian:QuoVadis_Root_CA_3_G3.pem
2023-12-04T04:56:03.8674969Z Adding debian:Certum_EC-384_CA.pem
2023-12-04T04:56:03.8687523Z Adding debian:Security_Communication_ECC_RootCA1.pem
2023-12-04T04:56:03.8705778Z Adding debian:Certum_Trusted_Root_CA.pem
2023-12-04T04:56:03.8718615Z Adding debian:GlobalSign_Root_CA.pem
2023-12-04T04:56:03.8737622Z Adding debian:Go_Daddy_Class_2_CA.pem
2023-12-04T04:56:03.8754188Z Adding debian:AffirmTrust_Commercial.pem
2023-12-04T04:56:03.8774854Z Adding debian:E-Tugra_Global_Root_CA_RSA_v3.pem
2023-12-04T04:56:03.8791935Z Adding debian:Amazon_Root_CA_1.pem
2023-12-04T04:56:03.8815957Z Adding debian:Comodo_AAA_Services_root.pem
2023-12-04T04:56:03.8834495Z Adding debian:HARICA_TLS_RSA_Root_CA_2021.pem
2023-12-04T04:56:03.8851830Z Adding debian:Trustwave_Global_ECC_P384_Certification_Authority.pem
2023-12-04T04:56:03.8881915Z Adding debian:ANF_Secure_Server_Root_CA.pem
2023-12-04T04:56:03.8911917Z Adding debian:Baltimore_CyberTrust_Root.pem
2023-12-04T04:56:03.8934536Z Adding debian:GlobalSign_Root_CA_-_R6.pem
2023-12-04T04:56:03.8956265Z Adding debian:DigiCert_Trusted_Root_G4.pem
2023-12-04T04:56:03.8974309Z Adding debian:emSign_Root_CA_-_C1.pem
2023-12-04T04:56:03.8999551Z Adding debian:SSL.com_Root_Certification_Authority_RSA.pem
2023-12-04T04:56:03.9017911Z Adding debian:certSIGN_ROOT_CA.pem
2023-12-04T04:56:03.9036720Z Adding debian:SZAFIR_ROOT_CA2.pem
2023-12-04T04:56:03.9055295Z Adding debian:TeliaSonera_Root_CA_v1.pem
2023-12-04T04:56:03.9076769Z Adding debian:TWCA_Global_Root_CA.pem
2023-12-04T04:56:03.9100898Z Adding debian:USERTrust_RSA_Certification_Authority.pem
2023-12-04T04:56:03.9114260Z Adding debian:E-Tugra_Global_Root_CA_ECC_v3.pem
2023-12-04T04:56:03.9128438Z Adding debian:COMODO_ECC_Certification_Authority.pem
2023-12-04T04:56:03.9157699Z Adding debian:emSign_Root_CA_-_G1.pem
2023-12-04T04:56:03.9164832Z Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem
2023-12-04T04:56:03.9175811Z Adding debian:ssl-cert-snakeoil.pem
2023-12-04T04:56:03.9189503Z Adding debian:QuoVadis_Root_CA_2_G3.pem
2023-12-04T04:56:03.9199378Z Adding debian:USERTrust_ECC_Certification_Authority.pem
2023-12-04T04:56:03.9206865Z Adding debian:AffirmTrust_Premium_ECC.pem
2023-12-04T04:56:03.9218880Z Adding debian:Entrust_Root_Certification_Authority_-_G2.pem
2023-12-04T04:56:03.9233824Z Adding debian:TunTrust_Root_CA.pem
2023-12-04T04:56:03.9252158Z Adding debian:SwissSign_Silver_CA_-_G2.pem
2023-12-04T04:56:03.9268927Z Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068_2.pem
2023-12-04T04:56:03.9277325Z Adding debian:SSL.com_EV_Root_Certification_Authority_ECC.pem
2023-12-04T04:56:03.9288346Z Adding debian:Security_Communication_Root_CA.pem
2023-12-04T04:56:03.9301808Z Adding debian:Microsec_e-Szigno_Root_CA_2009.pem
2023-12-04T04:56:03.9312889Z Adding debian:TWCA_Root_Certification_Authority.pem
2023-12-04T04:56:03.9326882Z Adding debian:ISRG_Root_X1.pem
2023-12-04T04:56:03.9336904Z Adding debian:Security_Communication_RootCA2.pem
2023-12-04T04:56:03.9345390Z Adding debian:DigiCert_TLS_ECC_P384_Root_G5.pem
2023-12-04T04:56:03.9364357Z Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem
2023-12-04T04:56:03.9377390Z Adding debian:SecureSign_RootCA11.pem
2023-12-04T04:56:03.9387846Z Adding debian:Certainly_Root_E1.pem
2023-12-04T04:56:03.9398134Z Adding debian:Certum_Trusted_Network_CA.pem
2023-12-04T04:56:03.9413493Z Adding debian:Secure_Global_CA.pem
2023-12-04T04:56:03.9425599Z Adding debian:Amazon_Root_CA_2.pem
2023-12-04T04:56:03.9437221Z Adding debian:Certainly_Root_R1.pem
2023-12-04T04:56:03.9456812Z Adding debian:Microsoft_RSA_Root_Certificate_Authority_2017.pem
2023-12-04T04:56:03.9466648Z Adding debian:DigiCert_Assured_ID_Root_CA.pem
2023-12-04T04:56:03.9477341Z Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem
2023-12-04T04:56:03.9491744Z Adding debian:COMODO_Certification_Authority.pem
2023-12-04T04:56:03.9513718Z Adding debian:ACCVRAIZ1.pem
2023-12-04T04:56:03.9530144Z Adding debian:Buypass_Class_2_Root_CA.pem
2023-12-04T04:56:03.9537134Z Adding debian:GlobalSign_Root_E46.pem
2023-12-04T04:56:03.9550101Z Adding debian:Starfield_Class_2_CA.pem
2023-12-04T04:56:03.9560098Z Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem
2023-12-04T04:56:03.9572346Z Adding debian:AffirmTrust_Networking.pem
2023-12-04T04:56:03.9583968Z Adding debian:Hongkong_Post_Root_CA_1.pem
2023-12-04T04:56:03.9596454Z Adding debian:GlobalSign_Root_R46.pem
2023-12-04T04:56:03.9606610Z Adding debian:HARICA_TLS_ECC_Root_CA_2021.pem
2023-12-04T04:56:03.9617402Z Adding debian:DigiCert_Global_Root_G2.pem
2023-12-04T04:56:03.9630156Z Adding debian:Certum_Trusted_Network_CA_2.pem
2023-12-04T04:56:03.9639683Z Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem
2023-12-04T04:56:03.9651644Z Adding debian:AC_RAIZ_FNMT-RCM.pem
2023-12-04T04:56:03.9666319Z Adding debian:E-Tugra_Certification_Authority.pem
2023-12-04T04:56:03.9676401Z Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem
2023-12-04T04:56:03.9687798Z Adding debian:UCA_Global_G2_Root.pem
2023-12-04T04:56:03.9702873Z Adding debian:Atos_TrustedRoot_2011.pem
2023-12-04T04:56:03.9720098Z Adding debian:Entrust_Root_Certification_Authority.pem
2023-12-04T04:56:03.9731916Z Adding debian:Buypass_Class_3_Root_CA.pem
2023-12-04T04:56:03.9742657Z Adding debian:SSL.com_Root_Certification_Authority_ECC.pem
2023-12-04T04:56:03.9758906Z Adding debian:GDCA_TrustAUTH_R5_ROOT.pem
2023-12-04T04:56:03.9776752Z Adding debian:UCA_Extended_Validation_Root.pem
2023-12-04T04:56:03.9794209Z Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem
2023-12-04T04:56:03.9805391Z Adding debian:AffirmTrust_Premium.pem
2023-12-04T04:56:03.9812648Z Adding debian:Trustwave_Global_ECC_P256_Certification_Authority.pem
2023-12-04T04:56:03.9821335Z Adding debian:GlobalSign_Root_CA_-_R3.pem
2023-12-04T04:56:03.9833419Z Adding debian:QuoVadis_Root_CA_2.pem
2023-12-04T04:56:03.9845715Z Adding debian:ePKI_Root_Certification_Authority.pem
2023-12-04T04:56:03.9856896Z Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
2023-12-04T04:56:03.9868978Z Adding debian:SecureTrust_CA.pem
2023-12-04T04:56:03.9886136Z Adding debian:HiPKI_Root_CA_-_G1.pem
2023-12-04T04:56:03.9895597Z Adding debian:e-Szigno_Root_CA_2017.pem
2023-12-04T04:56:03.9911801Z Adding debian:DigiCert_TLS_RSA4096_Root_G5.pem
2023-12-04T04:56:03.9921334Z Adding debian:T-TeleSec_GlobalRoot_Class_3.pem
2023-12-04T04:56:03.9930975Z Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem
2023-12-04T04:56:03.9939343Z Adding debian:vTrus_ECC_Root_CA.pem
2023-12-04T04:56:03.9968477Z Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem
2023-12-04T04:56:03.9980496Z Adding debian:Certigna.pem
2023-12-04T04:56:03.9990176Z Adding debian:DigiCert_Assured_ID_Root_G2.pem
2023-12-04T04:56:03.9997489Z Adding debian:OISTE_WISeKey_Global_Root_GC_CA.pem
2023-12-04T04:56:04.0012524Z Adding debian:QuoVadis_Root_CA_3.pem
2023-12-04T04:56:04.0022284Z Adding debian:DigiCert_Assured_ID_Root_G3.pem
2023-12-04T04:56:04.0030054Z Adding debian:GTS_Root_R4.pem
2023-12-04T04:56:04.0038395Z Adding debian:emSign_ECC_Root_CA_-_C3.pem
2023-12-04T04:56:04.0045100Z Adding debian:ISRG_Root_X2.pem
2023-12-04T04:56:04.0061757Z Adding debian:CA_Disig_Root_R2.pem
2023-12-04T04:56:04.0070115Z Adding debian:AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem
2023-12-04T04:56:04.0080561Z Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem
2023-12-04T04:56:04.0088973Z Adding debian:T-TeleSec_GlobalRoot_Class_2.pem
2023-12-04T04:56:04.0099924Z Adding debian:GTS_Root_R2.pem
2023-12-04T04:56:04.0107264Z Adding debian:emSign_ECC_Root_CA_-_G3.pem
2023-12-04T04:56:04.0122676Z Adding debian:vTrus_Root_CA.pem
2023-12-04T04:56:04.0135086Z Adding debian:certSIGN_Root_CA_G2.pem
2023-12-04T04:56:04.0152302Z Adding debian:Actalis_Authentication_Root_CA.pem
2023-12-04T04:56:04.0169237Z Adding debian:SwissSign_Gold_CA_-_G2.pem
2023-12-04T04:56:04.0180067Z Adding debian:CFCA_EV_ROOT.pem
2023-12-04T04:56:04.0190169Z Adding debian:XRamp_Global_CA_Root.pem
2023-12-04T04:56:04.0205535Z Adding debian:IdenTrust_Commercial_Root_CA_1.pem
2023-12-04T04:56:04.0215198Z Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem
2023-12-04T04:56:04.0224355Z Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem
2023-12-04T04:56:04.0240567Z Adding debian:Telia_Root_CA_v2.pem
2023-12-04T04:56:04.0255208Z Adding debian:GLOBALTRUST_2020.pem
2023-12-04T04:56:04.0266053Z Adding debian:GTS_Root_R1.pem
2023-12-04T04:56:04.0278852Z Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
2023-12-04T04:56:04.0289360Z Adding debian:QuoVadis_Root_CA_1_G3.pem
2023-12-04T04:56:04.0301736Z Adding debian:COMODO_RSA_Certification_Authority.pem
2023-12-04T04:56:04.0318568Z Adding debian:Izenpe.com.pem
2023-12-04T04:56:04.0326800Z Adding debian:DigiCert_Global_Root_G3.pem
2023-12-04T04:56:04.0341519Z Adding debian:Entrust_Root_Certification_Authority_-_G4.pem
2023-12-04T04:56:04.0350622Z Adding debian:Microsoft_ECC_Root_Certificate_Authority_2017.pem
2023-12-04T04:56:04.0362438Z Adding debian:DigiCert_Global_Root_CA.pem
2023-12-04T04:56:04.0375405Z Adding debian:D-TRUST_BR_Root_CA_1_2020.pem
2023-12-04T04:56:04.0383231Z Adding debian:Amazon_Root_CA_4.pem
2023-12-04T04:56:04.0391524Z Adding debian:GTS_Root_R3.pem
2023-12-04T04:56:04.0403089Z Adding debian:D-TRUST_EV_Root_CA_1_2020.pem
2023-12-04T04:56:04.0421323Z Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
2023-12-04T04:56:04.0437193Z Adding debian:NAVER_Global_Root_Certification_Authority.pem
2023-12-04T04:56:04.0457136Z Adding debian:Certigna_Root_CA.pem
2023-12-04T04:56:04.0464259Z Adding debian:Amazon_Root_CA_3.pem
2023-12-04T04:56:04.0481117Z Adding debian:Hongkong_Post_Root_CA_3.pem
2023-12-04T04:56:04.0493918Z Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem
2023-12-04T04:56:04.0505013Z Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem
2023-12-04T04:56:04.0517494Z Adding debian:Trustwave_Global_Certification_Authority.pem
2023-12-04T04:56:04.0772533Z done.
2023-12-04T04:56:04.0795724Z Setting up libxerces2-java (2.12.1-1) ...
2023-12-04T04:56:04.0828037Z Setting up libjaxp1.3-java (1.3.05-5) ...
2023-12-04T04:56:04.0855321Z Setting up junit4 (4.12-8ubuntu0.20.04.1) ...
2023-12-04T04:56:04.0895450Z Setting up libgts-bin (0.7.6+darcs121130-4) ...
2023-12-04T04:56:04.0919507Z Setting up libcommons-parent-java (43-1) ...
2023-12-04T04:56:04.0952376Z Setting up libcommons-logging-java (1.2-2) ...
2023-12-04T04:56:04.0977811Z Setting up libatk-wrapper-java-jni:amd64 (0.37.1-1) ...
2023-12-04T04:56:04.1010608Z Setting up libxalan2-java (2.7.2-2) ...
2023-12-04T04:56:04.1037386Z Setting up libgvc6 (2.42.2-3build2) ...
2023-12-04T04:56:04.1357885Z Setting up libgvpr2:amd64 (2.42.2-3build2) ...
2023-12-04T04:56:04.1395758Z Setting up graphviz (2.42.2-3build2) ...
2023-12-04T04:56:04.1459716Z Setting up libcommons-io-java (2.6-2ubuntu0.20.04.1) ...
2023-12-04T04:56:04.1536754Z Setting up libxmlgraphics-commons-java (2.4-1) ...
2023-12-04T04:56:04.1610902Z Setting up libbatik-java (1.12-1ubuntu0.1) ...
2023-12-04T04:56:04.1638323Z Setting up ditaa (0.10+ds1-1.2) ...
2023-12-04T04:56:04.1699009Z Setting up default-jre-headless (2:1.11-72) ...
2023-12-04T04:56:04.1749751Z Setting up openjdk-11-jre-headless:amd64 (11.0.21+9-0ubuntu1~20.04) ...
2023-12-04T04:56:04.5485748Z Setting up openjdk-11-jre:amd64 (11.0.21+9-0ubuntu1~20.04) ...
2023-12-04T04:56:04.5559930Z Setting up default-jre (2:1.11-72) ...
2023-12-04T04:56:04.5628299Z Processing triggers for man-db (2.9.1-1) ...
2023-12-04T04:56:06.4108032Z Processing triggers for ca-certificates (20230311ubuntu0.20.04.1) ...
2023-12-04T04:56:06.4568551Z Updating certificates in /etc/ssl/certs...
2023-12-04T04:56:06.8054660Z 0 added, 0 removed; done.
2023-12-04T04:56:06.8055815Z Running hooks in /etc/ca-certificates/update.d...
2023-12-04T04:56:07.0494664Z /etc/ssl/certs/adoptium/cacerts successfully populated.
2023-12-04T04:56:07.0513465Z 
2023-12-04T04:56:07.3110190Z done.
2023-12-04T04:56:07.3402565Z Updating Mono key store
2023-12-04T04:56:07.3708839Z Mono Certificate Store Sync - version 6.12.0.200
2023-12-04T04:56:07.3709695Z Populate Mono certificate store from a concatenated list of certificates.
2023-12-04T04:56:07.3710877Z Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.
2023-12-04T04:56:07.3711451Z 
2023-12-04T04:56:07.4777588Z Importing into legacy system store:
2023-12-04T04:56:08.3552131Z I already trust 137, your new list has 137
2023-12-04T04:56:08.3643703Z Import process completed.
2023-12-04T04:56:08.3659181Z 
2023-12-04T04:56:08.3659459Z Importing into BTLS system store:
2023-12-04T04:56:08.9409485Z I already trust 136, your new list has 137
2023-12-04T04:56:09.0498297Z Certificate added: C=ES, CN=Autoridad de Certificacion Firmaprofesional CIF A62634068
2023-12-04T04:56:09.0503114Z 1 new root certificates were added to your trust store.
2023-12-04T04:56:09.0523308Z Import process completed.
2023-12-04T04:56:09.0912118Z Done
2023-12-04T04:56:09.0913509Z done.
2023-12-04T04:56:09.0996085Z Processing triggers for install-info (6.7.0.dfsg.2-5) ...
2023-12-04T04:56:09.3272872Z Processing triggers for mime-support (3.64ubuntu1) ...
2023-12-04T04:56:09.4115857Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2023-12-04T04:56:09.7266608Z Processing triggers for libc-bin (2.31-0ubuntu9.12) ...
2023-12-04T04:56:11.0577127Z ##[group]Run sudo pip install Sphinx==1.6.7 sphinx_rtd_theme hieroglyph==1.0
2023-12-04T04:56:11.0577897Z sudo pip install Sphinx==1.6.7 sphinx_rtd_theme hieroglyph==1.0
2023-12-04T04:56:11.0594599Z shell: /usr/bin/bash -e {0}
2023-12-04T04:56:11.0594986Z ##[endgroup]
2023-12-04T04:56:11.9991268Z Collecting Sphinx==1.6.7
2023-12-04T04:56:12.0280680Z   Downloading Sphinx-1.6.7-py2.py3-none-any.whl (1.9 MB)
2023-12-04T04:56:12.2194529Z Collecting sphinx_rtd_theme
2023-12-04T04:56:12.2371667Z   Downloading sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl (2.8 MB)
2023-12-04T04:56:13.0245907Z Collecting hieroglyph==1.0
2023-12-04T04:56:13.2613453Z   Downloading hieroglyph-1.0.0-py2.py3-none-any.whl (1.5 MB)
2023-12-04T04:56:13.3573685Z Collecting docutils>=0.11
2023-12-04T04:56:13.3621546Z   Downloading docutils-0.20.1-py3-none-any.whl (572 kB)
2023-12-04T04:56:13.4116509Z Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Sphinx==1.6.7) (45.2.0)
2023-12-04T04:56:13.4125854Z Requirement already satisfied: requests>=2.0.0 in /usr/lib/python3/dist-packages (from Sphinx==1.6.7) (2.22.0)
2023-12-04T04:56:13.4441409Z Collecting alabaster<0.8,>=0.7
2023-12-04T04:56:13.4539143Z   Downloading alabaster-0.7.13-py3-none-any.whl (13 kB)
2023-12-04T04:56:13.4972673Z Collecting snowballstemmer>=1.1
2023-12-04T04:56:13.5028645Z   Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB)
2023-12-04T04:56:13.5672172Z Collecting babel!=2.0,>=1.3
2023-12-04T04:56:13.5721472Z   Downloading Babel-2.13.1-py3-none-any.whl (10.1 MB)
2023-12-04T04:56:13.9099838Z Requirement already satisfied: Pygments>=2.0 in /usr/lib/python3/dist-packages (from Sphinx==1.6.7) (2.3.1)
2023-12-04T04:56:13.9395178Z Collecting imagesize
2023-12-04T04:56:13.9440701Z   Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB)
2023-12-04T04:56:14.0031246Z Collecting sphinxcontrib-websupport
2023-12-04T04:56:14.0124658Z   Downloading sphinxcontrib_websupport-1.2.4-py2.py3-none-any.whl (39 kB)
2023-12-04T04:56:14.0357067Z Requirement already satisfied: Jinja2>=2.3 in /usr/lib/python3/dist-packages (from Sphinx==1.6.7) (2.10.1)
2023-12-04T04:56:14.0371615Z Requirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from Sphinx==1.6.7) (1.14.0)
2023-12-04T04:56:14.0615296Z Collecting sphinxcontrib-jquery<5,>=4
2023-12-04T04:56:14.0688558Z   Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB)
2023-12-04T04:56:14.2101754Z Collecting pytz>=2015.7; python_version < "3.9"
2023-12-04T04:56:14.2130976Z   Downloading pytz-2023.3.post1-py2.py3-none-any.whl (502 kB)
2023-12-04T04:56:14.3207772Z Collecting sphinxcontrib-serializinghtml
2023-12-04T04:56:14.3325075Z   Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB)
2023-12-04T04:56:14.4784033Z ERROR: sphinxcontrib-jquery 4.1 has requirement Sphinx>=1.8, but you'll have sphinx 1.6.7 which is incompatible.
2023-12-04T04:56:14.4785753Z ERROR: sphinx-rtd-theme 2.0.0 has requirement sphinx<8,>=5, but you'll have sphinx 1.6.7 which is incompatible.
2023-12-04T04:56:14.4788195Z Installing collected packages: docutils, alabaster, snowballstemmer, pytz, babel, imagesize, sphinxcontrib-serializinghtml, sphinxcontrib-websupport, Sphinx, sphinxcontrib-jquery, sphinx-rtd-theme, hieroglyph
2023-12-04T04:56:15.8630080Z Successfully installed Sphinx-1.6.7 alabaster-0.7.13 babel-2.13.1 docutils-0.20.1 hieroglyph-1.0.0 imagesize-1.4.1 pytz-2023.3.post1 snowballstemmer-2.2.0 sphinx-rtd-theme-2.0.0 sphinxcontrib-jquery-4.1 sphinxcontrib-serializinghtml-1.1.5 sphinxcontrib-websupport-1.2.4
2023-12-04T04:56:15.9489580Z ##[group]Run cd tools/labs && make docs
2023-12-04T04:56:15.9490436Z cd tools/labs && make docs
2023-12-04T04:56:15.9511217Z shell: /usr/bin/bash -e {0}
2023-12-04T04:56:15.9511596Z ##[endgroup]
2023-12-04T04:56:15.9698425Z make -C /home/runner/work/linux/linux DOCBOOKS= SPHINXDIRS="teaching" htmldocs
2023-12-04T04:56:15.9710912Z make[1]: Entering directory '/home/runner/work/linux/linux'
2023-12-04T04:56:16.6049126Z Detected OS: Ubuntu 20.04.6 LTS.
2023-12-04T04:56:16.6049915Z Sphinx version: 1.6.7
2023-12-04T04:56:16.6050200Z 
2023-12-04T04:56:16.7419526Z Warning: better to also install "dvipng".
2023-12-04T04:56:16.7420507Z Warning: better to also install "fonts-noto-cjk".
2023-12-04T04:56:16.7421247Z Warning: better to also install "latexmk".
2023-12-04T04:56:16.7421866Z Warning: better to also install "rsvg-convert".
2023-12-04T04:56:16.7422396Z Warning: better to also install "xelatex".
2023-12-04T04:56:16.7422833Z You should run:
2023-12-04T04:56:16.7423025Z 
2023-12-04T04:56:16.7423548Z    sudo apt-get install dvipng fonts-noto-cjk latexmk librsvg2-bin texlive-xetex
2023-12-04T04:56:16.7424331Z Warning: It is recommended at least Sphinx version 1.7.9.
2023-12-04T04:56:16.7425025Z          If you want pdf, you need at least 2.4.4.
2023-12-04T04:56:16.7425683Z Note: It is recommended at least Sphinx version 2.4.4 if you need PDF support.
2023-12-04T04:56:16.7426347Z To upgrade Sphinx, use:
2023-12-04T04:56:16.7426672Z 
2023-12-04T04:56:16.7432526Z    /usr/bin/python3 -m venv sphinx_2.4.4
2023-12-04T04:56:16.7433176Z    . sphinx_2.4.4/bin/activate
2023-12-04T04:56:16.7433743Z    pip install -r ./Documentation/sphinx/requirements.txt
2023-12-04T04:56:16.7434152Z 
2023-12-04T04:56:16.7434338Z If you want to exit the virtualenv, you can use:
2023-12-04T04:56:16.7434830Z    deactivate
2023-12-04T04:56:16.7434992Z 
2023-12-04T04:56:16.7435162Z Needed package dependencies are met.
2023-12-04T04:56:16.7439916Z   SPHINX  htmldocs --> file:///home/runner/work/linux/linux/Documentation/output/teaching
2023-12-04T04:56:16.7477440Z   PARSE   include/uapi/linux/dvb/audio.h
2023-12-04T04:56:16.7845710Z   PARSE   include/uapi/linux/dvb/ca.h
2023-12-04T04:56:16.8222018Z   PARSE   include/uapi/linux/dvb/dmx.h
2023-12-04T04:56:16.8609840Z   PARSE   include/uapi/linux/dvb/frontend.h
2023-12-04T04:56:16.9069547Z   PARSE   include/uapi/linux/dvb/net.h
2023-12-04T04:56:16.9431257Z   PARSE   include/uapi/linux/dvb/video.h
2023-12-04T04:56:16.9807888Z   PARSE   include/uapi/linux/videodev2.h
2023-12-04T04:56:17.0798770Z   PARSE   include/uapi/linux/media.h
2023-12-04T04:56:17.1202287Z   PARSE   include/uapi/linux/cec.h
2023-12-04T04:56:17.1794654Z   PARSE   include/uapi/linux/lirc.h
2023-12-04T04:57:23.8507474Z source directory: teaching
2023-12-04T04:57:23.8512546Z load additional sphinx-config: /home/runner/work/linux/linux/Documentation/teaching/conf.py
2023-12-04T04:57:23.8514474Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-a5f399cb84561893770eb45ceeb827ce6d4a2336.png
2023-12-04T04:57:23.8516931Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-f7ee56960e76c3e80fcbe59fafa38c3d93eac261.png
2023-12-04T04:57:23.8519368Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-4e1f9758808dba9e61bc0e48faf4365d377f9d32.png
2023-12-04T04:57:23.8521825Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-f3703e3f627a948c59f6f960518d5f68eb7becec.png
2023-12-04T04:57:23.8524260Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-d6845a04f0ec792beec598d2a9f4c5b92c65529e.png
2023-12-04T04:57:23.8526627Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-5cd4a8fa1ad97cff4bb1f64da13ce9ebfcfc4562.png
2023-12-04T04:57:23.8529095Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-def299abebe530d760a6c8f16c791bbb016f9238.png
2023-12-04T04:57:23.8531811Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-709c2e7a68bfcdcfe9c1938d6ef2a0c9b5627931.png
2023-12-04T04:57:23.8534283Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-5e4d73e3fcb24db9d1f8c16daddf98694c063fe6.png
2023-12-04T04:57:23.8536774Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-d5d1129b0298a2ea5f116c9d4b246eb1b888db6b.png
2023-12-04T04:57:23.8539213Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-3985c420def8f30934a72ea8c738a00ed629c298.png
2023-12-04T04:57:23.8541879Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-bb8455a43088bf800eece11869f6ff857574605d.png
2023-12-04T04:57:23.8544624Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-ae895f3a8e26b92bf6c6ecbbd71e2c88912d5607.png
2023-12-04T04:57:23.8547110Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-5e6f93e563d6e94c14fe3d483f988e0579b05b38.png
2023-12-04T04:57:23.8549657Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-29f54aaa1a85b819ff29cb7d101a4d646b3b0b06.png
2023-12-04T04:57:23.8552236Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-bc662dab7bb3d9ba3a37efbf69b82c513dcaadd4.png
2023-12-04T04:57:23.8554756Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-8b59fc3f5245ffb5d7089dc80cf2e306c39a62d8.png
2023-12-04T04:57:23.8557223Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-6d39f541805ae8197b413ec9c79116382abc4dbc.png
2023-12-04T04:57:23.8559837Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-e3a27a84dde42de58bcc5c360e1c4b15062507c2.png
2023-12-04T04:57:23.8562350Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-5db1739b80a83b12505e4ff749b5e69fccd01f1b.png
2023-12-04T04:57:23.8564855Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-9d23d02ebdff6eeb6bec8044480f055de9852ecc.png
2023-12-04T04:57:23.8567494Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-8b00a68b494f72d54b5fad38c88f7265aadaaa0e.png
2023-12-04T04:57:23.8569961Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-5b3c93f6e612d0cc0e4d4837d92a443627405262.png
2023-12-04T04:57:23.8572318Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-eff5e0e3b58ce239d5310b22b89c0927be5853bd.png
2023-12-04T04:57:23.8574625Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-b2023fce22479e20bbe08fd76eed87e9a0527688.png
2023-12-04T04:57:23.8577348Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-85b69602726fa6143fc3ba0ffdb492454864aacf.png
2023-12-04T04:57:23.8587196Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-da31e3d17a4d55e5c3dbc0bd5903306418a896ca.png
2023-12-04T04:57:23.8589689Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-2e49ca6ac606dab4b2b53231cfbe85ff06312d36.png
2023-12-04T04:57:23.8592068Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-48374873962ca32ada36c14ab9a83b60f112a1e0.png
2023-12-04T04:57:23.8593551Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-3dc899167df5e16a230c434cf5d6964cb5868482.png
2023-12-04T04:57:23.8594944Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-c8a3d93d0109b7be6f608871d16adff4aaa933da.png
2023-12-04T04:57:23.8596375Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-a5f93e0d17ccdc2ba24828b620d7227f7fc75e33.png
2023-12-04T04:57:23.8597751Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-cb16db58a2489307b74d4f70256a48c81c65f6c6.png
2023-12-04T04:57:23.8599300Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-08aff771b3ff7a5525df7b0c090e28c836502788.png
2023-12-04T04:57:23.8600717Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-f45246aade5ecc7cfb71f7f103a57f95fc7c2b9e.png
2023-12-04T04:57:23.8602300Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-b9ffae65be16d30be11b5eca188a7a143b1b8227.png
2023-12-04T04:57:23.8603718Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-0a96997f269a7a9cd0cdc9c9125f6e62e549be94.png
2023-12-04T04:57:23.8605123Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-afa57a07e21b1b842554278abe30fea575278452.png
2023-12-04T04:57:23.8606485Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-a2ded49c8b739635d6742479583443fb10ad120a.png
2023-12-04T04:57:23.8607820Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-0eda95a3f39dfac448fd07589656b123d3548328.png
2023-12-04T04:57:23.8609204Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-79e3734c36891f6c04d684aa5caa39f76915dbaf.png
2023-12-04T04:57:23.8610711Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-bf1244d1a5c3d99bd8d40148d81cb3e5748c0b94.png
2023-12-04T04:57:23.8612368Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-ee04e3e544de75375b914f7645c79d5ae46fe6f3.png
2023-12-04T04:57:23.8614095Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-528948c80a3fd78b89fb6f7bd69503a58b93a4ae.png
2023-12-04T04:57:23.8615515Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-91073cb05a3f537eb54ab10745c307531e6795a0.png
2023-12-04T04:57:23.8616902Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-4b5c1874d3924d9716f26d4893a3e4f313bf1c43.png
2023-12-04T04:57:23.8618426Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-fd771038e88b95def30ae9bd4df0b7bd6b7b3503.png
2023-12-04T04:57:23.8619820Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-019489e686a2f60f1594e37458cfcb10320eae0f.png
2023-12-04T04:57:23.8621588Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-f6b228332baf165f498d8a1bb0bc0bdb91ae50c5.png
2023-12-04T04:57:23.8623339Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-0b8cde2be9bbd195ac9dcaeac978a8bbe0d3b805.png
2023-12-04T04:57:23.8624725Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-35f7597b35b83bb0025ac2a5f158c9eae23050c8.png
2023-12-04T04:57:23.8626122Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-ddd14be50300088958e86912bc5f396797634a3a.png
2023-12-04T04:57:23.8627977Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-c11fccb956cdf115910f9f72e1dc14cd7ed549ff.png
2023-12-04T04:57:23.8629508Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-4d63c157487ff8291f2a6e93fe680ec38c1a3212.png
2023-12-04T04:57:23.8630922Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-7ee0f9bb5f5af586e043afd47cfbad0adcc34888.png
2023-12-04T04:57:23.8632431Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-b26d802c286bda6c559b4dcfa8a7fb27f840463e.png
2023-12-04T04:57:23.8634232Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-58545831034f050660727be99cede213bc4a53c7.png
2023-12-04T04:57:23.8635678Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-5193a924360bebc83d2f81188cd0b0093ec01e6a.png
2023-12-04T04:57:23.8637061Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-e76e44cad2e92f2134ab77f6a09605b29524d039.png
2023-12-04T04:57:23.8638425Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-eeb919cd078d0ba5021028fa628bb47d7d6866e2.png
2023-12-04T04:57:23.8639925Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-91f08f7db4b54069e16694eab8d75c06400fc47b.png
2023-12-04T04:57:23.8641297Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-8632e22c6d89bd18f97c9cef127444486b5077df.png
2023-12-04T04:57:23.8642843Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-bb69666d75b9670e542682753fb8cc9b77ff8894.png
2023-12-04T04:57:31.6066466Z /usr/local/lib/python3.8/dist-packages/sphinx/util/compat.py:38: RemovedInSphinx17Warning: sphinx.util.compat.Directive is deprecated and will be removed in Sphinx 1.7, please use docutils' instead.
2023-12-04T04:57:31.6069196Z   warnings.warn("sphinx.util.compat.%s is deprecated and will be removed "
2023-12-04T04:57:31.6072319Z /usr/local/lib/python3.8/dist-packages/sphinx/environment/__init__.py:701: RemovedInSphinx17Warning: html_use_smartypants option is deprecated. Smart quotes are on by default; if you want to disable them, use the smartquotes option.
2023-12-04T04:57:31.6074698Z   warnings.warn("html_use_smartypants option is deprecated. Smart "
2023-12-04T04:57:31.6076282Z /home/runner/work/linux/linux/Documentation/teaching/labs/block_device_drivers.rst:367: WARNING: Unexpected indentation.
2023-12-04T04:57:31.6078751Z /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part1.rst:78: WARNING: duplicate label labs/filesystems_part1:localization:, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part1.rst
2023-12-04T04:57:31.6081148Z /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part1.rst:108: WARNING: duplicate label labs/filesystems_part1:localization:, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part1.rst
2023-12-04T04:57:31.6083499Z /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part2.rst:779: WARNING: duplicate label labs/filesystems_part2:testing, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part2.rst
2023-12-04T04:57:31.6085811Z /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part2.rst:883: WARNING: duplicate label labs/filesystems_part2:testing, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part2.rst
2023-12-04T04:57:31.6088075Z /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part2.rst:958: WARNING: duplicate label labs/filesystems_part2:testing, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part2.rst
2023-12-04T04:57:31.6090353Z /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part2.rst:1055: WARNING: duplicate label labs/filesystems_part2:testing, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part2.rst
2023-12-04T04:57:31.6092480Z /home/runner/work/linux/linux/Documentation/teaching/labs/kernel_api.rst:714: WARNING: Bullet list ends without a blank line; unexpected unindent.
2023-12-04T04:57:31.6093835Z /home/runner/work/linux/linux/Documentation/teaching/labs/kernel_modules.rst:1115: WARNING: Unknown target name: "debugging".
2023-12-04T04:57:31.6095539Z /home/runner/work/linux/linux/Documentation/teaching/lectures/arch.rst:77: WARNING: duplicate label lectures/arch:boot strap, other instance in /home/runner/work/linux/linux/Documentation/teaching/lectures/arch.rst
2023-12-04T04:57:31.6097316Z /home/runner/work/linux/linux/Documentation/teaching/so2/assign3-software-raid.rst:1: WARNING: Title overline too short.
2023-12-04T04:57:31.6097992Z 
2023-12-04T04:57:31.6098128Z ===========================
2023-12-04T04:57:31.6098516Z Assignment 3 - Software RAID
2023-12-04T04:57:31.6098849Z ===========================
2023-12-04T04:57:31.6099888Z /home/runner/work/linux/linux/Documentation/teaching/so2/assign3-software-raid.rst:78: WARNING: Bullet list ends without a blank line; unexpected unindent.
2023-12-04T04:57:31.6101704Z /home/runner/work/linux/linux/Documentation/teaching/so2/assign5-pitix.rst:15: WARNING: Unexpected indentation.
2023-12-04T04:57:31.6114377Z /home/runner/work/linux/linux/Documentation/teaching/so2/assign5-pitix.rst:: WARNING: Anonymous hyperlink mismatch: 1 references but 0 targets.
2023-12-04T04:57:31.6115349Z See "backrefs" attribute for IDs.
2023-12-04T04:57:31.6116503Z /home/runner/work/linux/linux/Documentation/teaching/so2/assign7-kvm-vmm.rst:128: WARNING: Enumerated list ends without a blank line; unexpected unindent.
2023-12-04T04:57:31.6118131Z /home/runner/work/linux/linux/Documentation/teaching/so2/assign7-kvm-vmm.rst:285: WARNING: Enumerated list ends without a blank line; unexpected unindent.
2023-12-04T04:57:31.6119978Z /home/runner/work/linux/linux/Documentation/teaching/so2/index.rst:40: WARNING: toctree contains reference to nonexisting document 'so2/.. uncoment next line for pitix to be available in Docs'
2023-12-04T04:57:31.6121717Z /home/runner/work/linux/linux/Documentation/teaching/so2/index.rst:40: WARNING: toctree contains reference to nonexisting document 'so2/.. assign5-pitix'
2023-12-04T04:57:31.6122900Z Documentation/teaching/labs/kernel_modules.rst:15: WARNING: Unknown target name: "debugging".
2023-12-04T04:57:31.6124214Z Documentation/teaching/labs/introduction.rst:9: WARNING: duplicate label cscope_intro, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/introduction.rst
2023-12-04T04:57:31.6125860Z Documentation/teaching/labs/introduction.rst:14: WARNING: duplicate label gdb_intro, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/introduction.rst
2023-12-04T04:57:31.6127506Z Documentation/teaching/labs/networking.rst:87: WARNING: duplicate label socketstructops, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/networking.rst
2023-12-04T04:57:31.6129165Z Documentation/teaching/labs/networking.rst:463: WARNING: duplicate label structskbuff, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/networking.rst
2023-12-04T04:57:31.6130793Z Documentation/teaching/labs/networking.rst:684: WARNING: duplicate label conversions, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/networking.rst
2023-12-04T04:57:31.6132410Z Documentation/teaching/labs/networking.rst:714: WARNING: duplicate label netfilter, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/networking.rst
2023-12-04T04:57:31.6133753Z Documentation/teaching/labs/kernel_api.rst:710: WARNING: Bullet list ends without a blank line; unexpected unindent.
2023-12-04T04:57:31.6135239Z Documentation/teaching/labs/kernel_api.rst:456: WARNING: duplicate label atomic-variables, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/kernel_api.rst
2023-12-04T04:57:31.6137172Z Documentation/teaching/labs/device_drivers.rst:371: WARNING: duplicate label access_to_process_address_space, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/device_drivers.rst
2023-12-04T04:57:31.6138930Z Documentation/teaching/labs/device_drivers.rst:595: WARNING: duplicate label ioctl, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/device_drivers.rst
2023-12-04T04:57:31.6140149Z Documentation/teaching/labs/block_device_drivers.rst:363: WARNING: Unexpected indentation.
2023-12-04T04:57:31.6141760Z Documentation/teaching/labs/block_device_drivers.rst:737: WARNING: duplicate label bio_completion, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/block_device_drivers.rst
2023-12-04T04:57:31.6143589Z Documentation/teaching/labs/block_device_drivers.rst:791: WARNING: duplicate label bio_content, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/block_device_drivers.rst
2023-12-04T04:57:31.6145444Z Documentation/teaching/labs/filesystems_part1.rst:126: WARNING: duplicate label registerunregistersection, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part1.rst
2023-12-04T04:57:31.6147509Z Documentation/teaching/labs/filesystems_part1.rst:196: WARNING: duplicate label functionsmountkillsbsection, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part1.rst
2023-12-04T04:57:31.6149380Z Documentation/teaching/labs/filesystems_part1.rst:280: WARNING: duplicate label superblocksection, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part1.rst
2023-12-04T04:57:31.6151155Z Documentation/teaching/labs/filesystems_part1.rst:308: WARNING: duplicate label fillsupersection, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part1.rst
2023-12-04T04:57:31.6152984Z Documentation/teaching/labs/filesystems_part1.rst:376: WARNING: duplicate label buffercachesection, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part1.rst
2023-12-04T04:57:31.6155100Z Documentation/teaching/labs/filesystems_part1.rst:74: WARNING: duplicate label so2/lab8-filesystems-part1:localization:, other instance in /home/runner/work/linux/linux/Documentation/teaching/so2/lab8-filesystems-part1.rst
2023-12-04T04:57:31.6157287Z Documentation/teaching/labs/filesystems_part1.rst:104: WARNING: duplicate label so2/lab8-filesystems-part1:localization:, other instance in /home/runner/work/linux/linux/Documentation/teaching/so2/lab8-filesystems-part1.rst
2023-12-04T04:57:31.6159194Z Documentation/teaching/labs/filesystems_part2.rst:161: WARNING: duplicate label fileinodes, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part2.rst
2023-12-04T04:57:31.6160955Z Documentation/teaching/labs/filesystems_part2.rst:169: WARNING: duplicate label fileoperations, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part2.rst
2023-12-04T04:57:31.6162775Z Documentation/teaching/labs/filesystems_part2.rst:243: WARNING: duplicate label addressspaceoperations, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part2.rst
2023-12-04T04:57:31.6164586Z Documentation/teaching/labs/filesystems_part2.rst:366: WARNING: duplicate label directoryinodes, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part2.rst
2023-12-04T04:57:31.6166377Z Documentation/teaching/labs/filesystems_part2.rst:521: WARNING: duplicate label bitmapoperations, other instance in /home/runner/work/linux/linux/Documentation/teaching/labs/filesystems_part2.rst
2023-12-04T04:57:31.6168416Z Documentation/teaching/labs/filesystems_part2.rst:775: WARNING: duplicate label so2/lab9-filesystems-part2:testing, other instance in /home/runner/work/linux/linux/Documentation/teaching/so2/lab9-filesystems-part2.rst
2023-12-04T04:57:31.6170713Z Documentation/teaching/labs/filesystems_part2.rst:879: WARNING: duplicate label so2/lab9-filesystems-part2:testing, other instance in /home/runner/work/linux/linux/Documentation/teaching/so2/lab9-filesystems-part2.rst
2023-12-04T04:57:31.6172839Z Documentation/teaching/labs/filesystems_part2.rst:954: WARNING: duplicate label so2/lab9-filesystems-part2:testing, other instance in /home/runner/work/linux/linux/Documentation/teaching/so2/lab9-filesystems-part2.rst
2023-12-04T04:57:31.6174997Z Documentation/teaching/labs/filesystems_part2.rst:1051: WARNING: duplicate label so2/lab9-filesystems-part2:testing, other instance in /home/runner/work/linux/linux/Documentation/teaching/so2/lab9-filesystems-part2.rst
2023-12-04T04:57:31.6176968Z Documentation/teaching/lectures/arch.rst:71: WARNING: duplicate label so2/lec11-arch:boot strap, other instance in /home/runner/work/linux/linux/Documentation/teaching/so2/lec11-arch.rst
2023-12-04T04:57:31.6196376Z /home/runner/work/linux/linux/Documentation/teaching/so2/assign5-pitix.rst: WARNING: document isn't included in any toctree
2023-12-04T04:57:31.6197907Z /home/runner/work/linux/linux/Documentation/teaching/so2/lec12-profiling.rst: WARNING: document isn't included in any toctree
2023-12-04T04:57:31.9186107Z 
2023-12-04T04:57:31.9187131Z Exception occurred:
2023-12-04T04:57:31.9188828Z   File "/usr/lib/python3/dist-packages/jinja2/sandbox.py", line 350, in is_safe_callable
2023-12-04T04:57:31.9190105Z     return not (getattr(obj, 'unsafe_callable', False) or
2023-12-04T04:57:31.9191059Z jinja2.exceptions.UndefinedError: 'css_tag' is undefined
2023-12-04T04:57:31.9192739Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-cc9a2e995be74ee99646ea4bf0e551d766fa92ef.png
2023-12-04T04:57:31.9194990Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-3901edd823cdc7a6f429ebc37cbc541e650abc96.png
2023-12-04T04:57:31.9197133Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-d880751969de8642b2613caaca345d71acea4500.png
2023-12-04T04:57:31.9199353Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-2cb0eb0056bb775d1446843d62241fd660662c96.png
2023-12-04T04:57:31.9201585Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-f8fcc760ef5dad50d1038ed3426d0fcce12fd3e6.png
2023-12-04T04:57:31.9203804Z rending /home/runner/work/linux/linux/Documentation/output/teaching/_images/ditaa-fbe06955ffc165cbdc9cb6074abf0db807b3c5cd.png
2023-12-04T04:57:31.9205851Z The full traceback has been saved in /tmp/sphinx-err-g07275e3.log, if you want to report the issue to the developers.
2023-12-04T04:57:31.9207486Z Please also report this if it was a user error, so that a better error message can be provided next time.
2023-12-04T04:57:31.9209056Z A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
2023-12-04T04:57:32.0503095Z make[2]: *** [Documentation/Makefile:91: htmldocs] Error 1
2023-12-04T04:57:32.0504257Z make[1]: *** [Makefile:1669: htmldocs] Error 2
2023-12-04T04:57:32.0505535Z make[1]: Leaving directory '/home/runner/work/linux/linux'
2023-12-04T04:57:32.0507109Z make: *** [Makefile:44: docs] Error 2
2023-12-04T04:57:32.0521083Z ##[error]Process completed with exit code 2.
2023-12-04T04:57:32.0613189Z Post job cleanup.
2023-12-04T04:57:32.1543879Z [command]/usr/bin/git version
2023-12-04T04:57:32.1581889Z git version 2.43.0
2023-12-04T04:57:32.1623831Z Temporarily overriding HOME='/home/runner/work/_temp/6fd70f18-828e-4b26-aa8f-30a218ecdc13' before making global git config changes
2023-12-04T04:57:32.1625697Z Adding repository directory to the temporary git global config as a safe directory
2023-12-04T04:57:32.1629731Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/linux/linux
2023-12-04T04:57:32.1655540Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-12-04T04:57:32.1679882Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-12-04T04:57:32.1861956Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-12-04T04:57:32.1880331Z http.https://github.com/.extraheader
2023-12-04T04:57:32.1889504Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2023-12-04T04:57:32.1915130Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-12-04T04:57:32.2318426Z Cleaning up orphan processes
hanyujie2002 commented 10 months ago

Finally I find the problem. It's because package sphinx_rtd_theme update to 2.0.0 recently. Fix in #379

dbaluta commented 10 months ago

@hanyujie2002 thanks for taking care of this.

I see you closed #379 . How was the problem fixed on your side?

hanyujie2002 commented 10 months ago

The problem is fixed on my side. I just use that repo for experiment, so I delete that repo after the problem being fixed. I am not familiar with github so I didn't know that the pr will also be deleted after my fork being deleted.🤣 This is an accident. This is another pr

hanyujie2002 commented 10 months ago

By the way, I really appreciate this lecture, so I create Chinese localization of this lecture here: https://github.com/linux-kernel-labs-zh, and the site is deployed here: https://linux-kernel-labs-zh.vercel.app. I have already been working the localization work for about three months and now almost half of this lecture have been localized. I already declared on my localization version repo that all copyright belongs to the original authors. Maybe it's too late to apply for your approval now. 🤣 I hope to help other Chinese speaker get in touch with this high quality Linux kernel learning resource, so please allow me to do the translation. @dbaluta

dbaluta commented 10 months ago

@hanyujie2002 wonderful! :)

hanyujie2002 commented 10 months ago

@dbaluta Thanks 👍