2024-07-30T23:15:02.6961205Z Current runner version: '2.317.0'
2024-07-30T23:15:02.6987475Z ##[group]Operating System
2024-07-30T23:15:02.6988157Z Ubuntu
2024-07-30T23:15:02.6988495Z 22.04.4
2024-07-30T23:15:02.6988921Z LTS
2024-07-30T23:15:02.6989246Z ##[endgroup]
2024-07-30T23:15:02.6989638Z ##[group]Runner Image
2024-07-30T23:15:02.6990107Z Image: ubuntu-22.04
2024-07-30T23:15:02.6990504Z Version: 20240721.1.0
2024-07-30T23:15:02.6991494Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240721.1/images/ubuntu/Ubuntu2204-Readme.md
2024-07-30T23:15:02.6992959Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240721.1
2024-07-30T23:15:02.6993823Z ##[endgroup]
2024-07-30T23:15:02.6994234Z ##[group]Runner Image Provisioner
2024-07-30T23:15:02.6994735Z 2.0.374.1
2024-07-30T23:15:02.6995091Z ##[endgroup]
2024-07-30T23:15:02.6996111Z ##[group]GITHUB_TOKEN Permissions
2024-07-30T23:15:02.6997635Z Contents: read
2024-07-30T23:15:02.6998072Z Metadata: read
2024-07-30T23:15:02.6998724Z Packages: read
2024-07-30T23:15:02.6999191Z ##[endgroup]
2024-07-30T23:15:02.7002361Z Secret source: Actions
2024-07-30T23:15:02.7002970Z Prepare workflow directory
2024-07-30T23:15:02.7620779Z Prepare all required actions
2024-07-30T23:15:02.7780115Z Getting action download info
2024-07-30T23:15:02.9887940Z Download action repository 'actions/checkout@v2' (SHA:ee0669bd1cc54295c223e0bb666b733df41de1c5)
2024-07-30T23:15:03.1253116Z Download action repository 'actions/setup-python@v2' (SHA:e9aba2c848f5ebd159c070c61ea2c4e2b122355e)
2024-07-30T23:15:03.3267201Z Complete job name: build (3.1)
2024-07-30T23:15:03.4361389Z ##[group]Run actions/checkout@v2
2024-07-30T23:15:03.4362109Z with:
2024-07-30T23:15:03.4362472Z repository: AgentOps-AI/agentops
2024-07-30T23:15:03.4363206Z token: ***
2024-07-30T23:15:03.4363690Z ssh-strict: true
2024-07-30T23:15:03.4364075Z persist-credentials: true
2024-07-30T23:15:03.4364545Z clean: true
2024-07-30T23:15:03.4364981Z fetch-depth: 1
2024-07-30T23:15:03.4365327Z lfs: false
2024-07-30T23:15:03.4365739Z submodules: false
2024-07-30T23:15:03.4366211Z set-safe-directory: true
2024-07-30T23:15:03.4366610Z ##[endgroup]
2024-07-30T23:15:03.6143577Z Syncing repository: AgentOps-AI/agentops
2024-07-30T23:15:03.6145925Z ##[group]Getting Git version info
2024-07-30T23:15:03.6147172Z Working directory is '/home/runner/work/agentops/agentops'
2024-07-30T23:15:03.6148281Z [command]/usr/bin/git version
2024-07-30T23:15:03.6148912Z git version 2.45.2
2024-07-30T23:15:03.6172878Z ##[endgroup]
2024-07-30T23:15:03.6245903Z Temporarily overriding HOME='/home/runner/work/_temp/fefaec4f-cbc3-4117-a432-ad29661718bb' before making global git config changes
2024-07-30T23:15:03.6247951Z Adding repository directory to the temporary git global config as a safe directory
2024-07-30T23:15:03.6249424Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/agentops/agentops
2024-07-30T23:15:03.6283005Z Deleting the contents of '/home/runner/work/agentops/agentops'
2024-07-30T23:15:03.6292778Z ##[group]Initializing the repository
2024-07-30T23:15:03.6293780Z [command]/usr/bin/git init /home/runner/work/agentops/agentops
2024-07-30T23:15:03.6358827Z hint: Using 'master' as the name for the initial branch. This default branch name
2024-07-30T23:15:03.6360593Z hint: is subject to change. To configure the initial branch name to use in all
2024-07-30T23:15:03.6362204Z hint: of your new repositories, which will suppress this warning, call:
2024-07-30T23:15:03.6363084Z hint:
2024-07-30T23:15:03.6363611Z hint: git config --global init.defaultBranch <name>
2024-07-30T23:15:03.6364251Z hint:
2024-07-30T23:15:03.6364968Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2024-07-30T23:15:03.6365993Z hint: 'development'. The just-created branch can be renamed via this command:
2024-07-30T23:15:03.6366765Z hint:
2024-07-30T23:15:03.6367465Z hint: git branch -m <name>
2024-07-30T23:15:03.6368242Z Initialized empty Git repository in /home/runner/work/agentops/agentops/.git/
2024-07-30T23:15:03.6370088Z [command]/usr/bin/git remote add origin https://github.com/AgentOps-AI/agentops
2024-07-30T23:15:03.6406954Z ##[endgroup]
2024-07-30T23:15:03.6407708Z ##[group]Disabling automatic garbage collection
2024-07-30T23:15:03.6412780Z [command]/usr/bin/git config --local gc.auto 0
2024-07-30T23:15:03.6451367Z ##[endgroup]
2024-07-30T23:15:03.6452931Z ##[group]Setting up auth
2024-07-30T23:15:03.6461725Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-07-30T23:15:03.6495577Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2024-07-30T23:15:03.6798830Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-07-30T23:15:03.6829121Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2024-07-30T23:15:03.7068875Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2024-07-30T23:15:03.7106722Z ##[endgroup]
2024-07-30T23:15:03.7107493Z ##[group]Fetching the repository
2024-07-30T23:15:03.7114718Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +82c35628e46ba7003891e8ca1019496f3a73cae0:refs/remotes/pull/315/merge
2024-07-30T23:15:04.0555346Z remote: Enumerating objects: 228, done.
2024-07-30T23:15:04.0556834Z remote: Counting objects: 0% (1/228)
2024-07-30T23:15:04.0557866Z remote: Counting objects: 1% (3/228)
2024-07-30T23:15:04.0558813Z remote: Counting objects: 2% (5/228)
2024-07-30T23:15:04.0559793Z remote: Counting objects: 3% (7/228)
2024-07-30T23:15:04.0560464Z remote: Counting objects: 4% (10/228)
2024-07-30T23:15:04.0561108Z remote: Counting objects: 5% (12/228)
2024-07-30T23:15:04.0561768Z remote: Counting objects: 6% (14/228)
2024-07-30T23:15:04.0562405Z remote: Counting objects: 7% (16/228)
2024-07-30T23:15:04.0563013Z remote: Counting objects: 8% (19/228)
2024-07-30T23:15:04.0563645Z remote: Counting objects: 9% (21/228)
2024-07-30T23:15:04.0564271Z remote: Counting objects: 10% (23/228)
2024-07-30T23:15:04.0564888Z remote: Counting objects: 11% (26/228)
2024-07-30T23:15:04.0565534Z remote: Counting objects: 12% (28/228)
2024-07-30T23:15:04.0566166Z remote: Counting objects: 13% (30/228)
2024-07-30T23:15:04.0566768Z remote: Counting objects: 14% (32/228)
2024-07-30T23:15:04.0567405Z remote: Counting objects: 15% (35/228)
2024-07-30T23:15:04.0567996Z remote: Counting objects: 16% (37/228)
2024-07-30T23:15:04.0568634Z remote: Counting objects: 17% (39/228)
2024-07-30T23:15:04.0569307Z remote: Counting objects: 18% (42/228)
2024-07-30T23:15:04.0569903Z remote: Counting objects: 19% (44/228)
2024-07-30T23:15:04.0570453Z remote: Counting objects: 20% (46/228)
2024-07-30T23:15:04.0571122Z remote: Counting objects: 21% (48/228)
2024-07-30T23:15:04.0571723Z remote: Counting objects: 22% (51/228)
2024-07-30T23:15:04.0572278Z remote: Counting objects: 23% (53/228)
2024-07-30T23:15:04.0572955Z remote: Counting objects: 24% (55/228)
2024-07-30T23:15:04.0573541Z remote: Counting objects: 25% (57/228)
2024-07-30T23:15:04.0574113Z remote: Counting objects: 26% (60/228)
2024-07-30T23:15:04.0574767Z remote: Counting objects: 27% (62/228)
2024-07-30T23:15:04.0575351Z remote: Counting objects: 28% (64/228)
2024-07-30T23:15:04.0575952Z remote: Counting objects: 29% (67/228)
2024-07-30T23:15:04.0576559Z remote: Counting objects: 30% (69/228)
2024-07-30T23:15:04.0577146Z remote: Counting objects: 31% (71/228)
2024-07-30T23:15:04.0578011Z remote: Counting objects: 32% (73/228)
2024-07-30T23:15:04.0578993Z remote: Counting objects: 33% (76/228)
2024-07-30T23:15:04.0579659Z remote: Counting objects: 34% (78/228)
2024-07-30T23:15:04.0580271Z remote: Counting objects: 35% (80/228)
2024-07-30T23:15:04.0580924Z remote: Counting objects: 36% (83/228)
2024-07-30T23:15:04.0581530Z remote: Counting objects: 37% (85/228)
2024-07-30T23:15:04.0582123Z remote: Counting objects: 38% (87/228)
2024-07-30T23:15:04.0582765Z remote: Counting objects: 39% (89/228)
2024-07-30T23:15:04.0583372Z remote: Counting objects: 40% (92/228)
2024-07-30T23:15:04.0583955Z remote: Counting objects: 41% (94/228)
2024-07-30T23:15:04.0584582Z remote: Counting objects: 42% (96/228)
2024-07-30T23:15:04.0585187Z remote: Counting objects: 43% (99/228)
2024-07-30T23:15:04.0585785Z remote: Counting objects: 44% (101/228)
2024-07-30T23:15:04.0586443Z remote: Counting objects: 45% (103/228)
2024-07-30T23:15:04.0587088Z remote: Counting objects: 46% (105/228)
2024-07-30T23:15:04.0587700Z remote: Counting objects: 47% (108/228)
2024-07-30T23:15:04.0588340Z remote: Counting objects: 48% (110/228)
2024-07-30T23:15:04.0588944Z remote: Counting objects: 49% (112/228)
2024-07-30T23:15:04.0589547Z remote: Counting objects: 50% (114/228)
2024-07-30T23:15:04.0590201Z remote: Counting objects: 51% (117/228)
2024-07-30T23:15:04.0590986Z remote: Counting objects: 52% (119/228)
2024-07-30T23:15:04.0591634Z remote: Counting objects: 53% (121/228)
2024-07-30T23:15:04.0592313Z remote: Counting objects: 54% (124/228)
2024-07-30T23:15:04.0592879Z remote: Counting objects: 55% (126/228)
2024-07-30T23:15:04.0593501Z remote: Counting objects: 56% (128/228)
2024-07-30T23:15:04.0594181Z remote: Counting objects: 57% (130/228)
2024-07-30T23:15:04.0594762Z remote: Counting objects: 58% (133/228)
2024-07-30T23:15:04.0595373Z remote: Counting objects: 59% (135/228)
2024-07-30T23:15:04.0596038Z remote: Counting objects: 60% (137/228)
2024-07-30T23:15:04.0596828Z remote: Counting objects: 61% (140/228)
2024-07-30T23:15:04.0597467Z remote: Counting objects: 62% (142/228)
2024-07-30T23:15:04.0598157Z remote: Counting objects: 63% (144/228)
2024-07-30T23:15:04.0598783Z remote: Counting objects: 64% (146/228)
2024-07-30T23:15:04.0599360Z remote: Counting objects: 65% (149/228)
2024-07-30T23:15:04.0600047Z remote: Counting objects: 66% (151/228)
2024-07-30T23:15:04.0600659Z remote: Counting objects: 67% (153/228)
2024-07-30T23:15:04.0601221Z remote: Counting objects: 68% (156/228)
2024-07-30T23:15:04.0601915Z remote: Counting objects: 69% (158/228)
2024-07-30T23:15:04.0602528Z remote: Counting objects: 70% (160/228)
2024-07-30T23:15:04.0603092Z remote: Counting objects: 71% (162/228)
2024-07-30T23:15:04.0603783Z remote: Counting objects: 72% (165/228)
2024-07-30T23:15:04.0604405Z remote: Counting objects: 73% (167/228)
2024-07-30T23:15:04.0604968Z remote: Counting objects: 74% (169/228)
2024-07-30T23:15:04.0605655Z remote: Counting objects: 75% (171/228)
2024-07-30T23:15:04.0606268Z remote: Counting objects: 76% (174/228)
2024-07-30T23:15:04.0606831Z remote: Counting objects: 77% (176/228)
2024-07-30T23:15:04.0607494Z remote: Counting objects: 78% (178/228)
2024-07-30T23:15:04.0608107Z remote: Counting objects: 79% (181/228)
2024-07-30T23:15:04.0608783Z remote: Counting objects: 80% (183/228)
2024-07-30T23:15:04.0609365Z remote: Counting objects: 81% (185/228)
2024-07-30T23:15:04.0609963Z remote: Counting objects: 82% (187/228)
2024-07-30T23:15:04.0610620Z remote: Counting objects: 83% (190/228)
2024-07-30T23:15:04.0611205Z remote: Counting objects: 84% (192/228)
2024-07-30T23:15:04.0611998Z remote: Counting objects: 85% (194/228)
2024-07-30T23:15:04.0612682Z remote: Counting objects: 86% (197/228)
2024-07-30T23:15:04.0613248Z remote: Counting objects: 87% (199/228)
2024-07-30T23:15:04.0613845Z remote: Counting objects: 88% (201/228)
2024-07-30T23:15:04.0614528Z remote: Counting objects: 89% (203/228)
2024-07-30T23:15:04.0615094Z remote: Counting objects: 90% (206/228)
2024-07-30T23:15:04.0615691Z remote: Counting objects: 91% (208/228)
2024-07-30T23:15:04.0616400Z remote: Counting objects: 92% (210/228)
2024-07-30T23:15:04.0616977Z remote: Counting objects: 93% (213/228)
2024-07-30T23:15:04.0617582Z remote: Counting objects: 94% (215/228)
2024-07-30T23:15:04.0618314Z remote: Counting objects: 95% (217/228)
2024-07-30T23:15:04.0619177Z remote: Counting objects: 96% (219/228)
2024-07-30T23:15:04.0619783Z remote: Counting objects: 97% (222/228)
2024-07-30T23:15:04.0620555Z remote: Counting objects: 98% (224/228)
2024-07-30T23:15:04.0621125Z remote: Counting objects: 99% (226/228)
2024-07-30T23:15:04.0621721Z remote: Counting objects: 100% (228/228)
2024-07-30T23:15:04.0622546Z remote: Counting objects: 100% (228/228), done.
2024-07-30T23:15:04.0623232Z remote: Compressing objects: 0% (1/203)
2024-07-30T23:15:04.0623871Z remote: Compressing objects: 1% (3/203)
2024-07-30T23:15:04.0624583Z remote: Compressing objects: 2% (5/203)
2024-07-30T23:15:04.0625399Z remote: Compressing objects: 3% (7/203)
2024-07-30T23:15:04.0626021Z remote: Compressing objects: 4% (9/203)
2024-07-30T23:15:04.0626764Z remote: Compressing objects: 5% (11/203)
2024-07-30T23:15:04.0627443Z remote: Compressing objects: 6% (13/203)
2024-07-30T23:15:04.0628059Z remote: Compressing objects: 7% (15/203)
2024-07-30T23:15:04.0628766Z remote: Compressing objects: 8% (17/203)
2024-07-30T23:15:04.0629436Z remote: Compressing objects: 9% (19/203)
2024-07-30T23:15:04.0630040Z remote: Compressing objects: 10% (21/203)
2024-07-30T23:15:04.0630741Z remote: Compressing objects: 11% (23/203)
2024-07-30T23:15:04.0631398Z remote: Compressing objects: 12% (25/203)
2024-07-30T23:15:04.0632018Z remote: Compressing objects: 13% (27/203)
2024-07-30T23:15:04.0632723Z remote: Compressing objects: 14% (29/203)
2024-07-30T23:15:04.0633380Z remote: Compressing objects: 15% (31/203)
2024-07-30T23:15:04.0633986Z remote: Compressing objects: 16% (33/203)
2024-07-30T23:15:04.0634683Z remote: Compressing objects: 17% (35/203)
2024-07-30T23:15:04.0635338Z remote: Compressing objects: 18% (37/203)
2024-07-30T23:15:04.0635934Z remote: Compressing objects: 19% (39/203)
2024-07-30T23:15:04.0636654Z remote: Compressing objects: 20% (41/203)
2024-07-30T23:15:04.0637290Z remote: Compressing objects: 21% (43/203)
2024-07-30T23:15:04.0637922Z remote: Compressing objects: 22% (45/203)
2024-07-30T23:15:04.0638601Z remote: Compressing objects: 23% (47/203)
2024-07-30T23:15:04.0639247Z remote: Compressing objects: 24% (49/203)
2024-07-30T23:15:04.0639872Z remote: Compressing objects: 25% (51/203)
2024-07-30T23:15:04.0640542Z remote: Compressing objects: 26% (53/203)
2024-07-30T23:15:04.0641174Z remote: Compressing objects: 27% (55/203)
2024-07-30T23:15:04.0641809Z remote: Compressing objects: 28% (57/203)
2024-07-30T23:15:04.0642483Z remote: Compressing objects: 29% (59/203)
2024-07-30T23:15:04.0643116Z remote: Compressing objects: 30% (61/203)
2024-07-30T23:15:04.0643761Z remote: Compressing objects: 31% (63/203)
2024-07-30T23:15:04.0644419Z remote: Compressing objects: 32% (65/203)
2024-07-30T23:15:04.0645052Z remote: Compressing objects: 33% (67/203)
2024-07-30T23:15:04.0645868Z remote: Compressing objects: 34% (70/203)
2024-07-30T23:15:04.0646532Z remote: Compressing objects: 35% (72/203)
2024-07-30T23:15:04.0647186Z remote: Compressing objects: 36% (74/203)
2024-07-30T23:15:04.0647836Z remote: Compressing objects: 37% (76/203)
2024-07-30T23:15:04.0648490Z remote: Compressing objects: 38% (78/203)
2024-07-30T23:15:04.0649127Z remote: Compressing objects: 39% (80/203)
2024-07-30T23:15:04.0649768Z remote: Compressing objects: 40% (82/203)
2024-07-30T23:15:04.0650476Z remote: Compressing objects: 41% (84/203)
2024-07-30T23:15:04.0651093Z remote: Compressing objects: 42% (86/203)
2024-07-30T23:15:04.0651721Z remote: Compressing objects: 43% (88/203)
2024-07-30T23:15:04.0652417Z remote: Compressing objects: 44% (90/203)
2024-07-30T23:15:04.0653031Z remote: Compressing objects: 45% (92/203)
2024-07-30T23:15:04.0653655Z remote: Compressing objects: 46% (94/203)
2024-07-30T23:15:04.0654373Z remote: Compressing objects: 47% (96/203)
2024-07-30T23:15:04.0654986Z remote: Compressing objects: 48% (98/203)
2024-07-30T23:15:04.0655621Z remote: Compressing objects: 49% (100/203)
2024-07-30T23:15:04.0656337Z remote: Compressing objects: 50% (102/203)
2024-07-30T23:15:04.0656975Z remote: Compressing objects: 51% (104/203)
2024-07-30T23:15:04.0657628Z remote: Compressing objects: 52% (106/203)
2024-07-30T23:15:04.0658560Z remote: Compressing objects: 53% (108/203)
2024-07-30T23:15:04.0659399Z remote: Compressing objects: 54% (110/203)
2024-07-30T23:15:04.0660125Z remote: Compressing objects: 55% (112/203)
2024-07-30T23:15:04.0660884Z remote: Compressing objects: 56% (114/203)
2024-07-30T23:15:04.0661499Z remote: Compressing objects: 57% (116/203)
2024-07-30T23:15:04.0662150Z remote: Compressing objects: 58% (118/203)
2024-07-30T23:15:04.0662889Z remote: Compressing objects: 59% (120/203)
2024-07-30T23:15:04.0663537Z remote: Compressing objects: 60% (122/203)
2024-07-30T23:15:04.0664140Z remote: Compressing objects: 61% (124/203)
2024-07-30T23:15:04.0664861Z remote: Compressing objects: 62% (126/203)
2024-07-30T23:15:04.0665505Z remote: Compressing objects: 63% (128/203)
2024-07-30T23:15:04.0666120Z remote: Compressing objects: 64% (130/203)
2024-07-30T23:15:04.0666819Z remote: Compressing objects: 65% (132/203)
2024-07-30T23:15:04.0667453Z remote: Compressing objects: 66% (134/203)
2024-07-30T23:15:04.0668079Z remote: Compressing objects: 67% (137/203)
2024-07-30T23:15:04.0668785Z remote: Compressing objects: 68% (139/203)
2024-07-30T23:15:04.0669424Z remote: Compressing objects: 69% (141/203)
2024-07-30T23:15:04.0670044Z remote: Compressing objects: 70% (143/203)
2024-07-30T23:15:04.0670764Z remote: Compressing objects: 71% (145/203)
2024-07-30T23:15:04.0671406Z remote: Compressing objects: 72% (147/203)
2024-07-30T23:15:04.0672022Z remote: Compressing objects: 73% (149/203)
2024-07-30T23:15:04.0672728Z remote: Compressing objects: 74% (151/203)
2024-07-30T23:15:04.0673376Z remote: Compressing objects: 75% (153/203)
2024-07-30T23:15:04.0673970Z remote: Compressing objects: 76% (155/203)
2024-07-30T23:15:04.0674678Z remote: Compressing objects: 77% (157/203)
2024-07-30T23:15:04.0675327Z remote: Compressing objects: 78% (159/203)
2024-07-30T23:15:04.0675970Z remote: Compressing objects: 79% (161/203)
2024-07-30T23:15:04.0676633Z remote: Compressing objects: 80% (163/203)
2024-07-30T23:15:04.0677279Z remote: Compressing objects: 81% (165/203)
2024-07-30T23:15:04.0677937Z remote: Compressing objects: 82% (167/203)
2024-07-30T23:15:04.0678601Z remote: Compressing objects: 83% (169/203)
2024-07-30T23:15:04.0679254Z remote: Compressing objects: 84% (171/203)
2024-07-30T23:15:04.0680051Z remote: Compressing objects: 85% (173/203)
2024-07-30T23:15:04.0680739Z remote: Compressing objects: 86% (175/203)
2024-07-30T23:15:04.0681374Z remote: Compressing objects: 87% (177/203)
2024-07-30T23:15:04.0682006Z remote: Compressing objects: 88% (179/203)
2024-07-30T23:15:04.0682696Z remote: Compressing objects: 89% (181/203)
2024-07-30T23:15:04.0683370Z remote: Compressing objects: 90% (183/203)
2024-07-30T23:15:04.0683963Z remote: Compressing objects: 91% (185/203)
2024-07-30T23:15:04.0684681Z remote: Compressing objects: 92% (187/203)
2024-07-30T23:15:04.0685328Z remote: Compressing objects: 93% (189/203)
2024-07-30T23:15:04.0685922Z remote: Compressing objects: 94% (191/203)
2024-07-30T23:15:04.0686645Z remote: Compressing objects: 95% (193/203)
2024-07-30T23:15:04.0687277Z remote: Compressing objects: 96% (195/203)
2024-07-30T23:15:04.0687888Z remote: Compressing objects: 97% (197/203)
2024-07-30T23:15:04.0688605Z remote: Compressing objects: 98% (199/203)
2024-07-30T23:15:04.0689246Z remote: Compressing objects: 99% (201/203)
2024-07-30T23:15:04.0689858Z remote: Compressing objects: 100% (203/203)
2024-07-30T23:15:04.0690628Z remote: Compressing objects: 100% (203/203), done.
2024-07-30T23:15:04.0761779Z Receiving objects: 0% (1/228)
2024-07-30T23:15:04.0762749Z Receiving objects: 1% (3/228)
2024-07-30T23:15:04.0763621Z Receiving objects: 2% (5/228)
2024-07-30T23:15:04.0764609Z Receiving objects: 3% (7/228)
2024-07-30T23:15:04.0765603Z Receiving objects: 4% (10/228)
2024-07-30T23:15:04.0766489Z Receiving objects: 5% (12/228)
2024-07-30T23:15:04.0767209Z Receiving objects: 6% (14/228)
2024-07-30T23:15:04.0768074Z Receiving objects: 7% (16/228)
2024-07-30T23:15:04.0768980Z Receiving objects: 8% (19/228)
2024-07-30T23:15:04.0769749Z Receiving objects: 9% (21/228)
2024-07-30T23:15:04.0770727Z Receiving objects: 10% (23/228)
2024-07-30T23:15:04.0771547Z Receiving objects: 11% (26/228)
2024-07-30T23:15:04.0772410Z Receiving objects: 12% (28/228)
2024-07-30T23:15:04.0773246Z Receiving objects: 13% (30/228)
2024-07-30T23:15:04.0915104Z Receiving objects: 14% (32/228)
2024-07-30T23:15:04.0916607Z Receiving objects: 15% (35/228)
2024-07-30T23:15:04.0920651Z Receiving objects: 16% (37/228)
2024-07-30T23:15:04.0922783Z Receiving objects: 17% (39/228)
2024-07-30T23:15:04.0924326Z Receiving objects: 18% (42/228)
2024-07-30T23:15:04.1899935Z Receiving objects: 19% (44/228)
2024-07-30T23:15:04.2833912Z Receiving objects: 20% (46/228)
2024-07-30T23:15:04.2905028Z Receiving objects: 21% (48/228)
2024-07-30T23:15:04.2906015Z Receiving objects: 22% (51/228)
2024-07-30T23:15:04.6703263Z Receiving objects: 23% (53/228)
2024-07-30T23:15:04.6750798Z Receiving objects: 24% (55/228), 26.78 MiB | 53.44 MiB/s
2024-07-30T23:15:04.6805124Z Receiving objects: 25% (57/228), 26.78 MiB | 53.44 MiB/s
2024-07-30T23:15:04.7090880Z Receiving objects: 26% (60/228), 26.78 MiB | 53.44 MiB/s
2024-07-30T23:15:04.7321648Z Receiving objects: 27% (62/228), 26.78 MiB | 53.44 MiB/s
2024-07-30T23:15:04.7342259Z Receiving objects: 28% (64/228), 26.78 MiB | 53.44 MiB/s
2024-07-30T23:15:04.7356528Z Receiving objects: 29% (67/228), 26.78 MiB | 53.44 MiB/s
2024-07-30T23:15:04.7363474Z Receiving objects: 30% (69/228), 26.78 MiB | 53.44 MiB/s
2024-07-30T23:15:04.7441967Z Receiving objects: 31% (71/228), 26.78 MiB | 53.44 MiB/s
2024-07-30T23:15:05.0328168Z Receiving objects: 32% (73/228), 26.78 MiB | 53.44 MiB/s
2024-07-30T23:15:05.0775026Z Receiving objects: 33% (76/228), 26.78 MiB | 53.44 MiB/s
2024-07-30T23:15:05.1435462Z Receiving objects: 33% (76/228), 51.66 MiB | 51.61 MiB/s
2024-07-30T23:15:05.6230814Z Receiving objects: 34% (78/228), 51.66 MiB | 51.61 MiB/s
2024-07-30T23:15:05.7807491Z Receiving objects: 35% (80/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7818663Z Receiving objects: 36% (83/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7820316Z Receiving objects: 37% (85/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7821416Z Receiving objects: 38% (87/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7828936Z Receiving objects: 39% (89/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7830454Z Receiving objects: 40% (92/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7831826Z Receiving objects: 41% (94/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7833281Z Receiving objects: 42% (96/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7834532Z Receiving objects: 43% (99/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7835945Z Receiving objects: 44% (101/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7837365Z Receiving objects: 45% (103/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7838709Z Receiving objects: 46% (105/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7840081Z Receiving objects: 47% (108/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7841721Z Receiving objects: 48% (110/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7843006Z Receiving objects: 49% (112/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7844317Z Receiving objects: 50% (114/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7846160Z Receiving objects: 51% (117/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7847558Z Receiving objects: 52% (119/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7848946Z Receiving objects: 53% (121/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7850185Z Receiving objects: 54% (124/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7851514Z Receiving objects: 55% (126/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7852267Z Receiving objects: 56% (128/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7853216Z Receiving objects: 57% (130/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7853820Z Receiving objects: 58% (133/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7854522Z Receiving objects: 59% (135/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.7855438Z Receiving objects: 60% (137/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8822043Z Receiving objects: 61% (140/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8823620Z Receiving objects: 62% (142/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8844957Z Receiving objects: 63% (144/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8847057Z Receiving objects: 64% (146/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8848259Z Receiving objects: 65% (149/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8849279Z Receiving objects: 66% (151/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8852354Z Receiving objects: 67% (153/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8853699Z Receiving objects: 68% (156/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8854829Z Receiving objects: 69% (158/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8855779Z Receiving objects: 70% (160/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8856897Z Receiving objects: 71% (162/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8857990Z Receiving objects: 72% (165/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8859164Z Receiving objects: 73% (167/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8860218Z Receiving objects: 74% (169/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8861184Z Receiving objects: 75% (171/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8862189Z Receiving objects: 76% (174/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8863211Z Receiving objects: 77% (176/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8865435Z Receiving objects: 78% (178/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8866534Z Receiving objects: 79% (181/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8868227Z Receiving objects: 80% (183/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8871542Z Receiving objects: 81% (185/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8872551Z Receiving objects: 82% (187/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8909812Z Receiving objects: 83% (190/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8911761Z remote: Total 228 (delta 33), reused 141 (delta 21), pack-reused 0
2024-07-30T23:15:05.8913270Z Receiving objects: 84% (192/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8914794Z Receiving objects: 85% (194/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8915950Z Receiving objects: 86% (197/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8917015Z Receiving objects: 87% (199/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8918159Z Receiving objects: 88% (201/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8919292Z Receiving objects: 89% (203/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8920225Z Receiving objects: 90% (206/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8920947Z Receiving objects: 91% (208/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8921563Z Receiving objects: 92% (210/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8922099Z Receiving objects: 93% (213/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8922795Z Receiving objects: 94% (215/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8930022Z Receiving objects: 95% (217/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8931437Z Receiving objects: 96% (219/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8932268Z Receiving objects: 97% (222/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8933260Z Receiving objects: 98% (224/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8934385Z Receiving objects: 99% (226/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8935631Z Receiving objects: 100% (228/228), 79.98 MiB | 53.28 MiB/s
2024-07-30T23:15:05.8936635Z Receiving objects: 100% (228/228), 98.97 MiB | 54.46 MiB/s, done.
2024-07-30T23:15:05.8947564Z Resolving deltas: 0% (0/33)
2024-07-30T23:15:05.8948306Z Resolving deltas: 3% (1/33)
2024-07-30T23:15:05.8948917Z Resolving deltas: 6% (2/33)
2024-07-30T23:15:05.8949683Z Resolving deltas: 9% (3/33)
2024-07-30T23:15:05.8950337Z Resolving deltas: 12% (4/33)
2024-07-30T23:15:05.8950922Z Resolving deltas: 15% (5/33)
2024-07-30T23:15:05.8951793Z Resolving deltas: 18% (6/33)
2024-07-30T23:15:05.8952451Z Resolving deltas: 21% (7/33)
2024-07-30T23:15:05.8953046Z Resolving deltas: 24% (8/33)
2024-07-30T23:15:05.8953819Z Resolving deltas: 27% (9/33)
2024-07-30T23:15:05.8954453Z Resolving deltas: 30% (10/33)
2024-07-30T23:15:05.8955102Z Resolving deltas: 39% (13/33)
2024-07-30T23:15:05.8955917Z Resolving deltas: 42% (14/33)
2024-07-30T23:15:05.8956585Z Resolving deltas: 45% (15/33)
2024-07-30T23:15:05.8957204Z Resolving deltas: 48% (16/33)
2024-07-30T23:15:05.8958017Z Resolving deltas: 51% (17/33)
2024-07-30T23:15:05.8958648Z Resolving deltas: 54% (18/33)
2024-07-30T23:15:05.8959215Z Resolving deltas: 57% (19/33)
2024-07-30T23:15:05.8959983Z Resolving deltas: 60% (20/33)
2024-07-30T23:15:05.8960605Z Resolving deltas: 63% (21/33)
2024-07-30T23:15:05.8961186Z Resolving deltas: 66% (22/33)
2024-07-30T23:15:05.8961957Z Resolving deltas: 69% (23/33)
2024-07-30T23:15:05.8962613Z Resolving deltas: 72% (24/33)
2024-07-30T23:15:05.8963280Z Resolving deltas: 75% (25/33)
2024-07-30T23:15:05.8964087Z Resolving deltas: 78% (26/33)
2024-07-30T23:15:05.8964759Z Resolving deltas: 81% (27/33)
2024-07-30T23:15:05.8965403Z Resolving deltas: 84% (28/33)
2024-07-30T23:15:05.8966185Z Resolving deltas: 87% (29/33)
2024-07-30T23:15:05.8966807Z Resolving deltas: 90% (30/33)
2024-07-30T23:15:05.8967467Z Resolving deltas: 93% (31/33)
2024-07-30T23:15:05.8969941Z Resolving deltas: 96% (32/33)
2024-07-30T23:15:05.8970962Z Resolving deltas: 100% (33/33)
2024-07-30T23:15:05.8971628Z Resolving deltas: 100% (33/33), done.
2024-07-30T23:15:05.9992785Z From https://github.com/AgentOps-AI/agentops
2024-07-30T23:15:05.9993993Z * [new ref] 82c35628e46ba7003891e8ca1019496f3a73cae0 -> pull/315/merge
2024-07-30T23:15:06.0019716Z ##[endgroup]
2024-07-30T23:15:06.0020493Z ##[group]Determining the checkout info
2024-07-30T23:15:06.0021864Z ##[endgroup]
2024-07-30T23:15:06.0022588Z ##[group]Checking out the ref
2024-07-30T23:15:06.0026972Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/315/merge
2024-07-30T23:15:06.3921882Z Note: switching to 'refs/remotes/pull/315/merge'.
2024-07-30T23:15:06.3922599Z
2024-07-30T23:15:06.3923231Z You are in 'detached HEAD' state. You can look around, make experimental
2024-07-30T23:15:06.3924477Z changes and commit them, and you can discard any commits you make in this
2024-07-30T23:15:06.3925933Z state without impacting any branches by switching back to a branch.
2024-07-30T23:15:06.3926662Z
2024-07-30T23:15:06.3927165Z If you want to create a new branch to retain commits you create, you may
2024-07-30T23:15:06.3928444Z do so (now or later) by using -c with the switch command. Example:
2024-07-30T23:15:06.3929201Z
2024-07-30T23:15:06.3929497Z git switch -c <new-branch-name>
2024-07-30T23:15:06.3929954Z
2024-07-30T23:15:06.3930173Z Or undo this operation with:
2024-07-30T23:15:06.3930593Z
2024-07-30T23:15:06.3930805Z git switch -
2024-07-30T23:15:06.3931189Z
2024-07-30T23:15:06.3931749Z Turn off this advice by setting config variable advice.detachedHead to false
2024-07-30T23:15:06.3932497Z
2024-07-30T23:15:06.3933296Z HEAD is now at 82c3562 Merge e9be92d4a3fe71d6c6ec65dd90cbb625c79d8858 into 4dc03820221b0f4b5f79d7dffaf6a374c0ac6aa5
2024-07-30T23:15:06.3969499Z ##[endgroup]
2024-07-30T23:15:06.4009373Z [command]/usr/bin/git log -1 --format='%H'
2024-07-30T23:15:06.4034173Z '82c35628e46ba7003891e8ca1019496f3a73cae0'
2024-07-30T23:15:06.4380817Z ##[group]Run actions/setup-python@v2
2024-07-30T23:15:06.4381296Z with:
2024-07-30T23:15:06.4381876Z python-version: 3.11
2024-07-30T23:15:06.4382437Z token: ***
2024-07-30T23:15:06.4382746Z ##[endgroup]
2024-07-30T23:15:06.5529720Z Successfully setup CPython (3.11.9)
2024-07-30T23:15:06.5670724Z ##[group]Run pip install tox
2024-07-30T23:15:06.5671244Z pip install tox
2024-07-30T23:15:06.5731987Z shell: /usr/bin/bash -e {0}
2024-07-30T23:15:06.5732626Z env:
2024-07-30T23:15:06.5733092Z pythonLocation: /opt/hostedtoolcache/Python/3.11.9/x64
2024-07-30T23:15:06.5733704Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.9/x64/lib
2024-07-30T23:15:06.5734285Z ##[endgroup]
2024-07-30T23:15:09.7901470Z Collecting tox
2024-07-30T23:15:09.8029376Z Downloading tox-4.16.0-py3-none-any.whl.metadata (5.0 kB)
2024-07-30T23:15:09.8448978Z Collecting cachetools>=5.3.3 (from tox)
2024-07-30T23:15:09.8487362Z Downloading cachetools-5.4.0-py3-none-any.whl.metadata (5.3 kB)
2024-07-30T23:15:09.8671693Z Collecting chardet>=5.2 (from tox)
2024-07-30T23:15:09.8709239Z Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB)
2024-07-30T23:15:09.8950666Z Collecting colorama>=0.4.6 (from tox)
2024-07-30T23:15:09.8988735Z Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
2024-07-30T23:15:09.9294376Z Collecting filelock>=3.15.4 (from tox)
2024-07-30T23:15:09.9329581Z Downloading filelock-3.15.4-py3-none-any.whl.metadata (2.9 kB)
2024-07-30T23:15:09.9619289Z Collecting packaging>=24.1 (from tox)
2024-07-30T23:15:09.9653100Z Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB)
2024-07-30T23:15:09.9907204Z Collecting platformdirs>=4.2.2 (from tox)
2024-07-30T23:15:09.9947193Z Downloading platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB)
2024-07-30T23:15:10.0176278Z Collecting pluggy>=1.5 (from tox)
2024-07-30T23:15:10.0210195Z Downloading pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB)
2024-07-30T23:15:10.0432923Z Collecting pyproject-api>=1.7.1 (from tox)
2024-07-30T23:15:10.0465422Z Downloading pyproject_api-1.7.1-py3-none-any.whl.metadata (2.8 kB)
2024-07-30T23:15:10.1294977Z Collecting virtualenv>=20.26.3 (from tox)
2024-07-30T23:15:10.1335382Z Downloading virtualenv-20.26.3-py3-none-any.whl.metadata (4.5 kB)
2024-07-30T23:15:10.1637247Z Collecting distlib<1,>=0.3.7 (from virtualenv>=20.26.3->tox)
2024-07-30T23:15:10.1668254Z Downloading distlib-0.3.8-py2.py3-none-any.whl.metadata (5.1 kB)
2024-07-30T23:15:10.1824139Z Downloading tox-4.16.0-py3-none-any.whl (156 kB)
2024-07-30T23:15:10.1903106Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.0/156.0 kB 27.2 MB/s eta 0:00:00
2024-07-30T23:15:10.1937256Z Downloading cachetools-5.4.0-py3-none-any.whl (9.5 kB)
2024-07-30T23:15:10.2003314Z Downloading chardet-5.2.0-py3-none-any.whl (199 kB)
2024-07-30T23:15:10.2058820Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/199.4 kB 51.9 MB/s eta 0:00:00
2024-07-30T23:15:10.2090837Z Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
2024-07-30T23:15:10.2156340Z Downloading filelock-3.15.4-py3-none-any.whl (16 kB)
2024-07-30T23:15:10.2210367Z Downloading packaging-24.1-py3-none-any.whl (53 kB)
2024-07-30T23:15:10.2252336Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 kB 18.5 MB/s eta 0:00:00
2024-07-30T23:15:10.2283222Z Downloading platformdirs-4.2.2-py3-none-any.whl (18 kB)
2024-07-30T23:15:10.2340301Z Downloading pluggy-1.5.0-py3-none-any.whl (20 kB)
2024-07-30T23:15:10.2394607Z Downloading pyproject_api-1.7.1-py3-none-any.whl (13 kB)
2024-07-30T23:15:10.2504131Z Downloading virtualenv-20.26.3-py3-none-any.whl (5.7 MB)
2024-07-30T23:15:10.3016253Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 116.0 MB/s eta 0:00:00
2024-07-30T23:15:10.3066504Z Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB)
2024-07-30T23:15:10.3148877Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.9/468.9 kB 77.3 MB/s eta 0:00:00
2024-07-30T23:15:10.3622003Z Installing collected packages: distlib, pluggy, platformdirs, packaging, filelock, colorama, chardet, cachetools, virtualenv, pyproject-api, tox
2024-07-30T23:15:11.0143995Z Successfully installed cachetools-5.4.0 chardet-5.2.0 colorama-0.4.6 distlib-0.3.8 filelock-3.15.4 packaging-24.1 platformdirs-4.2.2 pluggy-1.5.0 pyproject-api-1.7.1 tox-4.16.0 virtualenv-20.26.3
2024-07-30T23:15:11.0863602Z
2024-07-30T23:15:11.0865827Z [notice] A new release of pip is available: 24.1.2 -> 24.2
2024-07-30T23:15:11.0867041Z [notice] To update, run: pip install --upgrade pip
2024-07-30T23:15:11.1528271Z ##[group]Run tox
2024-07-30T23:15:11.1528654Z tox
2024-07-30T23:15:11.1582985Z shell: /usr/bin/bash -e {0}
2024-07-30T23:15:11.1583367Z env:
2024-07-30T23:15:11.1583752Z pythonLocation: /opt/hostedtoolcache/Python/3.11.9/x64
2024-07-30T23:15:11.1584446Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.9/x64/lib
2024-07-30T23:15:11.1584944Z ##[endgroup]
2024-07-30T23:15:11.6917106Z py37: skipped because could not find python interpreter with spec(s): py37
2024-07-30T23:15:11.7022256Z py37: SKIP ⚠ in 0.14 seconds
2024-07-30T23:15:11.7023139Z py38: skipped because could not find python interpreter with spec(s): py38
2024-07-30T23:15:11.7123733Z py38: SKIP ⚠ in 0.01 seconds
2024-07-30T23:15:11.7124878Z py39: skipped because could not find python interpreter with spec(s): py39
2024-07-30T23:15:11.9945822Z py39: SKIP ⚠ in 0.01 seconds
2024-07-30T23:15:11.9948190Z py310: install_deps> python -I -m pip install coverage langchain langchain-core openai psutil pytest pytest-asyncio pytest-mock requests_mock termcolor types-requests
2024-07-30T23:15:24.1668079Z .pkg: install_requires> python -I -m pip install 'setuptools>=61.0' wheel
2024-07-30T23:15:25.5254841Z .pkg: _optional_hooks> python /opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta
2024-07-30T23:15:25.8815315Z .pkg: get_requires_for_build_sdist> python /opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta
2024-07-30T23:15:26.7003185Z .pkg: freeze> python -m pip freeze --all
2024-07-30T23:15:26.9317374Z .pkg: pip==24.1,setuptools==70.1.0,wheel==0.43.0
2024-07-30T23:15:26.9322246Z .pkg: build_sdist> python /opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta
2024-07-30T23:15:27.1978187Z py310: install_package_deps> python -I -m pip install packaging==23.2 psutil==5.9.8 requests==2.31.0 termcolor==2.4.0
2024-07-30T23:15:28.4562715Z py310: install_package> python -I -m pip install --force-reinstall --no-deps /home/runner/work/agentops/agentops/.tox/.tmp/package/1/agentops-0.4.0.tar.gz
2024-07-30T23:15:30.9119937Z py310: freeze> python -m pip freeze --all
2024-07-30T23:15:31.1510142Z py310: agentops @ file:///home/runner/work/agentops/agentops/.tox/.tmp/package/1/agentops-0.4.0.tar.gz#sha256=dfd7a626ad9fda9d969cceac1ef088f14436708f1f83b5b2031ae20b0d6316d7,aiohappyeyeballs==2.3.2,aiohttp==3.10.0,aiosignal==1.3.1,annotated-types==0.7.0,anyio==4.4.0,async-timeout==4.0.3,attrs==23.2.0,certifi==2024.7.4,charset-normalizer==3.3.2,coverage==7.6.0,distro==1.9.0,exceptiongroup==1.2.2,frozenlist==1.4.1,greenlet==3.0.3,h11==0.14.0,httpcore==1.0.5,httpx==0.27.0,idna==3.7,iniconfig==2.0.0,jsonpatch==1.33,jsonpointer==3.0.0,langchain==0.2.11,langchain-core==0.2.25,langchain-text-splitters==0.2.2,langsmith==0.1.94,multidict==6.0.5,numpy==1.26.4,openai==1.37.1,orjson==3.10.6,packaging==23.2,pip==24.1,pluggy==1.5.0,psutil==5.9.8,pydantic==2.8.2,pydantic_core==2.20.1,pytest==8.3.2,pytest-asyncio==0.23.8,pytest-mock==3.14.0,PyYAML==6.0.1,requests==2.31.0,requests-mock==1.12.1,setuptools==70.1.0,sniffio==1.3.1,SQLAlchemy==2.0.31,tenacity==8.5.0,termcolor==2.4.0,tomli==2.0.1,tqdm==4.66.4,types-requests==2.32.0.20240712,typing_extensions==4.12.2,urllib3==2.2.2,wheel==0.43.0,yarl==1.9.4
2024-07-30T23:15:31.1517099Z py310: commands[0]> coverage run --source agentops -m pytest
2024-07-30T23:15:32.1753840Z ============================= test session starts ==============================
2024-07-30T23:15:32.1755249Z platform linux -- Python 3.10.12, pytest-8.3.2, pluggy-1.5.0
2024-07-30T23:15:32.1756215Z cachedir: .tox/py310/.pytest_cache
2024-07-30T23:15:32.1757117Z rootdir: /home/runner/work/agentops/agentops
2024-07-30T23:15:32.1757847Z configfile: pyproject.toml
2024-07-30T23:15:32.1759064Z plugins: mock-3.14.0, asyncio-0.23.8, anyio-4.4.0, requests-mock-1.12.1
2024-07-30T23:15:32.1764526Z asyncio: mode=strict
2024-07-30T23:15:32.1766005Z collected 0 items / 7 errors
2024-07-30T23:15:32.1767461Z
2024-07-30T23:15:32.1768071Z ==================================== ERRORS ====================================
2024-07-30T23:15:32.1769158Z ____________________ ERROR collecting tests/test_canary.py _____________________
2024-07-30T23:15:32.1770793Z ImportError while importing test module '/home/runner/work/agentops/agentops/tests/test_canary.py'.
2024-07-30T23:15:32.1772709Z Hint: make sure your test modules/packages have valid Python names.
2024-07-30T23:15:32.1773694Z Traceback:
2024-07-30T23:15:32.1774535Z /usr/lib/python3.10/importlib/__init__.py:126: in import_module
2024-07-30T23:15:32.1776689Z return _bootstrap._gcd_import(name[level:], package, level)
2024-07-30T23:15:32.1779156Z tests/test_canary.py:4: in <module>
2024-07-30T23:15:32.1779838Z import agentops
2024-07-30T23:15:32.1780521Z agentops/__init__.py:5: in <module>
2024-07-30T23:15:32.1781099Z from .client import Client
2024-07-30T23:15:32.1781478Z agentops/client.py:21: in <module>
2024-07-30T23:15:32.1782041Z from .event import Event, ErrorEvent
2024-07-30T23:15:32.1784806Z agentops/event.py:10: in <module>
2024-07-30T23:15:32.1785622Z from .helpers import get_ISO_time, check_call_stack_for_agent_id
2024-07-30T23:15:32.1786619Z agentops/helpers.py:3: in <module>
2024-07-30T23:15:32.1787358Z from datetime import datetime, UTC, timezone
2024-07-30T23:15:32.1788801Z E ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)
2024-07-30T23:15:32.1790034Z ____________________ ERROR collecting tests/test_events.py _____________________
2024-07-30T23:15:32.1791132Z ImportError while importing test module '/home/runner/work/agentops/agentops/tests/test_events.py'.
2024-07-30T23:15:32.1792075Z Hint: make sure your test modules/packages have valid Python names.
2024-07-30T23:15:32.1792568Z Traceback:
2024-07-30T23:15:32.1793000Z /usr/lib/python3.10/importlib/__init__.py:126: in import_module
2024-07-30T23:15:32.1793708Z return _bootstrap._gcd_import(name[level:], package, level)
2024-07-30T23:15:32.1794193Z tests/test_events.py:4: in <module>
2024-07-30T23:15:32.1794824Z import agentops
2024-07-30T23:15:32.1795244Z agentops/__init__.py:5: in <module>
2024-07-30T23:15:32.1795617Z from .client import Client
2024-07-30T23:15:32.1796021Z agentops/client.py:21: in <module>
2024-07-30T23:15:32.1796509Z from .event import Event, ErrorEvent
2024-07-30T23:15:32.1796959Z agentops/event.py:10: in <module>
2024-07-30T23:15:32.1797489Z from .helpers import get_ISO_time, check_call_stack_for_agent_id
2024-07-30T23:15:32.1798133Z agentops/helpers.py:3: in <module>
2024-07-30T23:15:32.1798598Z from datetime import datetime, UTC, timezone
2024-07-30T23:15:32.1799317Z E ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)
2024-07-30T23:15:32.1800161Z ___________________ ERROR collecting tests/test_host_env.py ____________________
2024-07-30T23:15:32.1801083Z ImportError while importing test module '/home/runner/work/agentops/agentops/tests/test_host_env.py'.
2024-07-30T23:15:32.1801975Z Hint: make sure your test modules/packages have valid Python names.
2024-07-30T23:15:32.1802489Z Traceback:
2024-07-30T23:15:32.1802941Z /usr/lib/python3.10/importlib/__init__.py:126: in import_module
2024-07-30T23:15:32.1803807Z return _bootstrap._gcd_import(name[level:], package, level)
2024-07-30T23:15:32.1804334Z tests/test_host_env.py:2: in <module>
2024-07-30T23:15:32.1804833Z from agentops import host_env
2024-07-30T23:15:32.1805304Z agentops/__init__.py:5: in <module>
2024-07-30T23:15:32.1805682Z from .client import Client
2024-07-30T23:15:32.1806088Z agentops/client.py:21: in <module>
2024-07-30T23:15:32.1806573Z from .event import Event, ErrorEvent
2024-07-30T23:15:32.1806982Z agentops/event.py:10: in <module>
2024-07-30T23:15:32.1807511Z from .helpers import get_ISO_time, check_call_stack_for_agent_id
2024-07-30T23:15:32.1808244Z agentops/helpers.py:3: in <module>
2024-07-30T23:15:32.1808865Z from datetime import datetime, UTC, timezone
2024-07-30T23:15:32.1809665Z E ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)
2024-07-30T23:15:32.1810533Z ________________ ERROR collecting tests/test_record_function.py ________________
2024-07-30T23:15:32.1811480Z ImportError while importing test module '/home/runner/work/agentops/agentops/tests/test_record_function.py'.
2024-07-30T23:15:32.1812340Z Hint: make sure your test modules/packages have valid Python names.
2024-07-30T23:15:32.1812941Z Traceback:
2024-07-30T23:15:32.1813389Z /usr/lib/python3.10/importlib/__init__.py:126: in import_module
2024-07-30T23:15:32.1813969Z return _bootstrap._gcd_import(name[level:], package, level)
2024-07-30T23:15:32.1814586Z tests/test_record_function.py:4: in <module>
2024-07-30T23:15:32.1815019Z import agentops
2024-07-30T23:15:32.1815331Z agentops/__init__.py:5: in <module>
2024-07-30T23:15:32.1815813Z from .client import Client
2024-07-30T23:15:32.1816208Z agentops/client.py:21: in <module>
2024-07-30T23:15:32.1816591Z from .event import Event, ErrorEvent
2024-07-30T23:15:32.1817099Z agentops/event.py:10: in <module>
2024-07-30T23:15:32.1817611Z from .helpers import get_ISO_time, check_call_stack_for_agent_id
2024-07-30T23:15:32.1818107Z agentops/helpers.py:3: in <module>
2024-07-30T23:15:32.1818897Z from datetime import datetime, UTC, timezone
2024-07-30T23:15:32.1819680Z E ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)
2024-07-30T23:15:32.1820412Z ____________________ ERROR collecting tests/test_session.py ____________________
2024-07-30T23:15:32.1821389Z ImportError while importing test module '/home/runner/work/agentops/agentops/tests/test_session.py'.
2024-07-30T23:15:32.1822208Z Hint: make sure your test modules/packages have valid Python names.
2024-07-30T23:15:32.1822709Z Traceback:
2024-07-30T23:15:32.1823214Z /usr/lib/python3.10/importlib/__init__.py:126: in import_module
2024-07-30T23:15:32.1823838Z return _bootstrap._gcd_import(name[level:], package, level)
2024-07-30T23:15:32.1824367Z tests/test_session.py:4: in <module>
2024-07-30T23:15:32.1824972Z import agentops
2024-07-30T23:15:32.1825338Z agentops/__init__.py:5: in <module>
2024-07-30T23:15:32.1825785Z from .client import Client
2024-07-30T23:15:32.1826221Z agentops/client.py:21: in <module>
2024-07-30T23:15:32.1826659Z from .event import Event, ErrorEvent
2024-07-30T23:15:32.1827089Z agentops/event.py:10: in <module>
2024-07-30T23:15:32.1827619Z from .helpers import get_ISO_time, check_call_stack_for_agent_id
2024-07-30T23:15:32.1828164Z agentops/helpers.py:3: in <module>
2024-07-30T23:15:32.1828606Z from datetime import datetime, UTC, timezone
2024-07-30T23:15:32.1829371Z E ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)
2024-07-30T23:15:32.1830140Z ___________________ ERROR collecting tests/test_singleton.py ___________________
2024-07-30T23:15:32.1831050Z ImportError while importing test module '/home/runner/work/agentops/agentops/tests/test_singleton.py'.
2024-07-30T23:15:32.1831905Z Hint: make sure your test modules/packages have valid Python names.
2024-07-30T23:15:32.1832446Z Traceback:
2024-07-30T23:15:32.1832885Z /usr/lib/python3.10/importlib/__init__.py:126: in import_module
2024-07-30T23:15:32.1833668Z return _bootstrap._gcd_import(name[level:], package, level)
2024-07-30T23:15:32.1834471Z tests/test_singleton.py:5: in <module>
2024-07-30T23:15:32.1835080Z from agentops.helpers import singleton, conditional_singleton, clear_singletons
2024-07-30T23:15:32.1835792Z agentops/__init__.py:5: in <module>
2024-07-30T23:15:32.1836169Z from .client import Client
2024-07-30T23:15:32.1836555Z agentops/client.py:21: in <module>
2024-07-30T23:15:32.1837048Z from .event import Event, ErrorEvent
2024-07-30T23:15:32.1837441Z agentops/event.py:10: in <module>
2024-07-30T23:15:32.1837955Z from .helpers import get_ISO_time, check_call_stack_for_agent_id
2024-07-30T23:15:32.1838733Z agentops/helpers.py:3: in <module>
2024-07-30T23:15:32.1839167Z from datetime import datetime, UTC, timezone
2024-07-30T23:15:32.1839968Z E ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)
2024-07-30T23:15:32.1840802Z ___________________ ERROR collecting tests/test_teardown.py ____________________
2024-07-30T23:15:32.1841670Z ImportError while importing test module '/home/runner/work/agentops/agentops/tests/test_teardown.py'.
2024-07-30T23:15:32.1842504Z Hint: make sure your test modules/packages have valid Python names.
2024-07-30T23:15:32.1843088Z Traceback:
2024-07-30T23:15:32.1843489Z /usr/lib/python3.10/importlib/__init__.py:126: in import_module
2024-07-30T23:15:32.1844119Z return _bootstrap._gcd_import(name[level:], package, level)
2024-07-30T23:15:32.1844698Z tests/test_teardown.py:3: in <module>
2024-07-30T23:15:32.1845083Z from agentops import Client
2024-07-30T23:15:32.1845489Z agentops/__init__.py:5: in <module>
2024-07-30T23:15:32.1845963Z from .client import Client
2024-07-30T23:15:32.1846320Z agentops/client.py:21: in <module>
2024-07-30T23:15:32.1846776Z from .event import Event, ErrorEvent
2024-07-30T23:15:32.1847266Z agentops/event.py:10: in <module>
2024-07-30T23:15:32.1847756Z from .helpers import get_ISO_time, check_call_stack_for_agent_id
2024-07-30T23:15:32.1848286Z agentops/helpers.py:3: in <module>
2024-07-30T23:15:32.1848796Z from datetime import datetime, UTC, timezone
2024-07-30T23:15:32.1849543Z E ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)
2024-07-30T23:15:32.1850209Z =========================== short test summary info ============================
2024-07-30T23:15:32.1850765Z ERROR tests/test_canary.py
2024-07-30T23:15:32.1851147Z ERROR tests/test_events.py
2024-07-30T23:15:32.1851478Z ERROR tests/test_host_env.py
2024-07-30T23:15:32.1851936Z ERROR tests/test_record_function.py
2024-07-30T23:15:32.1852378Z ERROR tests/test_session.py
2024-07-30T23:15:32.1852720Z ERROR tests/test_singleton.py
2024-07-30T23:15:32.1853175Z ERROR tests/test_teardown.py
2024-07-30T23:15:32.1853796Z !!!!!!!!!!!!!!!!!!! Interrupted: 7 errors during collection !!!!!!!!!!!!!!!!!!!!
2024-07-30T23:15:32.1854343Z ============================== 7 errors in 0.42s ===============================
2024-07-30T23:15:32.2390322Z py310: exit 2 (1.09 seconds) /home/runner/work/agentops/agentops> coverage run --source agentops -m pytest pid=1871
2024-07-30T23:15:32.3468329Z py310: FAIL ✖ in 20.53 seconds
2024-07-30T23:15:45.1409976Z py311: install_deps> python -I -m pip install coverage langchain langchain-core openai psutil pytest pytest-asyncio pytest-mock requests_mock termcolor types-requests
2024-07-30T23:15:45.1411932Z py311: install_package_deps> python -I -m pip install packaging==23.2 psutil==5.9.8 requests==2.31.0 termcolor==2.4.0
2024-07-30T23:15:46.1873169Z py311: install_package> python -I -m pip install --force-reinstall --no-deps /home/runner/work/agentops/agentops/.tox/.tmp/package/2/agentops-0.4.0.tar.gz
2024-07-30T23:15:49.0021768Z py311: freeze> python -m pip freeze --all
2024-07-30T23:15:49.3060191Z py311: agentops @ file:///home/runner/work/agentops/agentops/.tox/.tmp/package/2/agentops-0.4.0.tar.gz#sha256=dfd7a626ad9fda9d969cceac1ef088f14436708f1f83b5b2031ae20b0d6316d7,aiohappyeyeballs==2.3.2,aiohttp==3.10.0,aiosignal==1.3.1,annotated-types==0.7.0,anyio==4.4.0,attrs==23.2.0,certifi==2024.7.4,charset-normalizer==3.3.2,coverage==7.6.0,distro==1.9.0,frozenlist==1.4.1,greenlet==3.0.3,h11==0.14.0,httpcore==1.0.5,httpx==0.27.0,idna==3.7,iniconfig==2.0.0,jsonpatch==1.33,jsonpointer==3.0.0,langchain==0.2.11,langchain-core==0.2.25,langchain-text-splitters==0.2.2,langsmith==0.1.94,multidict==6.0.5,numpy==1.26.4,openai==1.37.1,orjson==3.10.6,packaging==23.2,pip==24.1,pluggy==1.5.0,psutil==5.9.8,pydantic==2.8.2,pydantic_core==2.20.1,pytest==8.3.2,pytest-asyncio==0.23.8,pytest-mock==3.14.0,PyYAML==6.0.1,requests==2.31.0,requests-mock==1.12.1,setuptools==70.1.0,sniffio==1.3.1,SQLAlchemy==2.0.31,tenacity==8.5.0,termcolor==2.4.0,tqdm==4.66.4,types-requests==2.32.0.20240712,typing_extensions==4.12.2,urllib3==2.2.2,wheel==0.43.0,yarl==1.9.4
2024-07-30T23:15:49.3068192Z py311: commands[0]> coverage run --source agentops -m pytest
2024-07-30T23:15:51.7457550Z ============================= test session starts ==============================
2024-07-30T23:15:51.7459237Z platform linux -- Python 3.11.9, pytest-8.3.2, pluggy-1.5.0
2024-07-30T23:15:51.7460175Z cachedir: .tox/py311/.pytest_cache
2024-07-30T23:15:51.7461129Z rootdir: /home/runner/work/agentops/agentops
2024-07-30T23:15:51.7461962Z configfile: pyproject.toml
2024-07-30T23:15:51.7463091Z plugins: mock-3.14.0, asyncio-0.23.8, anyio-4.4.0, requests-mock-1.12.1
2024-07-30T23:15:51.7464207Z asyncio: mode=Mode.STRICT
2024-07-30T23:15:51.7464835Z collected 30 items
2024-07-30T23:15:51.7465161Z
2024-07-30T23:15:52.0857933Z tests/test_canary.py . [ 3%]
2024-07-30T23:15:56.0423757Z tests/test_events.py .. [ 10%]
2024-07-30T23:15:56.0455179Z tests/test_host_env.py .. [ 16%]
2024-07-30T23:15:58.9493777Z tests/test_record_function.py ...... [ 36%]
2024-07-30T23:16:08.4424909Z tests/test_session.py ............... [ 86%]
2024-07-30T23:16:08.4461014Z tests/test_singleton.py ... [ 96%]
2024-07-30T23:16:08.8244810Z tests/test_teardown.py . [100%]
2024-07-30T23:16:08.8245565Z
2024-07-30T23:16:08.8245847Z ============================= 30 passed in 17.95s ==============================
2024-07-30T23:16:08.8986222Z py311: commands[1]> coverage report -m
2024-07-30T23:16:09.1576564Z Name Stmts Miss Branch BrPart Cover Missing
2024-07-30T23:16:09.1577956Z ---------------------------------------------------------------------------------------------
2024-07-30T23:16:09.1580170Z agentops/__init__.py 87 35 38 13 54% 16-17, 20-21, 24-25, 65, 68-70, 85-93, 176, 182, 202, 208, 223, 229, 244, 250, 258, 272, 276-277, 281-292, 302-304
2024-07-30T23:16:09.1583331Z agentops/client.py 192 50 91 18 70% 66, 88, 98->102, 111-113, 116-117, 127, 131->134, 136, 152, 157, 170, 179, 189, 193, 213, 218-219, 268, 270, 284-297, 301-303, 316-321, 333-344, 347->exit, 348->exit, 359-360, 363, 379, 400-402, 416, 438, 446, 450
2024-07-30T23:16:09.1585761Z agentops/config.py 48 15 20 5 71% 38-41, 44-50, 53, 59, 65, 71
2024-07-30T23:16:09.1587262Z agentops/decorators.py 100 39 44 7 61% 31, 34, 61, 68, 77-81, 92, 122, 127, 136-140, 150-202
2024-07-30T23:16:09.1588406Z agentops/enums.py 11 0 0 0 100%
2024-07-30T23:16:09.1589713Z agentops/event.py 50 3 12 1 94% 132-134
2024-07-30T23:16:09.1590803Z agentops/exceptions.py 10 2 0 0 80% 6, 11
2024-07-30T23:16:09.1592035Z agentops/helpers.py 93 23 46 3 73% 93-104, 134-139, 146-148, 178-186
2024-07-30T23:16:09.1593681Z agentops/host_env.py 77 23 8 1 72% 18-19, 23-26, 30-33, 60-61, 67-68, 74-75, 86-87, 98-99, 111-112, 139
2024-07-30T23:16:09.1595253Z agentops/http_client.py 84 22 36 11 71% 45, 47, 49, 51, 54-56, 80, 91-93, 97-104, 110, 117, 119
2024-07-30T23:16:09.1597954Z agentops/llm_tracker.py 527 481 182 1 7% 50-149, 155-271, 277-448, 453-491, 497-613, 616-634, 637-655, 658-673, 676-693, 696-713, 716-727, 730-743, 746-757, 760-771, 774-790, 793-804, 807-841, 850-914, 919-921, 925-927, 931-933, 936-941, 944-947
2024-07-30T23:16:09.1600144Z agentops/log_config.py 33 0 2 1 97% 47->exit
2024-07-30T23:16:09.1601293Z agentops/meta_client.py 38 20 12 0 44% 26-47, 56-64
2024-07-30T23:16:09.1604126Z agentops/partners/langchain_callback_handler.py 213 116 94 0 54% 24-29, 52-74, 88, 108-110, 121-145, 159, 178-181, 192-194, 209, 230-242, 253-255, 269, 289-294, 306-308, 319, 333-336, 350-356, 360, 375-388, 402, 424, 437, 448-450, 461-485, 499, 518-521, 532-534, 549, 570-584, 595-597, 611, 631-636, 648-650, 661, 675-678, 693, 704-710, 714
2024-07-30T23:16:09.1607831Z agentops/session.py 187 55 80 21 67% 63-64, 73, 83, 85->exit, 86, 94, 115-116, 150, 153->156, 157, 167, 169->173, 169->exit, 170->173, 178, 182->196, 184-194, 203, 206-222, 243, 248, 254, 264-265, 269, 289-294, 303-323, 326-331
2024-07-30T23:16:09.1609731Z ---------------------------------------------------------------------------------------------
2024-07-30T23:16:09.1610769Z TOTAL 1750 884 665 82 49%
2024-07-30T23:16:09.1821454Z py311: commands[2]> coverage xml
2024-07-30T23:16:09.4797514Z Wrote XML report to coverage.xml
2024-07-30T23:16:09.5161755Z py311: OK ✔ in 37.27 seconds
2024-07-30T23:16:09.5162820Z py312: skipped because could not find python interpreter with spec(s): py312
2024-07-30T23:16:09.5169929Z py37: SKIP (0.14 seconds)
2024-07-30T23:16:09.5170579Z py38: SKIP (0.01 seconds)
2024-07-30T23:16:09.5171285Z py39: SKIP (0.01 seconds)
2024-07-30T23:16:09.5171747Z py310: FAIL code 2 (20.53=setup[19.44]+cmd[1.09] seconds)
2024-07-30T23:16:09.5172359Z py311: OK (37.27=setup[17.07]+cmd[19.59,0.28,0.32] seconds)
2024-07-30T23:16:09.5172976Z py312: SKIP (0.01 seconds)
2024-07-30T23:16:09.5173364Z evaluation failed :( (58.14 seconds)
2024-07-30T23:16:09.5459899Z ##[error]Process completed with exit code 255.
2024-07-30T23:16:09.5551959Z Post job cleanup.
2024-07-30T23:16:09.6428429Z [command]/usr/bin/git version
2024-07-30T23:16:09.6465895Z git version 2.45.2
2024-07-30T23:16:09.6508628Z Temporarily overriding HOME='/home/runner/work/_temp/b484c664-9049-4d84-aa53-6382960cfc06' before making global git config changes
2024-07-30T23:16:09.6509808Z Adding repository directory to the temporary git global config as a safe directory
2024-07-30T23:16:09.6512154Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/agentops/agentops
2024-07-30T23:16:09.6546138Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-07-30T23:16:09.6578239Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2024-07-30T23:16:09.6826863Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-07-30T23:16:09.6849522Z http.https://github.com/.extraheader
2024-07-30T23:16:09.6861659Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2024-07-30T23:16:09.6893105Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2024-07-30T23:16:09.7391850Z Cleaning up orphan processes