2023-07-17T20:47:41.2529391Z Requested labels: ubuntu-latest
2023-07-17T20:47:41.2529631Z Job defined at: sfackler/rust-openssl/.github/workflows/ci.yml@refs/pull/1993/merge
2023-07-17T20:47:41.2529757Z Waiting for a runner to pick up this job...
2023-07-17T20:47:43.5924768Z Job is waiting for a hosted runner to come online.
2023-07-17T20:48:01.9599059Z Job is about to start running on the hosted runner: GitHub Actions 4 (hosted)
2023-07-17T20:48:07.2905288Z Current runner version: '2.306.0'
2023-07-17T20:48:07.2940108Z ##[group]Operating System
2023-07-17T20:48:07.2940923Z Ubuntu
2023-07-17T20:48:07.2941275Z 22.04.2
2023-07-17T20:48:07.2941556Z LTS
2023-07-17T20:48:07.2941916Z ##[endgroup]
2023-07-17T20:48:07.2942232Z ##[group]Runner Image
2023-07-17T20:48:07.2942733Z Image: ubuntu-22.04
2023-07-17T20:48:07.2943113Z Version: 20230710.1.0
2023-07-17T20:48:07.2943722Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20230710.1/images/linux/Ubuntu2204-Readme.md
2023-07-17T20:48:07.2944441Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230710.1
2023-07-17T20:48:07.2945404Z ##[endgroup]
2023-07-17T20:48:07.2945830Z ##[group]Runner Image Provisioner
2023-07-17T20:48:07.2946182Z 2.0.238.1
2023-07-17T20:48:07.2946550Z ##[endgroup]
2023-07-17T20:48:07.2947417Z ##[group]GITHUB_TOKEN Permissions
2023-07-17T20:48:07.2948097Z Contents: read
2023-07-17T20:48:07.2948415Z Metadata: read
2023-07-17T20:48:07.2949042Z ##[endgroup]
2023-07-17T20:48:07.2953561Z Secret source: None
2023-07-17T20:48:07.2954188Z Prepare workflow directory
2023-07-17T20:48:07.4137041Z Prepare all required actions
2023-07-17T20:48:07.4393507Z Getting action download info
2023-07-17T20:48:07.7058159Z Download action repository 'actions/checkout@v3' (SHA:c85c95e3d7251135ab7dc9ce3241c5835cc595a9)
2023-07-17T20:48:08.3961039Z Download action repository 'sfackler/actions@master' (SHA:55af96fecc6b2ff28431120e3d9b723e5c1bccbf)
2023-07-17T20:48:08.7502976Z Download action repository 'actions/cache@v3' (SHA:88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8)
2023-07-17T20:48:09.5759632Z Complete job name: clippy
2023-07-17T20:48:09.7582553Z ##[group]Run actions/checkout@v3
2023-07-17T20:48:09.7583027Z with:
2023-07-17T20:48:09.7583343Z repository: sfackler/rust-openssl
2023-07-17T20:48:09.7584033Z token: ***
2023-07-17T20:48:09.7585453Z ssh-strict: true
2023-07-17T20:48:09.7585790Z persist-credentials: true
2023-07-17T20:48:09.7586786Z clean: true
2023-07-17T20:48:09.7587170Z sparse-checkout-cone-mode: true
2023-07-17T20:48:09.7587505Z fetch-depth: 1
2023-07-17T20:48:09.7587770Z lfs: false
2023-07-17T20:48:09.7588018Z submodules: false
2023-07-17T20:48:09.7588321Z set-safe-directory: true
2023-07-17T20:48:09.7589135Z env:
2023-07-17T20:48:09.7589472Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:09.7589763Z RUST_BACKTRACE: 1
2023-07-17T20:48:09.7590045Z ##[endgroup]
2023-07-17T20:48:10.1706916Z Syncing repository: sfackler/rust-openssl
2023-07-17T20:48:10.1709180Z ##[group]Getting Git version info
2023-07-17T20:48:10.1709867Z Working directory is '/home/runner/work/rust-openssl/rust-openssl'
2023-07-17T20:48:10.1710724Z [command]/usr/bin/git version
2023-07-17T20:48:10.1883787Z git version 2.41.0
2023-07-17T20:48:10.1925086Z ##[endgroup]
2023-07-17T20:48:10.1951098Z Temporarily overriding HOME='/home/runner/work/_temp/5d0967e0-741e-4ab2-8358-cd642f67dc66' before making global git config changes
2023-07-17T20:48:10.1951905Z Adding repository directory to the temporary git global config as a safe directory
2023-07-17T20:48:10.1958261Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/rust-openssl/rust-openssl
2023-07-17T20:48:10.2039649Z Deleting the contents of '/home/runner/work/rust-openssl/rust-openssl'
2023-07-17T20:48:10.2047956Z ##[group]Initializing the repository
2023-07-17T20:48:10.2054512Z [command]/usr/bin/git init /home/runner/work/rust-openssl/rust-openssl
2023-07-17T20:48:10.2231781Z hint: Using 'master' as the name for the initial branch. This default branch name
2023-07-17T20:48:10.2232542Z hint: is subject to change. To configure the initial branch name to use in all
2023-07-17T20:48:10.2235335Z hint: of your new repositories, which will suppress this warning, call:
2023-07-17T20:48:10.2236242Z hint:
2023-07-17T20:48:10.2236765Z hint: git config --global init.defaultBranch
2023-07-17T20:48:10.2238092Z hint:
2023-07-17T20:48:10.2238574Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2023-07-17T20:48:10.2241994Z hint: 'development'. The just-created branch can be renamed via this command:
2023-07-17T20:48:10.2242870Z hint:
2023-07-17T20:48:10.2243407Z hint: git branch -m
2023-07-17T20:48:10.2277290Z Initialized empty Git repository in /home/runner/work/rust-openssl/rust-openssl/.git/
2023-07-17T20:48:10.2297773Z [command]/usr/bin/git remote add origin https://github.com/sfackler/rust-openssl
2023-07-17T20:48:10.2360092Z ##[endgroup]
2023-07-17T20:48:10.2361717Z ##[group]Disabling automatic garbage collection
2023-07-17T20:48:10.2368550Z [command]/usr/bin/git config --local gc.auto 0
2023-07-17T20:48:10.2409796Z ##[endgroup]
2023-07-17T20:48:10.2410770Z ##[group]Setting up auth
2023-07-17T20:48:10.2420269Z [command]/usr/bin/git config --local --name-only --get-regexp core.sshCommand
2023-07-17T20:48:10.2471200Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-07-17T20:48:10.3035257Z [command]/usr/bin/git config --local --name-only --get-regexp http.https://github.com/.extraheader
2023-07-17T20:48:10.3116253Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http.https://github.com/.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-07-17T20:48:10.3488765Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2023-07-17T20:48:10.3489857Z ##[endgroup]
2023-07-17T20:48:10.3490352Z ##[group]Fetching the repository
2023-07-17T20:48:10.3491569Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +9c162ab468d889db34af7dc9d00807287036b09a:refs/remotes/pull/1993/merge
2023-07-17T20:48:10.8044395Z remote: Enumerating objects: 208, done.
2023-07-17T20:48:10.8045346Z remote: Counting objects: 0% (1/208)
2023-07-17T20:48:10.8062694Z remote: Counting objects: 1% (3/208)
2023-07-17T20:48:10.8064155Z remote: Counting objects: 2% (5/208)
2023-07-17T20:48:10.8064874Z remote: Counting objects: 3% (7/208)
2023-07-17T20:48:10.8065679Z remote: Counting objects: 4% (9/208)
2023-07-17T20:48:10.8066283Z remote: Counting objects: 5% (11/208)
2023-07-17T20:48:10.8067086Z remote: Counting objects: 6% (13/208)
2023-07-17T20:48:10.8067900Z remote: Counting objects: 7% (15/208)
2023-07-17T20:48:10.8068221Z remote: Counting objects: 8% (17/208)
2023-07-17T20:48:10.8069025Z remote: Counting objects: 9% (19/208)
2023-07-17T20:48:10.8069803Z remote: Counting objects: 10% (21/208)
2023-07-17T20:48:10.8070617Z remote: Counting objects: 11% (23/208)
2023-07-17T20:48:10.8071227Z remote: Counting objects: 12% (25/208)
2023-07-17T20:48:10.8071848Z remote: Counting objects: 13% (28/208)
2023-07-17T20:48:10.8072571Z remote: Counting objects: 14% (30/208)
2023-07-17T20:48:10.8073060Z remote: Counting objects: 15% (32/208)
2023-07-17T20:48:10.8073833Z remote: Counting objects: 16% (34/208)
2023-07-17T20:48:10.8074325Z remote: Counting objects: 17% (36/208)
2023-07-17T20:48:10.8075535Z remote: Counting objects: 18% (38/208)
2023-07-17T20:48:10.8076433Z remote: Counting objects: 19% (40/208)
2023-07-17T20:48:10.8077489Z remote: Counting objects: 20% (42/208)
2023-07-17T20:48:10.8077979Z remote: Counting objects: 21% (44/208)
2023-07-17T20:48:10.8078618Z remote: Counting objects: 22% (46/208)
2023-07-17T20:48:10.8079390Z remote: Counting objects: 23% (48/208)
2023-07-17T20:48:10.8079946Z remote: Counting objects: 24% (50/208)
2023-07-17T20:48:10.8080822Z remote: Counting objects: 25% (52/208)
2023-07-17T20:48:10.8081471Z remote: Counting objects: 26% (55/208)
2023-07-17T20:48:10.8082958Z remote: Counting objects: 27% (57/208)
2023-07-17T20:48:10.8083911Z remote: Counting objects: 28% (59/208)
2023-07-17T20:48:10.8084336Z remote: Counting objects: 29% (61/208)
2023-07-17T20:48:10.8085051Z remote: Counting objects: 30% (63/208)
2023-07-17T20:48:10.8085850Z remote: Counting objects: 31% (65/208)
2023-07-17T20:48:10.8086462Z remote: Counting objects: 32% (67/208)
2023-07-17T20:48:10.8087694Z remote: Counting objects: 33% (69/208)
2023-07-17T20:48:10.8088475Z remote: Counting objects: 34% (71/208)
2023-07-17T20:48:10.8089141Z remote: Counting objects: 35% (73/208)
2023-07-17T20:48:10.8089635Z remote: Counting objects: 36% (75/208)
2023-07-17T20:48:10.8090312Z remote: Counting objects: 37% (77/208)
2023-07-17T20:48:10.8090964Z remote: Counting objects: 38% (80/208)
2023-07-17T20:48:10.8091563Z remote: Counting objects: 39% (82/208)
2023-07-17T20:48:10.8092120Z remote: Counting objects: 40% (84/208)
2023-07-17T20:48:10.8093027Z remote: Counting objects: 41% (86/208)
2023-07-17T20:48:10.8093458Z remote: Counting objects: 42% (88/208)
2023-07-17T20:48:10.8094202Z remote: Counting objects: 43% (90/208)
2023-07-17T20:48:10.8094759Z remote: Counting objects: 44% (92/208)
2023-07-17T20:48:10.8095631Z remote: Counting objects: 45% (94/208)
2023-07-17T20:48:10.8096566Z remote: Counting objects: 46% (96/208)
2023-07-17T20:48:10.8097344Z remote: Counting objects: 47% (98/208)
2023-07-17T20:48:10.8097761Z remote: Counting objects: 48% (100/208)
2023-07-17T20:48:10.8098810Z remote: Counting objects: 49% (102/208)
2023-07-17T20:48:10.8099293Z remote: Counting objects: 50% (104/208)
2023-07-17T20:48:10.8099607Z remote: Counting objects: 51% (107/208)
2023-07-17T20:48:10.8099893Z remote: Counting objects: 52% (109/208)
2023-07-17T20:48:10.8100193Z remote: Counting objects: 53% (111/208)
2023-07-17T20:48:10.8100499Z remote: Counting objects: 54% (113/208)
2023-07-17T20:48:10.8100795Z remote: Counting objects: 55% (115/208)
2023-07-17T20:48:10.8101091Z remote: Counting objects: 56% (117/208)
2023-07-17T20:48:10.8101390Z remote: Counting objects: 57% (119/208)
2023-07-17T20:48:10.8101671Z remote: Counting objects: 58% (121/208)
2023-07-17T20:48:10.8101972Z remote: Counting objects: 59% (123/208)
2023-07-17T20:48:10.8102440Z remote: Counting objects: 60% (125/208)
2023-07-17T20:48:10.8103786Z remote: Counting objects: 61% (127/208)
2023-07-17T20:48:10.8104319Z remote: Counting objects: 62% (129/208)
2023-07-17T20:48:10.8105871Z remote: Counting objects: 63% (132/208)
2023-07-17T20:48:10.8106410Z remote: Counting objects: 64% (134/208)
2023-07-17T20:48:10.8107679Z remote: Counting objects: 65% (136/208)
2023-07-17T20:48:10.8108416Z remote: Counting objects: 66% (138/208)
2023-07-17T20:48:10.8108827Z remote: Counting objects: 67% (140/208)
2023-07-17T20:48:10.8111060Z remote: Counting objects: 68% (142/208)
2023-07-17T20:48:10.8111544Z remote: Counting objects: 69% (144/208)
2023-07-17T20:48:10.8112129Z remote: Counting objects: 70% (146/208)
2023-07-17T20:48:10.8113064Z remote: Counting objects: 71% (148/208)
2023-07-17T20:48:10.8113698Z remote: Counting objects: 72% (150/208)
2023-07-17T20:48:10.8114012Z remote: Counting objects: 73% (152/208)
2023-07-17T20:48:10.8114312Z remote: Counting objects: 74% (154/208)
2023-07-17T20:48:10.8114628Z remote: Counting objects: 75% (156/208)
2023-07-17T20:48:10.8114952Z remote: Counting objects: 76% (159/208)
2023-07-17T20:48:10.8115268Z remote: Counting objects: 77% (161/208)
2023-07-17T20:48:10.8115558Z remote: Counting objects: 78% (163/208)
2023-07-17T20:48:10.8115863Z remote: Counting objects: 79% (165/208)
2023-07-17T20:48:10.8116323Z remote: Counting objects: 80% (167/208)
2023-07-17T20:48:10.8116916Z remote: Counting objects: 81% (169/208)
2023-07-17T20:48:10.8117415Z remote: Counting objects: 82% (171/208)
2023-07-17T20:48:10.8117945Z remote: Counting objects: 83% (173/208)
2023-07-17T20:48:10.8118262Z remote: Counting objects: 84% (175/208)
2023-07-17T20:48:10.8118552Z remote: Counting objects: 85% (177/208)
2023-07-17T20:48:10.8118859Z remote: Counting objects: 86% (179/208)
2023-07-17T20:48:10.8119293Z remote: Counting objects: 87% (181/208)
2023-07-17T20:48:10.8120174Z remote: Counting objects: 88% (184/208)
2023-07-17T20:48:10.8120674Z remote: Counting objects: 89% (186/208)
2023-07-17T20:48:10.8122189Z remote: Counting objects: 90% (188/208)
2023-07-17T20:48:10.8122667Z remote: Counting objects: 91% (190/208)
2023-07-17T20:48:10.8123466Z remote: Counting objects: 92% (192/208)
2023-07-17T20:48:10.8123898Z remote: Counting objects: 93% (194/208)
2023-07-17T20:48:10.8125324Z remote: Counting objects: 94% (196/208)
2023-07-17T20:48:10.8126207Z remote: Counting objects: 95% (198/208)
2023-07-17T20:48:10.8126513Z remote: Counting objects: 96% (200/208)
2023-07-17T20:48:10.8126822Z remote: Counting objects: 97% (202/208)
2023-07-17T20:48:10.8127191Z remote: Counting objects: 98% (204/208)
2023-07-17T20:48:10.8127479Z remote: Counting objects: 99% (206/208)
2023-07-17T20:48:10.8127781Z remote: Counting objects: 100% (208/208)
2023-07-17T20:48:10.8128104Z remote: Counting objects: 100% (208/208), done.
2023-07-17T20:48:10.8128705Z remote: Compressing objects: 0% (1/198)
2023-07-17T20:48:10.8129279Z remote: Compressing objects: 1% (2/198)
2023-07-17T20:48:10.8130431Z remote: Compressing objects: 2% (4/198)
2023-07-17T20:48:10.8131180Z remote: Compressing objects: 3% (6/198)
2023-07-17T20:48:10.8131807Z remote: Compressing objects: 4% (8/198)
2023-07-17T20:48:10.8132515Z remote: Compressing objects: 5% (10/198)
2023-07-17T20:48:10.8177877Z remote: Compressing objects: 6% (12/198)
2023-07-17T20:48:10.8183414Z remote: Compressing objects: 7% (14/198)
2023-07-17T20:48:10.8184196Z remote: Compressing objects: 8% (16/198)
2023-07-17T20:48:10.8184543Z remote: Compressing objects: 9% (18/198)
2023-07-17T20:48:10.8185166Z remote: Compressing objects: 10% (20/198)
2023-07-17T20:48:10.8185480Z remote: Compressing objects: 11% (22/198)
2023-07-17T20:48:10.8185808Z remote: Compressing objects: 12% (24/198)
2023-07-17T20:48:10.8186157Z remote: Compressing objects: 13% (26/198)
2023-07-17T20:48:10.8186466Z remote: Compressing objects: 14% (28/198)
2023-07-17T20:48:10.8186796Z remote: Compressing objects: 15% (30/198)
2023-07-17T20:48:10.8187119Z remote: Compressing objects: 16% (32/198)
2023-07-17T20:48:10.8295279Z remote: Compressing objects: 17% (34/198)
2023-07-17T20:48:10.8296698Z remote: Compressing objects: 18% (36/198)
2023-07-17T20:48:10.8297041Z remote: Compressing objects: 19% (38/198)
2023-07-17T20:48:10.8297379Z remote: Compressing objects: 20% (40/198)
2023-07-17T20:48:10.8297689Z remote: Compressing objects: 21% (42/198)
2023-07-17T20:48:10.8298019Z remote: Compressing objects: 22% (44/198)
2023-07-17T20:48:10.8298353Z remote: Compressing objects: 23% (46/198)
2023-07-17T20:48:10.8298663Z remote: Compressing objects: 24% (48/198)
2023-07-17T20:48:10.8299005Z remote: Compressing objects: 25% (50/198)
2023-07-17T20:48:10.8299327Z remote: Compressing objects: 26% (52/198)
2023-07-17T20:48:10.8299650Z remote: Compressing objects: 27% (54/198)
2023-07-17T20:48:10.8299952Z remote: Compressing objects: 28% (56/198)
2023-07-17T20:48:10.8300274Z remote: Compressing objects: 29% (58/198)
2023-07-17T20:48:10.8301113Z remote: Compressing objects: 30% (60/198)
2023-07-17T20:48:10.8301421Z remote: Compressing objects: 31% (62/198)
2023-07-17T20:48:10.8301747Z remote: Compressing objects: 32% (64/198)
2023-07-17T20:48:10.8302127Z remote: Compressing objects: 33% (66/198)
2023-07-17T20:48:10.8302433Z remote: Compressing objects: 34% (68/198)
2023-07-17T20:48:10.8302836Z remote: Compressing objects: 35% (70/198)
2023-07-17T20:48:10.8303844Z remote: Compressing objects: 36% (72/198)
2023-07-17T20:48:10.8304302Z remote: Compressing objects: 37% (74/198)
2023-07-17T20:48:10.8304896Z remote: Compressing objects: 38% (76/198)
2023-07-17T20:48:10.8305252Z remote: Compressing objects: 39% (78/198)
2023-07-17T20:48:10.8305574Z remote: Compressing objects: 40% (80/198)
2023-07-17T20:48:10.8374131Z remote: Compressing objects: 41% (82/198)
2023-07-17T20:48:10.8374592Z remote: Compressing objects: 42% (84/198)
2023-07-17T20:48:10.8375071Z remote: Compressing objects: 43% (86/198)
2023-07-17T20:48:10.8375386Z remote: Compressing objects: 44% (88/198)
2023-07-17T20:48:10.8375716Z remote: Compressing objects: 45% (90/198)
2023-07-17T20:48:10.8376038Z remote: Compressing objects: 46% (92/198)
2023-07-17T20:48:10.8376366Z remote: Compressing objects: 47% (94/198)
2023-07-17T20:48:10.8376670Z remote: Compressing objects: 48% (96/198)
2023-07-17T20:48:10.8376994Z remote: Compressing objects: 49% (98/198)
2023-07-17T20:48:10.8448635Z remote: Compressing objects: 50% (99/198)
2023-07-17T20:48:10.8449871Z remote: Compressing objects: 51% (101/198)
2023-07-17T20:48:10.8451221Z remote: Compressing objects: 52% (103/198)
2023-07-17T20:48:10.8451656Z remote: Compressing objects: 53% (105/198)
2023-07-17T20:48:10.8452797Z remote: Compressing objects: 54% (107/198)
2023-07-17T20:48:10.8453149Z remote: Compressing objects: 55% (109/198)
2023-07-17T20:48:10.8453495Z remote: Compressing objects: 56% (111/198)
2023-07-17T20:48:10.8453822Z remote: Compressing objects: 57% (113/198)
2023-07-17T20:48:10.8454153Z remote: Compressing objects: 58% (115/198)
2023-07-17T20:48:10.8454461Z remote: Compressing objects: 59% (117/198)
2023-07-17T20:48:10.8454784Z remote: Compressing objects: 60% (119/198)
2023-07-17T20:48:10.8455110Z remote: Compressing objects: 61% (121/198)
2023-07-17T20:48:10.8455458Z remote: Compressing objects: 62% (123/198)
2023-07-17T20:48:10.8456324Z remote: Compressing objects: 63% (125/198)
2023-07-17T20:48:10.8456681Z remote: Compressing objects: 64% (127/198)
2023-07-17T20:48:10.8457008Z remote: Compressing objects: 65% (129/198)
2023-07-17T20:48:10.8457313Z remote: Compressing objects: 66% (131/198)
2023-07-17T20:48:10.8457637Z remote: Compressing objects: 67% (133/198)
2023-07-17T20:48:10.8558153Z remote: Compressing objects: 68% (135/198)
2023-07-17T20:48:10.8558733Z remote: Compressing objects: 69% (137/198)
2023-07-17T20:48:10.8559052Z remote: Compressing objects: 70% (139/198)
2023-07-17T20:48:10.8559385Z remote: Compressing objects: 71% (141/198)
2023-07-17T20:48:10.8559717Z remote: Compressing objects: 72% (143/198)
2023-07-17T20:48:10.8560189Z remote: Compressing objects: 73% (145/198)
2023-07-17T20:48:10.8560824Z remote: Compressing objects: 74% (147/198)
2023-07-17T20:48:10.8561157Z remote: Compressing objects: 75% (149/198)
2023-07-17T20:48:10.8561480Z remote: Compressing objects: 76% (151/198)
2023-07-17T20:48:10.8561812Z remote: Compressing objects: 77% (153/198)
2023-07-17T20:48:10.8562135Z remote: Compressing objects: 78% (155/198)
2023-07-17T20:48:10.8562458Z remote: Compressing objects: 79% (157/198)
2023-07-17T20:48:10.8562766Z remote: Compressing objects: 80% (159/198)
2023-07-17T20:48:10.8563575Z remote: Compressing objects: 81% (161/198)
2023-07-17T20:48:10.8563902Z remote: Compressing objects: 82% (163/198)
2023-07-17T20:48:10.8564212Z remote: Compressing objects: 83% (165/198)
2023-07-17T20:48:10.8564534Z remote: Compressing objects: 84% (167/198)
2023-07-17T20:48:10.8564853Z remote: Compressing objects: 85% (169/198)
2023-07-17T20:48:10.8565155Z remote: Compressing objects: 86% (171/198)
2023-07-17T20:48:10.8565481Z remote: Compressing objects: 87% (173/198)
2023-07-17T20:48:10.8565799Z remote: Compressing objects: 88% (175/198)
2023-07-17T20:48:10.8566115Z remote: Compressing objects: 89% (177/198)
2023-07-17T20:48:10.8566437Z remote: Compressing objects: 90% (179/198)
2023-07-17T20:48:10.8566760Z remote: Compressing objects: 91% (181/198)
2023-07-17T20:48:10.8567425Z remote: Compressing objects: 92% (183/198)
2023-07-17T20:48:10.8567891Z remote: Compressing objects: 93% (185/198)
2023-07-17T20:48:10.8568374Z remote: Compressing objects: 94% (187/198)
2023-07-17T20:48:10.8568870Z remote: Compressing objects: 95% (189/198)
2023-07-17T20:48:10.8569195Z remote: Compressing objects: 96% (191/198)
2023-07-17T20:48:10.8569519Z remote: Compressing objects: 97% (193/198)
2023-07-17T20:48:10.8570411Z remote: Compressing objects: 98% (195/198)
2023-07-17T20:48:10.8570886Z remote: Compressing objects: 99% (197/198)
2023-07-17T20:48:10.8571229Z remote: Compressing objects: 100% (198/198)
2023-07-17T20:48:10.8571879Z remote: Compressing objects: 100% (198/198), done.
2023-07-17T20:48:10.8612291Z Receiving objects: 0% (1/208)
2023-07-17T20:48:10.8612630Z Receiving objects: 1% (3/208)
2023-07-17T20:48:10.8613652Z Receiving objects: 2% (5/208)
2023-07-17T20:48:10.8613929Z Receiving objects: 3% (7/208)
2023-07-17T20:48:10.8614210Z Receiving objects: 4% (9/208)
2023-07-17T20:48:10.8815899Z Receiving objects: 5% (11/208)
2023-07-17T20:48:10.8816280Z Receiving objects: 6% (13/208)
2023-07-17T20:48:10.8816746Z Receiving objects: 7% (15/208)
2023-07-17T20:48:10.8817139Z Receiving objects: 8% (17/208)
2023-07-17T20:48:10.8817402Z Receiving objects: 9% (19/208)
2023-07-17T20:48:10.8817683Z Receiving objects: 10% (21/208)
2023-07-17T20:48:10.8817960Z Receiving objects: 11% (23/208)
2023-07-17T20:48:10.8824064Z Receiving objects: 12% (25/208)
2023-07-17T20:48:10.8824436Z Receiving objects: 13% (28/208)
2023-07-17T20:48:10.8825027Z Receiving objects: 14% (30/208)
2023-07-17T20:48:10.8832106Z Receiving objects: 15% (32/208)
2023-07-17T20:48:10.8833672Z Receiving objects: 16% (34/208)
2023-07-17T20:48:10.8836738Z Receiving objects: 17% (36/208)
2023-07-17T20:48:10.8839173Z Receiving objects: 18% (38/208)
2023-07-17T20:48:10.8842724Z Receiving objects: 19% (40/208)
2023-07-17T20:48:10.8844166Z Receiving objects: 20% (42/208)
2023-07-17T20:48:10.8846029Z Receiving objects: 21% (44/208)
2023-07-17T20:48:10.8850179Z Receiving objects: 22% (46/208)
2023-07-17T20:48:10.8852550Z Receiving objects: 23% (48/208)
2023-07-17T20:48:10.9009050Z Receiving objects: 24% (50/208)
2023-07-17T20:48:10.9009362Z Receiving objects: 25% (52/208)
2023-07-17T20:48:10.9009643Z Receiving objects: 26% (55/208)
2023-07-17T20:48:10.9011616Z Receiving objects: 27% (57/208)
2023-07-17T20:48:10.9027958Z Receiving objects: 28% (59/208)
2023-07-17T20:48:10.9028270Z Receiving objects: 29% (61/208)
2023-07-17T20:48:10.9028555Z Receiving objects: 30% (63/208)
2023-07-17T20:48:10.9028839Z Receiving objects: 31% (65/208)
2023-07-17T20:48:10.9029106Z Receiving objects: 32% (67/208)
2023-07-17T20:48:10.9031394Z Receiving objects: 33% (69/208)
2023-07-17T20:48:10.9031723Z Receiving objects: 34% (71/208)
2023-07-17T20:48:10.9031986Z Receiving objects: 35% (73/208)
2023-07-17T20:48:10.9032273Z Receiving objects: 36% (75/208)
2023-07-17T20:48:10.9043291Z Receiving objects: 37% (77/208)
2023-07-17T20:48:10.9043589Z Receiving objects: 38% (80/208)
2023-07-17T20:48:10.9044255Z Receiving objects: 39% (82/208)
2023-07-17T20:48:10.9052025Z Receiving objects: 40% (84/208)
2023-07-17T20:48:10.9052336Z Receiving objects: 41% (86/208)
2023-07-17T20:48:10.9052604Z Receiving objects: 42% (88/208)
2023-07-17T20:48:10.9069095Z Receiving objects: 43% (90/208)
2023-07-17T20:48:10.9071241Z Receiving objects: 44% (92/208)
2023-07-17T20:48:10.9071519Z Receiving objects: 45% (94/208)
2023-07-17T20:48:10.9074185Z Receiving objects: 46% (96/208)
2023-07-17T20:48:10.9074558Z Receiving objects: 47% (98/208)
2023-07-17T20:48:10.9074845Z Receiving objects: 48% (100/208)
2023-07-17T20:48:10.9075150Z Receiving objects: 49% (102/208)
2023-07-17T20:48:10.9078730Z Receiving objects: 50% (104/208)
2023-07-17T20:48:10.9197603Z Receiving objects: 51% (107/208)
2023-07-17T20:48:10.9202022Z Receiving objects: 52% (109/208)
2023-07-17T20:48:10.9221737Z Receiving objects: 53% (111/208)
2023-07-17T20:48:10.9222071Z Receiving objects: 54% (113/208)
2023-07-17T20:48:10.9222384Z Receiving objects: 55% (115/208)
2023-07-17T20:48:10.9253895Z Receiving objects: 56% (117/208)
2023-07-17T20:48:10.9263660Z Receiving objects: 57% (119/208)
2023-07-17T20:48:10.9264038Z Receiving objects: 58% (121/208)
2023-07-17T20:48:10.9265229Z Receiving objects: 59% (123/208)
2023-07-17T20:48:10.9269098Z Receiving objects: 60% (125/208)
2023-07-17T20:48:10.9271326Z Receiving objects: 61% (127/208)
2023-07-17T20:48:10.9278832Z Receiving objects: 62% (129/208)
2023-07-17T20:48:10.9285735Z Receiving objects: 63% (132/208)
2023-07-17T20:48:10.9407519Z Receiving objects: 64% (134/208)
2023-07-17T20:48:10.9408985Z Receiving objects: 65% (136/208)
2023-07-17T20:48:10.9409307Z Receiving objects: 66% (138/208)
2023-07-17T20:48:10.9413487Z Receiving objects: 67% (140/208)
2023-07-17T20:48:10.9469664Z Receiving objects: 68% (142/208)
2023-07-17T20:48:10.9470012Z Receiving objects: 69% (144/208)
2023-07-17T20:48:10.9470285Z Receiving objects: 70% (146/208)
2023-07-17T20:48:10.9470572Z Receiving objects: 71% (148/208)
2023-07-17T20:48:10.9470887Z Receiving objects: 72% (150/208)
2023-07-17T20:48:10.9471149Z Receiving objects: 73% (152/208)
2023-07-17T20:48:10.9471502Z Receiving objects: 74% (154/208)
2023-07-17T20:48:10.9471776Z Receiving objects: 75% (156/208)
2023-07-17T20:48:10.9472037Z Receiving objects: 76% (159/208)
2023-07-17T20:48:10.9472315Z Receiving objects: 77% (161/208)
2023-07-17T20:48:10.9473024Z remote: Total 208 (delta 4), reused 96 (delta 0), pack-reused 0
2023-07-17T20:48:10.9506527Z Receiving objects: 78% (163/208)
2023-07-17T20:48:10.9506866Z Receiving objects: 79% (165/208)
2023-07-17T20:48:10.9507182Z Receiving objects: 80% (167/208)
2023-07-17T20:48:10.9507468Z Receiving objects: 81% (169/208)
2023-07-17T20:48:10.9507733Z Receiving objects: 82% (171/208)
2023-07-17T20:48:10.9508015Z Receiving objects: 83% (173/208)
2023-07-17T20:48:10.9508304Z Receiving objects: 84% (175/208)
2023-07-17T20:48:10.9508564Z Receiving objects: 85% (177/208)
2023-07-17T20:48:10.9508850Z Receiving objects: 86% (179/208)
2023-07-17T20:48:10.9509186Z Receiving objects: 87% (181/208)
2023-07-17T20:48:10.9509445Z Receiving objects: 88% (184/208)
2023-07-17T20:48:10.9509719Z Receiving objects: 89% (186/208)
2023-07-17T20:48:10.9510296Z Receiving objects: 90% (188/208)
2023-07-17T20:48:10.9510561Z Receiving objects: 91% (190/208)
2023-07-17T20:48:10.9510838Z Receiving objects: 92% (192/208)
2023-07-17T20:48:10.9511114Z Receiving objects: 93% (194/208)
2023-07-17T20:48:10.9511373Z Receiving objects: 94% (196/208)
2023-07-17T20:48:10.9511657Z Receiving objects: 95% (198/208)
2023-07-17T20:48:10.9511938Z Receiving objects: 96% (200/208)
2023-07-17T20:48:10.9512212Z Receiving objects: 97% (202/208)
2023-07-17T20:48:10.9512474Z Receiving objects: 98% (204/208)
2023-07-17T20:48:10.9512749Z Receiving objects: 99% (206/208)
2023-07-17T20:48:10.9513023Z Receiving objects: 100% (208/208)
2023-07-17T20:48:10.9513320Z Receiving objects: 100% (208/208), 370.46 KiB | 4.07 MiB/s, done.
2023-07-17T20:48:10.9553459Z Resolving deltas: 0% (0/4)
2023-07-17T20:48:10.9553756Z Resolving deltas: 25% (1/4)
2023-07-17T20:48:10.9554017Z Resolving deltas: 50% (2/4)
2023-07-17T20:48:10.9554290Z Resolving deltas: 75% (3/4)
2023-07-17T20:48:10.9554561Z Resolving deltas: 100% (4/4)
2023-07-17T20:48:10.9554824Z Resolving deltas: 100% (4/4), done.
2023-07-17T20:48:10.9691162Z From https://github.com/sfackler/rust-openssl
2023-07-17T20:48:10.9691800Z * [new ref] 9c162ab468d889db34af7dc9d00807287036b09a -> pull/1993/merge
2023-07-17T20:48:10.9746650Z ##[endgroup]
2023-07-17T20:48:10.9747176Z ##[group]Determining the checkout info
2023-07-17T20:48:10.9747648Z ##[endgroup]
2023-07-17T20:48:10.9748179Z ##[group]Checking out the ref
2023-07-17T20:48:10.9748894Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1993/merge
2023-07-17T20:48:10.9970039Z Note: switching to 'refs/remotes/pull/1993/merge'.
2023-07-17T20:48:10.9971392Z
2023-07-17T20:48:10.9972221Z You are in 'detached HEAD' state. You can look around, make experimental
2023-07-17T20:48:10.9972753Z changes and commit them, and you can discard any commits you make in this
2023-07-17T20:48:10.9973183Z state without impacting any branches by switching back to a branch.
2023-07-17T20:48:10.9973444Z
2023-07-17T20:48:10.9973624Z If you want to create a new branch to retain commits you create, you may
2023-07-17T20:48:10.9974131Z do so (now or later) by using -c with the switch command. Example:
2023-07-17T20:48:10.9974354Z
2023-07-17T20:48:10.9974572Z git switch -c
2023-07-17T20:48:10.9974760Z
2023-07-17T20:48:10.9975413Z Or undo this operation with:
2023-07-17T20:48:10.9975614Z
2023-07-17T20:48:10.9975725Z git switch -
2023-07-17T20:48:10.9975894Z
2023-07-17T20:48:10.9976107Z Turn off this advice by setting config variable advice.detachedHead to false
2023-07-17T20:48:10.9976354Z
2023-07-17T20:48:10.9976853Z HEAD is now at 9c162ab Merge 5529c79de96f3c67b862c2320edc22198551b6d5 into 50787ed35bf9efa9dd3cbb1993a2564014b67489
2023-07-17T20:48:11.0009071Z ##[endgroup]
2023-07-17T20:48:11.0053162Z [command]/usr/bin/git log -1 --format='%H'
2023-07-17T20:48:11.0091349Z '9c162ab468d889db34af7dc9d00807287036b09a'
2023-07-17T20:48:11.0512676Z ##[group]Run sfackler/actions/rustup@master
2023-07-17T20:48:11.0513081Z with:
2023-07-17T20:48:11.0513316Z version: stable
2023-07-17T20:48:11.0513524Z env:
2023-07-17T20:48:11.0513759Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:11.0514408Z RUST_BACKTRACE: 1
2023-07-17T20:48:11.0514662Z ##[endgroup]
2023-07-17T20:48:11.0945220Z ##[group]Run rustup update --no-self-update stable
2023-07-17T20:48:11.0945686Z �[36;1mrustup update --no-self-update stable�[0m
2023-07-17T20:48:11.1025361Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2023-07-17T20:48:11.1025718Z env:
2023-07-17T20:48:11.1025954Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:11.1026216Z RUST_BACKTRACE: 1
2023-07-17T20:48:11.1026548Z ##[endgroup]
2023-07-17T20:48:11.4711030Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2023-07-17T20:48:11.6393109Z info: latest update on 2023-07-13, rust version 1.71.0 (8ede3aae2 2023-07-12)
2023-07-17T20:48:11.6844549Z info: downloading component 'clippy'
2023-07-17T20:48:11.7226792Z info: downloading component 'rustfmt'
2023-07-17T20:48:11.7640244Z info: downloading component 'cargo'
2023-07-17T20:48:11.8711859Z info: downloading component 'rust-std'
2023-07-17T20:48:12.2146558Z info: downloading component 'rustc'
2023-07-17T20:48:13.0932052Z info: removing previous version of component 'clippy'
2023-07-17T20:48:13.0944981Z info: removing previous version of component 'rustfmt'
2023-07-17T20:48:13.0955779Z info: removing previous version of component 'cargo'
2023-07-17T20:48:13.0987044Z info: removing previous version of component 'rust-std'
2023-07-17T20:48:13.1045088Z info: removing previous version of component 'rustc'
2023-07-17T20:48:13.1074909Z info: installing component 'clippy'
2023-07-17T20:48:13.4102367Z info: installing component 'rustfmt'
2023-07-17T20:48:13.7703616Z info: installing component 'cargo'
2023-07-17T20:48:14.6104077Z info: installing component 'rust-std'
2023-07-17T20:48:17.3722941Z info: installing component 'rustc'
2023-07-17T20:48:23.7752627Z
2023-07-17T20:48:23.7931867Z stable-x86_64-unknown-linux-gnu updated - rustc 1.71.0 (8ede3aae2 2023-07-12) (from rustc 1.70.0 (90c541806 2023-05-31))
2023-07-17T20:48:23.7949890Z
2023-07-17T20:48:23.7999972Z ##[group]Run rustup default stable
2023-07-17T20:48:23.8000245Z �[36;1mrustup default stable�[0m
2023-07-17T20:48:23.8065164Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2023-07-17T20:48:23.8065458Z env:
2023-07-17T20:48:23.8065682Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:23.8065902Z RUST_BACKTRACE: 1
2023-07-17T20:48:23.8066126Z ##[endgroup]
2023-07-17T20:48:23.8195976Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2023-07-17T20:48:23.8218224Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2023-07-17T20:48:23.8218789Z
2023-07-17T20:48:23.8400422Z stable-x86_64-unknown-linux-gnu unchanged - rustc 1.71.0 (8ede3aae2 2023-07-12)
2023-07-17T20:48:23.8401389Z
2023-07-17T20:48:23.8478440Z ##[group]Run echo "version=$(rustc --version)" >> $GITHUB_OUTPUT
2023-07-17T20:48:23.8478822Z �[36;1mecho "version=$(rustc --version)" >> $GITHUB_OUTPUT�[0m
2023-07-17T20:48:23.8543567Z shell: /usr/bin/bash -e {0}
2023-07-17T20:48:23.8543815Z env:
2023-07-17T20:48:23.8544060Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:23.8544317Z RUST_BACKTRACE: 1
2023-07-17T20:48:23.8544547Z ##[endgroup]
2023-07-17T20:48:23.9911204Z ##[group]Run actions/cache@v3
2023-07-17T20:48:23.9911496Z with:
2023-07-17T20:48:23.9911715Z path: ~/.cargo/registry/index
2023-07-17T20:48:23.9911974Z key: index-Linux-1733
2023-07-17T20:48:23.9912231Z restore-keys: index-Linux-
2023-07-17T20:48:23.9913205Z enableCrossOsArchive: false
2023-07-17T20:48:23.9913516Z fail-on-cache-miss: false
2023-07-17T20:48:23.9913781Z lookup-only: false
2023-07-17T20:48:23.9913987Z env:
2023-07-17T20:48:23.9914227Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:23.9914467Z RUST_BACKTRACE: 1
2023-07-17T20:48:23.9914676Z ##[endgroup]
2023-07-17T20:48:25.1406069Z Received 170350 of 170350 (100.0%), 0.5 MBs/sec
2023-07-17T20:48:25.1406952Z Cache Size: ~0 MB (170350 B)
2023-07-17T20:48:25.1449657Z [command]/usr/bin/tar -xf /home/runner/work/_temp/95629f47-049f-45ec-88a9-afc568c3612e/cache.tzst -P -C /home/runner/work/rust-openssl/rust-openssl --use-compress-program unzstd
2023-07-17T20:48:25.1635275Z Cache restored successfully
2023-07-17T20:48:25.2003823Z Cache restored from key: index-Linux-1732
2023-07-17T20:48:25.2164813Z ##[group]Run cargo generate-lockfile
2023-07-17T20:48:25.2165362Z �[36;1mcargo generate-lockfile�[0m
2023-07-17T20:48:25.2232456Z shell: /usr/bin/bash -e {0}
2023-07-17T20:48:25.2232712Z env:
2023-07-17T20:48:25.2232961Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:25.2233227Z RUST_BACKTRACE: 1
2023-07-17T20:48:25.2233478Z ##[endgroup]
2023-07-17T20:48:25.3403538Z Updating crates.io index
2023-07-17T20:48:25.9703989Z ##[group]Run actions/cache@v3
2023-07-17T20:48:25.9704259Z with:
2023-07-17T20:48:25.9704489Z path: ~/.cargo/registry/cache
2023-07-17T20:48:25.9705185Z key: registry-Linux-rustc 1.71.0 (8ede3aae2 2023-07-12)-579924807dbf10e37dd22744e90f34abbee3c13e7648bc14e4731fd25b0a5460
2023-07-17T20:48:25.9705563Z enableCrossOsArchive: false
2023-07-17T20:48:25.9705824Z fail-on-cache-miss: false
2023-07-17T20:48:25.9706052Z lookup-only: false
2023-07-17T20:48:25.9706262Z env:
2023-07-17T20:48:25.9706477Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:25.9706703Z RUST_BACKTRACE: 1
2023-07-17T20:48:25.9706918Z ##[endgroup]
2023-07-17T20:48:27.6897226Z Received 86423 of 16863639 (0.5%), 0.1 MBs/sec
2023-07-17T20:48:28.1351706Z Received 16863639 of 16863639 (100.0%), 11.1 MBs/sec
2023-07-17T20:48:28.1352722Z Cache Size: ~16 MB (16863639 B)
2023-07-17T20:48:28.1392300Z [command]/usr/bin/tar -xf /home/runner/work/_temp/d7b44ed0-6a13-4ff7-b493-ce907ebfbd40/cache.tzst -P -C /home/runner/work/rust-openssl/rust-openssl --use-compress-program unzstd
2023-07-17T20:48:28.1817464Z Cache restored successfully
2023-07-17T20:48:28.1973904Z Cache restored from key: registry-Linux-rustc 1.71.0 (8ede3aae2 2023-07-12)-579924807dbf10e37dd22744e90f34abbee3c13e7648bc14e4731fd25b0a5460
2023-07-17T20:48:28.2085119Z ##[group]Run cargo fetch
2023-07-17T20:48:28.2085513Z �[36;1mcargo fetch�[0m
2023-07-17T20:48:28.2144317Z shell: /usr/bin/bash -e {0}
2023-07-17T20:48:28.2145910Z env:
2023-07-17T20:48:28.2146252Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:28.2146671Z RUST_BACKTRACE: 1
2023-07-17T20:48:28.2146968Z ##[endgroup]
2023-07-17T20:48:30.2303022Z ##[group]Run actions/cache@v3
2023-07-17T20:48:30.2303464Z with:
2023-07-17T20:48:30.2303931Z path: target
2023-07-17T20:48:30.2353410Z key: target-clippy-rustc 1.71.0 (8ede3aae2 2023-07-12)-579924807dbf10e37dd22744e90f34abbee3c13e7648bc14e4731fd25b0a5460
2023-07-17T20:48:30.2353925Z enableCrossOsArchive: false
2023-07-17T20:48:30.2354211Z fail-on-cache-miss: false
2023-07-17T20:48:30.2354496Z lookup-only: false
2023-07-17T20:48:30.2354715Z env:
2023-07-17T20:48:30.2354949Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:30.2355199Z RUST_BACKTRACE: 1
2023-07-17T20:48:30.2355429Z ##[endgroup]
2023-07-17T20:48:31.9630628Z Received 0 of 100891338 (0.0%), 0.0 MBs/sec
2023-07-17T20:48:32.9704345Z Received 54525952 of 100891338 (54.0%), 26.0 MBs/sec
2023-07-17T20:48:33.8030552Z Received 100891338 of 100891338 (100.0%), 33.9 MBs/sec
2023-07-17T20:48:33.8031806Z Cache Size: ~96 MB (100891338 B)
2023-07-17T20:48:33.8074896Z [command]/usr/bin/tar -xf /home/runner/work/_temp/5de46415-a592-45ae-a02d-6d8732a1133f/cache.tzst -P -C /home/runner/work/rust-openssl/rust-openssl --use-compress-program unzstd
2023-07-17T20:48:34.6402262Z Cache restored successfully
2023-07-17T20:48:34.6829144Z Cache restored from key: target-clippy-rustc 1.71.0 (8ede3aae2 2023-07-12)-579924807dbf10e37dd22744e90f34abbee3c13e7648bc14e4731fd25b0a5460
2023-07-17T20:48:34.6989734Z ##[group]Run cargo clippy --all --all-targets
2023-07-17T20:48:34.6990189Z �[36;1mcargo clippy --all --all-targets�[0m
2023-07-17T20:48:34.7053698Z shell: /usr/bin/bash -e {0}
2023-07-17T20:48:34.7053984Z env:
2023-07-17T20:48:34.7054418Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:34.7054703Z RUST_BACKTRACE: 1
2023-07-17T20:48:34.7054973Z ##[endgroup]
2023-07-17T20:48:35.0625515Z Compiling openssl-sys v0.9.90 (/home/runner/work/rust-openssl/rust-openssl/openssl-sys)
2023-07-17T20:48:35.0645370Z Compiling openssl v0.10.55 (/home/runner/work/rust-openssl/rust-openssl/openssl)
2023-07-17T20:48:35.3930277Z Compiling openssl-macros v0.1.1 (/home/runner/work/rust-openssl/rust-openssl/openssl-macros)
2023-07-17T20:48:35.9420128Z Compiling openssl-errors v0.2.0 (/home/runner/work/rust-openssl/rust-openssl/openssl-errors)
2023-07-17T20:48:36.1674536Z Compiling systest v0.1.0 (/home/runner/work/rust-openssl/rust-openssl/systest)
2023-07-17T20:48:53.6252521Z Finished dev [unoptimized + debuginfo] target(s) in 18.67s
2023-07-17T20:48:53.7384438Z Post job cleanup.
2023-07-17T20:48:53.9223877Z Cache hit occurred on the primary key target-clippy-rustc 1.71.0 (8ede3aae2 2023-07-12)-579924807dbf10e37dd22744e90f34abbee3c13e7648bc14e4731fd25b0a5460, not saving cache.
2023-07-17T20:48:54.0362837Z Post job cleanup.
2023-07-17T20:48:54.2267576Z Cache hit occurred on the primary key registry-Linux-rustc 1.71.0 (8ede3aae2 2023-07-12)-579924807dbf10e37dd22744e90f34abbee3c13e7648bc14e4731fd25b0a5460, not saving cache.
2023-07-17T20:48:54.2379897Z Post job cleanup.
2023-07-17T20:48:54.4451077Z [command]/usr/bin/tar --posix -cf cache.tzst --exclude cache.tzst -P -C /home/runner/work/rust-openssl/rust-openssl --files-from manifest.txt --use-compress-program zstdmt
2023-07-17T20:48:55.2134096Z Cache Size: ~0 MB (170428 B)
2023-07-17T20:48:55.4377267Z Cache saved successfully
2023-07-17T20:48:55.4388984Z Cache saved with key: index-Linux-1733
2023-07-17T20:48:55.4516583Z Post job cleanup.
2023-07-17T20:48:55.5849752Z [command]/usr/bin/git version
2023-07-17T20:48:55.5914607Z git version 2.41.0
2023-07-17T20:48:55.5987159Z Temporarily overriding HOME='/home/runner/work/_temp/630e6a32-8b04-4b15-8c53-f446b33388f2' before making global git config changes
2023-07-17T20:48:55.5989849Z Adding repository directory to the temporary git global config as a safe directory
2023-07-17T20:48:55.5998247Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/rust-openssl/rust-openssl
2023-07-17T20:48:55.6084647Z [command]/usr/bin/git config --local --name-only --get-regexp core.sshCommand
2023-07-17T20:48:55.6151513Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-07-17T20:48:55.6496762Z [command]/usr/bin/git config --local --name-only --get-regexp http.https://github.com/.extraheader
2023-07-17T20:48:55.6556289Z http.https://github.com/.extraheader
2023-07-17T20:48:55.6579290Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2023-07-17T20:48:55.6621624Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http.https://github.com/.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-07-17T20:48:55.7170423Z Cleaning up orphan processes
2023-07-17T20:47:41.2529391Z Requested labels: ubuntu-latest
2023-07-17T20:47:41.2529631Z Job defined at: sfackler/rust-openssl/.github/workflows/ci.yml@refs/pull/1993/merge
2023-07-17T20:47:41.2529757Z Waiting for a runner to pick up this job...
2023-07-17T20:47:43.5924768Z Job is waiting for a hosted runner to come online.
2023-07-17T20:48:01.9599059Z Job is about to start running on the hosted runner: GitHub Actions 4 (hosted)
2023-07-17T20:48:07.2905288Z Current runner version: '2.306.0'
2023-07-17T20:48:07.2940108Z ##[group]Operating System
2023-07-17T20:48:07.2940923Z Ubuntu
2023-07-17T20:48:07.2941275Z 22.04.2
2023-07-17T20:48:07.2941556Z LTS
2023-07-17T20:48:07.2941916Z ##[endgroup]
2023-07-17T20:48:07.2942232Z ##[group]Runner Image
2023-07-17T20:48:07.2942733Z Image: ubuntu-22.04
2023-07-17T20:48:07.2943113Z Version: 20230710.1.0
2023-07-17T20:48:07.2943722Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20230710.1/images/linux/Ubuntu2204-Readme.md
2023-07-17T20:48:07.2944441Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230710.1
2023-07-17T20:48:07.2945404Z ##[endgroup]
2023-07-17T20:48:07.2945830Z ##[group]Runner Image Provisioner
2023-07-17T20:48:07.2946182Z 2.0.238.1
2023-07-17T20:48:07.2946550Z ##[endgroup]
2023-07-17T20:48:07.2947417Z ##[group]GITHUB_TOKEN Permissions
2023-07-17T20:48:07.2948097Z Contents: read
2023-07-17T20:48:07.2948415Z Metadata: read
2023-07-17T20:48:07.2949042Z ##[endgroup]
2023-07-17T20:48:07.2953561Z Secret source: None
2023-07-17T20:48:07.2954188Z Prepare workflow directory
2023-07-17T20:48:07.4137041Z Prepare all required actions
2023-07-17T20:48:07.4393507Z Getting action download info
2023-07-17T20:48:07.7058159Z Download action repository 'actions/checkout@v3' (SHA:c85c95e3d7251135ab7dc9ce3241c5835cc595a9)
2023-07-17T20:48:08.3961039Z Download action repository 'sfackler/actions@master' (SHA:55af96fecc6b2ff28431120e3d9b723e5c1bccbf)
2023-07-17T20:48:08.7502976Z Download action repository 'actions/cache@v3' (SHA:88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8)
2023-07-17T20:48:09.5759632Z Complete job name: clippy
2023-07-17T20:48:09.7582553Z ##[group]Run actions/checkout@v3
2023-07-17T20:48:09.7583027Z with:
2023-07-17T20:48:09.7583343Z repository: sfackler/rust-openssl
2023-07-17T20:48:09.7584033Z token: ***
2023-07-17T20:48:09.7585453Z ssh-strict: true
2023-07-17T20:48:09.7585790Z persist-credentials: true
2023-07-17T20:48:09.7586786Z clean: true
2023-07-17T20:48:09.7587170Z sparse-checkout-cone-mode: true
2023-07-17T20:48:09.7587505Z fetch-depth: 1
2023-07-17T20:48:09.7587770Z lfs: false
2023-07-17T20:48:09.7588018Z submodules: false
2023-07-17T20:48:09.7588321Z set-safe-directory: true
2023-07-17T20:48:09.7589135Z env:
2023-07-17T20:48:09.7589472Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:09.7589763Z RUST_BACKTRACE: 1
2023-07-17T20:48:09.7590045Z ##[endgroup]
2023-07-17T20:48:10.1706916Z Syncing repository: sfackler/rust-openssl
2023-07-17T20:48:10.1709180Z ##[group]Getting Git version info
2023-07-17T20:48:10.1709867Z Working directory is '/home/runner/work/rust-openssl/rust-openssl'
2023-07-17T20:48:10.1710724Z [command]/usr/bin/git version
2023-07-17T20:48:10.1883787Z git version 2.41.0
2023-07-17T20:48:10.1925086Z ##[endgroup]
2023-07-17T20:48:10.1951098Z Temporarily overriding HOME='/home/runner/work/_temp/5d0967e0-741e-4ab2-8358-cd642f67dc66' before making global git config changes
2023-07-17T20:48:10.1951905Z Adding repository directory to the temporary git global config as a safe directory
2023-07-17T20:48:10.1958261Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/rust-openssl/rust-openssl
2023-07-17T20:48:10.2039649Z Deleting the contents of '/home/runner/work/rust-openssl/rust-openssl'
2023-07-17T20:48:10.2047956Z ##[group]Initializing the repository
2023-07-17T20:48:10.2054512Z [command]/usr/bin/git init /home/runner/work/rust-openssl/rust-openssl
2023-07-17T20:48:10.2231781Z hint: Using 'master' as the name for the initial branch. This default branch name
2023-07-17T20:48:10.2232542Z hint: is subject to change. To configure the initial branch name to use in all
2023-07-17T20:48:10.2235335Z hint: of your new repositories, which will suppress this warning, call:
2023-07-17T20:48:10.2236242Z hint:
2023-07-17T20:48:10.2236765Z hint: git config --global init.defaultBranch
2023-07-17T20:48:10.2238092Z hint:
2023-07-17T20:48:10.2238574Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2023-07-17T20:48:10.2241994Z hint: 'development'. The just-created branch can be renamed via this command:
2023-07-17T20:48:10.2242870Z hint:
2023-07-17T20:48:10.2243407Z hint: git branch -m
2023-07-17T20:48:10.2277290Z Initialized empty Git repository in /home/runner/work/rust-openssl/rust-openssl/.git/
2023-07-17T20:48:10.2297773Z [command]/usr/bin/git remote add origin https://github.com/sfackler/rust-openssl
2023-07-17T20:48:10.2360092Z ##[endgroup]
2023-07-17T20:48:10.2361717Z ##[group]Disabling automatic garbage collection
2023-07-17T20:48:10.2368550Z [command]/usr/bin/git config --local gc.auto 0
2023-07-17T20:48:10.2409796Z ##[endgroup]
2023-07-17T20:48:10.2410770Z ##[group]Setting up auth
2023-07-17T20:48:10.2420269Z [command]/usr/bin/git config --local --name-only --get-regexp core.sshCommand
2023-07-17T20:48:10.2471200Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-07-17T20:48:10.3035257Z [command]/usr/bin/git config --local --name-only --get-regexp http.https://github.com/.extraheader
2023-07-17T20:48:10.3116253Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http.https://github.com/.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-07-17T20:48:10.3488765Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2023-07-17T20:48:10.3489857Z ##[endgroup]
2023-07-17T20:48:10.3490352Z ##[group]Fetching the repository
2023-07-17T20:48:10.3491569Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +9c162ab468d889db34af7dc9d00807287036b09a:refs/remotes/pull/1993/merge
2023-07-17T20:48:10.8044395Z remote: Enumerating objects: 208, done.
2023-07-17T20:48:10.8045346Z remote: Counting objects: 0% (1/208)
2023-07-17T20:48:10.8062694Z remote: Counting objects: 1% (3/208)
2023-07-17T20:48:10.8064155Z remote: Counting objects: 2% (5/208)
2023-07-17T20:48:10.8064874Z remote: Counting objects: 3% (7/208)
2023-07-17T20:48:10.8065679Z remote: Counting objects: 4% (9/208)
2023-07-17T20:48:10.8066283Z remote: Counting objects: 5% (11/208)
2023-07-17T20:48:10.8067086Z remote: Counting objects: 6% (13/208)
2023-07-17T20:48:10.8067900Z remote: Counting objects: 7% (15/208)
2023-07-17T20:48:10.8068221Z remote: Counting objects: 8% (17/208)
2023-07-17T20:48:10.8069025Z remote: Counting objects: 9% (19/208)
2023-07-17T20:48:10.8069803Z remote: Counting objects: 10% (21/208)
2023-07-17T20:48:10.8070617Z remote: Counting objects: 11% (23/208)
2023-07-17T20:48:10.8071227Z remote: Counting objects: 12% (25/208)
2023-07-17T20:48:10.8071848Z remote: Counting objects: 13% (28/208)
2023-07-17T20:48:10.8072571Z remote: Counting objects: 14% (30/208)
2023-07-17T20:48:10.8073060Z remote: Counting objects: 15% (32/208)
2023-07-17T20:48:10.8073833Z remote: Counting objects: 16% (34/208)
2023-07-17T20:48:10.8074325Z remote: Counting objects: 17% (36/208)
2023-07-17T20:48:10.8075535Z remote: Counting objects: 18% (38/208)
2023-07-17T20:48:10.8076433Z remote: Counting objects: 19% (40/208)
2023-07-17T20:48:10.8077489Z remote: Counting objects: 20% (42/208)
2023-07-17T20:48:10.8077979Z remote: Counting objects: 21% (44/208)
2023-07-17T20:48:10.8078618Z remote: Counting objects: 22% (46/208)
2023-07-17T20:48:10.8079390Z remote: Counting objects: 23% (48/208)
2023-07-17T20:48:10.8079946Z remote: Counting objects: 24% (50/208)
2023-07-17T20:48:10.8080822Z remote: Counting objects: 25% (52/208)
2023-07-17T20:48:10.8081471Z remote: Counting objects: 26% (55/208)
2023-07-17T20:48:10.8082958Z remote: Counting objects: 27% (57/208)
2023-07-17T20:48:10.8083911Z remote: Counting objects: 28% (59/208)
2023-07-17T20:48:10.8084336Z remote: Counting objects: 29% (61/208)
2023-07-17T20:48:10.8085051Z remote: Counting objects: 30% (63/208)
2023-07-17T20:48:10.8085850Z remote: Counting objects: 31% (65/208)
2023-07-17T20:48:10.8086462Z remote: Counting objects: 32% (67/208)
2023-07-17T20:48:10.8087694Z remote: Counting objects: 33% (69/208)
2023-07-17T20:48:10.8088475Z remote: Counting objects: 34% (71/208)
2023-07-17T20:48:10.8089141Z remote: Counting objects: 35% (73/208)
2023-07-17T20:48:10.8089635Z remote: Counting objects: 36% (75/208)
2023-07-17T20:48:10.8090312Z remote: Counting objects: 37% (77/208)
2023-07-17T20:48:10.8090964Z remote: Counting objects: 38% (80/208)
2023-07-17T20:48:10.8091563Z remote: Counting objects: 39% (82/208)
2023-07-17T20:48:10.8092120Z remote: Counting objects: 40% (84/208)
2023-07-17T20:48:10.8093027Z remote: Counting objects: 41% (86/208)
2023-07-17T20:48:10.8093458Z remote: Counting objects: 42% (88/208)
2023-07-17T20:48:10.8094202Z remote: Counting objects: 43% (90/208)
2023-07-17T20:48:10.8094759Z remote: Counting objects: 44% (92/208)
2023-07-17T20:48:10.8095631Z remote: Counting objects: 45% (94/208)
2023-07-17T20:48:10.8096566Z remote: Counting objects: 46% (96/208)
2023-07-17T20:48:10.8097344Z remote: Counting objects: 47% (98/208)
2023-07-17T20:48:10.8097761Z remote: Counting objects: 48% (100/208)
2023-07-17T20:48:10.8098810Z remote: Counting objects: 49% (102/208)
2023-07-17T20:48:10.8099293Z remote: Counting objects: 50% (104/208)
2023-07-17T20:48:10.8099607Z remote: Counting objects: 51% (107/208)
2023-07-17T20:48:10.8099893Z remote: Counting objects: 52% (109/208)
2023-07-17T20:48:10.8100193Z remote: Counting objects: 53% (111/208)
2023-07-17T20:48:10.8100499Z remote: Counting objects: 54% (113/208)
2023-07-17T20:48:10.8100795Z remote: Counting objects: 55% (115/208)
2023-07-17T20:48:10.8101091Z remote: Counting objects: 56% (117/208)
2023-07-17T20:48:10.8101390Z remote: Counting objects: 57% (119/208)
2023-07-17T20:48:10.8101671Z remote: Counting objects: 58% (121/208)
2023-07-17T20:48:10.8101972Z remote: Counting objects: 59% (123/208)
2023-07-17T20:48:10.8102440Z remote: Counting objects: 60% (125/208)
2023-07-17T20:48:10.8103786Z remote: Counting objects: 61% (127/208)
2023-07-17T20:48:10.8104319Z remote: Counting objects: 62% (129/208)
2023-07-17T20:48:10.8105871Z remote: Counting objects: 63% (132/208)
2023-07-17T20:48:10.8106410Z remote: Counting objects: 64% (134/208)
2023-07-17T20:48:10.8107679Z remote: Counting objects: 65% (136/208)
2023-07-17T20:48:10.8108416Z remote: Counting objects: 66% (138/208)
2023-07-17T20:48:10.8108827Z remote: Counting objects: 67% (140/208)
2023-07-17T20:48:10.8111060Z remote: Counting objects: 68% (142/208)
2023-07-17T20:48:10.8111544Z remote: Counting objects: 69% (144/208)
2023-07-17T20:48:10.8112129Z remote: Counting objects: 70% (146/208)
2023-07-17T20:48:10.8113064Z remote: Counting objects: 71% (148/208)
2023-07-17T20:48:10.8113698Z remote: Counting objects: 72% (150/208)
2023-07-17T20:48:10.8114012Z remote: Counting objects: 73% (152/208)
2023-07-17T20:48:10.8114312Z remote: Counting objects: 74% (154/208)
2023-07-17T20:48:10.8114628Z remote: Counting objects: 75% (156/208)
2023-07-17T20:48:10.8114952Z remote: Counting objects: 76% (159/208)
2023-07-17T20:48:10.8115268Z remote: Counting objects: 77% (161/208)
2023-07-17T20:48:10.8115558Z remote: Counting objects: 78% (163/208)
2023-07-17T20:48:10.8115863Z remote: Counting objects: 79% (165/208)
2023-07-17T20:48:10.8116323Z remote: Counting objects: 80% (167/208)
2023-07-17T20:48:10.8116916Z remote: Counting objects: 81% (169/208)
2023-07-17T20:48:10.8117415Z remote: Counting objects: 82% (171/208)
2023-07-17T20:48:10.8117945Z remote: Counting objects: 83% (173/208)
2023-07-17T20:48:10.8118262Z remote: Counting objects: 84% (175/208)
2023-07-17T20:48:10.8118552Z remote: Counting objects: 85% (177/208)
2023-07-17T20:48:10.8118859Z remote: Counting objects: 86% (179/208)
2023-07-17T20:48:10.8119293Z remote: Counting objects: 87% (181/208)
2023-07-17T20:48:10.8120174Z remote: Counting objects: 88% (184/208)
2023-07-17T20:48:10.8120674Z remote: Counting objects: 89% (186/208)
2023-07-17T20:48:10.8122189Z remote: Counting objects: 90% (188/208)
2023-07-17T20:48:10.8122667Z remote: Counting objects: 91% (190/208)
2023-07-17T20:48:10.8123466Z remote: Counting objects: 92% (192/208)
2023-07-17T20:48:10.8123898Z remote: Counting objects: 93% (194/208)
2023-07-17T20:48:10.8125324Z remote: Counting objects: 94% (196/208)
2023-07-17T20:48:10.8126207Z remote: Counting objects: 95% (198/208)
2023-07-17T20:48:10.8126513Z remote: Counting objects: 96% (200/208)
2023-07-17T20:48:10.8126822Z remote: Counting objects: 97% (202/208)
2023-07-17T20:48:10.8127191Z remote: Counting objects: 98% (204/208)
2023-07-17T20:48:10.8127479Z remote: Counting objects: 99% (206/208)
2023-07-17T20:48:10.8127781Z remote: Counting objects: 100% (208/208)
2023-07-17T20:48:10.8128104Z remote: Counting objects: 100% (208/208), done.
2023-07-17T20:48:10.8128705Z remote: Compressing objects: 0% (1/198)
2023-07-17T20:48:10.8129279Z remote: Compressing objects: 1% (2/198)
2023-07-17T20:48:10.8130431Z remote: Compressing objects: 2% (4/198)
2023-07-17T20:48:10.8131180Z remote: Compressing objects: 3% (6/198)
2023-07-17T20:48:10.8131807Z remote: Compressing objects: 4% (8/198)
2023-07-17T20:48:10.8132515Z remote: Compressing objects: 5% (10/198)
2023-07-17T20:48:10.8177877Z remote: Compressing objects: 6% (12/198)
2023-07-17T20:48:10.8183414Z remote: Compressing objects: 7% (14/198)
2023-07-17T20:48:10.8184196Z remote: Compressing objects: 8% (16/198)
2023-07-17T20:48:10.8184543Z remote: Compressing objects: 9% (18/198)
2023-07-17T20:48:10.8185166Z remote: Compressing objects: 10% (20/198)
2023-07-17T20:48:10.8185480Z remote: Compressing objects: 11% (22/198)
2023-07-17T20:48:10.8185808Z remote: Compressing objects: 12% (24/198)
2023-07-17T20:48:10.8186157Z remote: Compressing objects: 13% (26/198)
2023-07-17T20:48:10.8186466Z remote: Compressing objects: 14% (28/198)
2023-07-17T20:48:10.8186796Z remote: Compressing objects: 15% (30/198)
2023-07-17T20:48:10.8187119Z remote: Compressing objects: 16% (32/198)
2023-07-17T20:48:10.8295279Z remote: Compressing objects: 17% (34/198)
2023-07-17T20:48:10.8296698Z remote: Compressing objects: 18% (36/198)
2023-07-17T20:48:10.8297041Z remote: Compressing objects: 19% (38/198)
2023-07-17T20:48:10.8297379Z remote: Compressing objects: 20% (40/198)
2023-07-17T20:48:10.8297689Z remote: Compressing objects: 21% (42/198)
2023-07-17T20:48:10.8298019Z remote: Compressing objects: 22% (44/198)
2023-07-17T20:48:10.8298353Z remote: Compressing objects: 23% (46/198)
2023-07-17T20:48:10.8298663Z remote: Compressing objects: 24% (48/198)
2023-07-17T20:48:10.8299005Z remote: Compressing objects: 25% (50/198)
2023-07-17T20:48:10.8299327Z remote: Compressing objects: 26% (52/198)
2023-07-17T20:48:10.8299650Z remote: Compressing objects: 27% (54/198)
2023-07-17T20:48:10.8299952Z remote: Compressing objects: 28% (56/198)
2023-07-17T20:48:10.8300274Z remote: Compressing objects: 29% (58/198)
2023-07-17T20:48:10.8301113Z remote: Compressing objects: 30% (60/198)
2023-07-17T20:48:10.8301421Z remote: Compressing objects: 31% (62/198)
2023-07-17T20:48:10.8301747Z remote: Compressing objects: 32% (64/198)
2023-07-17T20:48:10.8302127Z remote: Compressing objects: 33% (66/198)
2023-07-17T20:48:10.8302433Z remote: Compressing objects: 34% (68/198)
2023-07-17T20:48:10.8302836Z remote: Compressing objects: 35% (70/198)
2023-07-17T20:48:10.8303844Z remote: Compressing objects: 36% (72/198)
2023-07-17T20:48:10.8304302Z remote: Compressing objects: 37% (74/198)
2023-07-17T20:48:10.8304896Z remote: Compressing objects: 38% (76/198)
2023-07-17T20:48:10.8305252Z remote: Compressing objects: 39% (78/198)
2023-07-17T20:48:10.8305574Z remote: Compressing objects: 40% (80/198)
2023-07-17T20:48:10.8374131Z remote: Compressing objects: 41% (82/198)
2023-07-17T20:48:10.8374592Z remote: Compressing objects: 42% (84/198)
2023-07-17T20:48:10.8375071Z remote: Compressing objects: 43% (86/198)
2023-07-17T20:48:10.8375386Z remote: Compressing objects: 44% (88/198)
2023-07-17T20:48:10.8375716Z remote: Compressing objects: 45% (90/198)
2023-07-17T20:48:10.8376038Z remote: Compressing objects: 46% (92/198)
2023-07-17T20:48:10.8376366Z remote: Compressing objects: 47% (94/198)
2023-07-17T20:48:10.8376670Z remote: Compressing objects: 48% (96/198)
2023-07-17T20:48:10.8376994Z remote: Compressing objects: 49% (98/198)
2023-07-17T20:48:10.8448635Z remote: Compressing objects: 50% (99/198)
2023-07-17T20:48:10.8449871Z remote: Compressing objects: 51% (101/198)
2023-07-17T20:48:10.8451221Z remote: Compressing objects: 52% (103/198)
2023-07-17T20:48:10.8451656Z remote: Compressing objects: 53% (105/198)
2023-07-17T20:48:10.8452797Z remote: Compressing objects: 54% (107/198)
2023-07-17T20:48:10.8453149Z remote: Compressing objects: 55% (109/198)
2023-07-17T20:48:10.8453495Z remote: Compressing objects: 56% (111/198)
2023-07-17T20:48:10.8453822Z remote: Compressing objects: 57% (113/198)
2023-07-17T20:48:10.8454153Z remote: Compressing objects: 58% (115/198)
2023-07-17T20:48:10.8454461Z remote: Compressing objects: 59% (117/198)
2023-07-17T20:48:10.8454784Z remote: Compressing objects: 60% (119/198)
2023-07-17T20:48:10.8455110Z remote: Compressing objects: 61% (121/198)
2023-07-17T20:48:10.8455458Z remote: Compressing objects: 62% (123/198)
2023-07-17T20:48:10.8456324Z remote: Compressing objects: 63% (125/198)
2023-07-17T20:48:10.8456681Z remote: Compressing objects: 64% (127/198)
2023-07-17T20:48:10.8457008Z remote: Compressing objects: 65% (129/198)
2023-07-17T20:48:10.8457313Z remote: Compressing objects: 66% (131/198)
2023-07-17T20:48:10.8457637Z remote: Compressing objects: 67% (133/198)
2023-07-17T20:48:10.8558153Z remote: Compressing objects: 68% (135/198)
2023-07-17T20:48:10.8558733Z remote: Compressing objects: 69% (137/198)
2023-07-17T20:48:10.8559052Z remote: Compressing objects: 70% (139/198)
2023-07-17T20:48:10.8559385Z remote: Compressing objects: 71% (141/198)
2023-07-17T20:48:10.8559717Z remote: Compressing objects: 72% (143/198)
2023-07-17T20:48:10.8560189Z remote: Compressing objects: 73% (145/198)
2023-07-17T20:48:10.8560824Z remote: Compressing objects: 74% (147/198)
2023-07-17T20:48:10.8561157Z remote: Compressing objects: 75% (149/198)
2023-07-17T20:48:10.8561480Z remote: Compressing objects: 76% (151/198)
2023-07-17T20:48:10.8561812Z remote: Compressing objects: 77% (153/198)
2023-07-17T20:48:10.8562135Z remote: Compressing objects: 78% (155/198)
2023-07-17T20:48:10.8562458Z remote: Compressing objects: 79% (157/198)
2023-07-17T20:48:10.8562766Z remote: Compressing objects: 80% (159/198)
2023-07-17T20:48:10.8563575Z remote: Compressing objects: 81% (161/198)
2023-07-17T20:48:10.8563902Z remote: Compressing objects: 82% (163/198)
2023-07-17T20:48:10.8564212Z remote: Compressing objects: 83% (165/198)
2023-07-17T20:48:10.8564534Z remote: Compressing objects: 84% (167/198)
2023-07-17T20:48:10.8564853Z remote: Compressing objects: 85% (169/198)
2023-07-17T20:48:10.8565155Z remote: Compressing objects: 86% (171/198)
2023-07-17T20:48:10.8565481Z remote: Compressing objects: 87% (173/198)
2023-07-17T20:48:10.8565799Z remote: Compressing objects: 88% (175/198)
2023-07-17T20:48:10.8566115Z remote: Compressing objects: 89% (177/198)
2023-07-17T20:48:10.8566437Z remote: Compressing objects: 90% (179/198)
2023-07-17T20:48:10.8566760Z remote: Compressing objects: 91% (181/198)
2023-07-17T20:48:10.8567425Z remote: Compressing objects: 92% (183/198)
2023-07-17T20:48:10.8567891Z remote: Compressing objects: 93% (185/198)
2023-07-17T20:48:10.8568374Z remote: Compressing objects: 94% (187/198)
2023-07-17T20:48:10.8568870Z remote: Compressing objects: 95% (189/198)
2023-07-17T20:48:10.8569195Z remote: Compressing objects: 96% (191/198)
2023-07-17T20:48:10.8569519Z remote: Compressing objects: 97% (193/198)
2023-07-17T20:48:10.8570411Z remote: Compressing objects: 98% (195/198)
2023-07-17T20:48:10.8570886Z remote: Compressing objects: 99% (197/198)
2023-07-17T20:48:10.8571229Z remote: Compressing objects: 100% (198/198)
2023-07-17T20:48:10.8571879Z remote: Compressing objects: 100% (198/198), done.
2023-07-17T20:48:10.8612291Z Receiving objects: 0% (1/208)
2023-07-17T20:48:10.8612630Z Receiving objects: 1% (3/208)
2023-07-17T20:48:10.8613652Z Receiving objects: 2% (5/208)
2023-07-17T20:48:10.8613929Z Receiving objects: 3% (7/208)
2023-07-17T20:48:10.8614210Z Receiving objects: 4% (9/208)
2023-07-17T20:48:10.8815899Z Receiving objects: 5% (11/208)
2023-07-17T20:48:10.8816280Z Receiving objects: 6% (13/208)
2023-07-17T20:48:10.8816746Z Receiving objects: 7% (15/208)
2023-07-17T20:48:10.8817139Z Receiving objects: 8% (17/208)
2023-07-17T20:48:10.8817402Z Receiving objects: 9% (19/208)
2023-07-17T20:48:10.8817683Z Receiving objects: 10% (21/208)
2023-07-17T20:48:10.8817960Z Receiving objects: 11% (23/208)
2023-07-17T20:48:10.8824064Z Receiving objects: 12% (25/208)
2023-07-17T20:48:10.8824436Z Receiving objects: 13% (28/208)
2023-07-17T20:48:10.8825027Z Receiving objects: 14% (30/208)
2023-07-17T20:48:10.8832106Z Receiving objects: 15% (32/208)
2023-07-17T20:48:10.8833672Z Receiving objects: 16% (34/208)
2023-07-17T20:48:10.8836738Z Receiving objects: 17% (36/208)
2023-07-17T20:48:10.8839173Z Receiving objects: 18% (38/208)
2023-07-17T20:48:10.8842724Z Receiving objects: 19% (40/208)
2023-07-17T20:48:10.8844166Z Receiving objects: 20% (42/208)
2023-07-17T20:48:10.8846029Z Receiving objects: 21% (44/208)
2023-07-17T20:48:10.8850179Z Receiving objects: 22% (46/208)
2023-07-17T20:48:10.8852550Z Receiving objects: 23% (48/208)
2023-07-17T20:48:10.9009050Z Receiving objects: 24% (50/208)
2023-07-17T20:48:10.9009362Z Receiving objects: 25% (52/208)
2023-07-17T20:48:10.9009643Z Receiving objects: 26% (55/208)
2023-07-17T20:48:10.9011616Z Receiving objects: 27% (57/208)
2023-07-17T20:48:10.9027958Z Receiving objects: 28% (59/208)
2023-07-17T20:48:10.9028270Z Receiving objects: 29% (61/208)
2023-07-17T20:48:10.9028555Z Receiving objects: 30% (63/208)
2023-07-17T20:48:10.9028839Z Receiving objects: 31% (65/208)
2023-07-17T20:48:10.9029106Z Receiving objects: 32% (67/208)
2023-07-17T20:48:10.9031394Z Receiving objects: 33% (69/208)
2023-07-17T20:48:10.9031723Z Receiving objects: 34% (71/208)
2023-07-17T20:48:10.9031986Z Receiving objects: 35% (73/208)
2023-07-17T20:48:10.9032273Z Receiving objects: 36% (75/208)
2023-07-17T20:48:10.9043291Z Receiving objects: 37% (77/208)
2023-07-17T20:48:10.9043589Z Receiving objects: 38% (80/208)
2023-07-17T20:48:10.9044255Z Receiving objects: 39% (82/208)
2023-07-17T20:48:10.9052025Z Receiving objects: 40% (84/208)
2023-07-17T20:48:10.9052336Z Receiving objects: 41% (86/208)
2023-07-17T20:48:10.9052604Z Receiving objects: 42% (88/208)
2023-07-17T20:48:10.9069095Z Receiving objects: 43% (90/208)
2023-07-17T20:48:10.9071241Z Receiving objects: 44% (92/208)
2023-07-17T20:48:10.9071519Z Receiving objects: 45% (94/208)
2023-07-17T20:48:10.9074185Z Receiving objects: 46% (96/208)
2023-07-17T20:48:10.9074558Z Receiving objects: 47% (98/208)
2023-07-17T20:48:10.9074845Z Receiving objects: 48% (100/208)
2023-07-17T20:48:10.9075150Z Receiving objects: 49% (102/208)
2023-07-17T20:48:10.9078730Z Receiving objects: 50% (104/208)
2023-07-17T20:48:10.9197603Z Receiving objects: 51% (107/208)
2023-07-17T20:48:10.9202022Z Receiving objects: 52% (109/208)
2023-07-17T20:48:10.9221737Z Receiving objects: 53% (111/208)
2023-07-17T20:48:10.9222071Z Receiving objects: 54% (113/208)
2023-07-17T20:48:10.9222384Z Receiving objects: 55% (115/208)
2023-07-17T20:48:10.9253895Z Receiving objects: 56% (117/208)
2023-07-17T20:48:10.9263660Z Receiving objects: 57% (119/208)
2023-07-17T20:48:10.9264038Z Receiving objects: 58% (121/208)
2023-07-17T20:48:10.9265229Z Receiving objects: 59% (123/208)
2023-07-17T20:48:10.9269098Z Receiving objects: 60% (125/208)
2023-07-17T20:48:10.9271326Z Receiving objects: 61% (127/208)
2023-07-17T20:48:10.9278832Z Receiving objects: 62% (129/208)
2023-07-17T20:48:10.9285735Z Receiving objects: 63% (132/208)
2023-07-17T20:48:10.9407519Z Receiving objects: 64% (134/208)
2023-07-17T20:48:10.9408985Z Receiving objects: 65% (136/208)
2023-07-17T20:48:10.9409307Z Receiving objects: 66% (138/208)
2023-07-17T20:48:10.9413487Z Receiving objects: 67% (140/208)
2023-07-17T20:48:10.9469664Z Receiving objects: 68% (142/208)
2023-07-17T20:48:10.9470012Z Receiving objects: 69% (144/208)
2023-07-17T20:48:10.9470285Z Receiving objects: 70% (146/208)
2023-07-17T20:48:10.9470572Z Receiving objects: 71% (148/208)
2023-07-17T20:48:10.9470887Z Receiving objects: 72% (150/208)
2023-07-17T20:48:10.9471149Z Receiving objects: 73% (152/208)
2023-07-17T20:48:10.9471502Z Receiving objects: 74% (154/208)
2023-07-17T20:48:10.9471776Z Receiving objects: 75% (156/208)
2023-07-17T20:48:10.9472037Z Receiving objects: 76% (159/208)
2023-07-17T20:48:10.9472315Z Receiving objects: 77% (161/208)
2023-07-17T20:48:10.9473024Z remote: Total 208 (delta 4), reused 96 (delta 0), pack-reused 0
2023-07-17T20:48:10.9506527Z Receiving objects: 78% (163/208)
2023-07-17T20:48:10.9506866Z Receiving objects: 79% (165/208)
2023-07-17T20:48:10.9507182Z Receiving objects: 80% (167/208)
2023-07-17T20:48:10.9507468Z Receiving objects: 81% (169/208)
2023-07-17T20:48:10.9507733Z Receiving objects: 82% (171/208)
2023-07-17T20:48:10.9508015Z Receiving objects: 83% (173/208)
2023-07-17T20:48:10.9508304Z Receiving objects: 84% (175/208)
2023-07-17T20:48:10.9508564Z Receiving objects: 85% (177/208)
2023-07-17T20:48:10.9508850Z Receiving objects: 86% (179/208)
2023-07-17T20:48:10.9509186Z Receiving objects: 87% (181/208)
2023-07-17T20:48:10.9509445Z Receiving objects: 88% (184/208)
2023-07-17T20:48:10.9509719Z Receiving objects: 89% (186/208)
2023-07-17T20:48:10.9510296Z Receiving objects: 90% (188/208)
2023-07-17T20:48:10.9510561Z Receiving objects: 91% (190/208)
2023-07-17T20:48:10.9510838Z Receiving objects: 92% (192/208)
2023-07-17T20:48:10.9511114Z Receiving objects: 93% (194/208)
2023-07-17T20:48:10.9511373Z Receiving objects: 94% (196/208)
2023-07-17T20:48:10.9511657Z Receiving objects: 95% (198/208)
2023-07-17T20:48:10.9511938Z Receiving objects: 96% (200/208)
2023-07-17T20:48:10.9512212Z Receiving objects: 97% (202/208)
2023-07-17T20:48:10.9512474Z Receiving objects: 98% (204/208)
2023-07-17T20:48:10.9512749Z Receiving objects: 99% (206/208)
2023-07-17T20:48:10.9513023Z Receiving objects: 100% (208/208)
2023-07-17T20:48:10.9513320Z Receiving objects: 100% (208/208), 370.46 KiB | 4.07 MiB/s, done.
2023-07-17T20:48:10.9553459Z Resolving deltas: 0% (0/4)
2023-07-17T20:48:10.9553756Z Resolving deltas: 25% (1/4)
2023-07-17T20:48:10.9554017Z Resolving deltas: 50% (2/4)
2023-07-17T20:48:10.9554290Z Resolving deltas: 75% (3/4)
2023-07-17T20:48:10.9554561Z Resolving deltas: 100% (4/4)
2023-07-17T20:48:10.9554824Z Resolving deltas: 100% (4/4), done.
2023-07-17T20:48:10.9691162Z From https://github.com/sfackler/rust-openssl
2023-07-17T20:48:10.9691800Z * [new ref] 9c162ab468d889db34af7dc9d00807287036b09a -> pull/1993/merge
2023-07-17T20:48:10.9746650Z ##[endgroup]
2023-07-17T20:48:10.9747176Z ##[group]Determining the checkout info
2023-07-17T20:48:10.9747648Z ##[endgroup]
2023-07-17T20:48:10.9748179Z ##[group]Checking out the ref
2023-07-17T20:48:10.9748894Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1993/merge
2023-07-17T20:48:10.9970039Z Note: switching to 'refs/remotes/pull/1993/merge'.
2023-07-17T20:48:10.9971392Z
2023-07-17T20:48:10.9972221Z You are in 'detached HEAD' state. You can look around, make experimental
2023-07-17T20:48:10.9972753Z changes and commit them, and you can discard any commits you make in this
2023-07-17T20:48:10.9973183Z state without impacting any branches by switching back to a branch.
2023-07-17T20:48:10.9973444Z
2023-07-17T20:48:10.9973624Z If you want to create a new branch to retain commits you create, you may
2023-07-17T20:48:10.9974131Z do so (now or later) by using -c with the switch command. Example:
2023-07-17T20:48:10.9974354Z
2023-07-17T20:48:10.9974572Z git switch -c
2023-07-17T20:48:10.9974760Z
2023-07-17T20:48:10.9975413Z Or undo this operation with:
2023-07-17T20:48:10.9975614Z
2023-07-17T20:48:10.9975725Z git switch -
2023-07-17T20:48:10.9975894Z
2023-07-17T20:48:10.9976107Z Turn off this advice by setting config variable advice.detachedHead to false
2023-07-17T20:48:10.9976354Z
2023-07-17T20:48:10.9976853Z HEAD is now at 9c162ab Merge 5529c79de96f3c67b862c2320edc22198551b6d5 into 50787ed35bf9efa9dd3cbb1993a2564014b67489
2023-07-17T20:48:11.0009071Z ##[endgroup]
2023-07-17T20:48:11.0053162Z [command]/usr/bin/git log -1 --format='%H'
2023-07-17T20:48:11.0091349Z '9c162ab468d889db34af7dc9d00807287036b09a'
2023-07-17T20:48:11.0512676Z ##[group]Run sfackler/actions/rustup@master
2023-07-17T20:48:11.0513081Z with:
2023-07-17T20:48:11.0513316Z version: stable
2023-07-17T20:48:11.0513524Z env:
2023-07-17T20:48:11.0513759Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:11.0514408Z RUST_BACKTRACE: 1
2023-07-17T20:48:11.0514662Z ##[endgroup]
2023-07-17T20:48:11.0945220Z ##[group]Run rustup update --no-self-update stable
2023-07-17T20:48:11.0945686Z �[36;1mrustup update --no-self-update stable�[0m
2023-07-17T20:48:11.1025361Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2023-07-17T20:48:11.1025718Z env:
2023-07-17T20:48:11.1025954Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:11.1026216Z RUST_BACKTRACE: 1
2023-07-17T20:48:11.1026548Z ##[endgroup]
2023-07-17T20:48:11.4711030Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2023-07-17T20:48:11.6393109Z info: latest update on 2023-07-13, rust version 1.71.0 (8ede3aae2 2023-07-12)
2023-07-17T20:48:11.6844549Z info: downloading component 'clippy'
2023-07-17T20:48:11.7226792Z info: downloading component 'rustfmt'
2023-07-17T20:48:11.7640244Z info: downloading component 'cargo'
2023-07-17T20:48:11.8711859Z info: downloading component 'rust-std'
2023-07-17T20:48:12.2146558Z info: downloading component 'rustc'
2023-07-17T20:48:13.0932052Z info: removing previous version of component 'clippy'
2023-07-17T20:48:13.0944981Z info: removing previous version of component 'rustfmt'
2023-07-17T20:48:13.0955779Z info: removing previous version of component 'cargo'
2023-07-17T20:48:13.0987044Z info: removing previous version of component 'rust-std'
2023-07-17T20:48:13.1045088Z info: removing previous version of component 'rustc'
2023-07-17T20:48:13.1074909Z info: installing component 'clippy'
2023-07-17T20:48:13.4102367Z info: installing component 'rustfmt'
2023-07-17T20:48:13.7703616Z info: installing component 'cargo'
2023-07-17T20:48:14.6104077Z info: installing component 'rust-std'
2023-07-17T20:48:17.3722941Z info: installing component 'rustc'
2023-07-17T20:48:23.7752627Z
2023-07-17T20:48:23.7931867Z stable-x86_64-unknown-linux-gnu updated - rustc 1.71.0 (8ede3aae2 2023-07-12) (from rustc 1.70.0 (90c541806 2023-05-31))
2023-07-17T20:48:23.7949890Z
2023-07-17T20:48:23.7999972Z ##[group]Run rustup default stable
2023-07-17T20:48:23.8000245Z �[36;1mrustup default stable�[0m
2023-07-17T20:48:23.8065164Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2023-07-17T20:48:23.8065458Z env:
2023-07-17T20:48:23.8065682Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:23.8065902Z RUST_BACKTRACE: 1
2023-07-17T20:48:23.8066126Z ##[endgroup]
2023-07-17T20:48:23.8195976Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2023-07-17T20:48:23.8218224Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2023-07-17T20:48:23.8218789Z
2023-07-17T20:48:23.8400422Z stable-x86_64-unknown-linux-gnu unchanged - rustc 1.71.0 (8ede3aae2 2023-07-12)
2023-07-17T20:48:23.8401389Z
2023-07-17T20:48:23.8478440Z ##[group]Run echo "version=$(rustc --version)" >> $GITHUB_OUTPUT
2023-07-17T20:48:23.8478822Z �[36;1mecho "version=$(rustc --version)" >> $GITHUB_OUTPUT�[0m
2023-07-17T20:48:23.8543567Z shell: /usr/bin/bash -e {0}
2023-07-17T20:48:23.8543815Z env:
2023-07-17T20:48:23.8544060Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:23.8544317Z RUST_BACKTRACE: 1
2023-07-17T20:48:23.8544547Z ##[endgroup]
2023-07-17T20:48:23.9911204Z ##[group]Run actions/cache@v3
2023-07-17T20:48:23.9911496Z with:
2023-07-17T20:48:23.9911715Z path: ~/.cargo/registry/index
2023-07-17T20:48:23.9911974Z key: index-Linux-1733
2023-07-17T20:48:23.9912231Z restore-keys: index-Linux-
2023-07-17T20:48:23.9913205Z enableCrossOsArchive: false
2023-07-17T20:48:23.9913516Z fail-on-cache-miss: false
2023-07-17T20:48:23.9913781Z lookup-only: false
2023-07-17T20:48:23.9913987Z env:
2023-07-17T20:48:23.9914227Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:23.9914467Z RUST_BACKTRACE: 1
2023-07-17T20:48:23.9914676Z ##[endgroup]
2023-07-17T20:48:25.1406069Z Received 170350 of 170350 (100.0%), 0.5 MBs/sec
2023-07-17T20:48:25.1406952Z Cache Size: ~0 MB (170350 B)
2023-07-17T20:48:25.1449657Z [command]/usr/bin/tar -xf /home/runner/work/_temp/95629f47-049f-45ec-88a9-afc568c3612e/cache.tzst -P -C /home/runner/work/rust-openssl/rust-openssl --use-compress-program unzstd
2023-07-17T20:48:25.1635275Z Cache restored successfully
2023-07-17T20:48:25.2003823Z Cache restored from key: index-Linux-1732
2023-07-17T20:48:25.2164813Z ##[group]Run cargo generate-lockfile
2023-07-17T20:48:25.2165362Z �[36;1mcargo generate-lockfile�[0m
2023-07-17T20:48:25.2232456Z shell: /usr/bin/bash -e {0}
2023-07-17T20:48:25.2232712Z env:
2023-07-17T20:48:25.2232961Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:25.2233227Z RUST_BACKTRACE: 1
2023-07-17T20:48:25.2233478Z ##[endgroup]
2023-07-17T20:48:25.3403538Z Updating crates.io index
2023-07-17T20:48:25.9703989Z ##[group]Run actions/cache@v3
2023-07-17T20:48:25.9704259Z with:
2023-07-17T20:48:25.9704489Z path: ~/.cargo/registry/cache
2023-07-17T20:48:25.9705185Z key: registry-Linux-rustc 1.71.0 (8ede3aae2 2023-07-12)-579924807dbf10e37dd22744e90f34abbee3c13e7648bc14e4731fd25b0a5460
2023-07-17T20:48:25.9705563Z enableCrossOsArchive: false
2023-07-17T20:48:25.9705824Z fail-on-cache-miss: false
2023-07-17T20:48:25.9706052Z lookup-only: false
2023-07-17T20:48:25.9706262Z env:
2023-07-17T20:48:25.9706477Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:25.9706703Z RUST_BACKTRACE: 1
2023-07-17T20:48:25.9706918Z ##[endgroup]
2023-07-17T20:48:27.6897226Z Received 86423 of 16863639 (0.5%), 0.1 MBs/sec
2023-07-17T20:48:28.1351706Z Received 16863639 of 16863639 (100.0%), 11.1 MBs/sec
2023-07-17T20:48:28.1352722Z Cache Size: ~16 MB (16863639 B)
2023-07-17T20:48:28.1392300Z [command]/usr/bin/tar -xf /home/runner/work/_temp/d7b44ed0-6a13-4ff7-b493-ce907ebfbd40/cache.tzst -P -C /home/runner/work/rust-openssl/rust-openssl --use-compress-program unzstd
2023-07-17T20:48:28.1817464Z Cache restored successfully
2023-07-17T20:48:28.1973904Z Cache restored from key: registry-Linux-rustc 1.71.0 (8ede3aae2 2023-07-12)-579924807dbf10e37dd22744e90f34abbee3c13e7648bc14e4731fd25b0a5460
2023-07-17T20:48:28.2085119Z ##[group]Run cargo fetch
2023-07-17T20:48:28.2085513Z �[36;1mcargo fetch�[0m
2023-07-17T20:48:28.2144317Z shell: /usr/bin/bash -e {0}
2023-07-17T20:48:28.2145910Z env:
2023-07-17T20:48:28.2146252Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:28.2146671Z RUST_BACKTRACE: 1
2023-07-17T20:48:28.2146968Z ##[endgroup]
2023-07-17T20:48:30.2303022Z ##[group]Run actions/cache@v3
2023-07-17T20:48:30.2303464Z with:
2023-07-17T20:48:30.2303931Z path: target
2023-07-17T20:48:30.2353410Z key: target-clippy-rustc 1.71.0 (8ede3aae2 2023-07-12)-579924807dbf10e37dd22744e90f34abbee3c13e7648bc14e4731fd25b0a5460
2023-07-17T20:48:30.2353925Z enableCrossOsArchive: false
2023-07-17T20:48:30.2354211Z fail-on-cache-miss: false
2023-07-17T20:48:30.2354496Z lookup-only: false
2023-07-17T20:48:30.2354715Z env:
2023-07-17T20:48:30.2354949Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:30.2355199Z RUST_BACKTRACE: 1
2023-07-17T20:48:30.2355429Z ##[endgroup]
2023-07-17T20:48:31.9630628Z Received 0 of 100891338 (0.0%), 0.0 MBs/sec
2023-07-17T20:48:32.9704345Z Received 54525952 of 100891338 (54.0%), 26.0 MBs/sec
2023-07-17T20:48:33.8030552Z Received 100891338 of 100891338 (100.0%), 33.9 MBs/sec
2023-07-17T20:48:33.8031806Z Cache Size: ~96 MB (100891338 B)
2023-07-17T20:48:33.8074896Z [command]/usr/bin/tar -xf /home/runner/work/_temp/5de46415-a592-45ae-a02d-6d8732a1133f/cache.tzst -P -C /home/runner/work/rust-openssl/rust-openssl --use-compress-program unzstd
2023-07-17T20:48:34.6402262Z Cache restored successfully
2023-07-17T20:48:34.6829144Z Cache restored from key: target-clippy-rustc 1.71.0 (8ede3aae2 2023-07-12)-579924807dbf10e37dd22744e90f34abbee3c13e7648bc14e4731fd25b0a5460
2023-07-17T20:48:34.6989734Z ##[group]Run cargo clippy --all --all-targets
2023-07-17T20:48:34.6990189Z �[36;1mcargo clippy --all --all-targets�[0m
2023-07-17T20:48:34.7053698Z shell: /usr/bin/bash -e {0}
2023-07-17T20:48:34.7053984Z env:
2023-07-17T20:48:34.7054418Z RUSTFLAGS: -Dwarnings
2023-07-17T20:48:34.7054703Z RUST_BACKTRACE: 1
2023-07-17T20:48:34.7054973Z ##[endgroup]
2023-07-17T20:48:35.0625515Z Compiling openssl-sys v0.9.90 (/home/runner/work/rust-openssl/rust-openssl/openssl-sys)
2023-07-17T20:48:35.0645370Z Compiling openssl v0.10.55 (/home/runner/work/rust-openssl/rust-openssl/openssl)
2023-07-17T20:48:35.3930277Z Compiling openssl-macros v0.1.1 (/home/runner/work/rust-openssl/rust-openssl/openssl-macros)
2023-07-17T20:48:35.9420128Z Compiling openssl-errors v0.2.0 (/home/runner/work/rust-openssl/rust-openssl/openssl-errors)
2023-07-17T20:48:36.1674536Z Compiling systest v0.1.0 (/home/runner/work/rust-openssl/rust-openssl/systest)
2023-07-17T20:48:53.6252521Z Finished dev [unoptimized + debuginfo] target(s) in 18.67s
2023-07-17T20:48:53.7384438Z Post job cleanup.
2023-07-17T20:48:53.9223877Z Cache hit occurred on the primary key target-clippy-rustc 1.71.0 (8ede3aae2 2023-07-12)-579924807dbf10e37dd22744e90f34abbee3c13e7648bc14e4731fd25b0a5460, not saving cache.
2023-07-17T20:48:54.0362837Z Post job cleanup.
2023-07-17T20:48:54.2267576Z Cache hit occurred on the primary key registry-Linux-rustc 1.71.0 (8ede3aae2 2023-07-12)-579924807dbf10e37dd22744e90f34abbee3c13e7648bc14e4731fd25b0a5460, not saving cache.
2023-07-17T20:48:54.2379897Z Post job cleanup.
2023-07-17T20:48:54.4451077Z [command]/usr/bin/tar --posix -cf cache.tzst --exclude cache.tzst -P -C /home/runner/work/rust-openssl/rust-openssl --files-from manifest.txt --use-compress-program zstdmt
2023-07-17T20:48:55.2134096Z Cache Size: ~0 MB (170428 B)
2023-07-17T20:48:55.4377267Z Cache saved successfully
2023-07-17T20:48:55.4388984Z Cache saved with key: index-Linux-1733
2023-07-17T20:48:55.4516583Z Post job cleanup.
2023-07-17T20:48:55.5849752Z [command]/usr/bin/git version
2023-07-17T20:48:55.5914607Z git version 2.41.0
2023-07-17T20:48:55.5987159Z Temporarily overriding HOME='/home/runner/work/_temp/630e6a32-8b04-4b15-8c53-f446b33388f2' before making global git config changes
2023-07-17T20:48:55.5989849Z Adding repository directory to the temporary git global config as a safe directory
2023-07-17T20:48:55.5998247Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/rust-openssl/rust-openssl
2023-07-17T20:48:55.6084647Z [command]/usr/bin/git config --local --name-only --get-regexp core.sshCommand
2023-07-17T20:48:55.6151513Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-07-17T20:48:55.6496762Z [command]/usr/bin/git config --local --name-only --get-regexp http.https://github.com/.extraheader
2023-07-17T20:48:55.6556289Z http.https://github.com/.extraheader
2023-07-17T20:48:55.6579290Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2023-07-17T20:48:55.6621624Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http.https://github.com/.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-07-17T20:48:55.7170423Z Cleaning up orphan processes