Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[BUG]: Unstaged Changes #80

Open
jjfantini opened this issue Mar 6, 2024 · 8 comments
Open

[BUG]: Unstaged Changes #80

jjfantini opened this issue Mar 6, 2024 · 8 comments

Comments

@jjfantini
Copy link

I have a GitHub Workflow Action setup to use commitizen-tools/commitizen-action@latest

Although, I am getting an error:

error: cannot pull with rebase: You have unstaged changes.
error: Please commit or stash them.

I don't know how to fix this or to commit the changes to the branch. I can check the git status before the action, but it seems that it is happening in the action. I can set push: false and then the error goes away, since I am no longer pushing the changes to the branch, but then the version change bump doesnt update and I would have to manually do this every time, and the changelog wouldnt be updated in my repo.

@woile
Copy link
Member

woile commented Mar 7, 2024

Can you share the action that you are using? Also the git status right before the action is executed?
you can also set the debug: true flag on the action

@jjfantini
Copy link
Author

I had set debug: true, didn't give any helpful information. I was using this action commitizen-tools/commitizen-action@master.

This isn't confirmed, but I did run a git reset --soft HEAD~1 although my working directory was clean and i re-commited any changes.

❌ I tried forking the branch and retrying -- didn't work.
❌ I tried resetting the git history -- didn't work.
✅ I tried starting a new project, and copying modules + files over -- did work.

@woile
Copy link
Member

woile commented Mar 8, 2024

Could you show the git status right before running this action?

@jjfantini
Copy link
Author

Run git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean

@woile
Copy link
Member

woile commented Mar 8, 2024

And the action configuration?

@jjfantini
Copy link
Author

jjfantini commented Mar 8, 2024

Run commitizen-tools/[email protected]
/usr/bin/docker run --name e7cf1971dc4f33a1e1c45b9f15fc0c_b57d7d --label 084904 --workdir /github/workspace --rm -e "INPUT_GITHUB_TOKEN" -e "INPUT_CHANGELOG_INCREMENT_FILENAME" -e "INPUT_EXTRA_REQUIREMENTS" -e "INPUT_PUSH" -e "INPUT_DRY_RUN" -e "INPUT_COMMIT" -e "INPUT_MERGE" -e "INPUT_PRERELEASE" -e "INPUT_CHANGELOG" -e "INPUT_REPOSITORY" -e "INPUT_BRANCH" -e "INPUT_GIT_REDIRECT_STDERR" -e "INPUT_GIT_NAME" -e "INPUT_GIT_EMAIL" -e "INPUT_COMMITIZEN_VERSION" -e "INPUT_NO_RAISE" -e "INPUT_INCREMENT" -e "INPUT_CHECK_CONSISTENCY" -e "INPUT_GPG_SIGN" -e "INPUT_DEBUG" -e "HOME" -e "GITHUB_JOB" -e "GITHUB_REF" -e "GITHUB_SHA" -e "GITHUB_REPOSITORY" -e "GITHUB_REPOSITORY_OWNER" -e "GITHUB_REPOSITORY_OWNER_ID" -e "GITHUB_RUN_ID" -e "GITHUB_RUN_NUMBER" -e "GITHUB_RETENTION_DAYS" -e "GITHUB_RUN_ATTEMPT" -e "GITHUB_REPOSITORY_ID" -e "GITHUB_ACTOR_ID" -e "GITHUB_ACTOR" -e "GITHUB_TRIGGERING_ACTOR" -e "GITHUB_WORKFLOW" -e "GITHUB_HEAD_REF" -e "GITHUB_BASE_REF" -e "GITHUB_EVENT_NAME" -e "GITHUB_SERVER_URL" -e "GITHUB_API_URL" -e "GITHUB_GRAPHQL_URL" -e "GITHUB_REF_NAME" -e "GITHUB_REF_PROTECTED" -e "GITHUB_REF_TYPE" -e "GITHUB_WORKFLOW_REF" -e "GITHUB_WORKFLOW_SHA" -e "GITHUB_WORKSPACE" -e "GITHUB_ACTION" -e "GITHUB_EVENT_PATH" -e "GITHUB_ACTION_REPOSITORY" -e "GITHUB_ACTION_REF" -e "GITHUB_PATH" -e "GITHUB_ENV" -e "GITHUB_STEP_SUMMARY" -e "GITHUB_STATE" -e "GITHUB_OUTPUT" -e "RUNNER_OS" -e "RUNNER_ARCH" -e "RUNNER_NAME" -e "RUNNER_ENVIRONMENT" -e "RUNNER_TOOL_CACHE" -e "RUNNER_TEMP" -e "RUNNER_WORKSPACE" -e "ACTIONS_RUNTIME_URL" -e "ACTIONS_RUNTIME_TOKEN" -e "ACTIONS_CACHE_URL" -e "ACTIONS_RESULTS_URL" -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/humbldata/humbldata":"/github/workspace" 084904:40e7cf1971dc4f33a1e1c45b9f15fc0c

Here are the logs:

2024-03-06T17:59:22.2613971Z ##[group]Operating System
2024-03-06T17:59:22.2614689Z Ubuntu
2024-03-06T17:59:22.2615121Z 22.04.4
2024-03-06T17:59:22.2615583Z LTS
2024-03-06T17:59:22.2615945Z ##[endgroup]
2024-03-06T17:59:22.2616427Z ##[group]Runner Image
2024-03-06T17:59:22.2617023Z Image: ubuntu-22.04
2024-03-06T17:59:22.2617543Z Version: 20240304.1.0
2024-03-06T17:59:22.2618672Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240304.1/images/ubuntu/Ubuntu2204-Readme.md
2024-03-06T17:59:22.2620509Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240304.1
2024-03-06T17:59:22.2621559Z ##[endgroup]
2024-03-06T17:59:22.2622044Z ##[group]Runner Image Provisioner
2024-03-06T17:59:22.2622638Z 2.0.359.1
2024-03-06T17:59:22.2623074Z ##[endgroup]
2024-03-06T17:59:22.2624095Z ##[group]GITHUB_TOKEN Permissions
2024-03-06T17:59:22.2626073Z Contents: write
2024-03-06T17:59:22.2626568Z Metadata: read
2024-03-06T17:59:22.2627318Z ##[endgroup]
2024-03-06T17:59:22.2631138Z Secret source: Actions
2024-03-06T17:59:22.2631946Z Prepare workflow directory
2024-03-06T17:59:22.3401551Z Prepare all required actions
2024-03-06T17:59:22.3593353Z Getting action download info
2024-03-06T17:59:22.5447659Z Download action repository 'actions/checkout@v4' (SHA:b4ffde65f46336ab88eb53be808477a3936bae11)
2024-03-06T17:59:22.6865756Z Download action repository 'commitizen-tools/[email protected]' (SHA:bc2616fec6b3effc9ad20380f19550a8b18cdbdf)
2024-03-06T17:59:22.9313785Z Download action repository 'softprops/action-gh-release@v1' (SHA:de2c0eb89ae2a093876385947365aca7b0e5f844)
2024-03-06T17:59:23.2623683Z Complete job name: Bump version and create changelog with commitizen
2024-03-06T17:59:23.3509292Z ##[group]Build container for action use: '/home/runner/work/_actions/commitizen-tools/commitizen-action/0.20.0/Dockerfile'.
2024-03-06T17:59:23.3592605Z ##[command]/usr/bin/docker build -t 9e9573:c4e2476beb3048c682d1eb55e305518d -f "/home/runner/work/_actions/commitizen-tools/commitizen-action/0.20.0/Dockerfile" "/home/runner/work/_actions/commitizen-tools/commitizen-action/0.20.0"
2024-03-06T17:59:23.9791784Z #0 building with "default" instance using docker driver
2024-03-06T17:59:23.9793256Z 
2024-03-06T17:59:23.9793729Z #1 [internal] load build definition from Dockerfile
2024-03-06T17:59:23.9794363Z #1 transferring dockerfile: 301B done
2024-03-06T17:59:23.9794875Z #1 DONE 0.0s
2024-03-06T17:59:23.9795201Z 
2024-03-06T17:59:23.9795419Z #2 [internal] load .dockerignore
2024-03-06T17:59:23.9795923Z #2 transferring context: 2B done
2024-03-06T17:59:23.9796368Z #2 DONE 0.0s
2024-03-06T17:59:23.9796660Z 
2024-03-06T17:59:23.9797095Z #3 [auth] library/python:pull token for registry-1.docker.io
2024-03-06T17:59:23.9797730Z #3 DONE 0.0s
2024-03-06T17:59:23.9797988Z 
2024-03-06T17:59:23.9798357Z #4 [internal] load metadata for docker.io/library/python:3.10-alpine
2024-03-06T17:59:24.1769672Z #4 DONE 0.4s
2024-03-06T17:59:24.2935080Z 
2024-03-06T17:59:24.3131606Z #5 [internal] load build context
2024-03-06T17:59:24.3132054Z #5 transferring context: 3.10kB done
2024-03-06T17:59:24.3132697Z #5 DONE 0.0s
2024-03-06T17:59:24.3132869Z 
2024-03-06T17:59:24.3133480Z #6 [1/3] FROM docker.io/library/python:3.10-alpine@sha256:a84794f8f487847a49a6f92bc426f99b865d4c991344c682ce2c151a64c3d79b
2024-03-06T17:59:24.3134822Z #6 resolve docker.io/library/python:3.10-alpine@sha256:a84794f8f487847a49a6f92bc426f99b865d4c991344c682ce2c151a64c3d79b done
2024-03-06T17:59:24.3135988Z #6 extracting sha256:dca80dc46cecdd1a97787a1dd6f74263b9d2f7b0dd3e2e15c109f5e34848c932
2024-03-06T17:59:24.3137067Z #6 sha256:dca80dc46cecdd1a97787a1dd6f74263b9d2f7b0dd3e2e15c109f5e34848c932 622.15kB / 622.15kB 0.1s done
2024-03-06T17:59:24.3138168Z #6 sha256:3a1d3ec6f9a06424416a9e52f5061a44b7af0e96c82e534ba30ff81a134c184b 2.10MB / 12.21MB 0.1s
2024-03-06T17:59:24.3139162Z #6 sha256:6531a3039a8eeb26145c321fc0f63069087fd97e1b9c92e4a373e793f42feb50 0B / 3.08MB 0.1s
2024-03-06T17:59:24.3140140Z #6 sha256:a84794f8f487847a49a6f92bc426f99b865d4c991344c682ce2c151a64c3d79b 1.65kB / 1.65kB done
2024-03-06T17:59:24.3141408Z #6 sha256:1cf0c63d9f573d17be9200c9940a4ce3b18971674b8bf1a596ffe5441802f647 1.37kB / 1.37kB done
2024-03-06T17:59:24.3142409Z #6 sha256:98562432e70fa95c9c594c3ceabce540b458aa82132976ae7a9fd1ae0777fb35 6.27kB / 6.27kB done
2024-03-06T17:59:24.5741193Z #6 sha256:3a1d3ec6f9a06424416a9e52f5061a44b7af0e96c82e534ba30ff81a134c184b 12.21MB / 12.21MB 0.2s done
2024-03-06T17:59:24.5742839Z #6 sha256:6531a3039a8eeb26145c321fc0f63069087fd97e1b9c92e4a373e793f42feb50 3.08MB / 3.08MB 0.2s done
2024-03-06T17:59:24.5743982Z #6 sha256:1cbf0106443cf1ea1cc55d914ec422c87709d6a10914935aaeedc9f07cc348bb 242B / 242B 0.1s done
2024-03-06T17:59:24.5907385Z #6 extracting sha256:dca80dc46cecdd1a97787a1dd6f74263b9d2f7b0dd3e2e15c109f5e34848c932 0.2s done
2024-03-06T17:59:24.5908671Z #6 extracting sha256:3a1d3ec6f9a06424416a9e52f5061a44b7af0e96c82e534ba30ff81a134c184b
2024-03-06T17:59:25.1571150Z #6 extracting sha256:3a1d3ec6f9a06424416a9e52f5061a44b7af0e96c82e534ba30ff81a134c184b 0.5s done
2024-03-06T17:59:25.1572244Z #6 extracting sha256:1cbf0106443cf1ea1cc55d914ec422c87709d6a10914935aaeedc9f07cc348bb
2024-03-06T17:59:25.2839350Z #6 extracting sha256:1cbf0106443cf1ea1cc55d914ec422c87709d6a10914935aaeedc9f07cc348bb done
2024-03-06T17:59:25.2840659Z #6 extracting sha256:6531a3039a8eeb26145c321fc0f63069087fd97e1b9c92e4a373e793f42feb50 0.1s
2024-03-06T17:59:25.4942885Z #6 extracting sha256:6531a3039a8eeb26145c321fc0f63069087fd97e1b9c92e4a373e793f42feb50 0.2s done
2024-03-06T17:59:25.4952372Z #6 DONE 1.3s
2024-03-06T17:59:25.6371216Z 
2024-03-06T17:59:25.6372690Z #7 [2/3] RUN set -eux;     apk add --no-cache         git         git-lfs         gpg         alpine-sdk         bash         libffi-dev     ;     git lfs install;
2024-03-06T17:59:25.8203114Z #7 0.183 + apk add --no-cache git git-lfs gpg alpine-sdk bash libffi-dev
2024-03-06T17:59:25.8389142Z #7 0.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz
2024-03-06T17:59:26.0095024Z #7 0.522 fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz
2024-03-06T17:59:26.3717640Z #7 0.885 (1/63) Installing libattr (2.5.1-r5)
2024-03-06T17:59:26.4744625Z #7 0.906 (2/63) Installing attr (2.5.1-r5)
2024-03-06T17:59:26.4745186Z #7 0.913 (3/63) Installing libcap2 (2.69-r1)
2024-03-06T17:59:26.4751094Z #7 0.919 (4/63) Installing libcap-getcap (2.69-r1)
2024-03-06T17:59:26.4752168Z #7 0.925 (5/63) Installing fakeroot (1.32.1-r0)
2024-03-06T17:59:26.4752834Z #7 0.932 (6/63) Installing libgcc (13.2.1_git20231014-r0)
2024-03-06T17:59:26.4753542Z #7 0.942 (7/63) Installing libstdc++ (13.2.1_git20231014-r0)
2024-03-06T17:59:26.4754201Z #7 0.981 (8/63) Installing lzip (1.23-r1)
2024-03-06T17:59:26.4754698Z #7 0.988 (9/63) Installing openssl (3.1.4-r5)
2024-03-06T17:59:26.5915677Z #7 1.019 (10/63) Installing patch (2.7.6-r10)
2024-03-06T17:59:26.5916432Z #7 1.027 (11/63) Installing pkgconf (2.1.0-r0)
2024-03-06T17:59:26.5916923Z #7 1.036 (12/63) Installing libacl (2.3.1-r4)
2024-03-06T17:59:26.5917548Z #7 1.042 (13/63) Installing tar (1.35-r2)
2024-03-06T17:59:26.5918153Z #7 1.056 (14/63) Installing brotli-libs (1.1.0-r1)
2024-03-06T17:59:26.5919522Z #7 1.074 (15/63) Installing c-ares (1.24.0-r1)
2024-03-06T17:59:26.5920022Z #7 1.082 (16/63) Installing libunistring (1.1-r2)
2024-03-06T17:59:26.5920645Z #7 1.105 (17/63) Installing libidn2 (2.3.4-r4)
2024-03-06T17:59:26.7602457Z #7 1.114 (18/63) Installing nghttp2-libs (1.58.0-r0)
2024-03-06T17:59:26.7603072Z #7 1.122 (19/63) Installing libcurl (8.5.0-r0)
2024-03-06T17:59:26.7603554Z #7 1.136 (20/63) Installing curl (8.5.0-r0)
2024-03-06T17:59:26.7604032Z #7 1.147 (21/63) Installing abuild (3.12.0-r0)
2024-03-06T17:59:26.7604553Z #7 1.154 Executing abuild-3.12.0-r0.pre-install
2024-03-06T17:59:26.7605039Z #7 1.160 (22/63) Installing jansson (2.14-r4)
2024-03-06T17:59:26.7605531Z #7 1.167 (23/63) Installing zstd-libs (1.5.5-r8)
2024-03-06T17:59:26.7606029Z #7 1.184 (24/63) Installing binutils (2.41-r0)
2024-03-06T17:59:26.7606741Z #7 1.272 (25/63) Installing libmagic (5.45-r1)
2024-03-06T17:59:26.8685569Z #7 1.305 (26/63) Installing file (5.45-r1)
2024-03-06T17:59:26.8686308Z #7 1.312 (27/63) Installing libgomp (13.2.1_git20231014-r0)
2024-03-06T17:59:26.8686932Z #7 1.322 (28/63) Installing libatomic (13.2.1_git20231014-r0)
2024-03-06T17:59:26.8687472Z #7 1.330 (29/63) Installing gmp (6.3.0-r0)
2024-03-06T17:59:26.8687921Z #7 1.341 (30/63) Installing isl26 (0.26-r1)
2024-03-06T17:59:26.8688382Z #7 1.368 (31/63) Installing mpfr4 (4.2.1-r0)
2024-03-06T17:59:26.8688841Z #7 1.381 (32/63) Installing mpc1 (1.3.1-r1)
2024-03-06T17:59:27.0264559Z #7 1.389 (33/63) Installing gcc (13.2.1_git20231014-r0)
2024-03-06T17:59:27.9220980Z #7 2.435 (34/63) Installing libstdc++-dev (13.2.1_git20231014-r0)
2024-03-06T17:59:28.0807765Z #7 2.594 (35/63) Installing musl-dev (1.2.4_git20230717-r4)
2024-03-06T17:59:28.3170382Z #7 2.674 (36/63) Installing libc-dev (0.7.2-r5)
2024-03-06T17:59:28.3171506Z #7 2.680 (37/63) Installing g++ (13.2.1_git20231014-r0)
2024-03-06T17:59:28.4898872Z #7 3.003 (38/63) Installing make (4.4.1-r2)
2024-03-06T17:59:28.6038721Z #7 3.012 (39/63) Installing fortify-headers (1.1-r3)
2024-03-06T17:59:28.6039825Z #7 3.019 (40/63) Installing build-base (0.5-r3)
2024-03-06T17:59:28.6040394Z #7 3.025 (41/63) Installing pcre2 (10.42-r2)
2024-03-06T17:59:28.6040857Z #7 3.038 (42/63) Installing git (2.43.0-r0)
2024-03-06T17:59:28.6041336Z #7 3.117 (43/63) Installing alpine-sdk (1.0-r1)
2024-03-06T17:59:28.7443359Z #7 3.124 (44/63) Installing bash (5.2.21-r0)
2024-03-06T17:59:28.7444370Z #7 3.143 Executing bash-5.2.21-r0.post-install
2024-03-06T17:59:28.7445443Z #7 3.146 (45/63) Installing git-lfs (3.4.1-r0)
2024-03-06T17:59:28.7446361Z #7 3.257 Executing git-lfs-3.4.1-r0.post-install
2024-03-06T17:59:28.8528740Z #7 3.272 Git LFS initialized.
2024-03-06T17:59:28.8529632Z #7 3.273 (46/63) Installing libgpg-error (1.47-r2)
2024-03-06T17:59:28.8530854Z #7 3.282 (47/63) Installing libassuan (2.5.6-r1)
2024-03-06T17:59:28.8531755Z #7 3.289 (48/63) Installing pinentry (1.2.1-r1)
2024-03-06T17:59:28.8532372Z #7 3.296 Executing pinentry-1.2.1-r1.post-install
2024-03-06T17:59:28.8533381Z #7 3.298 (49/63) Installing libgcrypt (1.10.3-r0)
2024-03-06T17:59:28.8533986Z #7 3.316 (50/63) Installing gnupg-gpgconf (2.4.4-r0)
2024-03-06T17:59:28.8534564Z #7 3.327 (51/63) Installing nettle (3.9.1-r0)
2024-03-06T17:59:28.8535121Z #7 3.343 (52/63) Installing libtasn1 (4.19.0-r2)
2024-03-06T17:59:28.8535682Z #7 3.350 (53/63) Installing p11-kit (0.25.3-r0)
2024-03-06T17:59:28.8536226Z #7 3.366 (54/63) Installing gnutls (3.8.3-r0)
2024-03-06T17:59:28.9700323Z #7 3.392 (55/63) Installing libksba (1.6.5-r0)
2024-03-06T17:59:28.9701555Z #7 3.401 (56/63) Installing libsasl (2.1.28-r5)
2024-03-06T17:59:28.9702483Z #7 3.412 (57/63) Installing libldap (2.6.6-r1)
2024-03-06T17:59:28.9703348Z #7 3.424 (58/63) Installing npth (1.6-r4)
2024-03-06T17:59:28.9704119Z #7 3.431 (59/63) Installing gnupg-dirmngr (2.4.4-r0)
2024-03-06T17:59:28.9704932Z #7 3.456 (60/63) Installing gnupg-keyboxd (2.4.4-r0)
2024-03-06T17:59:28.9705718Z #7 3.464 (61/63) Installing gpg (2.4.4-r0)
2024-03-06T17:59:28.9706477Z #7 3.483 (62/63) Installing linux-headers (6.5-r0)
2024-03-06T17:59:29.0754206Z #7 3.589 (63/63) Installing libffi-dev (3.4.4-r3)
2024-03-06T17:59:29.3249430Z #7 3.598 Executing busybox-1.36.1-r15.trigger
2024-03-06T17:59:29.3250148Z #7 3.605 OK: 275 MiB in 101 packages
2024-03-06T17:59:29.3250604Z #7 3.671 + git lfs install
2024-03-06T17:59:29.3251500Z #7 3.688 Git LFS initialized.
2024-03-06T17:59:30.2436856Z #7 DONE 4.8s
2024-03-06T17:59:30.4130908Z 
2024-03-06T17:59:30.4131606Z #8 [3/3] COPY entrypoint.sh /entrypoint.sh
2024-03-06T17:59:30.4132511Z #8 DONE 0.0s
2024-03-06T17:59:30.4132844Z 
2024-03-06T17:59:30.4133354Z #9 exporting to image
2024-03-06T17:59:30.4133830Z #9 exporting layers
2024-03-06T17:59:32.0038253Z #9 exporting layers 1.7s done
2024-03-06T17:59:32.0245366Z #9 writing image sha256:989c02f2a5bb65b9e3cf4cca0a20e17128813a459e583ac0ec4e2e64f2d1ff37 done
2024-03-06T17:59:32.0246932Z #9 naming to docker.io/library/9e9573:c4e2476beb3048c682d1eb55e305518d done
2024-03-06T17:59:32.0247892Z #9 DONE 1.7s
2024-03-06T17:59:32.0288685Z ##[endgroup]
2024-03-06T17:59:32.0747324Z ##[group]Run actions/checkout@v4
2024-03-06T17:59:32.0747768Z with:
2024-03-06T17:59:32.0748707Z   token: ***
2024-03-06T17:59:32.0749010Z   fetch-depth: 0
2024-03-06T17:59:32.0749330Z   repository: jjfantini/humbldata
2024-03-06T17:59:32.0749702Z   ssh-strict: true
2024-03-06T17:59:32.0750013Z   persist-credentials: true
2024-03-06T17:59:32.0750359Z   clean: true
2024-03-06T17:59:32.0750653Z   sparse-checkout-cone-mode: true
2024-03-06T17:59:32.0751032Z   fetch-tags: false
2024-03-06T17:59:32.0751335Z   show-progress: true
2024-03-06T17:59:32.0751647Z   lfs: false
2024-03-06T17:59:32.0751901Z   submodules: false
2024-03-06T17:59:32.0752213Z   set-safe-directory: true
2024-03-06T17:59:32.0752544Z ##[endgroup]
2024-03-06T17:59:32.3404181Z Syncing repository: jjfantini/humbldata
2024-03-06T17:59:32.3406138Z ##[group]Getting Git version info
2024-03-06T17:59:32.3406889Z Working directory is '/home/runner/work/humbldata/humbldata'
2024-03-06T17:59:32.3407797Z [command]/usr/bin/git version
2024-03-06T17:59:32.3413910Z git version 2.43.2
2024-03-06T17:59:32.3415204Z ##[endgroup]
2024-03-06T17:59:32.3450967Z Temporarily overriding HOME='/home/runner/work/_temp/bd3701bf-3390-49ca-842b-5e0f57aed0d0' before making global git config changes
2024-03-06T17:59:32.3452221Z Adding repository directory to the temporary git global config as a safe directory
2024-03-06T17:59:32.3453319Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/humbldata/humbldata
2024-03-06T17:59:32.3491750Z Deleting the contents of '/home/runner/work/humbldata/humbldata'
2024-03-06T17:59:32.3498283Z ##[group]Initializing the repository
2024-03-06T17:59:32.3501596Z [command]/usr/bin/git init /home/runner/work/humbldata/humbldata
2024-03-06T17:59:32.3604719Z hint: Using 'master' as the name for the initial branch. This default branch name
2024-03-06T17:59:32.3605890Z hint: is subject to change. To configure the initial branch name to use in all
2024-03-06T17:59:32.3606963Z hint: of your new repositories, which will suppress this warning, call:
2024-03-06T17:59:32.3608420Z hint: 
2024-03-06T17:59:32.3609245Z hint: 	git config --global init.defaultBranch <name>
2024-03-06T17:59:32.3609936Z hint: 
2024-03-06T17:59:32.3611077Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2024-03-06T17:59:32.3613324Z hint: 'development'. The just-created branch can be renamed via this command:
2024-03-06T17:59:32.3614114Z hint: 
2024-03-06T17:59:32.3615028Z hint: 	git branch -m <name>
2024-03-06T17:59:32.3630622Z Initialized empty Git repository in /home/runner/work/humbldata/humbldata/.git/
2024-03-06T17:59:32.3641252Z [command]/usr/bin/git remote add origin https://github.com/jjfantini/humbldata
2024-03-06T17:59:32.3682839Z ##[endgroup]
2024-03-06T17:59:32.3683612Z ##[group]Disabling automatic garbage collection
2024-03-06T17:59:32.3685706Z [command]/usr/bin/git config --local gc.auto 0
2024-03-06T17:59:32.3721165Z ##[endgroup]
2024-03-06T17:59:32.3722854Z ##[group]Setting up auth
2024-03-06T17:59:32.3727900Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-03-06T17:59:32.3758041Z [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-03-06T17:59:32.4140273Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-03-06T17:59:32.4175571Z [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-03-06T17:59:32.4420353Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2024-03-06T17:59:32.4489626Z ##[endgroup]
2024-03-06T17:59:32.4493290Z ##[group]Fetching the repository
2024-03-06T17:59:32.4507496Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2024-03-06T17:59:33.3853035Z From https://github.com/jjfantini/humbldata
2024-03-06T17:59:33.3854222Z  * [new branch]      dev/refactor_v2 -> origin/dev/refactor_v2
2024-03-06T17:59:33.3855272Z  * [new branch]      dev/v1_legacy   -> origin/dev/v1_legacy
2024-03-06T17:59:33.3857162Z  * [new branch]      develop         -> origin/develop
2024-03-06T17:59:33.3857968Z  * [new branch]      devloep_mc_v2   -> origin/devloep_mc_v2
2024-03-06T17:59:33.3864971Z  * [new branch]      master          -> origin/master
2024-03-06T17:59:33.3865825Z  * [new branch]      new-master      -> origin/new-master
2024-03-06T17:59:33.3866599Z  * [new branch]      release         -> origin/release
2024-03-06T17:59:33.3867773Z  * [new tag]         0.1.6           -> 0.1.6
2024-03-06T17:59:33.3868390Z  * [new tag]         0.1.7           -> 0.1.7
2024-03-06T17:59:33.3868937Z  * [new tag]         v0.1.0          -> v0.1.0
2024-03-06T17:59:33.3869459Z  * [new tag]         v0.1.1          -> v0.1.1
2024-03-06T17:59:33.3869987Z  * [new tag]         v0.1.10         -> v0.1.10
2024-03-06T17:59:33.3870514Z  * [new tag]         v0.1.11         -> v0.1.11
2024-03-06T17:59:33.3871035Z  * [new tag]         v0.1.12         -> v0.1.12
2024-03-06T17:59:33.3871543Z  * [new tag]         v0.1.13         -> v0.1.13
2024-03-06T17:59:33.3872040Z  * [new tag]         v0.1.14         -> v0.1.14
2024-03-06T17:59:33.3872545Z  * [new tag]         v0.1.2          -> v0.1.2
2024-03-06T17:59:33.3873049Z  * [new tag]         v0.1.3          -> v0.1.3
2024-03-06T17:59:33.3873557Z  * [new tag]         v0.1.4          -> v0.1.4
2024-03-06T17:59:33.3874045Z  * [new tag]         v0.1.5          -> v0.1.5
2024-03-06T17:59:33.3874537Z  * [new tag]         v0.1.6          -> v0.1.6
2024-03-06T17:59:33.3876492Z  * [new tag]         v0.1.7          -> v0.1.7
2024-03-06T17:59:33.3877356Z  * [new tag]         v0.1.8          -> v0.1.8
2024-03-06T17:59:33.3878325Z  * [new tag]         v0.1.9          -> v0.1.9
2024-03-06T17:59:33.3884004Z  * [new tag]         v0.10.0         -> v0.10.0
2024-03-06T17:59:33.3885395Z  * [new tag]         v0.11.0         -> v0.11.0
2024-03-06T17:59:33.3886097Z  * [new tag]         v0.12.0         -> v0.12.0
2024-03-06T17:59:33.3889136Z  * [new tag]         v0.12.1         -> v0.12.1
2024-03-06T17:59:33.3890425Z  * [new tag]         v0.12.2         -> v0.12.2
2024-03-06T17:59:33.3892164Z  * [new tag]         v0.12.3         -> v0.12.3
2024-03-06T17:59:33.3893719Z  * [new tag]         v0.12.4         -> v0.12.4
2024-03-06T17:59:33.3895293Z  * [new tag]         v0.13.0         -> v0.13.0
2024-03-06T17:59:33.3896965Z  * [new tag]         v0.13.1         -> v0.13.1
2024-03-06T17:59:33.3898611Z  * [new tag]         v0.13.2         -> v0.13.2
2024-03-06T17:59:33.3899917Z  * [new tag]         v0.13.3         -> v0.13.3
2024-03-06T17:59:33.3901766Z  * [new tag]         v0.14.0         -> v0.14.0
2024-03-06T17:59:33.3903299Z  * [new tag]         v0.2.0          -> v0.2.0
2024-03-06T17:59:33.3904893Z  * [new tag]         v0.2.1          -> v0.2.1
2024-03-06T17:59:33.3906443Z  * [new tag]         v0.3.0          -> v0.3.0
2024-03-06T17:59:33.3908056Z  * [new tag]         v0.3.1          -> v0.3.1
2024-03-06T17:59:33.3909707Z  * [new tag]         v0.3.2          -> v0.3.2
2024-03-06T17:59:33.3911423Z  * [new tag]         v0.3.3          -> v0.3.3
2024-03-06T17:59:33.3914001Z  * [new tag]         v0.3.4          -> v0.3.4
2024-03-06T17:59:33.3914511Z  * [new tag]         v0.3.5          -> v0.3.5
2024-03-06T17:59:33.3917126Z  * [new tag]         v0.3.6          -> v0.3.6
2024-03-06T17:59:33.3917645Z  * [new tag]         v0.4.0          -> v0.4.0
2024-03-06T17:59:33.3918146Z  * [new tag]         v0.5.0          -> v0.5.0
2024-03-06T17:59:33.3919404Z  * [new tag]         v0.6.0          -> v0.6.0
2024-03-06T17:59:33.3920445Z  * [new tag]         v0.7.0          -> v0.7.0
2024-03-06T17:59:33.3924093Z  * [new tag]         v0.8.0          -> v0.8.0
2024-03-06T17:59:33.3925000Z  * [new tag]         v0.9.0          -> v0.9.0
2024-03-06T17:59:33.3967292Z [command]/usr/bin/git branch --list --remote origin/master
2024-03-06T17:59:33.3990910Z   origin/master
2024-03-06T17:59:33.4000023Z [command]/usr/bin/git rev-parse refs/remotes/origin/master
2024-03-06T17:59:33.4021245Z ae4d0f6d2410b7291a094acf88bb4cdff4c7126a
2024-03-06T17:59:33.4027975Z ##[endgroup]
2024-03-06T17:59:33.4028639Z ##[group]Determining the checkout info
2024-03-06T17:59:33.4032378Z ##[endgroup]
2024-03-06T17:59:33.4032906Z ##[group]Checking out the ref
2024-03-06T17:59:33.4039184Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master
2024-03-06T17:59:33.4340107Z Reset branch 'master'
2024-03-06T17:59:33.4344687Z branch 'master' set up to track 'origin/master'.
2024-03-06T17:59:33.4346876Z ##[endgroup]
2024-03-06T17:59:33.4386707Z [command]/usr/bin/git log -1 --format='%H'
2024-03-06T17:59:33.4408676Z 'ae4d0f6d2410b7291a094acf88bb4cdff4c7126a'
2024-03-06T17:59:33.4876083Z ##[group]Run git status
2024-03-06T17:59:33.4876532Z �[36;1mgit status�[0m
2024-03-06T17:59:33.4946483Z shell: /usr/bin/bash -e {0}
2024-03-06T17:59:33.4946893Z ##[endgroup]
2024-03-06T17:59:33.5291864Z On branch master
2024-03-06T17:59:33.5292725Z Your branch is up to date with 'origin/master'.
2024-03-06T17:59:33.5293188Z 
2024-03-06T17:59:33.5293398Z nothing to commit, working tree clean
2024-03-06T17:59:33.5374798Z ##[group]Run commitizen-tools/[email protected]
2024-03-06T17:59:33.5375303Z with:
2024-03-06T17:59:33.5376188Z   github_token: ***
2024-03-06T17:59:33.5376528Z   changelog_increment_filename: body.md
2024-03-06T17:59:33.5377006Z   extra_requirements: cz-conventional-gitmoji
2024-03-06T17:59:33.5377448Z   push: true
2024-03-06T17:59:33.5377727Z   debug: true
2024-03-06T17:59:33.5378005Z   commit: true
2024-03-06T17:59:33.5378278Z   merge: false
2024-03-06T17:59:33.5378583Z   changelog: true
2024-03-06T17:59:33.5378900Z   git_redirect_stderr: false
2024-03-06T17:59:33.5379276Z   git_name: github-actions[bot]
2024-03-06T17:59:33.5379766Z   git_email: github-actions[bot]@users.noreply.github.com
2024-03-06T17:59:33.5380277Z   commitizen_version: latest
2024-03-06T17:59:33.5380618Z   no_raise: 21
2024-03-06T17:59:33.5380914Z   check_consistency: false
2024-03-06T17:59:33.5381250Z   gpg_sign: false
2024-03-06T17:59:33.5381529Z ##[endgroup]
2024-03-06T17:59:33.5636549Z ##[command]/usr/bin/docker run --name e9573c4e2476beb3048c682d1eb55e305518d_50d095 --label 9e9573 --workdir /github/workspace --rm -e "INPUT_GITHUB_TOKEN" -e "INPUT_CHANGELOG_INCREMENT_FILENAME" -e "INPUT_EXTRA_REQUIREMENTS" -e "INPUT_PUSH" -e "INPUT_DEBUG" -e "INPUT_DRY_RUN" -e "INPUT_COMMIT" -e "INPUT_MERGE" -e "INPUT_PRERELEASE" -e "INPUT_CHANGELOG" -e "INPUT_REPOSITORY" -e "INPUT_BRANCH" -e "INPUT_GIT_REDIRECT_STDERR" -e "INPUT_GIT_NAME" -e "INPUT_GIT_EMAIL" -e "INPUT_COMMITIZEN_VERSION" -e "INPUT_NO_RAISE" -e "INPUT_INCREMENT" -e "INPUT_CHECK_CONSISTENCY" -e "INPUT_GPG_SIGN" -e "HOME" -e "GITHUB_JOB" -e "GITHUB_REF" -e "GITHUB_SHA" -e "GITHUB_REPOSITORY" -e "GITHUB_REPOSITORY_OWNER" -e "GITHUB_REPOSITORY_OWNER_ID" -e "GITHUB_RUN_ID" -e "GITHUB_RUN_NUMBER" -e "GITHUB_RETENTION_DAYS" -e "GITHUB_RUN_ATTEMPT" -e "GITHUB_REPOSITORY_ID" -e "GITHUB_ACTOR_ID" -e "GITHUB_ACTOR" -e "GITHUB_TRIGGERING_ACTOR" -e "GITHUB_WORKFLOW" -e "GITHUB_HEAD_REF" -e "GITHUB_BASE_REF" -e "GITHUB_EVENT_NAME" -e "GITHUB_SERVER_URL" -e "GITHUB_API_URL" -e "GITHUB_GRAPHQL_URL" -e "GITHUB_REF_NAME" -e "GITHUB_REF_PROTECTED" -e "GITHUB_REF_TYPE" -e "GITHUB_WORKFLOW_REF" -e "GITHUB_WORKFLOW_SHA" -e "GITHUB_WORKSPACE" -e "GITHUB_ACTION" -e "GITHUB_EVENT_PATH" -e "GITHUB_ACTION_REPOSITORY" -e "GITHUB_ACTION_REF" -e "GITHUB_PATH" -e "GITHUB_ENV" -e "GITHUB_STEP_SUMMARY" -e "GITHUB_STATE" -e "GITHUB_OUTPUT" -e "RUNNER_OS" -e "RUNNER_ARCH" -e "RUNNER_NAME" -e "RUNNER_ENVIRONMENT" -e "RUNNER_TOOL_CACHE" -e "RUNNER_TEMP" -e "RUNNER_WORKSPACE" -e "ACTIONS_RUNTIME_URL" -e "ACTIONS_RUNTIME_TOKEN" -e "ACTIONS_CACHE_URL" -e "ACTIONS_RESULTS_URL" -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/humbldata/humbldata":"/github/workspace" 9e9573:c4e2476beb3048c682d1eb55e305518d
2024-03-06T17:59:33.8423548Z gpg (GnuPG) 2.4.4
2024-03-06T17:59:33.8435434Z libgcrypt 1.10.3
2024-03-06T17:59:33.8435804Z Copyright (C) 2024 g10 Code GmbH
2024-03-06T17:59:33.8436611Z License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html>
2024-03-06T17:59:33.8437371Z This is free software: you are free to change and redistribute it.
2024-03-06T17:59:33.8438056Z There is NO WARRANTY, to the extent permitted by law.
2024-03-06T17:59:33.8438436Z 
2024-03-06T17:59:33.8438566Z Home: /github/home/.gnupg
2024-03-06T17:59:33.8438948Z Supported algorithms:
2024-03-06T17:59:33.8439325Z Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA
2024-03-06T17:59:33.8439918Z Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
2024-03-06T17:59:33.8440530Z         CAMELLIA128, CAMELLIA192, CAMELLIA256
2024-03-06T17:59:33.8441047Z Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
2024-03-06T17:59:33.8441613Z Compression: Uncompressed, ZIP, ZLIB, BZIP2
2024-03-06T17:59:33.8447112Z git version 2.43.0
2024-03-06T17:59:33.8447988Z Configuring Git username, email, and pull behavior...
2024-03-06T17:59:33.8511915Z Git name: github-actions[bot]
2024-03-06T17:59:33.8528017Z Git email: github-actions[bot]@users.noreply.github.com
2024-03-06T17:59:33.8530468Z pip install commitizen cz-conventional-gitmoji
2024-03-06T17:59:35.7190452Z WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
2024-03-06T17:59:35.9848192Z Collecting commitizen
2024-03-06T17:59:36.0317739Z   Downloading commitizen-3.17.0-py3-none-any.whl (68 kB)
2024-03-06T17:59:36.0440475Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.8/68.8 kB 6.4 MB/s eta 0:00:00
2024-03-06T17:59:36.0629974Z Collecting cz-conventional-gitmoji
2024-03-06T17:59:36.0731950Z   Downloading cz_conventional_gitmoji-0.2.4-py3-none-any.whl (12 kB)
2024-03-06T17:59:36.1227664Z Collecting argcomplete<3.3,>=1.12.1
2024-03-06T17:59:36.1361089Z   Downloading argcomplete-3.2.2-py3-none-any.whl (42 kB)
2024-03-06T17:59:36.1398392Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/42.3 kB 25.6 MB/s eta 0:00:00
2024-03-06T17:59:36.1688753Z Collecting questionary<3.0,>=2.0
2024-03-06T17:59:36.1778284Z   Downloading questionary-2.0.1-py3-none-any.whl (34 kB)
2024-03-06T17:59:36.2242762Z Collecting pyyaml>=3.08
2024-03-06T17:59:36.2351233Z   Downloading PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl (707 kB)
2024-03-06T17:59:36.2768349Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 707.5/707.5 kB 17.9 MB/s eta 0:00:00
2024-03-06T17:59:36.3757214Z Collecting charset-normalizer<4,>=2.1.0
2024-03-06T17:59:36.3933689Z   Downloading charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_x86_64.whl (142 kB)
2024-03-06T17:59:36.4008378Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.6/142.6 kB 26.4 MB/s eta 0:00:00
2024-03-06T17:59:36.4259572Z Collecting jinja2>=2.10.3
2024-03-06T17:59:36.4345561Z   Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB)
2024-03-06T17:59:36.4409152Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 kB 35.5 MB/s eta 0:00:00
2024-03-06T17:59:36.4576337Z Collecting termcolor<3,>=1.1
2024-03-06T17:59:36.4654830Z   Downloading termcolor-2.4.0-py3-none-any.whl (7.7 kB)
2024-03-06T17:59:36.4932767Z Collecting packaging>=19
2024-03-06T17:59:36.5010287Z   Downloading packaging-23.2-py3-none-any.whl (53 kB)
2024-03-06T17:59:36.5039533Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 172.3 MB/s eta 0:00:00
2024-03-06T17:59:36.5292290Z Collecting colorama<0.5.0,>=0.4.1
2024-03-06T17:59:36.5368356Z   Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
2024-03-06T17:59:36.5755062Z Collecting tomlkit<1.0.0,>=0.5.3
2024-03-06T17:59:36.5882132Z   Downloading tomlkit-0.12.4-py3-none-any.whl (37 kB)
2024-03-06T17:59:36.6561068Z Collecting importlib_metadata<8,>=4.13
2024-03-06T17:59:36.6703927Z   Downloading importlib_metadata-7.0.1-py3-none-any.whl (23 kB)
2024-03-06T17:59:36.6840886Z Collecting decli<0.7.0,>=0.6.0
2024-03-06T17:59:36.6947659Z   Downloading decli-0.6.1-py3-none-any.whl (7.8 kB)
2024-03-06T17:59:36.7200655Z Collecting attrs<24.0.0,>=23.1.0
2024-03-06T17:59:36.7280730Z   Downloading attrs-23.2.0-py3-none-any.whl (60 kB)
2024-03-06T17:59:36.7310063Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 124.2 MB/s eta 0:00:00
2024-03-06T17:59:36.8303280Z Collecting zipp>=0.5
2024-03-06T17:59:36.8411634Z   Downloading zipp-3.17.0-py3-none-any.whl (7.4 kB)
2024-03-06T17:59:36.9076930Z Collecting MarkupSafe>=2.0
2024-03-06T17:59:36.9242376Z   Downloading MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_x86_64.whl (30 kB)
2024-03-06T17:59:36.9849672Z Collecting prompt_toolkit<=3.0.36,>=2.0
2024-03-06T17:59:37.0129078Z   Downloading prompt_toolkit-3.0.36-py3-none-any.whl (386 kB)
2024-03-06T17:59:37.0298886Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 386.4/386.4 kB 28.2 MB/s eta 0:00:00
2024-03-06T17:59:37.0609251Z Collecting wcwidth
2024-03-06T17:59:37.0802294Z   Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
2024-03-06T17:59:37.2549522Z Installing collected packages: wcwidth, zipp, tomlkit, termcolor, pyyaml, prompt_toolkit, packaging, MarkupSafe, decli, colorama, charset-normalizer, attrs, argcomplete, questionary, jinja2, importlib_metadata, commitizen, cz-conventional-gitmoji
2024-03-06T17:59:38.1770903Z Successfully installed MarkupSafe-2.1.5 argcomplete-3.2.2 attrs-23.2.0 charset-normalizer-3.3.2 colorama-0.4.6 commitizen-3.17.0 cz-conventional-gitmoji-0.2.4 decli-0.6.1 importlib_metadata-7.0.1 jinja2-3.1.3 packaging-23.2 prompt_toolkit-3.0.36 pyyaml-6.0.1 questionary-2.0.1 termcolor-2.4.0 tomlkit-0.12.4 wcwidth-0.2.13 zipp-3.17.0
2024-03-06T17:59:38.1780708Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2024-03-06T17:59:38.2839379Z 
2024-03-06T17:59:38.2840096Z [notice] A new release of pip is available: 23.0.1 -> 24.0
2024-03-06T17:59:38.2840946Z [notice] To update, run: pip install --upgrade pip
2024-03-06T17:59:38.8467503Z Commitizen version: 3.17.0
2024-03-06T17:59:39.2782338Z cz --debug --no-raise 21 bump --yes --changelog --check-consistency --changelog-to-stdout >body.md
2024-03-06T17:59:39.6782696Z 🔖 bump(release): v0.14.0 → v0.14.0
2024-03-06T17:59:39.6786342Z tag to create: v0.14.0
2024-03-06T17:59:39.6786870Z 
2024-03-06T17:59:39.6787031Z [NO_COMMITS_TO_BUMP]
2024-03-06T17:59:39.6787573Z The commits found are not eligible to be bumped
2024-03-06T17:59:39.6788216Z Traceback (most recent call last):
2024-03-06T17:59:39.6788873Z   File "/usr/local/bin/cz", line 8, in <module>
2024-03-06T17:59:39.6789634Z     sys.exit(main())
2024-03-06T17:59:39.6790595Z   File "/usr/local/lib/python3.10/site-packages/commitizen/cli.py", line 588, in main
2024-03-06T17:59:39.6791583Z     args.func(conf, arguments)()
2024-03-06T17:59:39.6792656Z   File "/usr/local/lib/python3.10/site-packages/commitizen/commands/bump.py", line 283, in __call__
2024-03-06T17:59:39.6793729Z     raise NoneIncrementExit(
2024-03-06T17:59:39.6794483Z commitizen.exceptions.NoneIncrementExit: [NO_COMMITS_TO_BUMP]
2024-03-06T17:59:39.6795277Z The commits found are not eligible to be bumped
2024-03-06T17:59:39.9085629Z Post job cleanup.
2024-03-06T17:59:40.0006172Z [command]/usr/bin/git version
2024-03-06T17:59:40.0056943Z git version 2.43.2
2024-03-06T17:59:40.0106314Z Temporarily overriding HOME='/home/runner/work/_temp/40e1f025-6d4c-4b1c-a678-35f10c7cacd7' before making global git config changes
2024-03-06T17:59:40.0108129Z Adding repository directory to the temporary git global config as a safe directory
2024-03-06T17:59:40.0111846Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/humbldata/humbldata
2024-03-06T17:59:40.0151955Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-03-06T17:59:40.0188356Z [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-03-06T17:59:40.0449885Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-03-06T17:59:40.0476223Z http.https://github.com/.extraheader
2024-03-06T17:59:40.0491263Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2024-03-06T17:59:40.0524073Z [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-03-06T17:59:40.1252320Z Cleaning up orphan processes

@woile
Copy link
Member

woile commented Mar 8, 2024

Also the action's yaml, my guess is that there might be something misconfigured there

@jjfantini
Copy link
Author

name: Bump Package Version

on:
  push:
    branches:
      - main
      - master

permissions:
  contents: write

jobs:
  bump-version:
    if: "!startsWith(github.event.head_commit.message, 'bump:')"
    runs-on: ubuntu-latest
    name: "Bump version and create changelog with commitizen"
    steps:
      - name: Check out Repo
        uses: actions/checkout@v4
        with:
          token: "${{ secrets.GH_PAT }}"
          fetch-depth: 0
      - name: Commit changes
        run: |
          git status
      - name: Create bump and changelog
        uses: commitizen-tools/[email protected]
        with:
          github_token: "${{ secrets.GH_PAT }}"
          changelog_increment_filename: body.md
          extra_requirements: "cz-conventional-gitmoji"
          push: true
          # debug: false
      - name: Generate Release
        uses: softprops/action-gh-release@v1
        with:
          name: humbldata v${{ env.REVISION }}
          body_path: "body.md"
          tag_name: v${{ env.REVISION }}
        env:
          GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants