monanadmin / monan

Repositório organizacional das atividades dos macro-grupos do MONAN - Model for Ocean-laNd-Atmosphere PredictioN
14 stars 10 forks source link

[GCC] GRC: Git Actions CodeReviewer #536

Open joaomas opened 3 weeks ago

joaomas commented 3 weeks ago

:people_holding_hands: User Story

COMO (...) QUEREMOS (...) PARA (...)

:clipboard: Critérios de aceite de conclusão da Issue

:pencil: Detalhamento adicional da atividade

-.

:comet: Impactos

-.

:link: Dependências

-.

:hammer_and_wrench: Solução

name: Python Script Workflow

on:
  push:
    branches:
      - main

jobs:
  run-python-script:
    runs-on: ubuntu-latest

    steps:
      - name: Checkout code
        uses: actions/checkout@v2

      - name: Set up Python
        uses: actions/setup-python@v5 
        with:
          python-version: '3.10'

      - name: Run Python script
        run: sudo apt install default-jre; make init; make test; python src/CodeReviewer.py tests/teste.F90

Image

:rotating_light: Problemas encontrados

Image

Image

:white_check_mark: Conclusão

:spiral_calendar: Trabalhos Futuros

-.

joaomas commented 2 days ago

Raw Log:

2024-07-06T00:19:38.5995299Z Current runner version: '2.317.0'
2024-07-06T00:19:38.6018590Z ##[group]Operating System
2024-07-06T00:19:38.6019209Z Ubuntu
2024-07-06T00:19:38.6019625Z 22.04.4
2024-07-06T00:19:38.6019974Z LTS
2024-07-06T00:19:38.6020305Z ##[endgroup]
2024-07-06T00:19:38.6020713Z ##[group]Runner Image
2024-07-06T00:19:38.6021153Z Image: ubuntu-22.04
2024-07-06T00:19:38.6021547Z Version: 20240630.1.0
2024-07-06T00:19:38.6022566Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240630.1/images/ubuntu/Ubuntu2204-Readme.md
2024-07-06T00:19:38.6023999Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240630.1
2024-07-06T00:19:38.6024856Z ##[endgroup]
2024-07-06T00:19:38.6025289Z ##[group]Runner Image Provisioner
2024-07-06T00:19:38.6025762Z 2.0.370.1
2024-07-06T00:19:38.6026093Z ##[endgroup]
2024-07-06T00:19:38.6028434Z ##[group]GITHUB_TOKEN Permissions
2024-07-06T00:19:38.6030034Z Actions: write
2024-07-06T00:19:38.6030736Z Attestations: write
2024-07-06T00:19:38.6031343Z Checks: write
2024-07-06T00:19:38.6031774Z Contents: write
2024-07-06T00:19:38.6032377Z Deployments: write
2024-07-06T00:19:38.6032841Z Discussions: write
2024-07-06T00:19:38.6033320Z Issues: write
2024-07-06T00:19:38.6033650Z Metadata: read
2024-07-06T00:19:38.6034036Z Packages: write
2024-07-06T00:19:38.6034473Z Pages: write
2024-07-06T00:19:38.6034811Z PullRequests: write
2024-07-06T00:19:38.6035244Z RepositoryProjects: write
2024-07-06T00:19:38.6035750Z SecurityEvents: write
2024-07-06T00:19:38.6036118Z Statuses: write
2024-07-06T00:19:38.6036515Z ##[endgroup]
2024-07-06T00:19:38.6039559Z Secret source: Actions
2024-07-06T00:19:38.6040146Z Prepare workflow directory
2024-07-06T00:19:38.6651660Z Prepare all required actions
2024-07-06T00:19:38.6821448Z Getting action download info
2024-07-06T00:19:38.8447412Z Download action repository 'actions/checkout@v2' (SHA:ee0669bd1cc54295c223e0bb666b733df41de1c5)
2024-07-06T00:19:39.0662028Z Download action repository 'actions/setup-python@v5' (SHA:82c7e631bb3cdc910f68e0081d67478d79c6982d)
2024-07-06T00:19:39.3810125Z Complete job name: run-python-script
2024-07-06T00:19:39.4700847Z ##[group]Run actions/checkout@v2
2024-07-06T00:19:39.4701485Z with:
2024-07-06T00:19:39.4701928Z   repository: GCC-DIMNT-CPTEC/codereviewer
2024-07-06T00:19:39.4702716Z   token: ***
2024-07-06T00:19:39.4703163Z   ssh-strict: true
2024-07-06T00:19:39.4703587Z   persist-credentials: true
2024-07-06T00:19:39.4704063Z   clean: true
2024-07-06T00:19:39.4704465Z   fetch-depth: 1
2024-07-06T00:19:39.4704840Z   lfs: false
2024-07-06T00:19:39.4705219Z   submodules: false
2024-07-06T00:19:39.4705657Z   set-safe-directory: true
2024-07-06T00:19:39.4706099Z ##[endgroup]
2024-07-06T00:19:39.6947624Z Syncing repository: GCC-DIMNT-CPTEC/codereviewer
2024-07-06T00:19:39.6950957Z ##[group]Getting Git version info
2024-07-06T00:19:39.6952534Z Working directory is '/home/runner/work/codereviewer/codereviewer'
2024-07-06T00:19:39.6954293Z [command]/usr/bin/git version
2024-07-06T00:19:39.6955305Z git version 2.45.2
2024-07-06T00:19:39.6957636Z ##[endgroup]
2024-07-06T00:19:39.6975644Z Temporarily overriding HOME='/home/runner/work/_temp/f4fc0b0a-cc0f-4c56-bad0-fc0febd1f946' before making global git config changes
2024-07-06T00:19:39.6978366Z Adding repository directory to the temporary git global config as a safe directory
2024-07-06T00:19:39.6980766Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/codereviewer/codereviewer
2024-07-06T00:19:39.7005863Z Deleting the contents of '/home/runner/work/codereviewer/codereviewer'
2024-07-06T00:19:39.7009025Z ##[group]Initializing the repository
2024-07-06T00:19:39.7012265Z [command]/usr/bin/git init /home/runner/work/codereviewer/codereviewer
2024-07-06T00:19:39.7077948Z hint: Using 'master' as the name for the initial branch. This default branch name
2024-07-06T00:19:39.7079870Z hint: is subject to change. To configure the initial branch name to use in all
2024-07-06T00:19:39.7081587Z hint: of your new repositories, which will suppress this warning, call:
2024-07-06T00:19:39.7083416Z hint:
2024-07-06T00:19:39.7084396Z hint:  git config --global init.defaultBranch <name>
2024-07-06T00:19:39.7085403Z hint:
2024-07-06T00:19:39.7086801Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2024-07-06T00:19:39.7088702Z hint: 'development'. The just-created branch can be renamed via this command:
2024-07-06T00:19:39.7090054Z hint:
2024-07-06T00:19:39.7090993Z hint:  git branch -m <name>
2024-07-06T00:19:39.7092408Z Initialized empty Git repository in /home/runner/work/codereviewer/codereviewer/.git/
2024-07-06T00:19:39.7094636Z [command]/usr/bin/git remote add origin https://github.com/GCC-DIMNT-CPTEC/codereviewer
2024-07-06T00:19:39.7126616Z ##[endgroup]
2024-07-06T00:19:39.7127430Z ##[group]Disabling automatic garbage collection
2024-07-06T00:19:39.7129981Z [command]/usr/bin/git config --local gc.auto 0
2024-07-06T00:19:39.7159235Z ##[endgroup]
2024-07-06T00:19:39.7160160Z ##[group]Setting up auth
2024-07-06T00:19:39.7165581Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-07-06T00:19:39.7197621Z [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' || :"
2024-07-06T00:19:39.7493109Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-07-06T00:19:39.7522414Z [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' || :"
2024-07-06T00:19:39.7763516Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2024-07-06T00:19:39.7798579Z ##[endgroup]
2024-07-06T00:19:39.7799430Z ##[group]Fetching the repository
2024-07-06T00:19:39.7806854Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +d76a76b54b579a2a4a4d4fcd9b5f3f4069ffb2ad:refs/remotes/origin/main
2024-07-06T00:19:39.9546890Z remote: Enumerating objects: 34, done.        
2024-07-06T00:19:39.9551943Z remote: Counting objects:   2% (1/34)        
2024-07-06T00:19:39.9553092Z remote: Counting objects:   5% (2/34)        
2024-07-06T00:19:39.9553998Z remote: Counting objects:   8% (3/34)        
2024-07-06T00:19:39.9554649Z remote: Counting objects:  11% (4/34)        
2024-07-06T00:19:39.9555463Z remote: Counting objects:  14% (5/34)        
2024-07-06T00:19:39.9556647Z remote: Counting objects:  17% (6/34)        
2024-07-06T00:19:39.9557732Z remote: Counting objects:  20% (7/34)        
2024-07-06T00:19:39.9558968Z remote: Counting objects:  23% (8/34)        
2024-07-06T00:19:39.9560066Z remote: Counting objects:  26% (9/34)        
2024-07-06T00:19:39.9561115Z remote: Counting objects:  29% (10/34)        
2024-07-06T00:19:39.9562451Z remote: Counting objects:  32% (11/34)        
2024-07-06T00:19:39.9563635Z remote: Counting objects:  35% (12/34)        
2024-07-06T00:19:39.9564708Z remote: Counting objects:  38% (13/34)        
2024-07-06T00:19:39.9566096Z remote: Counting objects:  41% (14/34)        
2024-07-06T00:19:39.9567186Z remote: Counting objects:  44% (15/34)        
2024-07-06T00:19:39.9568342Z remote: Counting objects:  47% (16/34)        
2024-07-06T00:19:39.9569580Z remote: Counting objects:  50% (17/34)        
2024-07-06T00:19:39.9570492Z remote: Counting objects:  52% (18/34)        
2024-07-06T00:19:39.9571327Z remote: Counting objects:  55% (19/34)        
2024-07-06T00:19:39.9572062Z remote: Counting objects:  58% (20/34)        
2024-07-06T00:19:39.9572930Z remote: Counting objects:  61% (21/34)        
2024-07-06T00:19:39.9574024Z remote: Counting objects:  64% (22/34)        
2024-07-06T00:19:39.9575071Z remote: Counting objects:  67% (23/34)        
2024-07-06T00:19:39.9575733Z remote: Counting objects:  70% (24/34)        
2024-07-06T00:19:39.9576749Z remote: Counting objects:  73% (25/34)        
2024-07-06T00:19:39.9578433Z remote: Counting objects:  76% (26/34)        
2024-07-06T00:19:39.9579162Z remote: Counting objects:  79% (27/34)        
2024-07-06T00:19:39.9579760Z remote: Counting objects:  82% (28/34)        
2024-07-06T00:19:39.9580506Z remote: Counting objects:  85% (29/34)        
2024-07-06T00:19:39.9581213Z remote: Counting objects:  88% (30/34)        
2024-07-06T00:19:39.9581788Z remote: Counting objects:  91% (31/34)        
2024-07-06T00:19:39.9582704Z remote: Counting objects:  94% (32/34)        
2024-07-06T00:19:39.9583801Z remote: Counting objects:  97% (33/34)        
2024-07-06T00:19:39.9584759Z remote: Counting objects: 100% (34/34)        
2024-07-06T00:19:39.9585573Z remote: Counting objects: 100% (34/34), done.        
2024-07-06T00:19:39.9586390Z remote: Compressing objects:   3% (1/30)        
2024-07-06T00:19:39.9587333Z remote: Compressing objects:   6% (2/30)        
2024-07-06T00:19:39.9588097Z remote: Compressing objects:  10% (3/30)        
2024-07-06T00:19:39.9588794Z remote: Compressing objects:  13% (4/30)        
2024-07-06T00:19:39.9589602Z remote: Compressing objects:  16% (5/30)        
2024-07-06T00:19:39.9590956Z remote: Compressing objects:  20% (6/30)        
2024-07-06T00:19:39.9592351Z remote: Compressing objects:  23% (7/30)        
2024-07-06T00:19:39.9593049Z remote: Compressing objects:  26% (8/30)        
2024-07-06T00:19:39.9593763Z remote: Compressing objects:  30% (9/30)        
2024-07-06T00:19:39.9594401Z remote: Compressing objects:  33% (10/30)        
2024-07-06T00:19:39.9595034Z remote: Compressing objects:  36% (11/30)        
2024-07-06T00:19:39.9595699Z remote: Compressing objects:  40% (12/30)        
2024-07-06T00:19:39.9596326Z remote: Compressing objects:  43% (13/30)        
2024-07-06T00:19:39.9596938Z remote: Compressing objects:  46% (14/30)        
2024-07-06T00:19:39.9597587Z remote: Compressing objects:  50% (15/30)        
2024-07-06T00:19:39.9598296Z remote: Compressing objects:  53% (16/30)        
2024-07-06T00:19:39.9598942Z remote: Compressing objects:  56% (17/30)        
2024-07-06T00:19:39.9599865Z remote: Compressing objects:  60% (18/30)        
2024-07-06T00:19:39.9600542Z remote: Compressing objects:  63% (19/30)        
2024-07-06T00:19:39.9601210Z remote: Compressing objects:  66% (20/30)        
2024-07-06T00:19:39.9601863Z remote: Compressing objects:  70% (21/30)        
2024-07-06T00:19:39.9602530Z remote: Compressing objects:  73% (22/30)        
2024-07-06T00:19:39.9603152Z remote: Compressing objects:  76% (23/30)        
2024-07-06T00:19:39.9603812Z remote: Compressing objects:  80% (24/30)        
2024-07-06T00:19:39.9604439Z remote: Compressing objects:  83% (25/30)        
2024-07-06T00:19:39.9605066Z remote: Compressing objects:  86% (26/30)        
2024-07-06T00:19:39.9605703Z remote: Compressing objects:  90% (27/30)        
2024-07-06T00:19:39.9606318Z remote: Compressing objects:  93% (28/30)        
2024-07-06T00:19:39.9606920Z remote: Compressing objects:  96% (29/30)        
2024-07-06T00:19:39.9607698Z remote: Compressing objects: 100% (30/30)        
2024-07-06T00:19:39.9608339Z remote: Compressing objects: 100% (30/30), done.        
2024-07-06T00:19:40.1241257Z remote: Total 34 (delta 1), reused 13 (delta 0), pack-reused 0        
2024-07-06T00:19:40.2473445Z From https://github.com/GCC-DIMNT-CPTEC/codereviewer
2024-07-06T00:19:40.2474322Z  * [new ref]         d76a76b54b579a2a4a4d4fcd9b5f3f4069ffb2ad -> origin/main
2024-07-06T00:19:40.2499486Z ##[endgroup]
2024-07-06T00:19:40.2500547Z ##[group]Determining the checkout info
2024-07-06T00:19:40.2502388Z ##[endgroup]
2024-07-06T00:19:40.2503376Z ##[group]Checking out the ref
2024-07-06T00:19:40.2507889Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2024-07-06T00:19:40.2912335Z Switched to a new branch 'main'
2024-07-06T00:19:40.2915386Z branch 'main' set up to track 'origin/main'.
2024-07-06T00:19:40.2921074Z ##[endgroup]
2024-07-06T00:19:40.2957255Z [command]/usr/bin/git log -1 --format='%H'
2024-07-06T00:19:40.2983098Z 'd76a76b54b579a2a4a4d4fcd9b5f3f4069ffb2ad'
2024-07-06T00:19:40.3342337Z ##[group]Run actions/setup-python@v5
2024-07-06T00:19:40.3342756Z with:
2024-07-06T00:19:40.3343182Z   python-version: 3.10
2024-07-06T00:19:40.3343546Z   check-latest: false
2024-07-06T00:19:40.3344026Z   token: ***
2024-07-06T00:19:40.3344462Z   update-environment: true
2024-07-06T00:19:40.3344851Z   allow-prereleases: false
2024-07-06T00:19:40.3345181Z ##[endgroup]
2024-07-06T00:19:40.5171117Z ##[group]Installed versions
2024-07-06T00:19:40.5236412Z Successfully set up CPython (3.10.14)
2024-07-06T00:19:40.5237770Z ##[endgroup]
2024-07-06T00:19:40.5378449Z ##[group]Run sudo apt install default-jre; make init; make test; python src/CodeReviewer.py tests/teste.F90
2024-07-06T00:19:40.5379541Z sudo apt install default-jre; make init; make test; python src/CodeReviewer.py tests/teste.F90
2024-07-06T00:19:40.5496001Z shell: /usr/bin/bash -e {0}
2024-07-06T00:19:40.5496498Z env:
2024-07-06T00:19:40.5496926Z   pythonLocation: /opt/hostedtoolcache/Python/3.10.14/x64
2024-07-06T00:19:40.5497595Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.14/x64/lib/pkgconfig
2024-07-06T00:19:40.5498269Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.14/x64
2024-07-06T00:19:40.5498855Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.14/x64
2024-07-06T00:19:40.5499441Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.14/x64
2024-07-06T00:19:40.5500079Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.14/x64/lib
2024-07-06T00:19:40.5500553Z ##[endgroup]
2024-07-06T00:19:40.6043371Z 
2024-07-06T00:19:40.6044411Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2024-07-06T00:19:40.6045049Z 
2024-07-06T00:19:48.4182358Z Reading package lists...
2024-07-06T00:19:48.5832610Z Building dependency tree...
2024-07-06T00:19:48.5916955Z Reading state information...
2024-07-06T00:19:48.7185586Z The following additional packages will be installed:
2024-07-06T00:19:48.7186843Z   ca-certificates-java default-jre-headless libatk-wrapper-java
2024-07-06T00:19:48.7189592Z   libatk-wrapper-java-jni libpcsclite1 libxcb-shape0 libxv1 libxxf86dga1
2024-07-06T00:19:48.7190597Z   openjdk-11-jre openjdk-11-jre-headless x11-utils
2024-07-06T00:19:48.7196917Z Suggested packages:
2024-07-06T00:19:48.7199944Z   pcscd libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho
2024-07-06T00:19:48.7201024Z   fonts-wqy-microhei | fonts-wqy-zenhei fonts-indic mesa-utils
2024-07-06T00:19:48.7751350Z The following NEW packages will be installed:
2024-07-06T00:19:48.7753098Z   ca-certificates-java default-jre default-jre-headless libatk-wrapper-java
2024-07-06T00:19:48.7755660Z   libatk-wrapper-java-jni libpcsclite1 libxcb-shape0 libxv1 libxxf86dga1
2024-07-06T00:19:48.7756945Z   openjdk-11-jre openjdk-11-jre-headless x11-utils
2024-07-06T00:19:48.7933623Z 0 upgraded, 12 newly installed, 0 to remove and 24 not upgraded.
2024-07-06T00:19:48.8306443Z Need to get 43.1 MB of archives.
2024-07-06T00:19:48.8307713Z After this operation, 178 MB of additional disk space will be used.
2024-07-06T00:19:48.8309043Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B]
2024-07-06T00:19:48.9120346Z Get:2 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcsclite1 amd64 1.9.5-3ubuntu1 [19.8 kB]
2024-07-06T00:19:48.9282630Z Get:3 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 openjdk-11-jre-headless amd64 11.0.23+9-1ubuntu1~22.04.1 [42.5 MB]
2024-07-06T00:19:50.0935954Z Get:4 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 default-jre-headless amd64 2:1.11-72build2 [3042 B]
2024-07-06T00:19:50.1083928Z Get:5 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates-java all 20190909ubuntu1.2 [12.1 kB]
2024-07-06T00:19:50.1250069Z Get:6 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 openjdk-11-jre amd64 11.0.23+9-1ubuntu1~22.04.1 [214 kB]
2024-07-06T00:19:50.1470900Z Get:7 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 default-jre amd64 2:1.11-72build2 [896 B]
2024-07-06T00:19:50.1739765Z Get:8 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shape0 amd64 1.14-3ubuntu3 [6158 B]
2024-07-06T00:19:50.1876768Z Get:9 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libxv1 amd64 2:1.0.11-1build2 [11.2 kB]
2024-07-06T00:19:50.2010654Z Get:10 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libxxf86dga1 amd64 2:1.1.5-0ubuntu3 [12.6 kB]
2024-07-06T00:19:50.2143645Z Get:11 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 x11-utils amd64 7.7+5build2 [206 kB]
2024-07-06T00:19:50.2317086Z Get:12 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libatk-wrapper-java all 0.38.0-5build1 [53.1 kB]
2024-07-06T00:19:50.2483633Z Get:13 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libatk-wrapper-java-jni amd64 0.38.0-5build1 [49.0 kB]
2024-07-06T00:19:50.5726459Z Fetched 43.1 MB in 1s (29.9 MB/s)
2024-07-06T00:19:50.6433484Z Selecting previously unselected package libpcsclite1:amd64.
2024-07-06T00:19:50.6948822Z (Reading database ... 
2024-07-06T00:19:50.6949469Z (Reading database ... 5%
2024-07-06T00:19:50.6950109Z (Reading database ... 10%
2024-07-06T00:19:50.6950998Z (Reading database ... 15%
2024-07-06T00:19:50.6951539Z (Reading database ... 20%
2024-07-06T00:19:50.6954329Z (Reading database ... 25%
2024-07-06T00:19:50.6954976Z (Reading database ... 30%
2024-07-06T00:19:50.6955546Z (Reading database ... 35%
2024-07-06T00:19:50.6956278Z (Reading database ... 40%
2024-07-06T00:19:50.6956843Z (Reading database ... 45%
2024-07-06T00:19:50.6957379Z (Reading database ... 50%
2024-07-06T00:19:51.3510385Z (Reading database ... 55%
2024-07-06T00:19:52.1314832Z (Reading database ... 60%
2024-07-06T00:19:52.9104952Z (Reading database ... 65%
2024-07-06T00:19:53.5343526Z (Reading database ... 70%
2024-07-06T00:19:54.5337315Z (Reading database ... 75%
2024-07-06T00:19:55.9368033Z (Reading database ... 80%
2024-07-06T00:19:57.0928346Z (Reading database ... 85%
2024-07-06T00:19:58.0464039Z (Reading database ... 90%
2024-07-06T00:19:58.9457536Z (Reading database ... 95%
2024-07-06T00:19:58.9458409Z (Reading database ... 100%
2024-07-06T00:19:58.9459519Z (Reading database ... 269997 files and directories currently installed.)
2024-07-06T00:19:58.9515364Z Preparing to unpack .../00-libpcsclite1_1.9.5-3ubuntu1_amd64.deb ...
2024-07-06T00:19:58.9615813Z Unpacking libpcsclite1:amd64 (1.9.5-3ubuntu1) ...
2024-07-06T00:19:58.9889517Z Selecting previously unselected package openjdk-11-jre-headless:amd64.
2024-07-06T00:19:59.0054840Z Preparing to unpack .../01-openjdk-11-jre-headless_11.0.23+9-1ubuntu1~22.04.1_amd64.deb ...
2024-07-06T00:19:59.0067504Z Unpacking openjdk-11-jre-headless:amd64 (11.0.23+9-1ubuntu1~22.04.1) ...
2024-07-06T00:19:59.7276958Z Selecting previously unselected package default-jre-headless.
2024-07-06T00:19:59.7439003Z Preparing to unpack .../02-default-jre-headless_2%3a1.11-72build2_amd64.deb ...
2024-07-06T00:19:59.7449839Z Unpacking default-jre-headless (2:1.11-72build2) ...
2024-07-06T00:19:59.7780143Z Selecting previously unselected package ca-certificates-java.
2024-07-06T00:19:59.7941205Z Preparing to unpack .../03-ca-certificates-java_20190909ubuntu1.2_all.deb ...
2024-07-06T00:19:59.8265512Z Unpacking ca-certificates-java (20190909ubuntu1.2) ...
2024-07-06T00:19:59.8665121Z Selecting previously unselected package openjdk-11-jre:amd64.
2024-07-06T00:19:59.8826428Z Preparing to unpack .../04-openjdk-11-jre_11.0.23+9-1ubuntu1~22.04.1_amd64.deb ...
2024-07-06T00:19:59.8839025Z Unpacking openjdk-11-jre:amd64 (11.0.23+9-1ubuntu1~22.04.1) ...
2024-07-06T00:19:59.9552984Z Selecting previously unselected package default-jre.
2024-07-06T00:19:59.9718454Z Preparing to unpack .../05-default-jre_2%3a1.11-72build2_amd64.deb ...
2024-07-06T00:19:59.9725007Z Unpacking default-jre (2:1.11-72build2) ...
2024-07-06T00:19:59.9966567Z Selecting previously unselected package libxcb-shape0:amd64.
2024-07-06T00:20:00.0130996Z Preparing to unpack .../06-libxcb-shape0_1.14-3ubuntu3_amd64.deb ...
2024-07-06T00:20:00.0141026Z Unpacking libxcb-shape0:amd64 (1.14-3ubuntu3) ...
2024-07-06T00:20:00.0402754Z Selecting previously unselected package libxv1:amd64.
2024-07-06T00:20:00.0564019Z Preparing to unpack .../07-libxv1_2%3a1.0.11-1build2_amd64.deb ...
2024-07-06T00:20:00.0573290Z Unpacking libxv1:amd64 (2:1.0.11-1build2) ...
2024-07-06T00:20:00.0819215Z Selecting previously unselected package libxxf86dga1:amd64.
2024-07-06T00:20:00.0981377Z Preparing to unpack .../08-libxxf86dga1_2%3a1.1.5-0ubuntu3_amd64.deb ...
2024-07-06T00:20:00.0991256Z Unpacking libxxf86dga1:amd64 (2:1.1.5-0ubuntu3) ...
2024-07-06T00:20:00.1234361Z Selecting previously unselected package x11-utils.
2024-07-06T00:20:00.1397467Z Preparing to unpack .../09-x11-utils_7.7+5build2_amd64.deb ...
2024-07-06T00:20:00.1406577Z Unpacking x11-utils (7.7+5build2) ...
2024-07-06T00:20:00.1794920Z Selecting previously unselected package libatk-wrapper-java.
2024-07-06T00:20:00.1957502Z Preparing to unpack .../10-libatk-wrapper-java_0.38.0-5build1_all.deb ...
2024-07-06T00:20:00.1966495Z Unpacking libatk-wrapper-java (0.38.0-5build1) ...
2024-07-06T00:20:00.2264501Z Selecting previously unselected package libatk-wrapper-java-jni:amd64.
2024-07-06T00:20:00.2470017Z Preparing to unpack .../11-libatk-wrapper-java-jni_0.38.0-5build1_amd64.deb ...
2024-07-06T00:20:00.2481303Z Unpacking libatk-wrapper-java-jni:amd64 (0.38.0-5build1) ...
2024-07-06T00:20:00.2984241Z Setting up libxcb-shape0:amd64 (1.14-3ubuntu3) ...
2024-07-06T00:20:00.3009362Z Setting up libxxf86dga1:amd64 (2:1.1.5-0ubuntu3) ...
2024-07-06T00:20:00.3037421Z Setting up libxv1:amd64 (2:1.0.11-1build2) ...
2024-07-06T00:20:00.3062769Z Setting up libpcsclite1:amd64 (1.9.5-3ubuntu1) ...
2024-07-06T00:20:00.3089343Z Setting up x11-utils (7.7+5build2) ...
2024-07-06T00:20:00.3205995Z Setting up libatk-wrapper-java (0.38.0-5build1) ...
2024-07-06T00:20:00.3230404Z Setting up ca-certificates-java (20190909ubuntu1.2) ...
2024-07-06T00:20:00.3509020Z head: cannot open '/etc/ssl/certs/java/cacerts' for reading: No such file or directory
2024-07-06T00:20:00.6061158Z Adding debian:GTS_Root_R1.pem
2024-07-06T00:20:00.6086354Z Adding debian:Hongkong_Post_Root_CA_1.pem
2024-07-06T00:20:00.6110725Z Adding debian:Certum_Trusted_Network_CA.pem
2024-07-06T00:20:00.6148984Z Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem
2024-07-06T00:20:00.6162594Z Adding debian:GlobalSign_Root_CA.pem
2024-07-06T00:20:00.6195680Z Adding debian:Starfield_Class_2_CA.pem
2024-07-06T00:20:00.6243956Z Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
2024-07-06T00:20:00.6261652Z Adding debian:SZAFIR_ROOT_CA2.pem
2024-07-06T00:20:00.6292207Z Adding debian:USERTrust_RSA_Certification_Authority.pem
2024-07-06T00:20:00.6519494Z Adding debian:COMODO_ECC_Certification_Authority.pem
2024-07-06T00:20:00.6546800Z Adding debian:Entrust_Root_Certification_Authority_-_G2.pem
2024-07-06T00:20:00.6580225Z Adding debian:CFCA_EV_ROOT.pem
2024-07-06T00:20:00.6624579Z Adding debian:SwissSign_Gold_CA_-_G2.pem
2024-07-06T00:20:00.6646725Z Adding debian:AffirmTrust_Networking.pem
2024-07-06T00:20:00.6663230Z Adding debian:GlobalSign_Root_E46.pem
2024-07-06T00:20:00.6721057Z Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem
2024-07-06T00:20:00.6750033Z Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem
2024-07-06T00:20:00.6782566Z Adding debian:Certum_Trusted_Network_CA_2.pem
2024-07-06T00:20:00.6814999Z Adding debian:TeliaSonera_Root_CA_v1.pem
2024-07-06T00:20:00.6839217Z Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem
2024-07-06T00:20:00.6854548Z Adding debian:SSL.com_Root_Certification_Authority_ECC.pem
2024-07-06T00:20:00.6873198Z Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem
2024-07-06T00:20:00.6892174Z Adding debian:Secure_Global_CA.pem
2024-07-06T00:20:00.6910001Z Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
2024-07-06T00:20:00.6934675Z Adding debian:QuoVadis_Root_CA_2_G3.pem
2024-07-06T00:20:00.6949426Z Adding debian:AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem
2024-07-06T00:20:00.6964783Z Adding debian:emSign_ECC_Root_CA_-_G3.pem
2024-07-06T00:20:00.7005722Z Adding debian:DigiCert_TLS_RSA4096_Root_G5.pem
2024-07-06T00:20:00.7006844Z Adding debian:GTS_Root_R4.pem
2024-07-06T00:20:00.7034971Z Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem
2024-07-06T00:20:00.7066170Z Adding debian:HARICA_TLS_RSA_Root_CA_2021.pem
2024-07-06T00:20:00.7095755Z Adding debian:GDCA_TrustAUTH_R5_ROOT.pem
2024-07-06T00:20:00.7119567Z Adding debian:XRamp_Global_CA_Root.pem
2024-07-06T00:20:00.7146891Z Adding debian:Buypass_Class_3_Root_CA.pem
2024-07-06T00:20:00.7187370Z Adding debian:SSL.com_Root_Certification_Authority_RSA.pem
2024-07-06T00:20:00.7192725Z Adding debian:DigiCert_TLS_ECC_P384_Root_G5.pem
2024-07-06T00:20:00.7216667Z Adding debian:SecureSign_RootCA11.pem
2024-07-06T00:20:00.7250092Z Adding debian:Certigna.pem
2024-07-06T00:20:00.7277173Z Adding debian:GlobalSign_Root_R46.pem
2024-07-06T00:20:00.7307614Z Adding debian:AC_RAIZ_FNMT-RCM.pem
2024-07-06T00:20:00.7337726Z Adding debian:ANF_Secure_Server_Root_CA.pem
2024-07-06T00:20:00.7351405Z Adding debian:emSign_ECC_Root_CA_-_C3.pem
2024-07-06T00:20:00.7381469Z Adding debian:HiPKI_Root_CA_-_G1.pem
2024-07-06T00:20:00.7410923Z Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem
2024-07-06T00:20:00.7433980Z Adding debian:ssl-cert-snakeoil.pem
2024-07-06T00:20:00.7450492Z Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem
2024-07-06T00:20:00.7484648Z Adding debian:GlobalSign_Root_CA_-_R6.pem
2024-07-06T00:20:00.7505927Z Adding debian:T-TeleSec_GlobalRoot_Class_3.pem
2024-07-06T00:20:00.7517623Z Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem
2024-07-06T00:20:00.7536032Z Adding debian:emSign_Root_CA_-_C1.pem
2024-07-06T00:20:00.7556935Z Adding debian:AffirmTrust_Commercial.pem
2024-07-06T00:20:00.7564088Z Adding debian:AffirmTrust_Premium_ECC.pem
2024-07-06T00:20:00.7590806Z Adding debian:Microsoft_RSA_Root_Certificate_Authority_2017.pem
2024-07-06T00:20:00.7614181Z Adding debian:Actalis_Authentication_Root_CA.pem
2024-07-06T00:20:00.7628613Z Adding debian:Certum_EC-384_CA.pem
2024-07-06T00:20:00.7652659Z Adding debian:ISRG_Root_X1.pem
2024-07-06T00:20:00.7678296Z Adding debian:QuoVadis_Root_CA_1_G3.pem
2024-07-06T00:20:00.7694113Z Adding debian:DigiCert_Assured_ID_Root_G3.pem
2024-07-06T00:20:00.7717446Z Adding debian:Certum_Trusted_Root_CA.pem
2024-07-06T00:20:00.7736850Z Adding debian:certSIGN_ROOT_CA.pem
2024-07-06T00:20:00.7766229Z Adding debian:E-Tugra_Global_Root_CA_RSA_v3.pem
2024-07-06T00:20:00.7791746Z Adding debian:certSIGN_Root_CA_G2.pem
2024-07-06T00:20:00.7811760Z Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem
2024-07-06T00:20:00.7833586Z Adding debian:SecureTrust_CA.pem
2024-07-06T00:20:00.7861601Z Adding debian:SwissSign_Silver_CA_-_G2.pem
2024-07-06T00:20:00.7888162Z Adding debian:Certainly_Root_R1.pem
2024-07-06T00:20:00.7905355Z Adding debian:DigiCert_Assured_ID_Root_G2.pem
2024-07-06T00:20:00.7923806Z Adding debian:e-Szigno_Root_CA_2017.pem
2024-07-06T00:20:00.7950210Z Adding debian:Amazon_Root_CA_2.pem
2024-07-06T00:20:00.7976513Z Adding debian:AffirmTrust_Premium.pem
2024-07-06T00:20:00.7986294Z Adding debian:vTrus_ECC_Root_CA.pem
2024-07-06T00:20:00.8013939Z Adding debian:QuoVadis_Root_CA_3_G3.pem
2024-07-06T00:20:00.8027178Z Adding debian:SSL.com_EV_Root_Certification_Authority_ECC.pem
2024-07-06T00:20:00.8040302Z Adding debian:Security_Communication_RootCA2.pem
2024-07-06T00:20:00.8056490Z Adding debian:DigiCert_Global_Root_G2.pem
2024-07-06T00:20:00.8081613Z Adding debian:IdenTrust_Commercial_Root_CA_1.pem
2024-07-06T00:20:00.8096205Z Adding debian:HARICA_TLS_ECC_Root_CA_2021.pem
2024-07-06T00:20:00.8116842Z Adding debian:DigiCert_Assured_ID_Root_CA.pem
2024-07-06T00:20:00.8143431Z Adding debian:Trustwave_Global_Certification_Authority.pem
2024-07-06T00:20:00.8198992Z Adding debian:ACCVRAIZ1.pem
2024-07-06T00:20:00.8227261Z Adding debian:QuoVadis_Root_CA_3.pem
2024-07-06T00:20:00.8264988Z Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem
2024-07-06T00:20:00.8280235Z Adding debian:GTS_Root_R3.pem
2024-07-06T00:20:00.8297750Z Adding debian:Amazon_Root_CA_1.pem
2024-07-06T00:20:00.8311026Z Adding debian:ISRG_Root_X2.pem
2024-07-06T00:20:00.8345785Z Adding debian:UCA_Extended_Validation_Root.pem
2024-07-06T00:20:00.8364746Z Adding debian:GlobalSign_Root_CA_-_R3.pem
2024-07-06T00:20:00.8380806Z Adding debian:Baltimore_CyberTrust_Root.pem
2024-07-06T00:20:00.8410542Z Adding debian:CA_Disig_Root_R2.pem
2024-07-06T00:20:00.8430519Z Adding debian:emSign_Root_CA_-_G1.pem
2024-07-06T00:20:00.8444411Z Adding debian:D-TRUST_EV_Root_CA_1_2020.pem
2024-07-06T00:20:00.8469706Z Adding debian:Security_Communication_RootCA3.pem
2024-07-06T00:20:00.8496591Z Adding debian:Entrust_Root_Certification_Authority_-_G4.pem
2024-07-06T00:20:00.8506216Z Adding debian:Amazon_Root_CA_3.pem
2024-07-06T00:20:00.8519957Z Adding debian:Security_Communication_ECC_RootCA1.pem
2024-07-06T00:20:00.8550201Z Adding debian:GTS_Root_R2.pem
2024-07-06T00:20:00.8566009Z Adding debian:Security_Communication_Root_CA.pem
2024-07-06T00:20:00.8584857Z Adding debian:T-TeleSec_GlobalRoot_Class_2.pem
2024-07-06T00:20:00.8606001Z Adding debian:Atos_TrustedRoot_2011.pem
2024-07-06T00:20:00.8629735Z Adding debian:E-Tugra_Certification_Authority.pem
2024-07-06T00:20:00.8654185Z Adding debian:DigiCert_Global_Root_CA.pem
2024-07-06T00:20:00.8684490Z Adding debian:Telia_Root_CA_v2.pem
2024-07-06T00:20:00.8713000Z Adding debian:Izenpe.com.pem
2024-07-06T00:20:00.8728373Z Adding debian:Trustwave_Global_ECC_P384_Certification_Authority.pem
2024-07-06T00:20:00.8743516Z Adding debian:OISTE_WISeKey_Global_Root_GC_CA.pem
2024-07-06T00:20:00.8768568Z Adding debian:COMODO_Certification_Authority.pem
2024-07-06T00:20:00.8787770Z Adding debian:Microsoft_ECC_Root_Certificate_Authority_2017.pem
2024-07-06T00:20:00.8810504Z Adding debian:TWCA_Root_Certification_Authority.pem
2024-07-06T00:20:00.8838802Z Adding debian:Hongkong_Post_Root_CA_3.pem
2024-07-06T00:20:00.8864739Z Adding debian:NAVER_Global_Root_Certification_Authority.pem
2024-07-06T00:20:00.8887672Z Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem
2024-07-06T00:20:00.8913000Z Adding debian:vTrus_Root_CA.pem
2024-07-06T00:20:00.8937742Z Adding debian:GLOBALTRUST_2020.pem
2024-07-06T00:20:00.8963630Z Adding debian:DigiCert_Trusted_Root_G4.pem
2024-07-06T00:20:00.8987601Z Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem
2024-07-06T00:20:00.9016805Z Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem
2024-07-06T00:20:00.9057441Z Adding debian:Certigna_Root_CA.pem
2024-07-06T00:20:00.9068239Z Adding debian:Go_Daddy_Class_2_CA.pem
2024-07-06T00:20:00.9083316Z Adding debian:USERTrust_ECC_Certification_Authority.pem
2024-07-06T00:20:00.9097370Z Adding debian:E-Tugra_Global_Root_CA_ECC_v3.pem
2024-07-06T00:20:00.9115215Z Adding debian:TWCA_Global_Root_CA.pem
2024-07-06T00:20:00.9137857Z Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
2024-07-06T00:20:00.9158904Z Adding debian:Buypass_Class_2_Root_CA.pem
2024-07-06T00:20:00.9183928Z Adding debian:COMODO_RSA_Certification_Authority.pem
2024-07-06T00:20:00.9196998Z Adding debian:Microsec_e-Szigno_Root_CA_2009.pem
2024-07-06T00:20:00.9214479Z Adding debian:Comodo_AAA_Services_root.pem
2024-07-06T00:20:00.9237483Z Adding debian:TunTrust_Root_CA.pem
2024-07-06T00:20:00.9258622Z Adding debian:ePKI_Root_Certification_Authority.pem
2024-07-06T00:20:00.9280490Z Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068_2.pem
2024-07-06T00:20:00.9290245Z Adding debian:Amazon_Root_CA_4.pem
2024-07-06T00:20:00.9309969Z Adding debian:Entrust_Root_Certification_Authority.pem
2024-07-06T00:20:00.9322382Z Adding debian:Trustwave_Global_ECC_P256_Certification_Authority.pem
2024-07-06T00:20:00.9331629Z Adding debian:Certainly_Root_E1.pem
2024-07-06T00:20:00.9350560Z Adding debian:UCA_Global_G2_Root.pem
2024-07-06T00:20:00.9364095Z Adding debian:D-TRUST_BR_Root_CA_1_2020.pem
2024-07-06T00:20:00.9374992Z Adding debian:DigiCert_Global_Root_G3.pem
2024-07-06T00:20:00.9395279Z Adding debian:QuoVadis_Root_CA_2.pem
2024-07-06T00:20:00.9410871Z Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem
2024-07-06T00:20:00.9701424Z done.
2024-07-06T00:20:00.9735470Z Setting up libatk-wrapper-java-jni:amd64 (0.38.0-5build1) ...
2024-07-06T00:20:00.9778560Z Setting up default-jre-headless (2:1.11-72build2) ...
2024-07-06T00:20:00.9809225Z Setting up openjdk-11-jre-headless:amd64 (11.0.23+9-1ubuntu1~22.04.1) ...
2024-07-06T00:20:01.4433720Z Setting up openjdk-11-jre:amd64 (11.0.23+9-1ubuntu1~22.04.1) ...
2024-07-06T00:20:01.4493944Z Setting up default-jre (2:1.11-72build2) ...
2024-07-06T00:20:01.4526490Z Processing triggers for man-db (2.10.2-1) ...
2024-07-06T00:20:01.9322483Z Processing triggers for ca-certificates (20230311ubuntu0.22.04.1) ...
2024-07-06T00:20:01.9465584Z Updating certificates in /etc/ssl/certs...
2024-07-06T00:20:02.5039507Z 0 added, 0 removed; done.
2024-07-06T00:20:02.5040617Z Running hooks in /etc/ca-certificates/update.d...
2024-07-06T00:20:02.6196629Z /etc/ssl/certs/adoptium/cacerts successfully populated.
2024-07-06T00:20:02.6224194Z 
2024-07-06T00:20:02.8339496Z done.
2024-07-06T00:20:02.8426153Z Updating Mono key store
2024-07-06T00:20:02.8628176Z Mono Certificate Store Sync - version 6.12.0.200
2024-07-06T00:20:02.8629204Z Populate Mono certificate store from a concatenated list of certificates.
2024-07-06T00:20:02.8630619Z Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.
2024-07-06T00:20:02.8631374Z 
2024-07-06T00:20:02.9043357Z Importing into legacy system store:
2024-07-06T00:20:03.1198110Z I already trust 137, your new list has 137
2024-07-06T00:20:03.1292452Z Import process completed.
2024-07-06T00:20:03.1308491Z 
2024-07-06T00:20:03.1309025Z Importing into BTLS system store:
2024-07-06T00:20:03.5140692Z I already trust 136, your new list has 137
2024-07-06T00:20:03.6305902Z Certificate added: C=ES, CN=Autoridad de Certificacion Firmaprofesional CIF A62634068
2024-07-06T00:20:03.6307051Z 1 new root certificates were added to your trust store.
2024-07-06T00:20:03.6327801Z Import process completed.
2024-07-06T00:20:03.6640154Z Done
2024-07-06T00:20:03.6641020Z done.
2024-07-06T00:20:03.6698243Z Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
2024-07-06T00:20:03.7650585Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2024-07-06T00:20:05.5835163Z Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
2024-07-06T00:20:06.4483450Z NEEDRESTART-VER: 3.5
2024-07-06T00:20:07.2498522Z NEEDRESTART-KCUR: 6.5.0-1022-azure
2024-07-06T00:20:07.2499731Z NEEDRESTART-KEXP: 6.5.0-1022-azure
2024-07-06T00:20:07.2500334Z NEEDRESTART-KSTA: 1
2024-07-06T00:20:08.6599678Z pip install -r requirements.txt
2024-07-06T00:20:11.6038511Z Collecting open-fortran-parser (from -r requirements.txt (line 1))
2024-07-06T00:20:11.6176804Z   Downloading open_fortran_parser-0.6.1-py3-none-any.whl.metadata (20 kB)
2024-07-06T00:20:11.6436971Z Collecting version-query (from open-fortran-parser->-r requirements.txt (line 1))
2024-07-06T00:20:11.6476959Z   Downloading version_query-1.5.5-py3-none-any.whl.metadata (17 kB)
2024-07-06T00:20:11.6638584Z Collecting wget (from open-fortran-parser->-r requirements.txt (line 1))
2024-07-06T00:20:11.6679405Z   Downloading wget-3.2.zip (10 kB)
2024-07-06T00:20:11.6733766Z   Installing build dependencies: started
2024-07-06T00:20:13.4460855Z   Installing build dependencies: finished with status 'done'
2024-07-06T00:20:13.4468066Z   Getting requirements to build wheel: started
2024-07-06T00:20:13.7489656Z   Getting requirements to build wheel: finished with status 'done'
2024-07-06T00:20:13.7497008Z   Preparing metadata (pyproject.toml): started
2024-07-06T00:20:13.9326971Z   Preparing metadata (pyproject.toml): finished with status 'done'
2024-07-06T00:20:13.9538587Z Collecting boilerplates~=1.0 (from boilerplates[cli,logging]~=1.0->version-query->open-fortran-parser->-r requirements.txt (line 1))
2024-07-06T00:20:13.9603278Z   Downloading boilerplates-1.1.1-py3-none-any.whl.metadata (14 kB)
2024-07-06T00:20:14.0218256Z Collecting GitPython~=3.1 (from version-query->open-fortran-parser->-r requirements.txt (line 1))
2024-07-06T00:20:14.0256022Z   Downloading GitPython-3.1.43-py3-none-any.whl.metadata (13 kB)
2024-07-06T00:20:14.0602835Z Collecting packaging>=23.0 (from version-query->open-fortran-parser->-r requirements.txt (line 1))
2024-07-06T00:20:14.0639317Z   Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB)
2024-07-06T00:20:14.0958573Z Collecting semver<3.1,>=2.13 (from version-query->open-fortran-parser->-r requirements.txt (line 1))
2024-07-06T00:20:14.0990529Z   Downloading semver-3.0.2-py3-none-any.whl.metadata (5.0 kB)
2024-07-06T00:20:14.1307544Z Collecting colorlog~=6.7 (from boilerplates[cli,logging]~=1.0->version-query->open-fortran-parser->-r requirements.txt (line 1))
2024-07-06T00:20:14.1344661Z   Downloading colorlog-6.8.2-py3-none-any.whl.metadata (10 kB)
2024-07-06T00:20:14.1731971Z Collecting argcomplete~=3.1 (from boilerplates[cli,logging]~=1.0->version-query->open-fortran-parser->-r requirements.txt (line 1))
2024-07-06T00:20:14.1763860Z   Downloading argcomplete-3.4.0-py3-none-any.whl.metadata (16 kB)
2024-07-06T00:20:14.1977867Z Collecting gitdb<5,>=4.0.1 (from GitPython~=3.1->version-query->open-fortran-parser->-r requirements.txt (line 1))
2024-07-06T00:20:14.2011636Z   Downloading gitdb-4.0.11-py3-none-any.whl.metadata (1.2 kB)
2024-07-06T00:20:14.2239672Z Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython~=3.1->version-query->open-fortran-parser->-r requirements.txt (line 1))
2024-07-06T00:20:14.2279316Z   Downloading smmap-5.0.1-py3-none-any.whl.metadata (4.3 kB)
2024-07-06T00:20:14.2370664Z Downloading open_fortran_parser-0.6.1-py3-none-any.whl (3.6 MB)
2024-07-06T00:20:14.2761219Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 100.1 MB/s eta 0:00:00
2024-07-06T00:20:14.2819064Z Downloading version_query-1.5.5-py3-none-any.whl (23 kB)
2024-07-06T00:20:14.2882786Z Downloading boilerplates-1.1.1-py3-none-any.whl (23 kB)
2024-07-06T00:20:14.2963974Z Downloading GitPython-3.1.43-py3-none-any.whl (207 kB)
2024-07-06T00:20:14.3026655Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.3/207.3 kB 48.3 MB/s eta 0:00:00
2024-07-06T00:20:14.3062097Z Downloading packaging-24.1-py3-none-any.whl (53 kB)
2024-07-06T00:20:14.3112812Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 kB 14.5 MB/s eta 0:00:00
2024-07-06T00:20:14.3143325Z Downloading semver-3.0.2-py3-none-any.whl (17 kB)
2024-07-06T00:20:14.3200902Z Downloading argcomplete-3.4.0-py3-none-any.whl (42 kB)
2024-07-06T00:20:14.3247628Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.6/42.6 kB 12.2 MB/s eta 0:00:00
2024-07-06T00:20:14.3277458Z Downloading colorlog-6.8.2-py3-none-any.whl (11 kB)
2024-07-06T00:20:14.3329347Z Downloading gitdb-4.0.11-py3-none-any.whl (62 kB)
2024-07-06T00:20:14.3386985Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 16.6 MB/s eta 0:00:00
2024-07-06T00:20:14.3423577Z Downloading smmap-5.0.1-py3-none-any.whl (24 kB)
2024-07-06T00:20:14.3585119Z Building wheels for collected packages: wget
2024-07-06T00:20:14.3594815Z   Building wheel for wget (pyproject.toml): started
2024-07-06T00:20:14.5258200Z   Building wheel for wget (pyproject.toml): finished with status 'done'
2024-07-06T00:20:14.5265353Z   Created wheel for wget: filename=wget-3.2-py3-none-any.whl size=9656 sha256=8f5181530e29c1b1da7e38bef4928fd6592ac5c7866c9c3a5e9d3066d1ef4861
2024-07-06T00:20:14.5267093Z   Stored in directory: /home/runner/.cache/pip/wheels/8b/f1/7f/5c94f0a7a505ca1c81cd1d9208ae2064675d97582078e6c769
2024-07-06T00:20:14.5283204Z Successfully built wget
2024-07-06T00:20:14.5553005Z Installing collected packages: wget, smmap, semver, packaging, colorlog, argcomplete, gitdb, GitPython, boilerplates, version-query, open-fortran-parser
2024-07-06T00:20:14.8349275Z Successfully installed GitPython-3.1.43 argcomplete-3.4.0 boilerplates-1.1.1 colorlog-6.8.2 gitdb-4.0.11 open-fortran-parser-0.6.1 packaging-24.1 semver-3.0.2 smmap-5.0.1 version-query-1.5.5 wget-3.2
2024-07-06T00:20:14.9017393Z python -m unittest discover -s tests -p 'test_*.py'
2024-07-06T00:20:17.5341340Z /home/runner/work/codereviewer/codereviewer/src/CodeReviewer.py:28: ResourceWarning: unclosed file <_io.TextIOWrapper name='/home/runner/work/codereviewer/codereviewer/tests/mod_dummy.F90' mode='r' encoding='UTF-8'>
2024-07-06T00:20:17.5344830Z   str_errors = self.validator_xml.run_validator(file_f90)
2024-07-06T00:20:17.5345962Z ResourceWarning: Enable tracemalloc to get the object allocation traceback
2024-07-06T00:20:19.1936530Z .Jul 06, 2024 12:20:18 AM fortran.ofp.XMLPrinterBase printRuleHeader
2024-07-06T00:20:19.1938252Z INFO: list context not recognized: component-decl-list__begin
2024-07-06T00:20:19.1939358Z Jul 06, 2024 12:20:18 AM fortran.ofp.XMLPrinterBase printRuleHeader
2024-07-06T00:20:19.1941039Z INFO: list context not recognized: component-decl-list__begin
2024-07-06T00:20:19.1942407Z Jul 06, 2024 12:20:18 AM fortran.ofp.XMLPrinterBase printRuleHeader
2024-07-06T00:20:19.1943612Z INFO: list context not recognized: component-decl-list__begin
2024-07-06T00:20:19.1944787Z Jul 06, 2024 12:20:18 AM fortran.ofp.XMLPrinterBase printRuleHeader
2024-07-06T00:20:19.1946199Z INFO: list context not recognized: component-decl-list__begin
2024-07-06T00:20:19.1947376Z Jul 06, 2024 12:20:18 AM fortran.ofp.XMLPrinterBase printRuleHeader
2024-07-06T00:20:19.1948740Z INFO: list context not recognized: namelist-group-object-list__begin
2024-07-06T00:20:19.1950224Z Jul 06, 2024 12:20:18 AM fortran.ofp.XMLPrinterBase printRuleHeader
2024-07-06T00:20:19.1951362Z INFO: list context not recognized: namelist-stmt
2024-07-06T00:20:19.1953076Z Jul 06, 2024 12:20:18 AM fortran.ofp.XMLPrinterBase printRuleHeader
2024-07-06T00:20:19.1954545Z INFO: list context not recognized: inquire-spec-list__begin
2024-07-06T00:20:19.1955221Z 
2024-07-06T00:20:20.7621959Z ..../home/runner/work/codereviewer/codereviewer/tests/test_validator_xml.py:19: ResourceWarning: unclosed file <_io.TextIOWrapper name='/home/runner/work/codereviewer/codereviewer/tests/mod_dummy.F90' mode='r' encoding='UTF-8'>
2024-07-06T00:20:20.7624862Z   str1          = validator_xml.run_validator('tests/mod_dummy.F90')
2024-07-06T00:20:20.7626078Z ResourceWarning: Enable tracemalloc to get the object allocation traceback
2024-07-06T00:20:21.1048330Z ./home/runner/work/codereviewer/codereviewer/tests/test_validator_xml.py:38: ResourceWarning: unclosed file <_io.TextIOWrapper name='/home/runner/work/codereviewer/codereviewer/tests/mod_test_validator_xml_rule_verify_file_ext_fail.f90' mode='r' encoding='UTF-8'>
2024-07-06T00:20:21.1051542Z   str1          = validator_xml.run_validator('tests/mod_test_validator_xml_rule_verify_file_ext_fail.f90')
2024-07-06T00:20:21.1053117Z ResourceWarning: Enable tracemalloc to get the object allocation traceback
2024-07-06T00:20:21.5502016Z .Jul 06, 2024 12:20:21 AM fortran.ofp.XMLPrinterBase printRuleHeader
2024-07-06T00:20:21.5503747Z INFO: list context not recognized: component-attr-spec-list__begin
2024-07-06T00:20:21.5505200Z Jul 06, 2024 12:20:21 AM fortran.ofp.XMLPrinterBase printRuleHeader
2024-07-06T00:20:21.5506462Z INFO: list context not recognized: deferred-shape-spec-list__begin
2024-07-06T00:20:21.5507183Z Jul 06, 2024 12:20:21 AM fortran.ofp.XMLPrinterBase printRuleHeader
2024-07-06T00:20:21.5508036Z INFO: list context not recognized: component-decl-list__begin
2024-07-06T00:20:21.5508679Z Jul 06, 2024 12:20:21 AM fortran.ofp.XMLPrinterBase printRuleHeader
2024-07-06T00:20:21.5509361Z INFO: list context not recognized: component-decl-list__begin
2024-07-06T00:20:21.5510079Z Jul 06, 2024 12:20:21 AM fortran.ofp.XMLPrinterBase printRuleHeader
2024-07-06T00:20:21.5510763Z INFO: list context not recognized: component-decl-list__begin
2024-07-06T00:20:21.5511117Z 
2024-07-06T00:20:21.5526737Z /home/runner/work/codereviewer/codereviewer/tests/test_validator_xml.py:48: ResourceWarning: unclosed file <_io.TextIOWrapper name='/home/runner/work/codereviewer/codereviewer/tests/test_module_name_fail.F90' mode='r' encoding='UTF-8'>
2024-07-06T00:20:21.5528690Z   str1          = validator_xml.run_validator('tests/test_module_name_fail.F90')
2024-07-06T00:20:21.5529392Z ResourceWarning: Enable tracemalloc to get the object allocation traceback
2024-07-06T00:20:21.9975073Z .Jul 06, 2024 12:20:21 AM fortran.ofp.XMLPrinterBase printRuleHeader
2024-07-06T00:20:21.9976617Z INFO: list context not recognized: component-attr-spec-list__begin
2024-07-06T00:20:21.9978008Z Jul 06, 2024 12:20:21 AM fortran.ofp.XMLPrinterBase printRuleHeader
2024-07-06T00:20:21.9979234Z INFO: list context not recognized: deferred-shape-spec-list__begin
2024-07-06T00:20:21.9980370Z Jul 06, 2024 12:20:21 AM fortran.ofp.XMLPrinterBase printRuleHeader
2024-07-06T00:20:21.9981704Z INFO: list context not recognized: component-decl-list__begin
2024-07-06T00:20:21.9983146Z Jul 06, 2024 12:20:21 AM fortran.ofp.XMLPrinterBase printRuleHeader
2024-07-06T00:20:21.9984300Z INFO: list context not recognized: component-decl-list__begin
2024-07-06T00:20:21.9985527Z Jul 06, 2024 12:20:21 AM fortran.ofp.XMLPrinterBase printRuleHeader
2024-07-06T00:20:21.9986680Z INFO: list context not recognized: component-decl-list__begin
2024-07-06T00:20:21.9987290Z 
2024-07-06T00:20:22.0003574Z /home/runner/work/codereviewer/codereviewer/tests/test_validator_xml.py:29: ResourceWarning: unclosed file <_io.TextIOWrapper name='/home/runner/work/codereviewer/codereviewer/tests/mod_test_snake_case_fail.F90' mode='r' encoding='UTF-8'>
2024-07-06T00:20:22.0006587Z   str1          = validator_xml.run_validator('tests/mod_test_snake_case_fail.F90')
2024-07-06T00:20:22.0007770Z ResourceWarning: Enable tracemalloc to get the object allocation traceback
2024-07-06T00:20:22.0008635Z .
2024-07-06T00:20:22.0009391Z ----------------------------------------------------------------------
2024-07-06T00:20:22.0010118Z Ran 9 tests in 6.779s
2024-07-06T00:20:22.0010415Z 
2024-07-06T00:20:22.0010627Z OK
2024-07-06T00:20:22.0011172Z file_name:  mod_dummy.F90
2024-07-06T00:20:22.0011532Z 
2024-07-06T00:20:22.0011538Z 
2024-07-06T00:20:22.0011749Z Inspecionando a subrotina test_rules
2024-07-06T00:20:22.0012381Z file_name:  mod_dummy.F90
2024-07-06T00:20:22.0012818Z 
2024-07-06T00:20:22.0012827Z 
2024-07-06T00:20:22.0013084Z Inspecionando a subrotina test_rules
2024-07-06T00:20:22.0013791Z file_name:  mod_test_validator_xml_rule_verify_file_ext_fail.f90
2024-07-06T00:20:22.0014582Z file_name:  test_module_name_fail.F90
2024-07-06T00:20:22.0015102Z 
2024-07-06T00:20:22.0015110Z 
2024-07-06T00:20:22.0015360Z Inspecionando a subrotina dumpMap
2024-07-06T00:20:22.0015917Z file_name:  mod_test_snake_case_fail.F90
2024-07-06T00:20:22.0016386Z 
2024-07-06T00:20:22.0016392Z 
2024-07-06T00:20:22.0016595Z Inspecionando a subrotina dumpMap
2024-07-06T00:20:22.5455117Z Error Rule verify_module_name
2024-07-06T00:20:22.5456130Z file_name:  teste.F90
2024-07-06T00:20:22.5456452Z 
2024-07-06T00:20:22.5456460Z 
2024-07-06T00:20:22.5456718Z Inspecionando a subrotina tst_1
2024-07-06T00:20:22.5457099Z 
2024-07-06T00:20:22.5457106Z 
2024-07-06T00:20:22.5457303Z Inspecionando a subrotina ifx
2024-07-06T00:20:22.5458370Z Error rule snake_case
2024-07-06T00:20:22.5459161Z Error rule snake_case
2024-07-06T00:20:22.5459944Z Error rule snake_case
2024-07-06T00:20:22.5460654Z Error rule snake_case
2024-07-06T00:20:22.5461061Z Error rule snake_case
2024-07-06T00:20:22.5461526Z Error rule snake_case
2024-07-06T00:20:22.5461762Z 
2024-07-06T00:20:22.5600505Z ##[error]Process completed with exit code 1.
2024-07-06T00:20:22.5696373Z Post job cleanup.
2024-07-06T00:20:22.6578720Z [command]/usr/bin/git version
2024-07-06T00:20:22.6616835Z git version 2.45.2
2024-07-06T00:20:22.6660995Z Temporarily overriding HOME='/home/runner/work/_temp/5771f0f4-66d2-400f-a50f-f89be5c3e594' before making global git config changes
2024-07-06T00:20:22.6662224Z Adding repository directory to the temporary git global config as a safe directory
2024-07-06T00:20:22.6664452Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/codereviewer/codereviewer
2024-07-06T00:20:22.6697740Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-07-06T00:20:22.6728680Z [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' || :"
2024-07-06T00:20:22.6973600Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-07-06T00:20:22.6997454Z http.https://github.com/.extraheader
2024-07-06T00:20:22.7007430Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2024-07-06T00:20:22.7039780Z [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' || :"
2024-07-06T00:20:22.7522114Z Cleaning up orphan processes
joaomas commented 1 day ago

@klclaudio tenta replicar o que eu fiz no seu repostiorio.