Skip to content

Instantly share code, notes, and snippets.

@stevengj
Created December 3, 2020 19:03
Show Gist options
  • Save stevengj/a7a3999dda80fd9d34c9150231dfefa7 to your computer and use it in GitHub Desktop.
Save stevengj/a7a3999dda80fd9d34c9150231dfefa7 to your computer and use it in GitHub Desktop.
error log
2020-12-03T18:37:45.7964313Z ##[section]Starting: Request a runner to run this job
2020-12-03T18:37:46.5083864Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'macOS-latest'
2020-12-03T18:37:46.5083966Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'macOS-latest'
2020-12-03T18:37:46.5666676Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'macOS-latest'
2020-12-03T18:37:46.6885736Z ##[section]Finishing: Request a runner to run this job
2020-12-03T18:37:59.8116280Z Current runner version: '2.274.2'
2020-12-03T18:37:59.8163910Z ##[group]Operating System
2020-12-03T18:37:59.8164730Z Mac OS X
2020-12-03T18:37:59.8165090Z 10.15.7
2020-12-03T18:37:59.8165420Z 19H15
2020-12-03T18:37:59.8165780Z ##[endgroup]
2020-12-03T18:37:59.8166220Z ##[group]Virtual Environment
2020-12-03T18:37:59.8166750Z Environment: macos-10.15
2020-12-03T18:37:59.8167190Z Version: 20201130.3
2020-12-03T18:37:59.8168040Z Included Software: https://github.com/actions/virtual-environments/blob/macOS-10.15/20201130.3/images/macos/macos-10.15-Readme.md
2020-12-03T18:37:59.8168900Z ##[endgroup]
2020-12-03T18:37:59.8172440Z Prepare workflow directory
2020-12-03T18:37:59.8877800Z Prepare all required actions
2020-12-03T18:37:59.8890170Z Getting action download info
2020-12-03T18:38:00.1851190Z Download action repository 'actions/checkout@v2'
2020-12-03T18:38:01.1487920Z Download action repository 'julia-actions/setup-julia@v1'
2020-12-03T18:38:01.3728810Z Download action repository 'actions/cache@v1'
2020-12-03T18:38:01.5565880Z Download action repository 'julia-actions/julia-buildpkg@latest'
2020-12-03T18:38:01.7530460Z Download action repository 'julia-actions/julia-runtest@latest'
2020-12-03T18:38:01.9032020Z Download action repository 'julia-actions/julia-processcoverage@v1'
2020-12-03T18:38:02.0653940Z Download action repository 'codecov/codecov-action@v1'
2020-12-03T18:38:02.5933440Z ##[group]Run actions/checkout@v2
2020-12-03T18:38:02.5934080Z with:
2020-12-03T18:38:02.5934770Z repository: JuliaMath/SpecialFunctions.jl
2020-12-03T18:38:02.5935580Z token: ***
2020-12-03T18:38:02.5935930Z ssh-strict: true
2020-12-03T18:38:02.5936460Z persist-credentials: true
2020-12-03T18:38:02.5936860Z clean: true
2020-12-03T18:38:02.5937170Z fetch-depth: 1
2020-12-03T18:38:02.5937480Z lfs: false
2020-12-03T18:38:02.5937800Z submodules: false
2020-12-03T18:38:02.5938120Z ##[endgroup]
2020-12-03T18:38:03.2734820Z Syncing repository: JuliaMath/SpecialFunctions.jl
2020-12-03T18:38:03.2736190Z ##[group]Getting Git version info
2020-12-03T18:38:03.2737920Z Working directory is '/Users/runner/work/SpecialFunctions.jl/SpecialFunctions.jl'
2020-12-03T18:38:03.2738810Z [command]/usr/local/bin/git version
2020-12-03T18:38:03.4327900Z git version 2.29.2
2020-12-03T18:38:03.4363790Z ##[endgroup]
2020-12-03T18:38:03.4373490Z Deleting the contents of '/Users/runner/work/SpecialFunctions.jl/SpecialFunctions.jl'
2020-12-03T18:38:03.4377900Z ##[group]Initializing the repository
2020-12-03T18:38:03.4383610Z [command]/usr/local/bin/git init /Users/runner/work/SpecialFunctions.jl/SpecialFunctions.jl
2020-12-03T18:38:03.4667550Z Initialized empty Git repository in /Users/runner/work/SpecialFunctions.jl/SpecialFunctions.jl/.git/
2020-12-03T18:38:03.4679890Z [command]/usr/local/bin/git remote add origin https://github.com/JuliaMath/SpecialFunctions.jl
2020-12-03T18:38:03.4779110Z ##[endgroup]
2020-12-03T18:38:03.4781980Z ##[group]Disabling automatic garbage collection
2020-12-03T18:38:03.4785900Z [command]/usr/local/bin/git config --local gc.auto 0
2020-12-03T18:38:03.4854090Z ##[endgroup]
2020-12-03T18:38:03.4861580Z ##[group]Setting up auth
2020-12-03T18:38:03.4872700Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2020-12-03T18:38:03.4945400Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2020-12-03T18:38:03.6673780Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2020-12-03T18:38:03.6754530Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2020-12-03T18:38:03.7597190Z [command]/usr/local/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2020-12-03T18:38:03.7684700Z ##[endgroup]
2020-12-03T18:38:03.7685870Z ##[group]Fetching the repository
2020-12-03T18:38:03.7696640Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +5d301a037cce892ddc4bc5d0663bd9bfc6c8d56c:refs/remotes/pull/278/merge
2020-12-03T18:38:04.0078100Z remote: Enumerating objects: 45, done.
2020-12-03T18:38:04.0081260Z remote: Counting objects: 2% (1/45)
2020-12-03T18:38:04.0083440Z remote: Counting objects: 4% (2/45)
2020-12-03T18:38:04.0084310Z remote: Counting objects: 6% (3/45)
2020-12-03T18:38:04.0092510Z remote: Counting objects: 8% (4/45)
2020-12-03T18:38:04.0098560Z remote: Counting objects: 11% (5/45)
2020-12-03T18:38:04.0101280Z remote: Counting objects: 13% (6/45)
2020-12-03T18:38:04.0102220Z remote: Counting objects: 15% (7/45)
2020-12-03T18:38:04.0102860Z remote: Counting objects: 17% (8/45)
2020-12-03T18:38:04.0106320Z remote: Counting objects: 20% (9/45)
2020-12-03T18:38:04.0109300Z remote: Counting objects: 22% (10/45)
2020-12-03T18:38:04.0110830Z remote: Counting objects: 24% (11/45)
2020-12-03T18:38:04.0111360Z remote: Counting objects: 26% (12/45)
2020-12-03T18:38:04.0111820Z remote: Counting objects: 28% (13/45)
2020-12-03T18:38:04.0112850Z remote: Counting objects: 31% (14/45)
2020-12-03T18:38:04.0113390Z remote: Counting objects: 33% (15/45)
2020-12-03T18:38:04.0113890Z remote: Counting objects: 35% (16/45)
2020-12-03T18:38:04.0114350Z remote: Counting objects: 37% (17/45)
2020-12-03T18:38:04.0114810Z remote: Counting objects: 40% (18/45)
2020-12-03T18:38:04.0115650Z remote: Counting objects: 42% (19/45)
2020-12-03T18:38:04.0116130Z remote: Counting objects: 44% (20/45)
2020-12-03T18:38:04.0116990Z remote: Counting objects: 46% (21/45)
2020-12-03T18:38:04.0117490Z remote: Counting objects: 48% (22/45)
2020-12-03T18:38:04.0118000Z remote: Counting objects: 51% (23/45)
2020-12-03T18:38:04.0118480Z remote: Counting objects: 53% (24/45)
2020-12-03T18:38:04.0118980Z remote: Counting objects: 55% (25/45)
2020-12-03T18:38:04.0119460Z remote: Counting objects: 57% (26/45)
2020-12-03T18:38:04.0119950Z remote: Counting objects: 60% (27/45)
2020-12-03T18:38:04.0120420Z remote: Counting objects: 62% (28/45)
2020-12-03T18:38:04.0120890Z remote: Counting objects: 64% (29/45)
2020-12-03T18:38:04.0121400Z remote: Counting objects: 66% (30/45)
2020-12-03T18:38:04.0121860Z remote: Counting objects: 68% (31/45)
2020-12-03T18:38:04.0122360Z remote: Counting objects: 71% (32/45)
2020-12-03T18:38:04.0123040Z remote: Counting objects: 73% (33/45)
2020-12-03T18:38:04.0123550Z remote: Counting objects: 75% (34/45)
2020-12-03T18:38:04.0124010Z remote: Counting objects: 77% (35/45)
2020-12-03T18:38:04.0124510Z remote: Counting objects: 80% (36/45)
2020-12-03T18:38:04.0125230Z remote: Counting objects: 82% (37/45)
2020-12-03T18:38:04.0125730Z remote: Counting objects: 84% (38/45)
2020-12-03T18:38:04.0126200Z remote: Counting objects: 86% (39/45)
2020-12-03T18:38:04.0126690Z remote: Counting objects: 88% (40/45)
2020-12-03T18:38:04.0127170Z remote: Counting objects: 91% (41/45)
2020-12-03T18:38:04.0127640Z remote: Counting objects: 93% (42/45)
2020-12-03T18:38:04.0128130Z remote: Counting objects: 95% (43/45)
2020-12-03T18:38:04.0128600Z remote: Counting objects: 97% (44/45)
2020-12-03T18:38:04.0129090Z remote: Counting objects: 100% (45/45)
2020-12-03T18:38:04.0129600Z remote: Counting objects: 100% (45/45), done.
2020-12-03T18:38:04.0130520Z remote: Compressing objects: 2% (1/45)
2020-12-03T18:38:04.0131050Z remote: Compressing objects: 4% (2/45)
2020-12-03T18:38:04.0131610Z remote: Compressing objects: 6% (3/45)
2020-12-03T18:38:04.0132690Z remote: Compressing objects: 8% (4/45)
2020-12-03T18:38:04.0133210Z remote: Compressing objects: 11% (5/45)
2020-12-03T18:38:04.0133750Z remote: Compressing objects: 13% (6/45)
2020-12-03T18:38:04.0134260Z remote: Compressing objects: 15% (7/45)
2020-12-03T18:38:04.0134800Z remote: Compressing objects: 17% (8/45)
2020-12-03T18:38:04.0135320Z remote: Compressing objects: 20% (9/45)
2020-12-03T18:38:04.0135860Z remote: Compressing objects: 22% (10/45)
2020-12-03T18:38:04.0136370Z remote: Compressing objects: 24% (11/45)
2020-12-03T18:38:04.0136880Z remote: Compressing objects: 26% (12/45)
2020-12-03T18:38:04.0137430Z remote: Compressing objects: 28% (13/45)
2020-12-03T18:38:04.0138000Z remote: Compressing objects: 31% (14/45)
2020-12-03T18:38:04.0138550Z remote: Compressing objects: 33% (15/45)
2020-12-03T18:38:04.0139060Z remote: Compressing objects: 35% (16/45)
2020-12-03T18:38:04.0139610Z remote: Compressing objects: 37% (17/45)
2020-12-03T18:38:04.0140120Z remote: Compressing objects: 40% (18/45)
2020-12-03T18:38:04.0166500Z remote: Compressing objects: 42% (19/45)
2020-12-03T18:38:04.0177140Z remote: Compressing objects: 44% (20/45)
2020-12-03T18:38:04.1421160Z remote: Compressing objects: 46% (21/45)
2020-12-03T18:38:04.1422920Z remote: Compressing objects: 48% (22/45)
2020-12-03T18:38:04.1423990Z remote: Compressing objects: 51% (23/45)
2020-12-03T18:38:04.1426060Z remote: Compressing objects: 53% (24/45)
2020-12-03T18:38:04.1426960Z remote: Compressing objects: 55% (25/45)
2020-12-03T18:38:04.1428240Z remote: Compressing objects: 57% (26/45)
2020-12-03T18:38:04.1429090Z remote: Compressing objects: 60% (27/45)
2020-12-03T18:38:04.1430120Z remote: Compressing objects: 62% (28/45)
2020-12-03T18:38:04.1430990Z remote: Compressing objects: 64% (29/45)
2020-12-03T18:38:04.1431760Z remote: Compressing objects: 66% (30/45)
2020-12-03T18:38:04.1432790Z remote: Compressing objects: 68% (31/45)
2020-12-03T18:38:04.1433420Z remote: Compressing objects: 71% (32/45)
2020-12-03T18:38:04.1434060Z remote: Compressing objects: 73% (33/45)
2020-12-03T18:38:04.1434770Z remote: Compressing objects: 75% (34/45)
2020-12-03T18:38:04.1435580Z remote: Compressing objects: 77% (35/45)
2020-12-03T18:38:04.1436410Z remote: Compressing objects: 80% (36/45)
2020-12-03T18:38:04.1437410Z remote: Compressing objects: 82% (37/45)
2020-12-03T18:38:04.1438400Z remote: Compressing objects: 84% (38/45)
2020-12-03T18:38:04.1439360Z remote: Compressing objects: 86% (39/45)
2020-12-03T18:38:04.1440130Z remote: Compressing objects: 88% (40/45)
2020-12-03T18:38:04.1440900Z remote: Compressing objects: 91% (41/45)
2020-12-03T18:38:04.1441630Z remote: Compressing objects: 93% (42/45)
2020-12-03T18:38:04.1442610Z remote: Compressing objects: 95% (43/45)
2020-12-03T18:38:04.1443400Z remote: Compressing objects: 97% (44/45)
2020-12-03T18:38:04.1444160Z remote: Compressing objects: 100% (45/45)
2020-12-03T18:38:04.1445250Z remote: Compressing objects: 100% (45/45), done.
2020-12-03T18:38:04.1446940Z remote: Total 45 (delta 0), reused 10 (delta 0), pack-reused 0
2020-12-03T18:38:04.1448030Z From https://github.com/JuliaMath/SpecialFunctions.jl
2020-12-03T18:38:04.1449710Z * [new ref] 5d301a037cce892ddc4bc5d0663bd9bfc6c8d56c -> pull/278/merge
2020-12-03T18:38:04.1451240Z ##[endgroup]
2020-12-03T18:38:04.1452110Z ##[group]Determining the checkout info
2020-12-03T18:38:04.1453100Z ##[endgroup]
2020-12-03T18:38:04.1453540Z ##[group]Checking out the ref
2020-12-03T18:38:04.1454870Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/278/merge
2020-12-03T18:38:04.1456280Z HEAD is now at 5d301a0 Merge dc88ef2c05a98f1b3be5d7eee8d2ca5ff1dd3a1a into 9207729ed4bdd0aed3fca1dae2a8e8ecdf7925e5
2020-12-03T18:38:04.1484740Z ##[endgroup]
2020-12-03T18:38:04.1486270Z [command]/usr/local/bin/git log -1 --format='%H'
2020-12-03T18:38:04.1487660Z '5d301a037cce892ddc4bc5d0663bd9bfc6c8d56c'
2020-12-03T18:38:04.2049240Z ##[group]Run julia-actions/setup-julia@v1
2020-12-03T18:38:04.2049810Z with:
2020-12-03T18:38:04.2050150Z version: nightly
2020-12-03T18:38:04.2050520Z arch: x64
2020-12-03T18:38:04.2050910Z show-versioninfo: false
2020-12-03T18:38:04.2051320Z ##[endgroup]
2020-12-03T18:38:05.2331420Z [command]hdiutil attach /Users/runner/work/_temp/1d66e150-8003-475c-b391-48fe3320ced5
2020-12-03T18:38:05.4854840Z Checksumming Protective Master Boot Record (MBR : 0)…
2020-12-03T18:38:05.4859660Z Protective Master Boot Record (MBR :: verified CRC32 $DB18E963
2020-12-03T18:38:05.4861040Z Checksumming GPT Header (Primary GPT Header : 1)…
2020-12-03T18:38:05.4864930Z GPT Header (Primary GPT Header : 1): verified CRC32 $A40D811C
2020-12-03T18:38:05.4867230Z Checksumming GPT Partition Data (Primary GPT Table : 2)…
2020-12-03T18:38:05.4871810Z GPT Partition Data (Primary GPT Tabl: verified CRC32 $400BBC0C
2020-12-03T18:38:05.4873740Z Checksumming (Apple_Free : 3)…
2020-12-03T18:38:06.0025640Z (Apple_Free : 3): verified CRC32 $00000000
2020-12-03T18:38:06.0027760Z Checksumming EFI System Partition (C12A7328-F81F-11D2-BA4B-00A0C93EC93B : 4)…
2020-12-03T18:38:06.4734460Z EFI System Partition (C12A7328-F81F-: verified CRC32 $B54B659C
2020-12-03T18:38:06.4739230Z Checksumming disk image (Apple_HFS : 5)…
2020-12-03T18:38:08.6655270Z disk image (Apple_HFS : 5): verified CRC32 $01A06B58
2020-12-03T18:38:08.6657990Z Checksumming (Apple_Free : 6)…
2020-12-03T18:38:09.0641080Z (Apple_Free : 6): verified CRC32 $00000000
2020-12-03T18:38:09.0644170Z Checksumming GPT Partition Data (Backup GPT Table : 7)…
2020-12-03T18:38:09.0649060Z GPT Partition Data (Backup GPT Table: verified CRC32 $400BBC0C
2020-12-03T18:38:09.0652160Z Checksumming GPT Header (Backup GPT Header : 8)…
2020-12-03T18:38:09.0655910Z GPT Header (Backup GPT Header : 8): verified CRC32 $E58F514E
2020-12-03T18:38:09.0669540Z verified CRC32 $2AE523AC
2020-12-03T18:38:09.1518290Z /dev/disk2 GUID_partition_scheme
2020-12-03T18:38:09.1547000Z /dev/disk2s1 EFI
2020-12-03T18:38:09.1548760Z /dev/disk2s2 Apple_HFS /Volumes/Julia-1.6.0-DEV-f309d27c33
2020-12-03T18:38:09.1570140Z [command]/bin/bash -c cp -a /Volumes/Julia-*/Julia-*.app/Contents/Resources/julia julia-x64-nightly-rLrVFl
2020-12-03T18:38:15.3261960Z [command]julia --version
2020-12-03T18:38:16.0598880Z julia version 1.6.0-DEV
2020-12-03T18:38:16.1983520Z ##[group]Run actions/cache@v1
2020-12-03T18:38:16.1983990Z with:
2020-12-03T18:38:16.1984370Z path: ~/.julia/artifacts
2020-12-03T18:38:16.1986050Z key: macOS-test-cache-artifacts-70651f75bafa06f8207dffe796a0e6bd7ee862ee3f88e2603df92b9c97288537
2020-12-03T18:38:16.1988110Z restore-keys: macOS-test-cache-artifacts-
macOS-test-
macOS-
2020-12-03T18:38:16.1988710Z env:
2020-12-03T18:38:16.1989140Z cache-name: cache-artifacts
2020-12-03T18:38:16.1989550Z ##[endgroup]
2020-12-03T18:38:16.5425720Z Cache Size: ~3 MB (2652134 B)
2020-12-03T18:38:16.5490450Z [command]/usr/bin/tar -xz -f /Users/runner/work/_temp/cff7b03e-ddee-4990-9b29-2d78809d7359/cache.tgz -C /Users/runner/.julia/artifacts
2020-12-03T18:38:16.6053660Z Cache restored from key: macOS-test-cache-artifacts-70651f75bafa06f8207dffe796a0e6bd7ee862ee3f88e2603df92b9c97288537
2020-12-03T18:38:16.6186780Z ##[group]Run julia-actions/julia-buildpkg@latest
2020-12-03T18:38:16.6205740Z ##[endgroup]
2020-12-03T18:38:19.2693060Z  Cloning registry from "https://github.com/JuliaRegistries/General.git"
2020-12-03T18:38:39.8172040Z  Added registry `General` to `~/.julia/registries/General`
2020-12-03T18:38:40.6806640Z  Updating registry at `~/.julia/registries/General`
2020-12-03T18:38:41.2035850Z  Updating git-repo `https://github.com/JuliaRegistries/General.git`
2020-12-03T18:38:42.6407820Z  Installed OpenSpecFun_jll ─ v0.5.3+4
2020-12-03T18:38:42.6697730Z  Installed JLLWrappers ───── v1.1.3
2020-12-03T18:38:44.0537540Z Updating `~/work/SpecialFunctions.jl/SpecialFunctions.jl/Project.toml`
2020-12-03T18:38:44.1445830Z  [efe28fd5] + OpenSpecFun_jll v0.5.3+4
2020-12-03T18:38:44.1449850Z Updating `~/work/SpecialFunctions.jl/SpecialFunctions.jl/Manifest.toml`
2020-12-03T18:38:44.1457310Z  [692b3bcd] + JLLWrappers v1.1.3
2020-12-03T18:38:44.1473720Z  [efe28fd5] + OpenSpecFun_jll v0.5.3+4
2020-12-03T18:38:44.1479290Z  [0dad84c5] + ArgTools
2020-12-03T18:38:44.1485210Z  [56f22d72] + Artifacts
2020-12-03T18:38:44.1491080Z  [2a0f44e3] + Base64
2020-12-03T18:38:44.1497220Z  [ade2ca70] + Dates
2020-12-03T18:38:44.1502930Z  [f43a241f] + Downloads
2020-12-03T18:38:44.1508460Z  [b77e0a4c] + InteractiveUtils
2020-12-03T18:38:44.1514110Z  [b27032c2] + LibCURL
2020-12-03T18:38:44.1519830Z  [76f85450] + LibGit2
2020-12-03T18:38:44.1525850Z  [8f399da3] + Libdl
2020-12-03T18:38:44.1531650Z  [56ddb016] + Logging
2020-12-03T18:38:44.1537420Z  [d6f4376e] + Markdown
2020-12-03T18:38:44.1543750Z  [ca575930] + NetworkOptions
2020-12-03T18:38:44.1551030Z  [44cfe95a] + Pkg
2020-12-03T18:38:44.1556530Z  [de0858da] + Printf
2020-12-03T18:38:44.1562180Z  [3fa0cd96] + REPL
2020-12-03T18:38:44.1568100Z  [9a3f8284] + Random
2020-12-03T18:38:44.1573920Z  [ea8e919c] + SHA
2020-12-03T18:38:44.1579720Z  [9e88b42a] + Serialization
2020-12-03T18:38:44.1585270Z  [6462fe0b] + Sockets
2020-12-03T18:38:44.1591020Z  [fa267f1f] + TOML
2020-12-03T18:38:44.1596780Z  [a4e569a6] + Tar
2020-12-03T18:38:44.1603400Z  [cf7118a7] + UUIDs
2020-12-03T18:38:44.1609310Z  [4ec0a83e] + Unicode
2020-12-03T18:38:44.1615320Z  [e66e0078] + CompilerSupportLibraries_jll
2020-12-03T18:38:44.1620650Z  [deac9b47] + LibCURL_jll
2020-12-03T18:38:44.1625980Z  [29816b5a] + LibSSH2_jll
2020-12-03T18:38:44.1632240Z  [c8ffd9c3] + MbedTLS_jll
2020-12-03T18:38:44.1639480Z  [14a3606d] + MozillaCACerts_jll
2020-12-03T18:38:44.1645210Z  [83775a58] + Zlib_jll
2020-12-03T18:38:44.1650810Z  [8e850ede] + nghttp2_jll
2020-12-03T18:38:45.6757710Z Precompiling project...
2020-12-03T18:38:45.6870530Z ##[group]Run julia-actions/julia-runtest@latest
2020-12-03T18:38:45.6871070Z with:
2020-12-03T18:38:45.6871430Z inline: yes
2020-12-03T18:38:45.6871800Z coverage: true
2020-12-03T18:38:45.6872200Z depwarn: yes
2020-12-03T18:38:45.6872560Z ##[endgroup]
2020-12-03T18:38:47.2312970Z  Testing SpecialFunctions
2020-12-03T18:38:48.0109260Z Status `/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/jl_dLPSod/Project.toml`
2020-12-03T18:38:48.0998240Z  [276daf66] SpecialFunctions v1.1.0 `~/work/SpecialFunctions.jl/SpecialFunctions.jl`
2020-12-03T18:38:48.1014540Z  [efe28fd5] OpenSpecFun_jll v0.5.3+4
2020-12-03T18:38:48.1019890Z  [8dfed614] Test
2020-12-03T18:38:48.1024090Z Status `/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/jl_dLPSod/Manifest.toml`
2020-12-03T18:38:48.1031500Z  [692b3bcd] JLLWrappers v1.1.3
2020-12-03T18:38:48.1037720Z  [276daf66] SpecialFunctions v1.1.0 `~/work/SpecialFunctions.jl/SpecialFunctions.jl`
2020-12-03T18:38:48.1053920Z  [efe28fd5] OpenSpecFun_jll v0.5.3+4
2020-12-03T18:38:48.1059480Z  [0dad84c5] ArgTools
2020-12-03T18:38:48.1064980Z  [56f22d72] Artifacts
2020-12-03T18:38:48.1070400Z  [2a0f44e3] Base64
2020-12-03T18:38:48.1075900Z  [ade2ca70] Dates
2020-12-03T18:38:48.1081510Z  [f43a241f] Downloads
2020-12-03T18:38:48.1087070Z  [b77e0a4c] InteractiveUtils
2020-12-03T18:38:48.1092710Z  [b27032c2] LibCURL
2020-12-03T18:38:48.1098270Z  [76f85450] LibGit2
2020-12-03T18:38:48.1104210Z  [8f399da3] Libdl
2020-12-03T18:38:48.1110240Z  [56ddb016] Logging
2020-12-03T18:38:48.1115840Z  [d6f4376e] Markdown
2020-12-03T18:38:48.1122320Z  [ca575930] NetworkOptions
2020-12-03T18:38:48.1128200Z  [44cfe95a] Pkg
2020-12-03T18:38:48.1133850Z  [de0858da] Printf
2020-12-03T18:38:48.1139490Z  [3fa0cd96] REPL
2020-12-03T18:38:48.1145550Z  [9a3f8284] Random
2020-12-03T18:38:48.1151310Z  [ea8e919c] SHA
2020-12-03T18:38:48.1157150Z  [9e88b42a] Serialization
2020-12-03T18:38:48.1162980Z  [6462fe0b] Sockets
2020-12-03T18:38:48.1169280Z  [fa267f1f] TOML
2020-12-03T18:38:48.1175470Z  [a4e569a6] Tar
2020-12-03T18:38:48.1181270Z  [8dfed614] Test
2020-12-03T18:38:48.1187000Z  [cf7118a7] UUIDs
2020-12-03T18:38:48.1193080Z  [4ec0a83e] Unicode
2020-12-03T18:38:48.1199130Z  [e66e0078] CompilerSupportLibraries_jll
2020-12-03T18:38:48.1205080Z  [deac9b47] LibCURL_jll
2020-12-03T18:38:48.1210830Z  [29816b5a] LibSSH2_jll
2020-12-03T18:38:48.1216860Z  [c8ffd9c3] MbedTLS_jll
2020-12-03T18:38:48.1222620Z  [14a3606d] MozillaCACerts_jll
2020-12-03T18:38:48.1228900Z  [83775a58] Zlib_jll
2020-12-03T18:38:48.1235070Z  [8e850ede] nghttp2_jll
2020-12-03T18:38:48.1237350Z  Testing Running tests...
2020-12-03T18:38:52.7788190Z ERROR: LoadError: LoadError: ArgumentError: Package CompilerSupportLibraries_jll [e66e0078-7015-5450-92f7-15fbd957f2ae] is required but does not seem to be installed:
2020-12-03T18:38:52.7789980Z - Run `Pkg.instantiate()` to install all recorded dependencies.
2020-12-03T18:38:52.7790460Z
2020-12-03T18:38:52.7790840Z Stacktrace:
2020-12-03T18:38:52.9053260Z [1] _require(pkg::Base.PkgId)
2020-12-03T18:38:52.9492720Z  @ Base ./loading.jl:985
2020-12-03T18:38:52.9498750Z [2] require(uuidkey::Base.PkgId)
2020-12-03T18:38:52.9504560Z  @ Base ./loading.jl:909
2020-12-03T18:38:52.9514240Z [3] require(into::Module, mod::Symbol)
2020-12-03T18:38:52.9520600Z  @ Base ./loading.jl:896
2020-12-03T18:38:52.9529920Z [4] include(mod::Module, _path::String)
2020-12-03T18:38:52.9535400Z  @ Base ./Base.jl:386
2020-12-03T18:38:52.9538280Z [5] top-level scope
2020-12-03T18:38:52.9544120Z  @ ~/.julia/packages/JLLWrappers/KuIwt/src/toplevel_generators.jl:170
2020-12-03T18:38:52.9547150Z [6] include
2020-12-03T18:38:52.9552740Z  @ ./Base.jl:386 [inlined]
2020-12-03T18:38:52.9613830Z [7] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::String)
2020-12-03T18:38:52.9618940Z  @ Base ./loading.jl:1208
2020-12-03T18:38:52.9621640Z [8] top-level scope
2020-12-03T18:38:52.9626190Z  @ none:1
2020-12-03T18:38:52.9628920Z [9] eval
2020-12-03T18:38:52.9634630Z  @ ./boot.jl:360 [inlined]
2020-12-03T18:38:52.9641920Z [10] eval(x::Expr)
2020-12-03T18:38:52.9648030Z  @ Base.MainInclude ./client.jl:446
2020-12-03T18:38:52.9650650Z [11] top-level scope
2020-12-03T18:38:52.9655400Z  @ none:1
2020-12-03T18:38:52.9656780Z in expression starting at /Users/runner/.julia/packages/OpenSpecFun_jll/Xw8XK/src/wrappers/x86_64-apple-darwin-libgfortran4.jl:4
2020-12-03T18:38:52.9658060Z in expression starting at /Users/runner/.julia/packages/OpenSpecFun_jll/Xw8XK/src/OpenSpecFun_jll.jl:2
2020-12-03T18:38:53.8096880Z ERROR: LoadError: Failed to precompile OpenSpecFun_jll [efe28fd5-8261-553b-a9e1-b2916fc3738e] to /Users/runner/.julia/compiled/v1.6/OpenSpecFun_jll/jl_Agfbvi.
2020-12-03T18:38:53.8098000Z Stacktrace:
2020-12-03T18:38:53.9310600Z [1] error(s::String)
2020-12-03T18:38:53.9675200Z  @ Base ./error.jl:33
2020-12-03T18:38:53.9704340Z [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IOContext{Base.PipeEndpoint}, internal_stdout::IOContext{Base.PipeEndpoint})
2020-12-03T18:38:53.9709740Z  @ Base ./loading.jl:1355
2020-12-03T18:38:53.9719220Z [3] compilecache(pkg::Base.PkgId, path::String)
2020-12-03T18:38:53.9725160Z  @ Base ./loading.jl:1301
2020-12-03T18:38:53.9732300Z [4] _require(pkg::Base.PkgId)
2020-12-03T18:38:53.9738600Z  @ Base ./loading.jl:1016
2020-12-03T18:38:53.9745670Z [5] require(uuidkey::Base.PkgId)
2020-12-03T18:38:53.9752000Z  @ Base ./loading.jl:909
2020-12-03T18:38:53.9761760Z [6] require(into::Module, mod::Symbol)
2020-12-03T18:38:53.9768240Z  @ Base ./loading.jl:896
2020-12-03T18:38:53.9770710Z [7] include
2020-12-03T18:38:53.9776290Z  @ ./Base.jl:386 [inlined]
2020-12-03T18:38:53.9836110Z [8] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::String)
2020-12-03T18:38:53.9841760Z  @ Base ./loading.jl:1208
2020-12-03T18:38:53.9845160Z [9] top-level scope
2020-12-03T18:38:53.9850090Z  @ none:1
2020-12-03T18:38:53.9852830Z [10] eval
2020-12-03T18:38:53.9859400Z  @ ./boot.jl:360 [inlined]
2020-12-03T18:38:53.9867590Z [11] eval(x::Expr)
2020-12-03T18:38:53.9875460Z  @ Base.MainInclude ./client.jl:446
2020-12-03T18:38:53.9878510Z [12] top-level scope
2020-12-03T18:38:53.9883710Z  @ none:1
2020-12-03T18:38:53.9884630Z in expression starting at /Users/runner/work/SpecialFunctions.jl/SpecialFunctions.jl/src/SpecialFunctions.jl:1
2020-12-03T18:38:55.1575040Z ERROR: LoadError: Failed to precompile SpecialFunctions [276daf66-3868-5448-9aa4-cd146d93841b] to /Users/runner/.julia/compiled/v1.6/SpecialFunctions/jl_7S73fm.
2020-12-03T18:38:55.1576110Z Stacktrace:
2020-12-03T18:38:55.4059220Z [1] error(s::String)
2020-12-03T18:38:55.4799620Z  @ Base ./error.jl:33
2020-12-03T18:38:55.4822540Z [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IOContext{Base.PipeEndpoint}, internal_stdout::IOContext{Base.PipeEndpoint})
2020-12-03T18:38:55.4828430Z  @ Base ./loading.jl:1355
2020-12-03T18:38:55.4837860Z [3] compilecache(pkg::Base.PkgId, path::String)
2020-12-03T18:38:55.4844330Z  @ Base ./loading.jl:1301
2020-12-03T18:38:55.4852310Z [4] _require(pkg::Base.PkgId)
2020-12-03T18:38:55.4858920Z  @ Base ./loading.jl:1016
2020-12-03T18:38:55.4866210Z [5] require(uuidkey::Base.PkgId)
2020-12-03T18:38:55.4872850Z  @ Base ./loading.jl:909
2020-12-03T18:38:55.4883690Z [6] require(into::Module, mod::Symbol)
2020-12-03T18:38:55.4890110Z  @ Base ./loading.jl:896
2020-12-03T18:38:55.4897230Z [7] include(fname::String)
2020-12-03T18:38:55.4903810Z  @ Base.MainInclude ./client.jl:444
2020-12-03T18:38:55.4906520Z [8] top-level scope
2020-12-03T18:38:55.4911240Z  @ none:6
2020-12-03T18:38:55.4912140Z in expression starting at /Users/runner/work/SpecialFunctions.jl/SpecialFunctions.jl/test/runtests.jl:3
2020-12-03T18:38:56.5853210Z ERROR: Package SpecialFunctions errored during testing
2020-12-03T18:38:56.5853880Z Stacktrace:
2020-12-03T18:38:56.8221220Z [1] pkgerror(msg::String)
2020-12-03T18:38:56.8946270Z  @ Pkg.Types /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Pkg/src/Types.jl:52
2020-12-03T18:38:56.9456120Z [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing)
2020-12-03T18:38:56.9461840Z  @ Pkg.Operations /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Pkg/src/Operations.jl:1652
2020-12-03T18:38:56.9660130Z [3] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, kwargs::Base.Iterators.Pairs{Union{}, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
2020-12-03T18:38:56.9665990Z  @ Pkg.API /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:336
2020-12-03T18:38:56.9668320Z [4] #test#62
2020-12-03T18:38:56.9675210Z  @ /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:73 [inlined]
2020-12-03T18:38:57.0620360Z [5] test(; name::Nothing, uuid::Nothing, version::Nothing, url::Nothing, rev::Nothing, path::Nothing, mode::Pkg.Types.PackageMode, subdir::Nothing, kwargs::Base.Iterators.Pairs{Symbol, Bool, Tuple{Symbol}, NamedTuple{(:coverage,), Tuple{Bool}}})
2020-12-03T18:38:57.0625420Z  @ Pkg.API /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:89
2020-12-03T18:38:57.0627940Z [6] top-level scope
2020-12-03T18:38:57.0633080Z  @ none:1
2020-12-03T18:38:57.0750260Z ##[error]Process completed with exit code 1.
2020-12-03T18:38:57.0892350Z Post job cleanup.
2020-12-03T18:38:57.2120550Z [command]/usr/local/bin/git version
2020-12-03T18:38:57.2191810Z git version 2.29.2
2020-12-03T18:38:57.2239980Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2020-12-03T18:38:57.2312570Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2020-12-03T18:38:57.3185860Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2020-12-03T18:38:57.3239210Z http.https://github.com/.extraheader
2020-12-03T18:38:57.3251130Z [command]/usr/local/bin/git config --local --unset-all http.https://github.com/.extraheader
2020-12-03T18:38:57.3324260Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2020-12-03T18:38:57.4264540Z Cleaning up orphan processes
2020-12-03T18:38:57.5843170Z Terminate orphan process: pid (848) (diskimages-help)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment