Skip to content

Instantly share code, notes, and snippets.

@KSXGitHub
Created February 8, 2021 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KSXGitHub/9657e9862a277367df7b1bb3a284f400 to your computer and use it in GitHub Desktop.
Save KSXGitHub/9657e9862a277367df7b1bb3a284f400 to your computer and use it in GitHub Desktop.
Permission problems on Arch Linux docker container on GitHub Workflow
2021-02-08T08:58:31.7969966Z ##[section]Starting: Request a runner to run this job
2021-02-08T08:58:32.0833047Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest'
2021-02-08T08:58:32.0833170Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2021-02-08T08:58:32.0833372Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2021-02-08T08:58:32.2351609Z ##[section]Finishing: Request a runner to run this job
2021-02-08T08:58:39.9569591Z Current runner version: '2.276.1'
2021-02-08T08:58:39.9603838Z ##[group]Operating System
2021-02-08T08:58:39.9604861Z Ubuntu
2021-02-08T08:58:39.9605533Z 18.04.5
2021-02-08T08:58:39.9606242Z LTS
2021-02-08T08:58:39.9606719Z ##[endgroup]
2021-02-08T08:58:39.9607375Z ##[group]Virtual Environment
2021-02-08T08:58:39.9608037Z Environment: ubuntu-18.04
2021-02-08T08:58:39.9608675Z Version: 20210131.1
2021-02-08T08:58:39.9609752Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu18/20210131.1/images/linux/Ubuntu1804-README.md
2021-02-08T08:58:39.9610805Z ##[endgroup]
2021-02-08T08:58:39.9614764Z Prepare workflow directory
2021-02-08T08:58:40.0348669Z Prepare all required actions
2021-02-08T08:58:40.0361831Z Getting action download info
2021-02-08T08:58:40.2287469Z Download action repository 'actions/checkout@v2'
2021-02-08T08:58:41.9280444Z Download action repository 'actions/cache@v2'
2021-02-08T08:58:42.3352401Z ##[group]Run actions/checkout@v2
2021-02-08T08:58:42.3353526Z with:
2021-02-08T08:58:42.3354619Z repository: pacman-repo-builder/pacman-repo-builder
2021-02-08T08:58:42.3357022Z token: ***
2021-02-08T08:58:42.3357587Z ssh-strict: true
2021-02-08T08:58:42.3358606Z persist-credentials: true
2021-02-08T08:58:42.3359210Z clean: true
2021-02-08T08:58:42.3359795Z fetch-depth: 1
2021-02-08T08:58:42.3360372Z lfs: false
2021-02-08T08:58:42.3360914Z submodules: false
2021-02-08T08:58:42.3361496Z ##[endgroup]
2021-02-08T08:58:42.7816906Z Syncing repository: pacman-repo-builder/pacman-repo-builder
2021-02-08T08:58:42.7818441Z ##[group]Getting Git version info
2021-02-08T08:58:42.7819926Z Working directory is '/home/runner/work/pacman-repo-builder/pacman-repo-builder'
2021-02-08T08:58:42.7820981Z [command]/usr/bin/git version
2021-02-08T08:58:42.8001159Z git version 2.30.0
2021-02-08T08:58:42.8026982Z ##[endgroup]
2021-02-08T08:58:42.8036551Z Deleting the contents of '/home/runner/work/pacman-repo-builder/pacman-repo-builder'
2021-02-08T08:58:42.8040893Z ##[group]Initializing the repository
2021-02-08T08:58:42.8046401Z [command]/usr/bin/git init /home/runner/work/pacman-repo-builder/pacman-repo-builder
2021-02-08T08:58:42.8144956Z hint: Using 'master' as the name for the initial branch. This default branch name
2021-02-08T08:58:42.8146943Z hint: is subject to change. To configure the initial branch name to use in all
2021-02-08T08:58:42.8148272Z hint: of your new repositories, which will suppress this warning, call:
2021-02-08T08:58:42.8149145Z hint:
2021-02-08T08:58:42.8150260Z hint: git config --global init.defaultBranch <name>
2021-02-08T08:58:42.8151184Z hint:
2021-02-08T08:58:42.8152334Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2021-02-08T08:58:42.8153822Z hint: 'development'. The just-created branch can be renamed via this command:
2021-02-08T08:58:42.8154754Z hint:
2021-02-08T08:58:42.8156734Z hint: git branch -m <name>
2021-02-08T08:58:42.8171618Z Initialized empty Git repository in /home/runner/work/pacman-repo-builder/pacman-repo-builder/.git/
2021-02-08T08:58:42.8188096Z [command]/usr/bin/git remote add origin https://github.com/pacman-repo-builder/pacman-repo-builder
2021-02-08T08:58:42.8249194Z ##[endgroup]
2021-02-08T08:58:42.8250399Z ##[group]Disabling automatic garbage collection
2021-02-08T08:58:42.8258361Z [command]/usr/bin/git config --local gc.auto 0
2021-02-08T08:58:42.8315242Z ##[endgroup]
2021-02-08T08:58:42.8324021Z ##[group]Setting up auth
2021-02-08T08:58:42.8335354Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-02-08T08:58:42.8388117Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-02-08T08:58:42.8869250Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-02-08T08:58:43.3074790Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-02-08T08:58:43.3077724Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2021-02-08T08:58:43.3079058Z ##[endgroup]
2021-02-08T08:58:43.3080252Z ##[group]Fetching the repository
2021-02-08T08:58:43.3082871Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +d4944b24471aa2598bbb03422f767f781a5935f0:refs/remotes/origin/fix-ci.3
2021-02-08T08:58:43.3084427Z remote: Enumerating objects: 269, done.
2021-02-08T08:58:43.3085332Z remote: Counting objects: 0% (1/269)
2021-02-08T08:58:43.3086127Z remote: Counting objects: 1% (3/269)
2021-02-08T08:58:43.3087038Z remote: Counting objects: 2% (6/269)
2021-02-08T08:58:43.3088030Z remote: Counting objects: 3% (9/269)
2021-02-08T08:58:43.3089115Z remote: Counting objects: 4% (11/269)
2021-02-08T08:58:43.3090104Z remote: Counting objects: 5% (14/269)
2021-02-08T08:58:43.3091001Z remote: Counting objects: 6% (17/269)
2021-02-08T08:58:43.3091861Z remote: Counting objects: 7% (19/269)
2021-02-08T08:58:43.3093031Z remote: Counting objects: 8% (22/269)
2021-02-08T08:58:43.3093801Z remote: Counting objects: 9% (25/269)
2021-02-08T08:58:43.3094609Z remote: Counting objects: 10% (27/269)
2021-02-08T08:58:43.3095370Z remote: Counting objects: 11% (30/269)
2021-02-08T08:58:43.3096229Z remote: Counting objects: 12% (33/269)
2021-02-08T08:58:43.3096998Z remote: Counting objects: 13% (35/269)
2021-02-08T08:58:43.3097814Z remote: Counting objects: 14% (38/269)
2021-02-08T08:58:43.3098578Z remote: Counting objects: 15% (41/269)
2021-02-08T08:58:43.3099808Z remote: Counting objects: 16% (44/269)
2021-02-08T08:58:43.3100634Z remote: Counting objects: 17% (46/269)
2021-02-08T08:58:43.3101550Z remote: Counting objects: 18% (49/269)
2021-02-08T08:58:43.3102380Z remote: Counting objects: 19% (52/269)
2021-02-08T08:58:43.3103247Z remote: Counting objects: 20% (54/269)
2021-02-08T08:58:43.3104434Z remote: Counting objects: 21% (57/269)
2021-02-08T08:58:43.3105271Z remote: Counting objects: 22% (60/269)
2021-02-08T08:58:43.3106063Z remote: Counting objects: 23% (62/269)
2021-02-08T08:58:43.3106891Z remote: Counting objects: 24% (65/269)
2021-02-08T08:58:43.3107858Z remote: Counting objects: 25% (68/269)
2021-02-08T08:58:43.3108906Z remote: Counting objects: 26% (70/269)
2021-02-08T08:58:43.3109730Z remote: Counting objects: 27% (73/269)
2021-02-08T08:58:43.3110791Z remote: Counting objects: 28% (76/269)
2021-02-08T08:58:43.3111931Z remote: Counting objects: 29% (79/269)
2021-02-08T08:58:43.3113317Z remote: Counting objects: 30% (81/269)
2021-02-08T08:58:43.3114081Z remote: Counting objects: 31% (84/269)
2021-02-08T08:58:43.3114928Z remote: Counting objects: 32% (87/269)
2021-02-08T08:58:43.3115694Z remote: Counting objects: 33% (89/269)
2021-02-08T08:58:43.3116741Z remote: Counting objects: 34% (92/269)
2021-02-08T08:58:43.3117517Z remote: Counting objects: 35% (95/269)
2021-02-08T08:58:43.3118546Z remote: Counting objects: 36% (97/269)
2021-02-08T08:58:43.3119526Z remote: Counting objects: 37% (100/269)
2021-02-08T08:58:43.3120433Z remote: Counting objects: 38% (103/269)
2021-02-08T08:58:43.3121265Z remote: Counting objects: 39% (105/269)
2021-02-08T08:58:43.3122142Z remote: Counting objects: 40% (108/269)
2021-02-08T08:58:43.3123129Z remote: Counting objects: 41% (111/269)
2021-02-08T08:58:43.3123991Z remote: Counting objects: 42% (113/269)
2021-02-08T08:58:43.3124795Z remote: Counting objects: 43% (116/269)
2021-02-08T08:58:43.3125673Z remote: Counting objects: 44% (119/269)
2021-02-08T08:58:43.3126665Z remote: Counting objects: 45% (122/269)
2021-02-08T08:58:43.3127534Z remote: Counting objects: 46% (124/269)
2021-02-08T08:58:43.3128332Z remote: Counting objects: 47% (127/269)
2021-02-08T08:58:43.3129422Z remote: Counting objects: 48% (130/269)
2021-02-08T08:58:43.3130283Z remote: Counting objects: 49% (132/269)
2021-02-08T08:58:43.3131170Z remote: Counting objects: 50% (135/269)
2021-02-08T08:58:43.3132219Z remote: Counting objects: 51% (138/269)
2021-02-08T08:58:43.3133070Z remote: Counting objects: 52% (140/269)
2021-02-08T08:58:43.3133861Z remote: Counting objects: 53% (143/269)
2021-02-08T08:58:43.3134733Z remote: Counting objects: 54% (146/269)
2021-02-08T08:58:43.3135534Z remote: Counting objects: 55% (148/269)
2021-02-08T08:58:43.3136497Z remote: Counting objects: 56% (151/269)
2021-02-08T08:58:43.3137344Z remote: Counting objects: 57% (154/269)
2021-02-08T08:58:43.3138209Z remote: Counting objects: 58% (157/269)
2021-02-08T08:58:43.3139228Z remote: Counting objects: 59% (159/269)
2021-02-08T08:58:43.3140478Z remote: Counting objects: 60% (162/269)
2021-02-08T08:58:43.3141309Z remote: Counting objects: 61% (165/269)
2021-02-08T08:58:43.3142333Z remote: Counting objects: 62% (167/269)
2021-02-08T08:58:43.3144344Z remote: Counting objects: 63% (170/269)
2021-02-08T08:58:43.3174588Z remote: Counting objects: 64% (173/269)
2021-02-08T08:58:43.3175915Z remote: Counting objects: 65% (175/269)
2021-02-08T08:58:43.3176843Z remote: Counting objects: 66% (178/269)
2021-02-08T08:58:43.3177721Z remote: Counting objects: 67% (181/269)
2021-02-08T08:58:43.3178580Z remote: Counting objects: 68% (183/269)
2021-02-08T08:58:43.3370606Z remote: Counting objects: 69% (186/269)
2021-02-08T08:58:43.3474455Z remote: Counting objects: 70% (189/269)
2021-02-08T08:58:43.3475297Z remote: Counting objects: 71% (191/269)
2021-02-08T08:58:43.3476602Z remote: Counting objects: 72% (194/269)
2021-02-08T08:58:43.3477522Z remote: Counting objects: 73% (197/269)
2021-02-08T08:58:43.3478273Z remote: Counting objects: 74% (200/269)
2021-02-08T08:58:43.3479001Z remote: Counting objects: 75% (202/269)
2021-02-08T08:58:43.3479741Z remote: Counting objects: 76% (205/269)
2021-02-08T08:58:43.3480463Z remote: Counting objects: 77% (208/269)
2021-02-08T08:58:43.3481201Z remote: Counting objects: 78% (210/269)
2021-02-08T08:58:43.3481929Z remote: Counting objects: 79% (213/269)
2021-02-08T08:58:43.3482667Z remote: Counting objects: 80% (216/269)
2021-02-08T08:58:43.3483649Z remote: Counting objects: 81% (218/269)
2021-02-08T08:58:43.3484415Z remote: Counting objects: 82% (221/269)
2021-02-08T08:58:43.3485174Z remote: Counting objects: 83% (224/269)
2021-02-08T08:58:43.3485948Z remote: Counting objects: 84% (226/269)
2021-02-08T08:58:43.3486944Z remote: Counting objects: 85% (229/269)
2021-02-08T08:58:43.3487883Z remote: Counting objects: 86% (232/269)
2021-02-08T08:58:43.3488643Z remote: Counting objects: 87% (235/269)
2021-02-08T08:58:43.3489397Z remote: Counting objects: 88% (237/269)
2021-02-08T08:58:43.3513226Z remote: Counting objects: 89% (240/269)
2021-02-08T08:58:43.3513884Z remote: Counting objects: 90% (243/269)
2021-02-08T08:58:43.3514495Z remote: Counting objects: 91% (245/269)
2021-02-08T08:58:43.3515122Z remote: Counting objects: 92% (248/269)
2021-02-08T08:58:43.3516080Z remote: Counting objects: 93% (251/269)
2021-02-08T08:58:43.3516986Z remote: Counting objects: 94% (253/269)
2021-02-08T08:58:43.3517716Z remote: Counting objects: 95% (256/269)
2021-02-08T08:58:43.3518473Z remote: Counting objects: 96% (259/269)
2021-02-08T08:58:43.3519209Z remote: Counting objects: 97% (261/269)
2021-02-08T08:58:43.3520435Z remote: Counting objects: 98% (264/269)
2021-02-08T08:58:43.3521198Z remote: Counting objects: 99% (267/269)
2021-02-08T08:58:43.3521974Z remote: Counting objects: 100% (269/269)
2021-02-08T08:58:43.3523142Z remote: Counting objects: 100% (269/269), done.
2021-02-08T08:58:43.3524377Z remote: Compressing objects: 0% (1/215)
2021-02-08T08:58:43.3525179Z remote: Compressing objects: 1% (3/215)
2021-02-08T08:58:43.3525999Z remote: Compressing objects: 2% (5/215)
2021-02-08T08:58:43.3526806Z remote: Compressing objects: 3% (7/215)
2021-02-08T08:58:43.3527628Z remote: Compressing objects: 4% (9/215)
2021-02-08T08:58:43.3528432Z remote: Compressing objects: 5% (11/215)
2021-02-08T08:58:43.3529257Z remote: Compressing objects: 6% (13/215)
2021-02-08T08:58:43.3530198Z remote: Compressing objects: 7% (16/215)
2021-02-08T08:58:43.3531077Z remote: Compressing objects: 8% (18/215)
2021-02-08T08:58:43.3531911Z remote: Compressing objects: 9% (20/215)
2021-02-08T08:58:43.3532729Z remote: Compressing objects: 10% (22/215)
2021-02-08T08:58:43.3533530Z remote: Compressing objects: 11% (24/215)
2021-02-08T08:58:43.3534344Z remote: Compressing objects: 12% (26/215)
2021-02-08T08:58:43.3535141Z remote: Compressing objects: 13% (28/215)
2021-02-08T08:58:43.3535954Z remote: Compressing objects: 14% (31/215)
2021-02-08T08:58:43.3536753Z remote: Compressing objects: 15% (33/215)
2021-02-08T08:58:43.3537572Z remote: Compressing objects: 16% (35/215)
2021-02-08T08:58:43.3538369Z remote: Compressing objects: 17% (37/215)
2021-02-08T08:58:43.3539191Z remote: Compressing objects: 18% (39/215)
2021-02-08T08:58:43.3539999Z remote: Compressing objects: 19% (41/215)
2021-02-08T08:58:43.3540816Z remote: Compressing objects: 20% (43/215)
2021-02-08T08:58:43.3541630Z remote: Compressing objects: 21% (46/215)
2021-02-08T08:58:43.3542783Z remote: Compressing objects: 22% (48/215)
2021-02-08T08:58:43.3543729Z remote: Compressing objects: 23% (50/215)
2021-02-08T08:58:43.3544532Z remote: Compressing objects: 24% (52/215)
2021-02-08T08:58:43.3545491Z remote: Compressing objects: 25% (54/215)
2021-02-08T08:58:43.3546316Z remote: Compressing objects: 26% (56/215)
2021-02-08T08:58:43.3547118Z remote: Compressing objects: 27% (59/215)
2021-02-08T08:58:43.3547933Z remote: Compressing objects: 28% (61/215)
2021-02-08T08:58:43.3548739Z remote: Compressing objects: 29% (63/215)
2021-02-08T08:58:43.3549560Z remote: Compressing objects: 30% (65/215)
2021-02-08T08:58:43.3550354Z remote: Compressing objects: 31% (67/215)
2021-02-08T08:58:43.3551179Z remote: Compressing objects: 32% (69/215)
2021-02-08T08:58:43.3551981Z remote: Compressing objects: 33% (71/215)
2021-02-08T08:58:43.3552815Z remote: Compressing objects: 34% (74/215)
2021-02-08T08:58:43.3553614Z remote: Compressing objects: 35% (76/215)
2021-02-08T08:58:43.3554422Z remote: Compressing objects: 36% (78/215)
2021-02-08T08:58:43.3555213Z remote: Compressing objects: 37% (80/215)
2021-02-08T08:58:43.3556020Z remote: Compressing objects: 38% (82/215)
2021-02-08T08:58:43.3557161Z remote: Compressing objects: 39% (84/215)
2021-02-08T08:58:43.3558299Z remote: Compressing objects: 40% (86/215)
2021-02-08T08:58:43.3559066Z remote: Compressing objects: 41% (89/215)
2021-02-08T08:58:43.3559853Z remote: Compressing objects: 42% (91/215)
2021-02-08T08:58:43.3560623Z remote: Compressing objects: 43% (93/215)
2021-02-08T08:58:43.3561401Z remote: Compressing objects: 44% (95/215)
2021-02-08T08:58:43.3562185Z remote: Compressing objects: 45% (97/215)
2021-02-08T08:58:43.3563332Z remote: Compressing objects: 46% (99/215)
2021-02-08T08:58:43.3564336Z remote: Compressing objects: 47% (102/215)
2021-02-08T08:58:43.3565132Z remote: Compressing objects: 48% (104/215)
2021-02-08T08:58:43.3566105Z remote: Compressing objects: 49% (106/215)
2021-02-08T08:58:43.3567269Z remote: Compressing objects: 50% (108/215)
2021-02-08T08:58:43.3568079Z remote: Compressing objects: 51% (110/215)
2021-02-08T08:58:43.3568904Z remote: Compressing objects: 52% (112/215)
2021-02-08T08:58:43.3569708Z remote: Compressing objects: 53% (114/215)
2021-02-08T08:58:43.3570527Z remote: Compressing objects: 54% (117/215)
2021-02-08T08:58:43.3571331Z remote: Compressing objects: 55% (119/215)
2021-02-08T08:58:43.3572152Z remote: Compressing objects: 56% (121/215)
2021-02-08T08:58:43.3573001Z remote: Compressing objects: 57% (123/215)
2021-02-08T08:58:43.3573949Z remote: Compressing objects: 58% (125/215)
2021-02-08T08:58:43.3574807Z remote: Compressing objects: 59% (127/215)
2021-02-08T08:58:43.3575655Z remote: Compressing objects: 60% (129/215)
2021-02-08T08:58:43.3576459Z remote: Compressing objects: 61% (132/215)
2021-02-08T08:58:43.3577284Z remote: Compressing objects: 62% (134/215)
2021-02-08T08:58:43.3578091Z remote: Compressing objects: 63% (136/215)
2021-02-08T08:58:43.3579058Z remote: Compressing objects: 64% (138/215)
2021-02-08T08:58:43.3580237Z remote: Compressing objects: 65% (140/215)
2021-02-08T08:58:43.3581033Z remote: Compressing objects: 66% (142/215)
2021-02-08T08:58:43.3582004Z remote: Compressing objects: 67% (145/215)
2021-02-08T08:58:43.3583146Z remote: Compressing objects: 68% (147/215)
2021-02-08T08:58:43.3583948Z remote: Compressing objects: 69% (149/215)
2021-02-08T08:58:43.3584911Z remote: Compressing objects: 70% (151/215)
2021-02-08T08:58:43.3585872Z remote: Compressing objects: 71% (153/215)
2021-02-08T08:58:43.3586717Z remote: Compressing objects: 72% (155/215)
2021-02-08T08:58:43.3587508Z remote: Compressing objects: 73% (157/215)
2021-02-08T08:58:43.3588319Z remote: Compressing objects: 74% (160/215)
2021-02-08T08:58:43.3589118Z remote: Compressing objects: 75% (162/215)
2021-02-08T08:58:43.3589934Z remote: Compressing objects: 76% (164/215)
2021-02-08T08:58:43.3590729Z remote: Compressing objects: 77% (166/215)
2021-02-08T08:58:43.3591554Z remote: Compressing objects: 78% (168/215)
2021-02-08T08:58:43.3592344Z remote: Compressing objects: 79% (170/215)
2021-02-08T08:58:43.3593158Z remote: Compressing objects: 80% (172/215)
2021-02-08T08:58:43.3593961Z remote: Compressing objects: 81% (175/215)
2021-02-08T08:58:43.3594772Z remote: Compressing objects: 82% (177/215)
2021-02-08T08:58:43.3595580Z remote: Compressing objects: 83% (179/215)
2021-02-08T08:58:43.3596603Z remote: Compressing objects: 84% (181/215)
2021-02-08T08:58:43.3597432Z remote: Compressing objects: 85% (183/215)
2021-02-08T08:58:43.3598253Z remote: Compressing objects: 86% (185/215)
2021-02-08T08:58:43.3599231Z remote: Compressing objects: 87% (188/215)
2021-02-08T08:58:43.3600218Z remote: Compressing objects: 88% (190/215)
2021-02-08T08:58:43.3601182Z remote: Compressing objects: 89% (192/215)
2021-02-08T08:58:43.3602200Z remote: Compressing objects: 90% (194/215)
2021-02-08T08:58:43.3603042Z remote: Compressing objects: 91% (196/215)
2021-02-08T08:58:43.3603854Z remote: Compressing objects: 92% (198/215)
2021-02-08T08:58:43.3604654Z remote: Compressing objects: 93% (200/215)
2021-02-08T08:58:43.3605471Z remote: Compressing objects: 94% (203/215)
2021-02-08T08:58:43.3606267Z remote: Compressing objects: 95% (205/215)
2021-02-08T08:58:43.3607099Z remote: Compressing objects: 96% (207/215)
2021-02-08T08:58:43.3607900Z remote: Compressing objects: 97% (209/215)
2021-02-08T08:58:43.3608877Z remote: Compressing objects: 98% (211/215)
2021-02-08T08:58:43.3609679Z remote: Compressing objects: 99% (213/215)
2021-02-08T08:58:43.3610483Z remote: Compressing objects: 100% (215/215)
2021-02-08T08:58:43.3611832Z remote: Compressing objects: 100% (215/215), done.
2021-02-08T08:58:43.3613148Z Receiving objects: 0% (1/269)
2021-02-08T08:58:43.3613889Z Receiving objects: 1% (3/269)
2021-02-08T08:58:43.3614611Z Receiving objects: 2% (6/269)
2021-02-08T08:58:43.3615258Z Receiving objects: 3% (9/269)
2021-02-08T08:58:43.3618978Z Receiving objects: 4% (11/269)
2021-02-08T08:58:43.3619880Z Receiving objects: 5% (14/269)
2021-02-08T08:58:43.3620602Z Receiving objects: 6% (17/269)
2021-02-08T08:58:43.3621302Z Receiving objects: 7% (19/269)
2021-02-08T08:58:43.3622164Z Receiving objects: 8% (22/269)
2021-02-08T08:58:43.3622959Z Receiving objects: 9% (25/269)
2021-02-08T08:58:43.3623854Z Receiving objects: 10% (27/269)
2021-02-08T08:58:43.3624618Z Receiving objects: 11% (30/269)
2021-02-08T08:58:43.3625311Z Receiving objects: 12% (33/269)
2021-02-08T08:58:43.3626009Z Receiving objects: 13% (35/269)
2021-02-08T08:58:43.3626680Z Receiving objects: 14% (38/269)
2021-02-08T08:58:43.3627366Z Receiving objects: 15% (41/269)
2021-02-08T08:58:43.3628157Z Receiving objects: 16% (44/269)
2021-02-08T08:58:43.3628736Z Receiving objects: 17% (46/269)
2021-02-08T08:58:43.3629432Z Receiving objects: 18% (49/269)
2021-02-08T08:58:43.3630154Z Receiving objects: 19% (52/269)
2021-02-08T08:58:43.3630846Z Receiving objects: 20% (54/269)
2021-02-08T08:58:43.3631566Z Receiving objects: 21% (57/269)
2021-02-08T08:58:43.3632266Z Receiving objects: 22% (60/269)
2021-02-08T08:58:43.3632981Z Receiving objects: 23% (62/269)
2021-02-08T08:58:43.3633678Z Receiving objects: 24% (65/269)
2021-02-08T08:58:43.3634402Z Receiving objects: 25% (68/269)
2021-02-08T08:58:43.3635106Z Receiving objects: 26% (70/269)
2021-02-08T08:58:43.3635841Z Receiving objects: 27% (73/269)
2021-02-08T08:58:43.3636739Z Receiving objects: 28% (76/269)
2021-02-08T08:58:43.3637624Z Receiving objects: 29% (79/269)
2021-02-08T08:58:43.3638303Z Receiving objects: 30% (81/269)
2021-02-08T08:58:43.3639011Z Receiving objects: 31% (84/269)
2021-02-08T08:58:43.3639692Z Receiving objects: 32% (87/269)
2021-02-08T08:58:43.3640677Z Receiving objects: 33% (89/269)
2021-02-08T08:58:43.3641407Z Receiving objects: 34% (92/269)
2021-02-08T08:58:43.3642120Z Receiving objects: 35% (95/269)
2021-02-08T08:58:43.3642821Z Receiving objects: 36% (97/269)
2021-02-08T08:58:43.3643692Z Receiving objects: 37% (100/269)
2021-02-08T08:58:43.3644374Z Receiving objects: 38% (103/269)
2021-02-08T08:58:43.3645069Z Receiving objects: 39% (105/269)
2021-02-08T08:58:43.3646096Z Receiving objects: 40% (108/269)
2021-02-08T08:58:43.3646994Z Receiving objects: 41% (111/269)
2021-02-08T08:58:43.3647714Z Receiving objects: 42% (113/269)
2021-02-08T08:58:43.3648451Z Receiving objects: 43% (116/269)
2021-02-08T08:58:43.3649292Z Receiving objects: 44% (119/269)
2021-02-08T08:58:43.3650106Z Receiving objects: 45% (122/269)
2021-02-08T08:58:43.3650813Z Receiving objects: 46% (124/269)
2021-02-08T08:58:43.3651516Z Receiving objects: 47% (127/269)
2021-02-08T08:58:43.3652279Z Receiving objects: 48% (130/269)
2021-02-08T08:58:43.3652982Z Receiving objects: 49% (132/269)
2021-02-08T08:58:43.3653706Z Receiving objects: 50% (135/269)
2021-02-08T08:58:43.3654408Z Receiving objects: 51% (138/269)
2021-02-08T08:58:43.3655245Z Receiving objects: 52% (140/269)
2021-02-08T08:58:43.3655947Z Receiving objects: 53% (143/269)
2021-02-08T08:58:43.3656672Z Receiving objects: 54% (146/269)
2021-02-08T08:58:43.3657377Z Receiving objects: 55% (148/269)
2021-02-08T08:58:43.3658100Z Receiving objects: 56% (151/269)
2021-02-08T08:58:43.3658836Z Receiving objects: 57% (154/269)
2021-02-08T08:58:43.3660088Z Receiving objects: 58% (157/269)
2021-02-08T08:58:43.3661404Z Receiving objects: 59% (159/269)
2021-02-08T08:58:43.3662311Z Receiving objects: 60% (162/269)
2021-02-08T08:58:43.3663017Z Receiving objects: 61% (165/269)
2021-02-08T08:58:43.3663746Z Receiving objects: 62% (167/269)
2021-02-08T08:58:43.3664599Z Receiving objects: 63% (170/269)
2021-02-08T08:58:43.3665300Z Receiving objects: 64% (173/269)
2021-02-08T08:58:43.3665968Z Receiving objects: 65% (175/269)
2021-02-08T08:58:43.3666659Z Receiving objects: 66% (178/269)
2021-02-08T08:58:43.3667470Z Receiving objects: 67% (181/269)
2021-02-08T08:58:43.3668201Z Receiving objects: 68% (183/269)
2021-02-08T08:58:43.3668899Z Receiving objects: 69% (186/269)
2021-02-08T08:58:43.3669678Z Receiving objects: 70% (189/269)
2021-02-08T08:58:43.3670376Z Receiving objects: 71% (191/269)
2021-02-08T08:58:43.3671093Z Receiving objects: 72% (194/269)
2021-02-08T08:58:43.3671787Z Receiving objects: 73% (197/269)
2021-02-08T08:58:43.3672619Z Receiving objects: 74% (200/269)
2021-02-08T08:58:43.3673369Z Receiving objects: 75% (202/269)
2021-02-08T08:58:43.3674116Z Receiving objects: 76% (205/269)
2021-02-08T08:58:43.3674820Z Receiving objects: 77% (208/269)
2021-02-08T08:58:43.3675549Z Receiving objects: 78% (210/269)
2021-02-08T08:58:43.3676377Z Receiving objects: 79% (213/269)
2021-02-08T08:58:43.3677377Z Receiving objects: 80% (216/269)
2021-02-08T08:58:43.3678083Z Receiving objects: 81% (218/269)
2021-02-08T08:58:43.3679167Z Receiving objects: 82% (221/269)
2021-02-08T08:58:43.3680026Z Receiving objects: 83% (224/269)
2021-02-08T08:58:43.3680752Z Receiving objects: 84% (226/269)
2021-02-08T08:58:43.3681461Z Receiving objects: 85% (229/269)
2021-02-08T08:58:43.3682403Z Receiving objects: 86% (232/269)
2021-02-08T08:58:43.3683499Z Receiving objects: 87% (235/269)
2021-02-08T08:58:43.3684194Z Receiving objects: 88% (237/269)
2021-02-08T08:58:43.3684880Z Receiving objects: 89% (240/269)
2021-02-08T08:58:43.3685787Z Receiving objects: 90% (243/269)
2021-02-08T08:58:43.3686824Z Receiving objects: 91% (245/269)
2021-02-08T08:58:43.3687559Z Receiving objects: 92% (248/269)
2021-02-08T08:58:43.3688404Z Receiving objects: 93% (251/269)
2021-02-08T08:58:43.3689175Z Receiving objects: 94% (253/269)
2021-02-08T08:58:43.3689870Z Receiving objects: 95% (256/269)
2021-02-08T08:58:43.3690592Z Receiving objects: 96% (259/269)
2021-02-08T08:58:43.3691298Z Receiving objects: 97% (261/269)
2021-02-08T08:58:43.3692816Z remote: Total 269 (delta 25), reused 161 (delta 11), pack-reused 0
2021-02-08T08:58:43.3693710Z Receiving objects: 98% (264/269)
2021-02-08T08:58:43.3694451Z Receiving objects: 99% (267/269)
2021-02-08T08:58:43.3695166Z Receiving objects: 100% (269/269)
2021-02-08T08:58:43.3695959Z Receiving objects: 100% (269/269), 97.23 KiB | 10.80 MiB/s, done.
2021-02-08T08:58:43.3696719Z Resolving deltas: 0% (0/25)
2021-02-08T08:58:43.3697424Z Resolving deltas: 4% (1/25)
2021-02-08T08:58:43.3698130Z Resolving deltas: 8% (2/25)
2021-02-08T08:58:43.3699190Z Resolving deltas: 12% (3/25)
2021-02-08T08:58:43.3699890Z Resolving deltas: 16% (4/25)
2021-02-08T08:58:43.3700594Z Resolving deltas: 20% (5/25)
2021-02-08T08:58:43.3701297Z Resolving deltas: 24% (6/25)
2021-02-08T08:58:43.3701982Z Resolving deltas: 28% (7/25)
2021-02-08T08:58:43.3702687Z Resolving deltas: 32% (8/25)
2021-02-08T08:58:43.3703373Z Resolving deltas: 36% (9/25)
2021-02-08T08:58:43.3704080Z Resolving deltas: 40% (10/25)
2021-02-08T08:58:43.3705103Z Resolving deltas: 44% (11/25)
2021-02-08T08:58:43.3705788Z Resolving deltas: 48% (12/25)
2021-02-08T08:58:43.3706480Z Resolving deltas: 52% (13/25)
2021-02-08T08:58:43.3707183Z Resolving deltas: 56% (14/25)
2021-02-08T08:58:43.3707869Z Resolving deltas: 60% (15/25)
2021-02-08T08:58:43.3708570Z Resolving deltas: 64% (16/25)
2021-02-08T08:58:43.3709257Z Resolving deltas: 68% (17/25)
2021-02-08T08:58:43.3710140Z Resolving deltas: 72% (18/25)
2021-02-08T08:58:43.3710813Z Resolving deltas: 76% (19/25)
2021-02-08T08:58:43.3711502Z Resolving deltas: 80% (20/25)
2021-02-08T08:58:43.3712172Z Resolving deltas: 84% (21/25)
2021-02-08T08:58:43.3713060Z Resolving deltas: 88% (22/25)
2021-02-08T08:58:43.3713737Z Resolving deltas: 92% (23/25)
2021-02-08T08:58:43.3714604Z Resolving deltas: 96% (24/25)
2021-02-08T08:58:43.3715533Z Resolving deltas: 100% (25/25)
2021-02-08T08:58:43.3716617Z Resolving deltas: 100% (25/25), done.
2021-02-08T08:58:43.3718723Z From https://github.com/pacman-repo-builder/pacman-repo-builder
2021-02-08T08:58:43.3720765Z * [new ref] d4944b24471aa2598bbb03422f767f781a5935f0 -> origin/fix-ci.3
2021-02-08T08:58:43.3721936Z ##[endgroup]
2021-02-08T08:58:43.3723084Z ##[group]Determining the checkout info
2021-02-08T08:58:43.3724007Z ##[endgroup]
2021-02-08T08:58:43.3724720Z ##[group]Checking out the ref
2021-02-08T08:58:43.3726462Z [command]/usr/bin/git checkout --progress --force -B fix-ci.3 refs/remotes/origin/fix-ci.3
2021-02-08T08:58:43.3727826Z Switched to a new branch 'fix-ci.3'
2021-02-08T08:58:43.3729036Z Branch 'fix-ci.3' set up to track remote branch 'fix-ci.3' from 'origin'.
2021-02-08T08:58:43.3730119Z ##[endgroup]
2021-02-08T08:58:43.3731064Z [command]/usr/bin/git log -1 --format='%H'
2021-02-08T08:58:43.3732188Z 'd4944b24471aa2598bbb03422f767f781a5935f0'
2021-02-08T08:58:44.3431292Z ##[group]Run actions/cache@v2
2021-02-08T08:58:44.3431992Z with:
2021-02-08T08:58:44.3432686Z path: ~/work/_temp/_github_home/.cargo/registry
~/work/_temp/_github_home/.cargo/git
target
2021-02-08T08:58:44.3436442Z key: test-3d67e5329a8bf86ff3f572c17fbeb9267754aff8720309210842f3b3d23e7b16-be0b098963fea8fb4b4abb674e7cc55313fca4f262350c5e7e370db6fe25d98f
2021-02-08T08:58:44.3442371Z restore-keys: test-3d67e5329a8bf86ff3f572c17fbeb9267754aff8720309210842f3b3d23e7b16-be0b098963fea8fb4b4abb674e7cc55313fca4f262350c5e7e370db6fe25d98f
test-3d67e5329a8bf86ff3f572c17fbeb9267754aff8720309210842f3b3d23e7b16-
2021-02-08T08:58:44.3445799Z ##[endgroup]
2021-02-08T08:58:44.6364708Z Cache not found for input keys: test-3d67e5329a8bf86ff3f572c17fbeb9267754aff8720309210842f3b3d23e7b16-be0b098963fea8fb4b4abb674e7cc55313fca4f262350c5e7e370db6fe25d98f, test-3d67e5329a8bf86ff3f572c17fbeb9267754aff8720309210842f3b3d23e7b16-be0b098963fea8fb4b4abb674e7cc55313fca4f262350c5e7e370db6fe25d98f, test-3d67e5329a8bf86ff3f572c17fbeb9267754aff8720309210842f3b3d23e7b16-
2021-02-08T08:58:44.6622509Z ##[group]Run ./ci/github-actions/arch-run
2021-02-08T08:58:44.6623145Z with:
2021-02-08T08:58:44.6623798Z command: cargo build --locked
2021-02-08T08:58:44.6624314Z ##[endgroup]
2021-02-08T08:58:44.6718392Z ##[group]Building docker image
2021-02-08T08:58:44.6719542Z Dockerfile for action: '/home/runner/work/pacman-repo-builder/pacman-repo-builder/./ci/github-actions/arch-run/Dockerfile'.
2021-02-08T08:58:44.6728212Z ##[command]/usr/bin/docker build -t 442333:94f5ddaed7a45595573a745e170aa627 -f "/home/runner/work/pacman-repo-builder/pacman-repo-builder/./ci/github-actions/arch-run/Dockerfile" "/home/runner/work/pacman-repo-builder/pacman-repo-builder/ci/github-actions/arch-run"
2021-02-08T08:58:45.4561917Z Sending build context to Docker daemon 6.144kB
2021-02-08T08:58:45.4567468Z
2021-02-08T08:58:45.5224010Z Step 1/6 : from archlinux:base-devel
2021-02-08T08:58:45.8697739Z base-devel: Pulling from library/archlinux
2021-02-08T08:58:45.9425617Z b395c206fe81: Pulling fs layer
2021-02-08T08:58:45.9428154Z 05bf459b3770: Pulling fs layer
2021-02-08T08:58:46.0295519Z 05bf459b3770: Verifying Checksum
2021-02-08T08:58:46.0297403Z 05bf459b3770: Download complete
2021-02-08T08:58:47.6244144Z b395c206fe81: Verifying Checksum
2021-02-08T08:58:47.6246636Z b395c206fe81: Download complete
2021-02-08T08:58:58.8556377Z b395c206fe81: Pull complete
2021-02-08T08:58:58.9295381Z 05bf459b3770: Pull complete
2021-02-08T08:58:58.9426660Z Digest: sha256:e09ff4aa8eb271846358689ad11131e4760f5bbb6f847985c1b789b999be5001
2021-02-08T08:58:58.9428137Z Status: Downloaded newer image for archlinux:base-devel
2021-02-08T08:58:58.9458644Z ---> de03f98a14a2
2021-02-08T08:58:58.9495326Z Step 2/6 : copy pacman.conf /etc/pacman.conf
2021-02-08T08:59:04.6917805Z ---> 47c517e77a95
2021-02-08T08:59:04.7038423Z Step 3/6 : copy init.bash /init.bash
2021-02-08T08:59:05.4826460Z ---> edc03275143e
2021-02-08T08:59:05.4827025Z Step 4/6 : run /init.bash
2021-02-08T08:59:05.5163782Z ---> Running in 6038a1c959b6
2021-02-08T08:59:05.9490593Z :: Synchronizing package databases...
2021-02-08T08:59:06.4439856Z downloading core.db...
2021-02-08T08:59:06.9093670Z downloading extra.db...
2021-02-08T08:59:07.3815394Z downloading community.db...
2021-02-08T08:59:07.7573281Z downloading multilib.db...
2021-02-08T08:59:08.1075802Z :: Starting full system upgrade...
2021-02-08T08:59:08.1077082Z warning: pkgconf-1.7.3-1 is up to date -- skipping
2021-02-08T08:59:08.1111949Z warning: pacman-mirrorlist: ignoring package upgrade (20210110-1 => 20210206-1)
2021-02-08T08:59:08.1112804Z warning: systemd: ignoring package upgrade (247.2-1 => 247.3-1)
2021-02-08T08:59:08.1114558Z resolving dependencies...
2021-02-08T08:59:08.1125711Z looking for conflicting packages...
2021-02-08T08:59:08.1169907Z
2021-02-08T08:59:08.1173005Z Packages (20) autoconf-2.71-1 automake-1.16.3-1 binutils-2.36-3 bison-3.7.3-1 curl-7.75.0-1 e2fsprogs-1.46.0-1 findutils-4.8.0-1 gcc-libs-10.2.0-6 glib2-2.66.6-1 glibc-2.33-3 groff-1.22.4-4 libedit-20191231_3.1-3 libldap-2.4.57-1 linux-api-headers-5.10.13-1 llvm-libs-11.0.1-2 systemd-libs-247.3-1 systemd-sysvcompat-247.3-1 gcc-10.2.0-6 llvm-11.0.1-2 rustup-1.23.1-1
2021-02-08T08:59:08.1185680Z
2021-02-08T08:59:08.1186116Z Total Download Size: 164.41 MiB
2021-02-08T08:59:08.1186590Z Total Installed Size: 822.26 MiB
2021-02-08T08:59:08.1187923Z Net Upgrade Size: 403.88 MiB
2021-02-08T08:59:08.1188456Z
2021-02-08T08:59:08.1188873Z :: Proceed with installation? [Y/n]
2021-02-08T08:59:08.1189892Z :: Retrieving packages...
2021-02-08T08:59:08.2122933Z downloading linux-api-headers-5.10.13-1-any.pkg.tar.zst...
2021-02-08T08:59:08.3132235Z downloading glibc-2.33-3-x86_64.pkg.tar.zst...
2021-02-08T08:59:08.6935571Z downloading gcc-libs-10.2.0-6-x86_64.pkg.tar.zst...
2021-02-08T08:59:09.7374357Z downloading findutils-4.8.0-1-x86_64.pkg.tar.zst...
2021-02-08T08:59:09.8336534Z downloading e2fsprogs-1.46.0-1-x86_64.pkg.tar.zst...
2021-02-08T08:59:09.9331476Z downloading libldap-2.4.57-1-x86_64.pkg.tar.zst...
2021-02-08T08:59:10.0283114Z downloading systemd-libs-247.3-1-x86_64.pkg.tar.zst...
2021-02-08T08:59:10.1252870Z downloading curl-7.75.0-1-x86_64.pkg.tar.zst...
2021-02-08T08:59:10.2224219Z downloading binutils-2.36-3-x86_64.pkg.tar.zst...
2021-02-08T08:59:10.5053833Z downloading gcc-10.2.0-6-x86_64.pkg.tar.zst...
2021-02-08T08:59:11.6224561Z downloading libedit-20191231_3.1-3-x86_64.pkg.tar.zst...
2021-02-08T08:59:11.7168246Z downloading autoconf-2.71-1-any.pkg.tar.zst...
2021-02-08T08:59:11.8166622Z downloading automake-1.16.3-1-any.pkg.tar.zst...
2021-02-08T08:59:11.9141881Z downloading bison-3.7.3-1-x86_64.pkg.tar.zst...
2021-02-08T08:59:12.0115220Z downloading glib2-2.66.6-1-x86_64.pkg.tar.zst...
2021-02-08T08:59:12.1228082Z downloading groff-1.22.4-4-x86_64.pkg.tar.zst...
2021-02-08T08:59:12.2225171Z downloading systemd-sysvcompat-247.3-1-x86_64.pkg.tar.zst...
2021-02-08T08:59:12.3174857Z downloading llvm-libs-11.0.1-2-x86_64.pkg.tar.zst...
2021-02-08T08:59:13.0813798Z downloading llvm-11.0.1-2-x86_64.pkg.tar.zst...
2021-02-08T08:59:14.6789754Z downloading rustup-1.23.1-1-x86_64.pkg.tar.zst...
2021-02-08T08:59:14.6914315Z checking keyring...
2021-02-08T08:59:14.8144045Z checking package integrity...
2021-02-08T08:59:16.4217038Z loading package files...
2021-02-08T08:59:16.5053219Z checking for file conflicts...
2021-02-08T08:59:16.5175497Z :: Processing package changes...
2021-02-08T08:59:16.5176326Z upgrading linux-api-headers...
2021-02-08T08:59:16.6585328Z upgrading glibc...
2021-02-08T08:59:16.9493908Z Generating locales...
2021-02-08T08:59:18.9877527Z en_US.UTF-8... done
2021-02-08T08:59:18.9878161Z Generation complete.
2021-02-08T08:59:19.0079610Z upgrading gcc-libs...
2021-02-08T08:59:19.4898688Z upgrading findutils...
2021-02-08T08:59:19.5028520Z upgrading e2fsprogs...
2021-02-08T08:59:19.5356698Z upgrading libldap...
2021-02-08T08:59:19.5564258Z upgrading systemd-libs...
2021-02-08T08:59:19.5643936Z upgrading curl...
2021-02-08T08:59:19.6121811Z installing rustup...
2021-02-08T08:59:19.6454840Z You may need to run rustup update stable
2021-02-08T08:59:19.6455499Z and possibly also rustup self upgrade-data
2021-02-08T08:59:19.6456105Z Optional dependencies for rustup
2021-02-08T08:59:19.6456613Z lldb: rust-lldb script
2021-02-08T08:59:19.6457046Z gdb: rust-gdb script
2021-02-08T08:59:19.6457505Z upgrading binutils...
2021-02-08T08:59:19.7921315Z upgrading gcc...
2021-02-08T08:59:20.5068163Z installing libedit...
2021-02-08T08:59:20.5128693Z installing llvm-libs...
2021-02-08T08:59:20.8435511Z installing llvm...
2021-02-08T08:59:22.5630746Z upgrading autoconf...
2021-02-08T08:59:22.5783137Z upgrading automake...
2021-02-08T08:59:22.6700334Z upgrading bison...
2021-02-08T08:59:22.7101985Z upgrading glib2...
2021-02-08T08:59:22.8253754Z upgrading groff...
2021-02-08T08:59:22.9323212Z upgrading systemd-sysvcompat...
2021-02-08T08:59:29.0824478Z :: Running post-transaction hooks...
2021-02-08T08:59:29.0825655Z (1/5) Reloading system manager configuration...
2021-02-08T08:59:29.0873317Z Skipped: Current root is not booted.
2021-02-08T08:59:29.0889714Z (2/5) Creating temporary files...
2021-02-08T08:59:29.0995154Z /usr/lib/tmpfiles.d/journal-nocow.conf:26: Failed to resolve specifier: uninitialized /etc detected, skipping
2021-02-08T08:59:29.0996571Z All rules containing unresolvable specifiers will be skipped.
2021-02-08T08:59:29.1068192Z (3/5) Reloading device manager configuration...
2021-02-08T08:59:29.1120999Z Skipped: Device manager is not running.
2021-02-08T08:59:29.1121696Z (4/5) Arming ConditionNeedsUpdate...
2021-02-08T08:59:29.1177506Z (5/5) Updating the info directory file...
2021-02-08T08:59:58.4480815Z Removing intermediate container 6038a1c959b6
2021-02-08T08:59:58.4481711Z ---> 72d8db7978e8
2021-02-08T08:59:58.4482286Z Step 5/6 : copy run.bash /run.bash
2021-02-08T08:59:59.4825325Z ---> bc5d22b824a1
2021-02-08T08:59:59.4825874Z Step 6/6 : entrypoint ["/run.bash"]
2021-02-08T08:59:59.5221051Z ---> Running in 40b12c7aaba8
2021-02-08T09:00:00.4916640Z Removing intermediate container 40b12c7aaba8
2021-02-08T09:00:00.4917313Z ---> 803aa65b83a7
2021-02-08T09:00:00.4917784Z Successfully built 803aa65b83a7
2021-02-08T09:00:00.5102043Z Successfully tagged 442333:94f5ddaed7a45595573a745e170aa627
2021-02-08T09:00:00.5117802Z ##[endgroup]
2021-02-08T09:00:00.5157277Z ##[command]/usr/bin/docker run --name f5ddaed7a45595573a745e170aa627_20b7a8 --label 442333 --workdir /github/workspace --rm -e INPUT_COMMAND -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RETENTION_DAYS -e GITHUB_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_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e GITHUB_ACTION_REPOSITORY -e GITHUB_ACTION_REF -e GITHUB_PATH -e GITHUB_ENV -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_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/pacman-repo-builder/pacman-repo-builder":"/github/workspace" 442333:94f5ddaed7a45595573a745e170aa627
2021-02-08T09:00:00.9143124Z info: syncing channel updates for '1.49.0-x86_64-unknown-linux-gnu'
2021-02-08T09:00:01.0698243Z info: latest update on 2020-12-31, rust version 1.49.0 (e1884a8e3 2020-12-29)
2021-02-08T09:00:01.0699191Z info: downloading component 'cargo'
2021-02-08T09:00:01.1465027Z info: downloading component 'clippy'
2021-02-08T09:00:01.1918388Z info: downloading component 'rust-docs'
2021-02-08T09:00:01.5098033Z info: downloading component 'rust-std'
2021-02-08T09:00:02.0141294Z info: downloading component 'rustc'
2021-02-08T09:00:03.5048633Z info: downloading component 'rustfmt'
2021-02-08T09:00:03.5977279Z info: installing component 'cargo'
2021-02-08T09:00:03.5981461Z info: using up to 500.0 MiB of RAM to unpack components
2021-02-08T09:00:04.2245765Z info: installing component 'clippy'
2021-02-08T09:00:04.5991427Z info: installing component 'rust-docs'
2021-02-08T09:00:06.4448451Z info: installing component 'rust-std'
2021-02-08T09:00:08.9915253Z info: installing component 'rustc'
2021-02-08T09:00:15.8035612Z info: installing component 'rustfmt'
2021-02-08T09:00:22.7817915Z error: failed to get `alpm` as a dependency of package `pacman-repo-builder v0.0.0-rc.48 (/github/workspace)`
2021-02-08T09:00:22.7819629Z
2021-02-08T09:00:22.7820481Z Caused by:
2021-02-08T09:00:22.7821052Z failed to initialize index git repository
2021-02-08T09:00:22.7821456Z
2021-02-08T09:00:22.7821829Z Caused by:
2021-02-08T09:00:22.7823257Z failed to resolve path '/github/home/.cargo/registry/index/github.com-1ecc6299db9ec823/.git/': Operation not permitted; class=Os (2)
2021-02-08T09:00:25.2421476Z Post job cleanup.
2021-02-08T09:00:25.3703977Z [command]/usr/bin/git version
2021-02-08T09:00:25.3776700Z git version 2.30.0
2021-02-08T09:00:25.3823697Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-02-08T09:00:25.3875358Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-02-08T09:00:25.4154112Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-02-08T09:00:25.4196657Z http.https://github.com/.extraheader
2021-02-08T09:00:25.4209795Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2021-02-08T09:00:25.4257136Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-02-08T09:00:25.4656047Z Cleaning up orphan processes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment