Skip to content

Instantly share code, notes, and snippets.

@eed3si9n
Created November 29, 2020 04:31
Embed
What would you like to do?
This file has been truncated, but you can view the full file.
2020-11-29T04:25:32.8012589Z ##[section]Starting: Request a runner to run this job
2020-11-29T04:25:33.0329868Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest'
2020-11-29T04:25:33.0329951Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2020-11-29T04:25:33.0330369Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2020-11-29T04:25:33.1742434Z ##[section]Finishing: Request a runner to run this job
2020-11-29T04:25:39.8331451Z Current runner version: '2.274.2'
2020-11-29T04:25:39.8360764Z ##[group]Operating System
2020-11-29T04:25:39.8361833Z Ubuntu
2020-11-29T04:25:39.8362296Z 18.04.5
2020-11-29T04:25:39.8362846Z LTS
2020-11-29T04:25:39.8363343Z ##[endgroup]
2020-11-29T04:25:39.8363932Z ##[group]Virtual Environment
2020-11-29T04:25:39.8364666Z Environment: ubuntu-18.04
2020-11-29T04:25:39.8365250Z Version: 20201115.1
2020-11-29T04:25:39.8366382Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu18/20201115.1/images/linux/Ubuntu1804-README.md
2020-11-29T04:25:39.8367464Z ##[endgroup]
2020-11-29T04:25:39.8371291Z Prepare workflow directory
2020-11-29T04:25:39.9202627Z Prepare all required actions
2020-11-29T04:25:39.9214726Z Getting action download info
2020-11-29T04:25:40.2966841Z Download action repository 'actions/checkout@v2'
2020-11-29T04:25:42.8380634Z Download action repository 'olafurpg/setup-scala@v10'
2020-11-29T04:25:45.2476525Z Download action repository 'coursier/cache-action@v5'
2020-11-29T04:25:48.4992758Z ##[group]Run actions/checkout@v2
2020-11-29T04:25:48.4993387Z with:
2020-11-29T04:25:48.4993811Z repository: scopt/scopt
2020-11-29T04:25:48.4994616Z token: ***
2020-11-29T04:25:48.4995013Z ssh-strict: true
2020-11-29T04:25:48.4995607Z persist-credentials: true
2020-11-29T04:25:48.4996108Z clean: true
2020-11-29T04:25:48.4996524Z fetch-depth: 1
2020-11-29T04:25:48.4996922Z lfs: false
2020-11-29T04:25:48.4997333Z submodules: false
2020-11-29T04:25:48.4997716Z env:
2020-11-29T04:25:48.4998069Z SCALA211: 2.11.12
2020-11-29T04:25:48.4998868Z JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
2020-11-29T04:25:48.5000033Z JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
2020-11-29T04:25:48.5000811Z ##[endgroup]
2020-11-29T04:25:49.3562505Z Syncing repository: scopt/scopt
2020-11-29T04:25:49.3563299Z ##[group]Getting Git version info
2020-11-29T04:25:49.3564726Z Working directory is '/home/runner/work/scopt/scopt'
2020-11-29T04:25:49.3565419Z [command]/usr/bin/git version
2020-11-29T04:25:49.3565883Z git version 2.29.2
2020-11-29T04:25:49.3633586Z ##[endgroup]
2020-11-29T04:25:49.3634814Z Deleting the contents of '/home/runner/work/scopt/scopt'
2020-11-29T04:25:49.3636368Z ##[group]Initializing the repository
2020-11-29T04:25:49.3637154Z [command]/usr/bin/git init /home/runner/work/scopt/scopt
2020-11-29T04:25:49.3638041Z Initialized empty Git repository in /home/runner/work/scopt/scopt/.git/
2020-11-29T04:25:49.3639047Z [command]/usr/bin/git remote add origin https://github.com/scopt/scopt
2020-11-29T04:25:49.3639830Z ##[endgroup]
2020-11-29T04:25:49.3640503Z ##[group]Disabling automatic garbage collection
2020-11-29T04:25:49.3641479Z [command]/usr/bin/git config --local gc.auto 0
2020-11-29T04:25:49.3642106Z ##[endgroup]
2020-11-29T04:25:49.3644071Z ##[group]Setting up auth
2020-11-29T04:25:49.3645134Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2020-11-29T04:25:49.3646853Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2020-11-29T04:25:49.3648556Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2020-11-29T04:25:49.3650829Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2020-11-29T04:25:49.3653711Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2020-11-29T04:25:49.3654690Z ##[endgroup]
2020-11-29T04:25:49.3662759Z ##[group]Fetching the repository
2020-11-29T04:25:49.3666147Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +252b8dc9075130b2d6b760866f44f68c541df721:refs/remotes/pull/293/merge
2020-11-29T04:25:49.7237873Z remote: Enumerating objects: 90, done.
2020-11-29T04:25:49.7239750Z remote: Counting objects: 1% (1/90)
2020-11-29T04:25:49.7241094Z remote: Counting objects: 2% (2/90)
2020-11-29T04:25:49.7242442Z remote: Counting objects: 3% (3/90)
2020-11-29T04:25:49.7243738Z remote: Counting objects: 4% (4/90)
2020-11-29T04:25:49.7245052Z remote: Counting objects: 5% (5/90)
2020-11-29T04:25:49.7253358Z remote: Counting objects: 6% (6/90)
2020-11-29T04:25:49.7254936Z remote: Counting objects: 7% (7/90)
2020-11-29T04:25:49.7256012Z remote: Counting objects: 8% (8/90)
2020-11-29T04:25:49.7258177Z remote: Counting objects: 10% (9/90)
2020-11-29T04:25:49.7259929Z remote: Counting objects: 11% (10/90)
2020-11-29T04:25:49.7261812Z remote: Counting objects: 12% (11/90)
2020-11-29T04:25:49.7263659Z remote: Counting objects: 13% (12/90)
2020-11-29T04:25:49.7265316Z remote: Counting objects: 14% (13/90)
2020-11-29T04:25:49.7265897Z remote: Counting objects: 15% (14/90)
2020-11-29T04:25:49.7266444Z remote: Counting objects: 16% (15/90)
2020-11-29T04:25:49.7266972Z remote: Counting objects: 17% (16/90)
2020-11-29T04:25:49.7267499Z remote: Counting objects: 18% (17/90)
2020-11-29T04:25:49.7268161Z remote: Counting objects: 20% (18/90)
2020-11-29T04:25:49.7268703Z remote: Counting objects: 21% (19/90)
2020-11-29T04:25:49.7269228Z remote: Counting objects: 22% (20/90)
2020-11-29T04:25:49.7269765Z remote: Counting objects: 23% (21/90)
2020-11-29T04:25:49.7270295Z remote: Counting objects: 24% (22/90)
2020-11-29T04:25:49.7270816Z remote: Counting objects: 25% (23/90)
2020-11-29T04:25:49.7271356Z remote: Counting objects: 26% (24/90)
2020-11-29T04:25:49.7271880Z remote: Counting objects: 27% (25/90)
2020-11-29T04:25:49.7272418Z remote: Counting objects: 28% (26/90)
2020-11-29T04:25:49.7272954Z remote: Counting objects: 30% (27/90)
2020-11-29T04:25:49.7273494Z remote: Counting objects: 31% (28/90)
2020-11-29T04:25:49.7274020Z remote: Counting objects: 32% (29/90)
2020-11-29T04:25:49.7274559Z remote: Counting objects: 33% (30/90)
2020-11-29T04:25:49.7275088Z remote: Counting objects: 34% (31/90)
2020-11-29T04:25:49.7275618Z remote: Counting objects: 35% (32/90)
2020-11-29T04:25:49.7276431Z remote: Counting objects: 36% (33/90)
2020-11-29T04:25:49.7276970Z remote: Counting objects: 37% (34/90)
2020-11-29T04:25:49.7277513Z remote: Counting objects: 38% (35/90)
2020-11-29T04:25:49.7278043Z remote: Counting objects: 40% (36/90)
2020-11-29T04:25:49.7278577Z remote: Counting objects: 41% (37/90)
2020-11-29T04:25:49.7279106Z remote: Counting objects: 42% (38/90)
2020-11-29T04:25:49.7279644Z remote: Counting objects: 43% (39/90)
2020-11-29T04:25:49.7280171Z remote: Counting objects: 44% (40/90)
2020-11-29T04:25:49.7280718Z remote: Counting objects: 45% (41/90)
2020-11-29T04:25:49.7281244Z remote: Counting objects: 46% (42/90)
2020-11-29T04:25:49.7281766Z remote: Counting objects: 47% (43/90)
2020-11-29T04:25:49.7282306Z remote: Counting objects: 48% (44/90)
2020-11-29T04:25:49.7282828Z remote: Counting objects: 50% (45/90)
2020-11-29T04:25:49.7283361Z remote: Counting objects: 51% (46/90)
2020-11-29T04:25:49.7283887Z remote: Counting objects: 52% (47/90)
2020-11-29T04:25:49.7284429Z remote: Counting objects: 53% (48/90)
2020-11-29T04:25:49.7284952Z remote: Counting objects: 54% (49/90)
2020-11-29T04:25:49.7285486Z remote: Counting objects: 55% (50/90)
2020-11-29T04:25:49.7286010Z remote: Counting objects: 56% (51/90)
2020-11-29T04:25:49.7286535Z remote: Counting objects: 57% (52/90)
2020-11-29T04:25:49.7287076Z remote: Counting objects: 58% (53/90)
2020-11-29T04:25:49.7287756Z remote: Counting objects: 60% (54/90)
2020-11-29T04:25:49.7288291Z remote: Counting objects: 61% (55/90)
2020-11-29T04:25:49.7288819Z remote: Counting objects: 62% (56/90)
2020-11-29T04:25:49.7289359Z remote: Counting objects: 63% (57/90)
2020-11-29T04:25:49.7290142Z remote: Counting objects: 64% (58/90)
2020-11-29T04:25:49.7290719Z remote: Counting objects: 65% (59/90)
2020-11-29T04:25:49.7291242Z remote: Counting objects: 66% (60/90)
2020-11-29T04:25:49.7291764Z remote: Counting objects: 67% (61/90)
2020-11-29T04:25:49.7292305Z remote: Counting objects: 68% (62/90)
2020-11-29T04:25:49.7292827Z remote: Counting objects: 70% (63/90)
2020-11-29T04:25:49.7293364Z remote: Counting objects: 71% (64/90)
2020-11-29T04:25:49.7293895Z remote: Counting objects: 72% (65/90)
2020-11-29T04:25:49.7294435Z remote: Counting objects: 73% (66/90)
2020-11-29T04:25:49.7295051Z remote: Counting objects: 74% (67/90)
2020-11-29T04:25:49.7295603Z remote: Counting objects: 75% (68/90)
2020-11-29T04:25:49.7296130Z remote: Counting objects: 76% (69/90)
2020-11-29T04:25:49.7296656Z remote: Counting objects: 77% (70/90)
2020-11-29T04:25:49.7297193Z remote: Counting objects: 78% (71/90)
2020-11-29T04:25:49.7297714Z remote: Counting objects: 80% (72/90)
2020-11-29T04:25:49.7298248Z remote: Counting objects: 81% (73/90)
2020-11-29T04:25:49.7298777Z remote: Counting objects: 82% (74/90)
2020-11-29T04:25:49.7299319Z remote: Counting objects: 83% (75/90)
2020-11-29T04:25:49.7299843Z remote: Counting objects: 84% (76/90)
2020-11-29T04:25:49.7300381Z remote: Counting objects: 85% (77/90)
2020-11-29T04:25:49.7300906Z remote: Counting objects: 86% (78/90)
2020-11-29T04:25:49.7301617Z remote: Counting objects: 87% (79/90)
2020-11-29T04:25:49.7302313Z remote: Counting objects: 88% (80/90)
2020-11-29T04:25:49.7302843Z remote: Counting objects: 90% (81/90)
2020-11-29T04:25:49.7303379Z remote: Counting objects: 91% (82/90)
2020-11-29T04:25:49.7303907Z remote: Counting objects: 92% (83/90)
2020-11-29T04:25:49.7304449Z remote: Counting objects: 93% (84/90)
2020-11-29T04:25:49.7304975Z remote: Counting objects: 94% (85/90)
2020-11-29T04:25:49.7305510Z remote: Counting objects: 95% (86/90)
2020-11-29T04:25:49.7306033Z remote: Counting objects: 96% (87/90)
2020-11-29T04:25:49.7306558Z remote: Counting objects: 97% (88/90)
2020-11-29T04:25:49.7307094Z remote: Counting objects: 98% (89/90)
2020-11-29T04:25:49.7307618Z remote: Counting objects: 100% (90/90)
2020-11-29T04:25:49.7308179Z remote: Counting objects: 100% (90/90), done.
2020-11-29T04:25:49.7308764Z remote: Compressing objects: 1% (1/62)
2020-11-29T04:25:49.7718026Z remote: Compressing objects: 3% (2/62)
2020-11-29T04:25:49.7718973Z remote: Compressing objects: 4% (3/62)
2020-11-29T04:25:49.7719807Z remote: Compressing objects: 6% (4/62)
2020-11-29T04:25:49.7720597Z remote: Compressing objects: 8% (5/62)
2020-11-29T04:25:49.7721428Z remote: Compressing objects: 9% (6/62)
2020-11-29T04:25:49.7722221Z remote: Compressing objects: 11% (7/62)
2020-11-29T04:25:49.7723021Z remote: Compressing objects: 12% (8/62)
2020-11-29T04:25:49.7723815Z remote: Compressing objects: 14% (9/62)
2020-11-29T04:25:49.7724613Z remote: Compressing objects: 16% (10/62)
2020-11-29T04:25:49.7725436Z remote: Compressing objects: 17% (11/62)
2020-11-29T04:25:49.7726232Z remote: Compressing objects: 19% (12/62)
2020-11-29T04:25:49.7727037Z remote: Compressing objects: 20% (13/62)
2020-11-29T04:25:49.7727836Z remote: Compressing objects: 22% (14/62)
2020-11-29T04:25:49.7728647Z remote: Compressing objects: 24% (15/62)
2020-11-29T04:25:49.7729444Z remote: Compressing objects: 25% (16/62)
2020-11-29T04:25:49.7730903Z remote: Compressing objects: 27% (17/62)
2020-11-29T04:25:49.7731706Z remote: Compressing objects: 29% (18/62)
2020-11-29T04:25:49.7732507Z remote: Compressing objects: 30% (19/62)
2020-11-29T04:25:49.7733315Z remote: Compressing objects: 32% (20/62)
2020-11-29T04:25:49.7734103Z remote: Compressing objects: 33% (21/62)
2020-11-29T04:25:49.7734909Z remote: Compressing objects: 35% (22/62)
2020-11-29T04:25:49.7735706Z remote: Compressing objects: 37% (23/62)
2020-11-29T04:25:49.7736512Z remote: Compressing objects: 38% (24/62)
2020-11-29T04:25:49.7738709Z remote: Compressing objects: 40% (25/62)
2020-11-29T04:25:49.7739526Z remote: Compressing objects: 41% (26/62)
2020-11-29T04:25:49.7740313Z remote: Compressing objects: 43% (27/62)
2020-11-29T04:25:49.7741126Z remote: Compressing objects: 45% (28/62)
2020-11-29T04:25:49.7742070Z remote: Compressing objects: 46% (29/62)
2020-11-29T04:25:49.7742889Z remote: Compressing objects: 48% (30/62)
2020-11-29T04:25:49.7743681Z remote: Compressing objects: 50% (31/62)
2020-11-29T04:25:49.7744475Z remote: Compressing objects: 51% (32/62)
2020-11-29T04:25:49.7745280Z remote: Compressing objects: 53% (33/62)
2020-11-29T04:25:49.7746073Z remote: Compressing objects: 54% (34/62)
2020-11-29T04:25:49.7746868Z remote: Compressing objects: 56% (35/62)
2020-11-29T04:25:49.7747659Z remote: Compressing objects: 58% (36/62)
2020-11-29T04:25:49.7749725Z remote: Compressing objects: 59% (37/62)
2020-11-29T04:25:49.7750545Z remote: Compressing objects: 61% (38/62)
2020-11-29T04:25:49.7752274Z remote: Compressing objects: 62% (39/62)
2020-11-29T04:25:49.7753082Z remote: Compressing objects: 64% (40/62)
2020-11-29T04:25:49.7753883Z remote: Compressing objects: 66% (41/62)
2020-11-29T04:25:49.7756708Z remote: Compressing objects: 67% (42/62)
2020-11-29T04:25:49.7757510Z remote: Compressing objects: 69% (43/62)
2020-11-29T04:25:49.7758312Z remote: Compressing objects: 70% (44/62)
2020-11-29T04:25:49.7759106Z remote: Compressing objects: 72% (45/62)
2020-11-29T04:25:49.7759917Z remote: Compressing objects: 74% (46/62)
2020-11-29T04:25:49.7760707Z remote: Compressing objects: 75% (47/62)
2020-11-29T04:25:49.7761507Z remote: Compressing objects: 77% (48/62)
2020-11-29T04:25:49.7762302Z remote: Compressing objects: 79% (49/62)
2020-11-29T04:25:49.7763176Z remote: Compressing objects: 80% (50/62)
2020-11-29T04:25:49.7763989Z remote: Compressing objects: 82% (51/62)
2020-11-29T04:25:49.7764775Z remote: Compressing objects: 83% (52/62)
2020-11-29T04:25:49.7765581Z remote: Compressing objects: 85% (53/62)
2020-11-29T04:25:49.7766376Z remote: Compressing objects: 87% (54/62)
2020-11-29T04:25:49.7767204Z remote: Compressing objects: 88% (55/62)
2020-11-29T04:25:49.7767989Z remote: Compressing objects: 90% (56/62)
2020-11-29T04:25:49.7768792Z remote: Compressing objects: 91% (57/62)
2020-11-29T04:25:49.7769582Z remote: Compressing objects: 93% (58/62)
2020-11-29T04:25:49.7770274Z remote: Compressing objects: 95% (59/62)
2020-11-29T04:25:49.7770870Z remote: Compressing objects: 96% (60/62)
2020-11-29T04:25:49.7771442Z remote: Compressing objects: 98% (61/62)
2020-11-29T04:25:49.7772030Z remote: Compressing objects: 100% (62/62)
2020-11-29T04:25:49.7772639Z remote: Compressing objects: 100% (62/62), done.
2020-11-29T04:25:49.8370095Z remote: Total 90 (delta 6), reused 60 (delta 2), pack-reused 0
2020-11-29T04:25:49.8584344Z From https://github.com/scopt/scopt
2020-11-29T04:25:49.8587611Z * [new ref] 252b8dc9075130b2d6b760866f44f68c541df721 -> pull/293/merge
2020-11-29T04:25:49.8624272Z ##[endgroup]
2020-11-29T04:25:49.8626850Z ##[group]Determining the checkout info
2020-11-29T04:25:49.8628546Z ##[endgroup]
2020-11-29T04:25:49.8630180Z ##[group]Checking out the ref
2020-11-29T04:25:49.8632370Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/293/merge
2020-11-29T04:25:49.8819219Z Note: switching to 'refs/remotes/pull/293/merge'.
2020-11-29T04:25:49.8819937Z
2020-11-29T04:25:49.8820938Z You are in 'detached HEAD' state. You can look around, make experimental
2020-11-29T04:25:49.8821985Z changes and commit them, and you can discard any commits you make in this
2020-11-29T04:25:49.8822924Z state without impacting any branches by switching back to a branch.
2020-11-29T04:25:49.8823623Z
2020-11-29T04:25:49.8824287Z If you want to create a new branch to retain commits you create, you may
2020-11-29T04:25:49.8825380Z do so (now or later) by using -c with the switch command. Example:
2020-11-29T04:25:49.8825896Z
2020-11-29T04:25:49.8826603Z git switch -c <new-branch-name>
2020-11-29T04:25:49.8827234Z
2020-11-29T04:25:49.8827763Z Or undo this operation with:
2020-11-29T04:25:49.8828159Z
2020-11-29T04:25:49.8828737Z git switch -
2020-11-29T04:25:49.8829077Z
2020-11-29T04:25:49.8829796Z Turn off this advice by setting config variable advice.detachedHead to false
2020-11-29T04:25:49.8830420Z
2020-11-29T04:25:49.8831445Z HEAD is now at 252b8dc Merge 1c65a6fdbec96a9b0945ae848caa929e4670a23a into 475e807c034af1934344cf390e354b5cf8adc251
2020-11-29T04:25:49.8832905Z ##[endgroup]
2020-11-29T04:25:49.8851313Z [command]/usr/bin/git log -1 --format='%H'
2020-11-29T04:25:49.8888512Z '252b8dc9075130b2d6b760866f44f68c541df721'
2020-11-29T04:25:49.9119093Z ##[group]Run olafurpg/setup-scala@v10
2020-11-29T04:25:49.9119594Z with:
2020-11-29T04:25:49.9120273Z java-version: adopt@1.8
2020-11-29T04:25:49.9120771Z jabba-version: 0.11.2
2020-11-29T04:25:49.9121173Z env:
2020-11-29T04:25:49.9121538Z SCALA211: 2.11.12
2020-11-29T04:25:49.9122551Z JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
2020-11-29T04:25:49.9123752Z JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
2020-11-29T04:25:49.9124532Z ##[endgroup]
2020-11-29T04:25:49.9898920Z Installing Java version 'adopt@1.8'
2020-11-29T04:25:49.9910778Z ##[group]Install Java
2020-11-29T04:25:49.9960225Z exec curl -sL -o /home/runner/bin/jabba https://github.com/shyiko/jabba/releases/download/0.11.2/jabba-0.11.2-linux-amd64 { silent: true }
2020-11-29T04:25:51.4134163Z chmod 755 /home/runner/bin/jabba
2020-11-29T04:25:51.4135344Z exec /home/runner/bin/jabba ls-remote
2020-11-29T04:25:51.8425167Z 1.15.0
2020-11-29T04:25:51.8426692Z 1.15.0-1
2020-11-29T04:25:51.8427496Z adopt@1.15.0-1
2020-11-29T04:25:51.8428337Z adopt@1.15.0-0
2020-11-29T04:25:51.8429083Z adopt@1.14.0-2
2020-11-29T04:25:51.8430028Z adopt@1.14.0-1
2020-11-29T04:25:51.8431375Z adopt@1.14.0-0
2020-11-29T04:25:51.8432424Z adopt@1.13.0-2
2020-11-29T04:25:51.8433455Z adopt@1.13.0-1
2020-11-29T04:25:51.8434607Z adopt@1.13.0-0
2020-11-29T04:25:51.8436867Z adopt@1.12.0-2
2020-11-29T04:25:51.8438103Z adopt@1.12.0-1
2020-11-29T04:25:51.8439320Z adopt@1.12.0-0
2020-11-29T04:25:51.8454640Z adopt@1.11.0-9
2020-11-29T04:25:51.8455164Z adopt@1.11.0-8
2020-11-29T04:25:51.8455662Z adopt@1.11.0-7
2020-11-29T04:25:51.8456143Z adopt@1.11.0-6
2020-11-29T04:25:51.8456617Z adopt@1.11.0-5
2020-11-29T04:25:51.8458674Z adopt@1.11.0-4
2020-11-29T04:25:51.8459753Z adopt@1.11.0-3
2020-11-29T04:25:51.8460304Z adopt@1.11.0-2
2020-11-29T04:25:51.8462195Z adopt@1.11.0-1
2020-11-29T04:25:51.8462847Z adopt@1.11.0-0
2020-11-29T04:25:51.8463342Z adopt@1.10.0-2
2020-11-29T04:25:51.8464314Z adopt@1.9.0-4
2020-11-29T04:25:51.8464913Z adopt@1.9.0-0
2020-11-29T04:25:51.8465398Z adopt@1.8.0-272
2020-11-29T04:25:51.8465897Z adopt@1.8.0-265
2020-11-29T04:25:51.8466381Z adopt@1.8.0-262
2020-11-29T04:25:51.8466858Z adopt@1.8.0-252
2020-11-29T04:25:51.8467348Z adopt@1.8.0-242
2020-11-29T04:25:51.8467835Z adopt@1.8.0-232
2020-11-29T04:25:51.8468330Z adopt@1.8.0-222
2020-11-29T04:25:51.8469109Z adopt@1.8.0-212
2020-11-29T04:25:51.8469586Z adopt@1.8.0-202
2020-11-29T04:25:51.8470075Z adopt@1.8.0-192
2020-11-29T04:25:51.8470553Z adopt@1.8.0-181
2020-11-29T04:25:51.8471040Z adopt@1.8.0-172
2020-11-29T04:25:51.8471572Z adopt-openj9@1.15.0-1
2020-11-29T04:25:51.8472175Z adopt-openj9@1.15.0-0
2020-11-29T04:25:51.8472760Z adopt-openj9@1.14.0-2
2020-11-29T04:25:51.8473339Z adopt-openj9@1.14.0-1
2020-11-29T04:25:51.8474166Z adopt-openj9@1.14.0-0
2020-11-29T04:25:51.8474759Z adopt-openj9@1.13.0-2
2020-11-29T04:25:51.8475356Z adopt-openj9@1.13.0-1
2020-11-29T04:25:51.8475940Z adopt-openj9@1.13.0-0
2020-11-29T04:25:51.8476529Z adopt-openj9@1.12.0-2
2020-11-29T04:25:51.8477123Z adopt-openj9@1.12.0-1
2020-11-29T04:25:51.8477705Z adopt-openj9@1.12.0-0
2020-11-29T04:25:51.8478303Z adopt-openj9@1.11.0-9
2020-11-29T04:25:51.8481970Z adopt-openj9@1.11.0-8
2020-11-29T04:25:51.8482571Z adopt-openj9@1.11.0-7
2020-11-29T04:25:51.8483147Z adopt-openj9@1.11.0-6
2020-11-29T04:25:51.8483726Z adopt-openj9@1.11.0-5
2020-11-29T04:25:51.8484334Z adopt-openj9@1.11.0-4
2020-11-29T04:25:51.8484913Z adopt-openj9@1.11.0-3
2020-11-29T04:25:51.8485506Z adopt-openj9@1.11.0-2
2020-11-29T04:25:51.8486082Z adopt-openj9@1.11.0-1
2020-11-29T04:25:51.8491078Z adopt-openj9@1.11.0-0
2020-11-29T04:25:51.8491707Z adopt-openj9@1.10.0-2
2020-11-29T04:25:51.8492291Z adopt-openj9@1.9.0-4
2020-11-29T04:25:51.8492896Z adopt-openj9@1.8.0-272
2020-11-29T04:25:51.8493481Z adopt-openj9@1.8.0-265
2020-11-29T04:25:51.8521723Z adopt-openj9@1.8.0-262
2020-11-29T04:25:51.8522747Z adopt-openj9@1.8.0-252
2020-11-29T04:25:51.8523464Z adopt-openj9@1.8.0-242
2020-11-29T04:25:51.8524401Z adopt-openj9@1.8.0-232
2020-11-29T04:25:51.8525014Z adopt-openj9@1.8.0-222
2020-11-29T04:25:51.8525648Z adopt-openj9@1.8.0-212
2020-11-29T04:25:51.8526235Z adopt-openj9@1.8.0-202
2020-11-29T04:25:51.8526832Z adopt-openj9@1.8.0-192
2020-11-29T04:25:51.8527413Z adopt-openj9@1.8.0-181
2020-11-29T04:25:51.8527993Z adopt-openj9@1.8.0-162
2020-11-29T04:25:51.8528630Z amazon-corretto@1.11.0-9.11.1
2020-11-29T04:25:51.8529506Z amazon-corretto@1.11.0-8.10.1
2020-11-29T04:25:51.8530983Z amazon-corretto@1.11.0-7.10.1
2020-11-29T04:25:51.8585503Z amazon-corretto@1.11.0-6.10.1
2020-11-29T04:25:51.8586188Z amazon-corretto@1.11.0-5.10.1
2020-11-29T04:25:51.8586857Z amazon-corretto@1.11.0-4.11.1
2020-11-29T04:25:51.8587508Z amazon-corretto@1.8.272-10.3
2020-11-29T04:25:51.8588565Z amazon-corretto@1.8.272-10.1
2020-11-29T04:25:51.8589742Z amazon-corretto@1.8.265-01.1
2020-11-29T04:25:51.8590384Z amazon-corretto@1.8.262-10.1
2020-11-29T04:25:51.8591039Z amazon-corretto@1.8.252-09.1
2020-11-29T04:25:51.8591691Z amazon-corretto@1.8.242-08.1
2020-11-29T04:25:51.8592350Z amazon-corretto@1.8.242-07.1
2020-11-29T04:25:51.8592987Z amazon-corretto@1.8.232-09.1
2020-11-29T04:25:51.8593628Z amazon-corretto@1.8.222-10.1
2020-11-29T04:25:51.8594080Z graalvm@20.3.0
2020-11-29T04:25:51.8594446Z graalvm@20.2.0
2020-11-29T04:25:51.8594821Z graalvm@20.1.0
2020-11-29T04:25:51.8595184Z graalvm@20.0.0
2020-11-29T04:25:51.8596273Z graalvm@19.3.3
2020-11-29T04:25:51.8596660Z graalvm@19.3.2
2020-11-29T04:25:51.8597020Z graalvm@19.3.1
2020-11-29T04:25:51.8597391Z graalvm@19.3.0
2020-11-29T04:25:51.8597754Z graalvm@19.2.1
2020-11-29T04:25:51.8598125Z graalvm@19.2.0
2020-11-29T04:25:51.8598690Z graalvm@19.2.0-1
2020-11-29T04:25:51.8599060Z graalvm@19.1.1
2020-11-29T04:25:51.8599437Z graalvm@19.1.0
2020-11-29T04:25:51.8599797Z graalvm@19.0.2
2020-11-29T04:25:51.8600174Z graalvm@19.0.0
2020-11-29T04:25:51.8600664Z graalvm@1.0.0-16
2020-11-29T04:25:51.8601160Z graalvm@1.0.0-15
2020-11-29T04:25:51.8602301Z graalvm@1.0.0-14
2020-11-29T04:25:51.8603200Z graalvm@1.0.0-13
2020-11-29T04:25:51.8603711Z graalvm@1.0.0-12
2020-11-29T04:25:51.8604205Z graalvm@1.0.0-11
2020-11-29T04:25:51.8604710Z graalvm@1.0.0-10
2020-11-29T04:25:51.8605204Z graalvm@1.0.0-9
2020-11-29T04:25:51.8605697Z graalvm@1.0.0-8
2020-11-29T04:25:51.8606204Z graalvm@1.0.0-7
2020-11-29T04:25:51.8606696Z graalvm@1.0.0-6
2020-11-29T04:25:51.8607197Z graalvm@1.0.0-5
2020-11-29T04:25:51.8607880Z graalvm@1.0.0-4
2020-11-29T04:25:51.8608368Z graalvm@1.0.0-3
2020-11-29T04:25:51.8608868Z graalvm@1.0.0-2
2020-11-29T04:25:51.8609359Z graalvm@1.0.0-1
2020-11-29T04:25:51.8610153Z graalvm-ce-java11@20.3.0
2020-11-29T04:25:51.8610843Z graalvm-ce-java11@20.2.0
2020-11-29T04:25:51.8611521Z graalvm-ce-java11@20.1.0
2020-11-29T04:25:51.8612335Z graalvm-ce-java11@20.0.0
2020-11-29T04:25:51.8612995Z graalvm-ce-java11@19.3.3
2020-11-29T04:25:51.8613666Z graalvm-ce-java11@19.3.2
2020-11-29T04:25:51.8614324Z graalvm-ce-java11@19.3.1
2020-11-29T04:25:51.8615955Z graalvm-ce-java11@19.3.0
2020-11-29T04:25:51.8616741Z graalvm-ce-java8@20.3.0
2020-11-29T04:25:51.8617389Z graalvm-ce-java8@20.2.0
2020-11-29T04:25:51.8618516Z graalvm-ce-java8@20.1.0
2020-11-29T04:25:51.8619162Z graalvm-ce-java8@20.0.0
2020-11-29T04:25:51.8620398Z graalvm-ce-java8@19.3.3
2020-11-29T04:25:51.8621043Z graalvm-ce-java8@19.3.2
2020-11-29T04:25:51.8621693Z graalvm-ce-java8@19.3.1
2020-11-29T04:25:51.8622335Z graalvm-ce-java8@19.3.0
2020-11-29T04:25:51.8622985Z graalvm-ce-java8@19.2.1
2020-11-29T04:25:51.8623632Z graalvm-ce-java8@19.2.0
2020-11-29T04:25:51.8624280Z graalvm-ce-java8@19.2.0-1
2020-11-29T04:25:51.8624940Z graalvm-ce-java8@19.1.1
2020-11-29T04:25:51.8625578Z graalvm-ce-java8@19.1.0
2020-11-29T04:25:51.8626233Z graalvm-ce-java8@19.0.2
2020-11-29T04:25:51.8626872Z graalvm-ce-java8@19.0.0
2020-11-29T04:25:51.8627518Z graalvm-ce-java8@1.0.0-16
2020-11-29T04:25:51.8628185Z graalvm-ce-java8@1.0.0-15
2020-11-29T04:25:51.8629010Z graalvm-ce-java8@1.0.0-14
2020-11-29T04:25:51.8629684Z graalvm-ce-java8@1.0.0-13
2020-11-29T04:25:51.8630488Z graalvm-ce-java8@1.0.0-12
2020-11-29T04:25:51.8631154Z graalvm-ce-java8@1.0.0-11
2020-11-29T04:25:51.8631819Z graalvm-ce-java8@1.0.0-10
2020-11-29T04:25:51.8632464Z graalvm-ce-java8@1.0.0-9
2020-11-29T04:25:51.8633310Z graalvm-ce-java8@1.0.0-8
2020-11-29T04:25:51.8634079Z graalvm-ce-java8@1.0.0-7
2020-11-29T04:25:51.8634899Z graalvm-ce-java8@1.0.0-6
2020-11-29T04:25:51.8635555Z graalvm-ce-java8@1.0.0-5
2020-11-29T04:25:51.8636209Z graalvm-ce-java8@1.0.0-4
2020-11-29T04:25:51.8636865Z graalvm-ce-java8@1.0.0-3
2020-11-29T04:25:51.8637514Z graalvm-ce-java8@1.0.0-2
2020-11-29T04:25:51.8638168Z graalvm-ce-java8@1.0.0-1
2020-11-29T04:25:51.8638591Z ibm@1.8.0
2020-11-29T04:25:51.8639059Z ibm@1.8.0-6.16
2020-11-29T04:25:51.8639516Z ibm@1.8.0-6.15
2020-11-29T04:25:51.8639973Z ibm@1.8.0-6.11
2020-11-29T04:25:51.8640442Z ibm@1.8.0-5.6
2020-11-29T04:25:51.8640776Z ibm@1.7.1
2020-11-29T04:25:51.8641239Z ibm@1.7.1-4.70
2020-11-29T04:25:51.8641700Z ibm@1.7.1-4.65
2020-11-29T04:25:51.8642032Z ibm@1.7.0
2020-11-29T04:25:51.8642500Z ibm@1.7.0-10.70
2020-11-29T04:25:51.8642958Z ibm@1.7.0-10.65
2020-11-29T04:25:51.8643334Z liberica@1.15.0
2020-11-29T04:25:51.8643845Z liberica@1.15.0-1
2020-11-29T04:25:51.8644376Z liberica@1.15.0-0
2020-11-29T04:25:51.8644764Z liberica@1.14.0
2020-11-29T04:25:51.8645278Z liberica@1.14.0-2
2020-11-29T04:25:51.8645809Z liberica@1.14.0-1
2020-11-29T04:25:51.8646327Z liberica@1.14.0-0
2020-11-29T04:25:51.8646731Z liberica@1.13.0
2020-11-29T04:25:51.8647239Z liberica@1.13.0-2
2020-11-29T04:25:51.8647752Z liberica@1.13.0-1
2020-11-29T04:25:51.8648279Z liberica@1.13.0-0
2020-11-29T04:25:51.8648660Z liberica@1.12.0
2020-11-29T04:25:51.8649181Z liberica@1.12.0-2
2020-11-29T04:25:51.8649691Z liberica@1.12.0-1
2020-11-29T04:25:51.8651400Z liberica@1.12.0-0
2020-11-29T04:25:51.8651798Z liberica@1.11.0
2020-11-29T04:25:51.8652308Z liberica@1.11.0-9
2020-11-29T04:25:51.8652835Z liberica@1.11.0-8
2020-11-29T04:25:51.8653347Z liberica@1.11.0-7
2020-11-29T04:25:51.8653877Z liberica@1.11.0-6
2020-11-29T04:25:51.8654399Z liberica@1.11.0-5
2020-11-29T04:25:51.8654915Z liberica@1.11.0-4
2020-11-29T04:25:51.8655442Z liberica@1.11.0-3
2020-11-29T04:25:51.8656102Z liberica@1.8.272-10
2020-11-29T04:25:51.8656624Z liberica@1.8.265-1
2020-11-29T04:25:51.8657158Z liberica@1.8.262-10
2020-11-29T04:25:51.8657678Z liberica@1.8.252-9
2020-11-29T04:25:51.8658195Z liberica@1.8.242-7
2020-11-29T04:25:51.8658599Z liberica@1.8.232
2020-11-29T04:25:51.8659281Z liberica@1.8.232-10
2020-11-29T04:25:51.8659686Z liberica@1.8.222
2020-11-29T04:25:51.8660069Z liberica@1.8.212
2020-11-29T04:25:51.8660460Z openjdk@1.15.0
2020-11-29T04:25:51.8660962Z openjdk@1.15.0-1
2020-11-29T04:25:51.8661343Z openjdk@1.14.0
2020-11-29T04:25:51.8661856Z openjdk@1.14.0-2
2020-11-29T04:25:51.8662358Z openjdk@1.14.0-1
2020-11-29T04:25:51.8662750Z openjdk@1.13.0
2020-11-29T04:25:51.8663565Z openjdk@1.13.0-2
2020-11-29T04:25:51.8664098Z openjdk@1.13.0-1
2020-11-29T04:25:51.8664489Z openjdk@1.12.0
2020-11-29T04:25:51.8664988Z openjdk@1.12.0-2
2020-11-29T04:25:51.8665511Z openjdk@1.12.0-1
2020-11-29T04:25:51.8665888Z openjdk@1.11.0
2020-11-29T04:25:51.8666399Z openjdk@1.11.0-2
2020-11-29T04:25:51.8666937Z openjdk@1.11.0-1
2020-11-29T04:25:51.8667317Z openjdk@1.10.0
2020-11-29T04:25:51.8667823Z openjdk@1.10.0-2
2020-11-29T04:25:51.8668323Z openjdk@1.10.0-1
2020-11-29T04:25:51.8668719Z openjdk@1.9.0
2020-11-29T04:25:51.8669217Z openjdk@1.9.0-4
2020-11-29T04:25:51.8669728Z openjdk@1.9.0-1
2020-11-29T04:25:51.8670270Z openjdk-ri@1.15.0
2020-11-29T04:25:51.8670815Z openjdk-ri@1.15.0-0
2020-11-29T04:25:51.8671375Z openjdk-ri@1.14.0
2020-11-29T04:25:51.8671911Z openjdk-ri@1.14.0-0
2020-11-29T04:25:51.8672463Z openjdk-ri@1.13.0
2020-11-29T04:25:51.8673003Z openjdk-ri@1.13.0-0
2020-11-29T04:25:51.8673544Z openjdk-ri@1.12.0
2020-11-29T04:25:51.8674097Z openjdk-ri@1.12.0-0
2020-11-29T04:25:51.8674637Z openjdk-ri@1.11.0
2020-11-29T04:25:51.8675195Z openjdk-ri@1.11.0-0
2020-11-29T04:25:51.8675729Z openjdk-ri@1.10.0
2020-11-29T04:25:51.8676264Z openjdk-ri@1.10.0-0
2020-11-29T04:25:51.8676932Z openjdk-ri@1.9.0
2020-11-29T04:25:51.8677490Z openjdk-ri@1.9.0-0
2020-11-29T04:25:51.8678045Z openjdk-ri@1.8.41
2020-11-29T04:25:51.8678578Z openjdk-ri@1.7.75
2020-11-29T04:25:51.8679211Z openjdk-shenandoah@1.8.0
2020-11-29T04:25:51.8679791Z zulu@1.16.0-0
2020-11-29T04:25:51.8680135Z zulu@1.15.0
2020-11-29T04:25:51.8680610Z zulu@1.15.0-1
2020-11-29T04:25:51.8681077Z zulu@1.15.0-0
2020-11-29T04:25:51.8681432Z zulu@1.14.0
2020-11-29T04:25:51.8681891Z zulu@1.14.0-2
2020-11-29T04:25:51.8682354Z zulu@1.14.0-1
2020-11-29T04:25:51.8682826Z zulu@1.14.0-0
2020-11-29T04:25:51.8683162Z zulu@1.13.0
2020-11-29T04:25:51.8683636Z zulu@1.13.0-5
2020-11-29T04:25:51.8684095Z zulu@1.13.0-4
2020-11-29T04:25:51.8684572Z zulu@1.13.0-3
2020-11-29T04:25:51.8685032Z zulu@1.13.0-2
2020-11-29T04:25:51.8685492Z zulu@1.13.0-1
2020-11-29T04:25:51.8685967Z zulu@1.13.0-0
2020-11-29T04:25:51.8686305Z zulu@1.12.0
2020-11-29T04:25:51.8686775Z zulu@1.12.0-2
2020-11-29T04:25:51.8687238Z zulu@1.12.0-1
2020-11-29T04:25:51.8687585Z zulu@1.11.0
2020-11-29T04:25:51.8688056Z zulu@1.11.0-9
2020-11-29T04:25:51.8688523Z zulu@1.11.0-8
2020-11-29T04:25:51.8688998Z zulu@1.11.0-7
2020-11-29T04:25:51.8689457Z zulu@1.11.0-6
2020-11-29T04:25:51.8692117Z zulu@1.11.0-5
2020-11-29T04:25:51.8692677Z zulu@1.11.0-4
2020-11-29T04:25:51.8693143Z zulu@1.11.0-3
2020-11-29T04:25:51.8693620Z zulu@1.11.0-2
2020-11-29T04:25:51.8694081Z zulu@1.11.0-1
2020-11-29T04:25:51.8694446Z zulu@1.10.0
2020-11-29T04:25:51.8696250Z zulu@1.10.0-2
2020-11-29T04:25:51.8697487Z zulu@1.10.0-1
2020-11-29T04:25:51.8697851Z zulu@1.9.0
2020-11-29T04:25:51.8698556Z zulu@1.9.0-7
2020-11-29T04:25:51.8699069Z zulu@1.9.0-4
2020-11-29T04:25:51.8699533Z zulu@1.9.0-1
2020-11-29T04:25:51.8699989Z zulu@1.9.0-0
2020-11-29T04:25:51.8700433Z zulu@1.8.272
2020-11-29T04:25:51.8700830Z zulu@1.8.265
2020-11-29T04:25:51.8701245Z zulu@1.8.262
2020-11-29T04:25:51.8701582Z zulu@1.8.252
2020-11-29T04:25:51.8701917Z zulu@1.8.242
2020-11-29T04:25:51.8702269Z zulu@1.8.232
2020-11-29T04:25:51.8702934Z zulu@1.8.222
2020-11-29T04:25:51.8703367Z zulu@1.8.212
2020-11-29T04:25:51.8703734Z zulu@1.8.202
2020-11-29T04:25:51.8704158Z zulu@1.8.201
2020-11-29T04:25:51.8704534Z zulu@1.8.192
2020-11-29T04:25:51.8704990Z zulu@1.8.181
2020-11-29T04:25:51.8705429Z zulu@1.8.172
2020-11-29T04:25:51.8705802Z zulu@1.8.163
2020-11-29T04:25:51.8706224Z zulu@1.8.162
2020-11-29T04:25:51.8706596Z zulu@1.8.152
2020-11-29T04:25:51.8707129Z zulu@1.8.144
2020-11-29T04:25:51.8707598Z zulu@1.8.131
2020-11-29T04:25:51.8707974Z zulu@1.8.121
2020-11-29T04:25:51.8708394Z zulu@1.8.112
2020-11-29T04:25:51.8708785Z zulu@1.8.102
2020-11-29T04:25:51.8709155Z zulu@1.8.92
2020-11-29T04:25:51.8709618Z zulu@1.8.91
2020-11-29T04:25:51.8709992Z zulu@1.8.72
2020-11-29T04:25:51.8710413Z zulu@1.8.71
2020-11-29T04:25:51.8710785Z zulu@1.7.282
2020-11-29T04:25:51.8711276Z zulu@1.7.272
2020-11-29T04:25:51.8711668Z zulu@1.7.262
2020-11-29T04:25:51.8712061Z zulu@1.7.252
2020-11-29T04:25:51.8712755Z grep adopt@1.8
2020-11-29T04:25:51.8713393Z head { '-n': 1 }
2020-11-29T04:25:51.8714167Z exec /home/runner/bin/jabba install adopt@1.8.0-272
2020-11-29T04:25:51.8714703Z zulu@1.7.242
2020-11-29T04:25:51.8715149Z zulu@1.7.232
2020-11-29T04:25:51.8715523Z zulu@1.7.222
2020-11-29T04:25:51.8715898Z zulu@1.7.211
2020-11-29T04:25:51.8716317Z zulu@1.7.201
2020-11-29T04:25:51.8716688Z zulu@1.7.191
2020-11-29T04:25:51.8717128Z zulu@1.7.181
2020-11-29T04:25:51.8717512Z zulu@1.7.171
2020-11-29T04:25:51.8717888Z zulu@1.7.161
2020-11-29T04:25:51.8718307Z zulu@1.7.154
2020-11-29T04:25:51.8718677Z zulu@1.7.141
2020-11-29T04:25:51.8719115Z zulu@1.7.131
2020-11-29T04:25:51.8719483Z zulu@1.7.121
2020-11-29T04:25:51.8719868Z zulu@1.7.111
2020-11-29T04:25:51.8720298Z zulu@1.7.101
2020-11-29T04:25:51.8720668Z zulu@1.7.95
2020-11-29T04:25:51.8721111Z zulu@1.6.119
2020-11-29T04:25:51.8721486Z zulu@1.6.113
2020-11-29T04:25:51.8722142Z zulu@1.6.107
2020-11-29T04:25:51.8722633Z zulu@1.6.103
2020-11-29T04:25:51.8723208Z zulu@1.6.99
2020-11-29T04:25:51.8723746Z zulu@1.6.97
2020-11-29T04:25:51.8724242Z zulu@1.6.93
2020-11-29T04:25:51.8725435Z zulu@1.6.89
2020-11-29T04:25:51.8725856Z zulu@1.6.87
2020-11-29T04:25:51.8726233Z zulu@1.6.83
2020-11-29T04:25:51.8726681Z zulu@1.6.79
2020-11-29T04:25:51.8727050Z zulu@1.6.77
2020-11-29T04:25:51.8727831Z Installing adopt@1.8.0-272
2020-11-29T04:25:52.2530446Z Downloading adopt@1.8.0-272 (https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u272-b10/OpenJDK8U-jdk_x64_linux_hotspot_8u272b10.tar.gz)
2020-11-29T04:25:52.6478832Z 0/103650413
2020-11-29T04:25:53.7013434Z 8532/103650413
2020-11-29T04:25:54.7016991Z 22152532/103650413
2020-11-29T04:25:55.7012290Z Extracting /tmp/jabba-d-738434350 to /home/runner/.jabba/jdk/adopt@1.8.0-272
2020-11-29T04:25:55.7012970Z 60900692/103650413
2020-11-29T04:25:55.7013739Z 103650413/103650413
2020-11-29T04:26:00.9473973Z exec /home/runner/bin/jabba which --home adopt@1.8.0-272
2020-11-29T04:26:00.9869501Z /home/runner/.jabba/jdk/adopt@1.8.0-272
2020-11-29T04:26:00.9967409Z exec curl -sL https://raw.githubusercontent.com/paulp/sbt-extras/master/sbt { silent: true }
2020-11-29T04:26:00.9968905Z ##[endgroup]
2020-11-29T04:26:00.9970267Z ##[group]Install sbt
2020-11-29T04:26:01.0946957Z to /home/runner/bin/sbt
2020-11-29T04:26:01.0948255Z Downloaded 'sbt' to /home/runner/bin/sbt
2020-11-29T04:26:01.0948881Z chmod 755 /home/runner/bin/sbt
2020-11-29T04:26:01.0949432Z cat /home/runner/bin/sbt
2020-11-29T04:26:01.0952787Z exec curl -sL https://raw.githubusercontent.com/coursier/sbt-extras/master/sbt { silent: true }
2020-11-29T04:26:01.1807283Z to /home/runner/bin/csbt
2020-11-29T04:26:01.1819096Z chmod 755 /home/runner/bin/csbt
2020-11-29T04:26:01.1820337Z Downloaded 'csbt' to /home/runner/bin/csbt
2020-11-29T04:26:01.1821708Z cat /home/runner/bin/csbt
2020-11-29T04:26:01.1822733Z ##[endgroup]
2020-11-29T04:26:01.2014701Z ##[group]Run coursier/cache-action@v5
2020-11-29T04:26:01.2015225Z with:
2020-11-29T04:26:01.2015598Z root: .
2020-11-29T04:26:01.2016063Z env:
2020-11-29T04:26:01.2016452Z SCALA211: 2.11.12
2020-11-29T04:26:01.2017373Z JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
2020-11-29T04:26:01.2018628Z JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
2020-11-29T04:26:01.2019402Z CI: true
2020-11-29T04:26:01.2019886Z JAVA_HOME: /home/runner/.jabba/jdk/adopt@1.8.0-272
2020-11-29T04:26:01.2020623Z ##[endgroup]
2020-11-29T04:26:01.3883732Z [command]/bin/uname -s
2020-11-29T04:26:01.3972760Z Linux
2020-11-29T04:26:03.2877170Z Received 0 of 184273158 (0.0%), 0.0 MBs/sec
2020-11-29T04:26:04.2877978Z Received 58720256 of 184273158 (31.9%), 28.0 MBs/sec
2020-11-29T04:26:05.2878391Z Received 125829120 of 184273158 (68.3%), 40.0 MBs/sec
2020-11-29T04:26:06.3528058Z Received 184273158 of 184273158 (100.0%), 43.2 MBs/sec
2020-11-29T04:26:06.3530525Z Cache Size: ~176 MB (184273158 B)
2020-11-29T04:26:06.3557840Z [command]/bin/tar --use-compress-program zstd -d -xf /home/runner/work/_temp/f7097b46-36af-4b18-8bac-78cf22922472/cache.tzst -P -C /home/runner/work/scopt/scopt
2020-11-29T04:26:06.7896923Z coursier cache restored from key Linux-coursier-1d36bd340f85ef8c7195cb400bd4bdc848ff734e
2020-11-29T04:26:08.2058158Z Received 58720256 of 205123487 (28.6%), 55.9 MBs/sec
2020-11-29T04:26:09.2058657Z Received 142606336 of 205123487 (69.5%), 68.0 MBs/sec
2020-11-29T04:26:10.2060865Z Received 200929183 of 205123487 (98.0%), 63.9 MBs/sec
2020-11-29T04:26:10.9404718Z Received 205123487 of 205123487 (100.0%), 52.4 MBs/sec
2020-11-29T04:26:10.9412342Z Cache Size: ~196 MB (205123487 B)
2020-11-29T04:26:10.9577800Z [command]/bin/tar --use-compress-program zstd -d -xf /home/runner/work/_temp/69a3c422-60e3-4716-b353-c9495321a6aa/cache.tzst -P -C /home/runner/work/scopt/scopt
2020-11-29T04:26:11.3732311Z sbt-ivy2-cache cache restored from key Linux-sbt-ivy2-cache-2d226b4944593bf6db98f5d81aea3f1857fe8b81
2020-11-29T04:26:11.4423081Z ##[group]Run case 1 in
2020-11-29T04:26:11.4423618Z case 1 in
2020-11-29T04:26:11.4423954Z  1)
2020-11-29T04:26:11.4424663Z  sbt scalafmtCheck test:scalafmtCheck scalafmtSbtCheck +scoptJS/test +scoptJVM/test
2020-11-29T04:26:11.4425559Z  ;;
2020-11-29T04:26:11.4425922Z  2)
2020-11-29T04:26:11.4426455Z  sudo apt-get update
2020-11-29T04:26:11.4427127Z  sudo apt install clang libunwind-dev libgc-dev libre2-dev
2020-11-29T04:26:11.4427950Z  sbt ++$SCALA211! scoptNative/test
2020-11-29T04:26:11.4428654Z  # env SCALANATIVE_VERSION="0.4.0-M2" sbt ++$SCALA211! scoptNative/test
2020-11-29T04:26:11.4429206Z  ;;
2020-11-29T04:26:11.4429532Z  *)
2020-11-29T04:26:11.4429937Z  echo unknown jobtype
2020-11-29T04:26:11.4430344Z  exit 1
2020-11-29T04:26:11.4430737Z esac
2020-11-29T04:26:11.4431193Z rm -rf "$HOME/.ivy2/local"
2020-11-29T04:26:11.4431889Z find $HOME/Library/Caches/Coursier/v1 -name "ivydata-*.properties" -delete || true
2020-11-29T04:26:11.4432738Z find $HOME/.ivy2/cache -name "ivydata-*.properties" -delete || true
2020-11-29T04:26:11.4433565Z find $HOME/.cache/coursier/v1 -name "ivydata-*.properties" -delete || true
2020-11-29T04:26:11.4434253Z find $HOME/.sbt -name "*.lock"
2020-11-29T04:26:11.4473620Z shell: /bin/bash --noprofile --norc -e -o pipefail {0}
2020-11-29T04:26:11.4474138Z env:
2020-11-29T04:26:11.4474495Z SCALA211: 2.11.12
2020-11-29T04:26:11.4475452Z JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
2020-11-29T04:26:11.4476569Z JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
2020-11-29T04:26:11.4477373Z CI: true
2020-11-29T04:26:11.4477789Z JAVA_HOME: /home/runner/.jabba/jdk/adopt@1.8.0-272
2020-11-29T04:26:11.4478221Z ##[endgroup]
2020-11-29T04:26:16.8959513Z [info] welcome to sbt 1.4.4 (AdoptOpenJDK Java 1.8.0_272)
2020-11-29T04:26:21.1832252Z [info] loading settings for project scopt-build from plugins.sbt ...
2020-11-29T04:26:22.1191013Z [info] loading project definition from /home/runner/work/scopt/scopt/project
2020-11-29T04:26:25.1484721Z [warn] There may be incompatibilities among your library dependencies; run 'evicted' to see detailed eviction warnings.
2020-11-29T04:26:26.3216061Z [info] compiling 1 Scala source to /home/runner/work/scopt/scopt/project/target/scala-2.12/sbt-1.0/classes ...
2020-11-29T04:26:29.1309740Z [info] done compiling
2020-11-29T04:26:32.6738742Z [info] loading settings for project root from build.sbt,publish.sbt ...
2020-11-29T04:26:34.3378959Z [info] set current project to scopt root (in build file:/home/runner/work/scopt/scopt/)
2020-11-29T04:26:34.4496884Z [warn] there are 5 keys that are not used by any other settings/tasks:
2020-11-29T04:26:34.4500579Z [warn]  
2020-11-29T04:26:34.4509201Z [warn] * scoptJS / SiteScaladoc / siteSubdirName
2020-11-29T04:26:34.4510882Z [warn]  +- /home/runner/work/scopt/scopt/build.sbt:27
2020-11-29T04:26:34.4511977Z [warn] * scoptJS / gitRemoteRepo
2020-11-29T04:26:34.4521229Z [warn]  +- /home/runner/work/scopt/scopt/build.sbt:28
2020-11-29T04:26:34.4522305Z [warn] * scoptJVM / gitRemoteRepo
2020-11-29T04:26:34.4523348Z [warn]  +- /home/runner/work/scopt/scopt/build.sbt:28
2020-11-29T04:26:34.4524797Z [warn] * scoptNative / SiteScaladoc / siteSubdirName
2020-11-29T04:26:34.4525927Z [warn]  +- /home/runner/work/scopt/scopt/build.sbt:27
2020-11-29T04:26:34.4526929Z [warn] * scoptNative / gitRemoteRepo
2020-11-29T04:26:34.4528113Z [warn]  +- /home/runner/work/scopt/scopt/build.sbt:28
2020-11-29T04:26:34.4528999Z [warn]  
2020-11-29T04:26:34.4530301Z [warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
2020-11-29T04:26:34.4531896Z [warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
2020-11-29T04:26:38.1366820Z [success] Total time: 4 s, completed Nov 29, 2020 4:26:38 AM
2020-11-29T04:26:40.9901102Z [success] Total time: 3 s, completed Nov 29, 2020 4:26:40 AM
2020-11-29T04:26:41.2527058Z [success] Total time: 0 s, completed Nov 29, 2020 4:26:41 AM
2020-11-29T04:26:41.3337296Z [info] Setting Scala version to 2.11.12 on 2 projects.
2020-11-29T04:26:41.3344548Z [info] Excluded 2 projects, run ++ 2.11.12 -v for more details.
2020-11-29T04:26:41.3383352Z [info] Reapplying settings...
2020-11-29T04:26:41.7416167Z [info] set current project to scopt root (in build file:/home/runner/work/scopt/scopt/)
2020-11-29T04:26:45.0129609Z [info] compiling 9 Scala sources to /home/runner/work/scopt/scopt/js/target/scala-2.11/classes ...
2020-11-29T04:26:54.3098506Z [info] done compiling
2020-11-29T04:26:54.4627009Z [info] compiling 8 Scala sources to /home/runner/work/scopt/scopt/js/target/scala-2.11/test-classes ...
2020-11-29T04:27:01.6785912Z [info] done compiling
2020-11-29T04:27:02.3991019Z [info] Fast optimizing /home/runner/work/scopt/scopt/js/target/scala-2.11/scopt-test-fastopt.js
2020-11-29T04:27:11.9565642Z Error: Missing value after --foo
2020-11-29T04:27:11.9573445Z Try --help for more information.
2020-11-29T04:27:11.9585110Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:11.9588994Z Try --help for more information.
2020-11-29T04:27:11.9595566Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:11.9599187Z Try --help for more information.
2020-11-29T04:27:12.1264071Z Error: Option --foo failed when given 'bar'. '[C@11' is not a char.
2020-11-29T04:27:12.1268726Z Try --help for more information.
2020-11-29T04:27:12.1275731Z Error: Option --foo failed when given 'bar'. '[C@12' is not a char.
2020-11-29T04:27:12.1279282Z Try --help for more information.
2020-11-29T04:27:12.1307478Z Error: Option --foo failed when given '¡ar'. '[C@13' is not a char.
2020-11-29T04:27:12.1334217Z Try --help for more information.
2020-11-29T04:27:12.1342891Z Error: Option --foo failed when given '¡ar'. '[C@14' is not a char.
2020-11-29T04:27:12.1346565Z Try --help for more information.
2020-11-29T04:27:12.1416322Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:12.1455660Z [info] scopttest.UriSpec
2020-11-29T04:27:12.1458395Z [info] - URI parser should parse an URI
2020-11-29T04:27:12.1530364Z Try --help for more information.
2020-11-29T04:27:12.1545176Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:12.1550067Z Try --help for more information.
2020-11-29T04:27:12.1584383Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:27:12.1626004Z Try --help for more information.
2020-11-29T04:27:12.1632375Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:27:12.1635908Z Try --help for more information.
2020-11-29T04:27:12.1730860Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:12.1734613Z Try --help for more information.
2020-11-29T04:27:12.1741009Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:12.1744371Z Try --help for more information.
2020-11-29T04:27:12.1897932Z Error: Missing value after --foo
2020-11-29T04:27:12.1901452Z Try --help for more information.
2020-11-29T04:27:12.1907480Z Error: Option --foo failed when given 'bar'. Expected a key=value pair
2020-11-29T04:27:12.1910973Z Try --help for more information.
2020-11-29T04:27:12.1917089Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:27:12.1973231Z Try --help for more information.
2020-11-29T04:27:12.1979336Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:27:12.1982621Z Try --help for more information.
2020-11-29T04:27:12.2008780Z Error: Missing value after --foo
2020-11-29T04:27:12.2012449Z Try --help for more information.
2020-11-29T04:27:12.2126852Z Error: Unknown argument 'foo'
2020-11-29T04:27:12.2193864Z Try --help for more information.
2020-11-29T04:27:12.2215769Z Error: Unknown argument 'foo'
2020-11-29T04:27:12.2219015Z Try --help for more information.
2020-11-29T04:27:12.2384715Z Error: Missing option --foo
2020-11-29T04:27:12.2386492Z Try --help for more information.
2020-11-29T04:27:12.2523027Z Error: Unknown option -z
2020-11-29T04:27:12.2524180Z Error: Unknown argument 'bar'
2020-11-29T04:27:12.2526323Z Try --help for more information.
2020-11-29T04:27:12.2558793Z Error: Option --foo must be >0
2020-11-29T04:27:12.2559556Z Error: Just because
2020-11-29T04:27:12.2562070Z Try --help for more information.
2020-11-29T04:27:12.2597810Z Error: flag is false
2020-11-29T04:27:12.2600038Z Try --help for more information.
2020-11-29T04:27:12.2616543Z Error: Missing argument <port>
2020-11-29T04:27:12.2618874Z Try --help for more information.
2020-11-29T04:27:12.2668925Z Error: Unknown option --foo
2020-11-29T04:27:12.2670867Z Try --help for more information.
2020-11-29T04:27:12.2696516Z Error: Unknown argument 'update'
2020-11-29T04:27:12.2698501Z Try --help for more information.
2020-11-29T04:27:12.2718455Z Error: Unknown argument 'foo'
2020-11-29T04:27:12.2720444Z Error: not foo
2020-11-29T04:27:12.2722516Z Try --help for more information.
2020-11-29T04:27:12.2961638Z [info] scopttest.ImmutableParserSpec
2020-11-29T04:27:12.2963045Z [info] - unit parser should parse ()
2020-11-29T04:27:12.2964023Z [info] - grouped parser should parse ()
2020-11-29T04:27:12.2965457Z [info] - int parser should parse 1
2020-11-29T04:27:12.2966454Z [info] - long parser should parse 1
2020-11-29T04:27:12.2967468Z [info] - string parser should parse bar
2020-11-29T04:27:12.2968566Z [info] - option string parser should parse empty string
2020-11-29T04:27:12.2969659Z [info] - char parser should parse 'b'
2020-11-29T04:27:12.2970857Z [info] - char parser should parse '¡'
2020-11-29T04:27:12.2971856Z [info] - double parser should parse 1.0
2020-11-29T04:27:12.2972956Z [info] - boolean parser should parse true
2020-11-29T04:27:12.2974040Z [info] - BigDecimal parser should parse 1.0
2020-11-29T04:27:12.2975255Z [info] - Duration parser should parse a Duration
2020-11-29T04:27:12.2976401Z [info] - FiniteDuration parser should parse a FiniteDuration
2020-11-29T04:27:12.2977473Z [info] - pair parse should parse (k, 1)
2020-11-29T04:27:12.2978424Z [info] - seq parser should parse Seq(1, 2, 3)
2020-11-29T04:27:12.2979465Z [info] - map parser should parse a map
2020-11-29T04:27:12.2980568Z [info] - seq tuple parser
2020-11-29T04:27:12.2981532Z [info] - option parser
2020-11-29T04:27:12.2982468Z [info] - optional string parser
2020-11-29T04:27:12.2983579Z [info] - .required() should fail when the option is missing
2020-11-29T04:27:12.2986941Z [info] - .required().withFallback() should parse the provided value
2020-11-29T04:27:12.2988101Z [info] - .required().withFallback() should use the fallback value
2020-11-29T04:27:12.2989100Z [info] - .hidden() option should still parse ()
2020-11-29T04:27:12.2990063Z [info] - unknown options should fail to parse by default
2020-11-29T04:27:12.2991017Z [info] - validate should fail to parse --foo 0
2020-11-29T04:27:12.2991822Z [info] - checkConfig
2020-11-29T04:27:12.2992633Z [info] - int argument should parse 80
2020-11-29T04:27:12.2993530Z [info] - string argument should parse a string
2020-11-29T04:27:12.2994432Z [info] - unbounded() should parse strings
2020-11-29T04:27:12.2995213Z [info] - command
2020-11-29T04:27:12.2995965Z [info] - multiple commands
2020-11-29T04:27:12.2996724Z [info] - nested commands
2020-11-29T04:27:12.2997499Z [info] - help with one column
2020-11-29T04:27:12.2998268Z [info] - help with two columns
2020-11-29T04:27:12.2999128Z [info] - reportError should print error
2020-11-29T04:27:12.3000070Z [info] - reportWarning should print warning
2020-11-29T04:27:12.3000903Z [info] - showHeader
2020-11-29T04:27:12.3001640Z [info] - showUsage
2020-11-29T04:27:12.3002383Z [info] - hidden command
2020-11-29T04:27:12.3003237Z [info] - emptyParser.showUsage
2020-11-29T04:27:12.3004207Z [info] - withFallback doesn't use .toString
2020-11-29T04:27:12.3266022Z Error: Missing value after --foo
2020-11-29T04:27:12.3273571Z Try --help for more information.
2020-11-29T04:27:12.3285110Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:12.3338410Z Try --help for more information.
2020-11-29T04:27:12.3371642Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:12.3373429Z Try --help for more information.
2020-11-29T04:27:12.3534792Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:12.3535917Z Try --help for more information.
2020-11-29T04:27:12.3540473Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:12.3541762Z Try --help for more information.
2020-11-29T04:27:12.3571222Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:27:12.3572464Z Try --help for more information.
2020-11-29T04:27:12.3576101Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:27:12.3577293Z Try --help for more information.
2020-11-29T04:27:12.3612014Z Error: Missing value after --foo
2020-11-29T04:27:12.3613253Z Try --help for more information.
2020-11-29T04:27:12.3617571Z Error: Option --foo failed when given 'bar'. Expected a key=value pair
2020-11-29T04:27:12.3618673Z Try --help for more information.
2020-11-29T04:27:12.3622599Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:27:12.3624055Z Try --help for more information.
2020-11-29T04:27:12.3627171Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:27:12.3628328Z Try --help for more information.
2020-11-29T04:27:12.3642480Z Error: Missing option --foo
2020-11-29T04:27:12.3643652Z Try --help for more information.
2020-11-29T04:27:12.3735333Z Error: Unknown option -z
2020-11-29T04:27:12.3736036Z Error: Unknown argument 'bar'
2020-11-29T04:27:12.3738409Z Try --help for more information.
2020-11-29T04:27:12.3755604Z Error: Option --foo must be >0
2020-11-29T04:27:12.3756106Z Error: Just because
2020-11-29T04:27:12.3758268Z Try --help for more information.
2020-11-29T04:27:12.3778882Z Error: Missing argument <port>
2020-11-29T04:27:12.3780320Z Try --help for more information.
2020-11-29T04:27:12.3860783Z Error: Missing argument <b>
2020-11-29T04:27:12.3862160Z Try --help for more information.
2020-11-29T04:27:12.4077124Z [info] scopttest.MutableParserSpec
2020-11-29T04:27:12.4133159Z [info] - unit parser should parse ()
2020-11-29T04:27:12.4134040Z [info] - int parser should parse 1
2020-11-29T04:27:12.4134811Z [info] - long parser should parse 1
2020-11-29T04:27:12.4135614Z [info] - string parser should parse bar
2020-11-29T04:27:12.4136425Z [info] - double parser should parse 1.0
2020-11-29T04:27:12.4137231Z [info] - boolean parser should parse true
2020-11-29T04:27:12.4138065Z [info] - pair parse should parse (k, 1)
2020-11-29T04:27:12.4138941Z [info] - .required() should fail when the option is missing
2020-11-29T04:27:12.4139936Z [info] - .required().withFallback() should parse the provided value
2020-11-29T04:27:12.4140983Z [info] - .required().withFallback() should use the fallback value
2020-11-29T04:27:12.4141916Z [info] - .hidden() option should still parse ()
2020-11-29T04:27:12.4142796Z [info] - unknown options should fail to parse by default
2020-11-29T04:27:12.4143682Z [info] - validate should fail to parse --foo 0
2020-11-29T04:27:12.4144685Z [info] - int argument should parse 80
2020-11-29T04:27:12.4145564Z [info] - string argument should parse a string
2020-11-29T04:27:12.4146691Z [info] - unbounded() should parse strings
2020-11-29T04:27:12.4147481Z [info] - command
2020-11-29T04:27:12.4148303Z [info] - help with one column
2020-11-29T04:27:12.4149038Z [info] - help with two columns
2020-11-29T04:27:12.4149844Z [info] - reportError should print error
2020-11-29T04:27:12.4150710Z [info] - reportWarning should print warning
2020-11-29T04:27:12.4151539Z [info] - showUsage
2020-11-29T04:27:12.4152210Z [info] - withFallback doesn't use .toString
2020-11-29T04:27:12.5760289Z Error: Missing value after --foo
2020-11-29T04:27:12.5766859Z Try --help for more information.
2020-11-29T04:27:12.5776104Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:12.5777395Z Try --help for more information.
2020-11-29T04:27:12.5781909Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:12.5784012Z Try --help for more information.
2020-11-29T04:27:12.5824910Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:12.5826146Z Try --help for more information.
2020-11-29T04:27:12.5830803Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:12.5832429Z Try --help for more information.
2020-11-29T04:27:12.5845584Z Error: Missing option --foo
2020-11-29T04:27:12.5847096Z Try --help for more information.
2020-11-29T04:27:12.5865487Z Error: Option --foo must be >0
2020-11-29T04:27:12.5866292Z Error: Just because
2020-11-29T04:27:12.5870478Z scopt 4.x
2020-11-29T04:27:12.5870919Z Usage: scopt [options]
2020-11-29T04:27:12.5871933Z
2020-11-29T04:27:12.5872605Z -f, --foo <value>
2020-11-29T04:27:12.6035036Z [info] scopttest.MonadicParserSpec
2020-11-29T04:27:12.6036218Z [info] - programName(s) should generate usage text
2020-11-29T04:27:12.6037230Z [info] - head(s, ...) should generate usage text
2020-11-29T04:27:12.6038065Z [info] - head(s, ...) should compose using ++
2020-11-29T04:27:12.6038972Z [info] - head(s, ...) should compose using for comprehension
2020-11-29T04:27:12.6039945Z [info] - OParser.sequence should compose OParsers
2020-11-29T04:27:12.6040850Z [info] - compose configuration type
2020-11-29T04:27:12.6041761Z [info] - OParser.sequence should allow duplicates
2020-11-29T04:27:12.6042655Z [info] - unit parser should generate usage
2020-11-29T04:27:12.6043458Z [info] - unit parser should parse ()
2020-11-29T04:27:12.6044509Z [info] - options should generate usage text
2020-11-29T04:27:12.6045378Z [info] - grouped parser should parse ()
2020-11-29T04:27:12.6046262Z [info] - int parser should generate usage
2020-11-29T04:27:12.6047109Z [info] - int parser should parse 1
2020-11-29T04:27:12.6048010Z [info] - BigDecimal parser should generate usage
2020-11-29T04:27:12.6048966Z [info] - BigDecimal parser should parse 1.0
2020-11-29T04:27:12.6050157Z [info] - opt[String]("foo").required() action { x => x } should fail to parse Nil
2020-11-29T04:27:12.6051080Z [info] - custom validation
2020-11-29T04:27:12.6051839Z [info] - command usage
2020-11-29T04:27:12.6052765Z [info] - option parser can be reused across multiple commands
2020-11-29T04:27:12.6053930Z [info] - --version should display header
2020-11-29T04:27:12.6054836Z [info] - --help should display the usage text
2020-11-29T04:27:12.6055810Z [info] - empty children list should not throw exception
2020-11-29T04:27:12.6056751Z [info] - showMultilineUsage
2020-11-29T04:27:12.6315866Z [info] Passed: Total 88, Failed 0, Errors 0, Passed 88
2020-11-29T04:27:12.6688165Z [success] Total time: 31 s, completed Nov 29, 2020 4:27:12 AM
2020-11-29T04:27:12.7294835Z [info] Setting Scala version to 2.12.10 on 2 projects.
2020-11-29T04:27:12.7298093Z [info] Excluded 2 projects, run ++ 2.12.10 -v for more details.
2020-11-29T04:27:12.7331334Z [info] Reapplying settings...
2020-11-29T04:27:13.2627879Z [info] set current project to scopt root (in build file:/home/runner/work/scopt/scopt/)
2020-11-29T04:27:14.9212095Z [info] compiling 10 Scala sources to /home/runner/work/scopt/scopt/js/target/scala-2.12/classes ...
2020-11-29T04:27:14.9892961Z [info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.10. Compiling...
2020-11-29T04:27:25.9184959Z [info]  Compilation completed in 10.928s.
2020-11-29T04:27:30.2709952Z [warn] there was one feature warning; re-run with -feature for details
2020-11-29T04:27:30.2744592Z [warn] one warning found
2020-11-29T04:27:30.2772043Z [info] done compiling
2020-11-29T04:27:30.3231389Z [info] compiling 8 Scala sources to /home/runner/work/scopt/scopt/js/target/scala-2.12/test-classes ...
2020-11-29T04:27:36.1136284Z [info] done compiling
2020-11-29T04:27:36.3839786Z [info] Fast optimizing /home/runner/work/scopt/scopt/js/target/scala-2.12/scopt-test-fastopt.js
2020-11-29T04:27:45.1531742Z Error: Missing value after --foo
2020-11-29T04:27:45.1532626Z Try --help for more information.
2020-11-29T04:27:45.1652479Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:45.1653434Z Try --help for more information.
2020-11-29T04:27:45.1856432Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:45.1857628Z Try --help for more information.
2020-11-29T04:27:45.1858506Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:45.1859355Z Try --help for more information.
2020-11-29T04:27:45.1860199Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:45.1861030Z Try --help for more information.
2020-11-29T04:27:45.1862142Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:27:45.1863160Z Try --help for more information.
2020-11-29T04:27:45.1864049Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:27:45.1864895Z Try --help for more information.
2020-11-29T04:27:45.1865638Z Error: Missing value after --foo
2020-11-29T04:27:45.1866391Z Try --help for more information.
2020-11-29T04:27:45.1867497Z Error: Option --foo failed when given 'bar'. Expected a key=value pair
2020-11-29T04:27:45.1868424Z Try --help for more information.
2020-11-29T04:27:45.1869348Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:27:45.1870238Z Try --help for more information.
2020-11-29T04:27:45.1871135Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:27:45.1872021Z Try --help for more information.
2020-11-29T04:27:45.1872812Z Error: Missing option --foo
2020-11-29T04:27:45.1873608Z Try --help for more information.
2020-11-29T04:27:45.1874375Z Error: Unknown option -z
2020-11-29T04:27:45.1875457Z Error: Unknown argument 'bar'
2020-11-29T04:27:45.1876265Z Try --help for more information.
2020-11-29T04:27:45.1877050Z Error: Option --foo must be >0
2020-11-29T04:27:45.1877635Z Error: Just because
2020-11-29T04:27:45.1878466Z Try --help for more information.
2020-11-29T04:27:45.1879069Z Error: Missing argument <port>
2020-11-29T04:27:45.1879811Z Try --help for more information.
2020-11-29T04:27:45.1880420Z Error: Missing argument <b>
2020-11-29T04:27:45.1881138Z Try --help for more information.
2020-11-29T04:27:45.2313547Z [info] scopttest.MutableParserSpec
2020-11-29T04:27:45.2315176Z [info] - unit parser should parse ()
2020-11-29T04:27:45.2316273Z [info] - int parser should parse 1
2020-11-29T04:27:45.2317363Z [info] - long parser should parse 1
2020-11-29T04:27:45.2318439Z [info] - string parser should parse bar
2020-11-29T04:27:45.2319562Z [info] - double parser should parse 1.0
2020-11-29T04:27:45.2320674Z [info] - boolean parser should parse true
2020-11-29T04:27:45.2321770Z [info] - pair parse should parse (k, 1)
2020-11-29T04:27:45.2323172Z [info] - .required() should fail when the option is missing
2020-11-29T04:27:45.2324539Z [info] - .required().withFallback() should parse the provided value
2020-11-29T04:27:45.2325893Z [info] - .required().withFallback() should use the fallback value
2020-11-29T04:27:45.2327109Z [info] - .hidden() option should still parse ()
2020-11-29T04:27:45.2328388Z [info] - unknown options should fail to parse by default
2020-11-29T04:27:45.2329572Z [info] - validate should fail to parse --foo 0
2020-11-29T04:27:45.2330865Z [info] - int argument should parse 80
2020-11-29T04:27:45.2331997Z [info] - string argument should parse a string
2020-11-29T04:27:45.2333145Z [info] - unbounded() should parse strings
2020-11-29T04:27:45.2334162Z [info] - command
2020-11-29T04:27:45.2336069Z [info] - help with one column
2020-11-29T04:27:45.2337080Z [info] - help with two columns
2020-11-29T04:27:45.2338094Z [info] - reportError should print error
2020-11-29T04:27:45.2339177Z [info] - reportWarning should print warning
2020-11-29T04:27:45.2340146Z [info] - showUsage
2020-11-29T04:27:45.2341141Z [info] - withFallback doesn't use .toString
2020-11-29T04:27:45.3786342Z Error: Missing value after --foo
2020-11-29T04:27:45.3789731Z Try --help for more information.
2020-11-29T04:27:45.3799308Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:45.3803272Z Try --help for more information.
2020-11-29T04:27:45.3809431Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:45.3813405Z Try --help for more information.
2020-11-29T04:27:45.3858623Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:45.3862397Z Try --help for more information.
2020-11-29T04:27:45.3868527Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:45.3872067Z Try --help for more information.
2020-11-29T04:27:45.3887651Z Error: Missing option --foo
2020-11-29T04:27:45.3891288Z Try --help for more information.
2020-11-29T04:27:45.3910802Z Error: Option --foo must be >0
2020-11-29T04:27:45.3912911Z Error: Just because
2020-11-29T04:27:45.3917059Z scopt 4.x
2020-11-29T04:27:45.3919286Z Usage: scopt [options]
2020-11-29T04:27:45.3921230Z
2020-11-29T04:27:45.3923274Z -f, --foo <value>
2020-11-29T04:27:45.4140291Z [info] scopttest.MonadicParserSpec
2020-11-29T04:27:45.4141712Z [info] - programName(s) should generate usage text
2020-11-29T04:27:45.4142787Z [info] - head(s, ...) should generate usage text
2020-11-29T04:27:45.4143686Z [info] - head(s, ...) should compose using ++
2020-11-29T04:27:45.4144643Z [info] - head(s, ...) should compose using for comprehension
2020-11-29T04:27:45.4145714Z [info] - OParser.sequence should compose OParsers
2020-11-29T04:27:45.4146701Z [info] - compose configuration type
2020-11-29T04:27:45.4147677Z [info] - OParser.sequence should allow duplicates
2020-11-29T04:27:45.4148670Z [info] - unit parser should generate usage
2020-11-29T04:27:45.4149542Z [info] - unit parser should parse ()
2020-11-29T04:27:45.4150408Z [info] - options should generate usage text
2020-11-29T04:27:45.4151301Z [info] - grouped parser should parse ()
2020-11-29T04:27:45.4152388Z [info] - int parser should generate usage
2020-11-29T04:27:45.4153251Z [info] - int parser should parse 1
2020-11-29T04:27:45.4154237Z [info] - BigDecimal parser should generate usage
2020-11-29T04:27:45.4155200Z [info] - BigDecimal parser should parse 1.0
2020-11-29T04:27:45.4156220Z [info] - opt[String]("foo").required() action { x => x } should fail to parse Nil
2020-11-29T04:27:45.4157139Z [info] - custom validation
2020-11-29T04:27:45.4157899Z [info] - command usage
2020-11-29T04:27:45.4158807Z [info] - option parser can be reused across multiple commands
2020-11-29T04:27:45.4159777Z [info] - --version should display header
2020-11-29T04:27:45.4160669Z [info] - --help should display the usage text
2020-11-29T04:27:45.4161642Z [info] - empty children list should not throw exception
2020-11-29T04:27:45.4162593Z [info] - showMultilineUsage
2020-11-29T04:27:45.4721709Z Error: Missing value after --foo
2020-11-29T04:27:45.4725909Z Try --help for more information.
2020-11-29T04:27:45.4732052Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:45.4735392Z Try --help for more information.
2020-11-29T04:27:45.4741243Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:45.4754795Z Try --help for more information.
2020-11-29T04:27:45.4757003Z [info] scopttest.UriSpec
2020-11-29T04:27:45.4758114Z [info] - URI parser should parse an URI
2020-11-29T04:27:45.4883361Z Error: Option --foo failed when given 'bar'. '[C@11' is not a char.
2020-11-29T04:27:45.4884717Z Try --help for more information.
2020-11-29T04:27:45.4889428Z Error: Option --foo failed when given 'bar'. '[C@12' is not a char.
2020-11-29T04:27:45.4891630Z Try --help for more information.
2020-11-29T04:27:45.4910624Z Error: Option --foo failed when given '¡ar'. '[C@13' is not a char.
2020-11-29T04:27:45.4911792Z Try --help for more information.
2020-11-29T04:27:45.4916437Z Error: Option --foo failed when given '¡ar'. '[C@14' is not a char.
2020-11-29T04:27:45.4918173Z Try --help for more information.
2020-11-29T04:27:45.4939082Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:45.4940470Z Try --help for more information.
2020-11-29T04:27:45.4944491Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:45.4946145Z Try --help for more information.
2020-11-29T04:27:45.4974066Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:27:45.4975351Z Try --help for more information.
2020-11-29T04:27:45.4979914Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:27:45.4981455Z Try --help for more information.
2020-11-29T04:27:45.5011321Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:45.5012755Z Try --help for more information.
2020-11-29T04:27:45.5017481Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:27:45.5019162Z Try --help for more information.
2020-11-29T04:27:45.5070831Z Error: Missing value after --foo
2020-11-29T04:27:45.5071562Z Try --help for more information.
2020-11-29T04:27:45.5074452Z Error: Option --foo failed when given 'bar'. Expected a key=value pair
2020-11-29T04:27:45.5075299Z Try --help for more information.
2020-11-29T04:27:45.5078618Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:27:45.5079463Z Try --help for more information.
2020-11-29T04:27:45.5082492Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:27:45.5084888Z Try --help for more information.
2020-11-29T04:27:45.5102336Z Error: Missing value after --foo
2020-11-29T04:27:45.5103678Z Try --help for more information.
2020-11-29T04:27:45.5123534Z Error: Unknown argument 'foo'
2020-11-29T04:27:45.5131978Z Try --help for more information.
2020-11-29T04:27:45.5140700Z Error: Unknown argument 'foo'
2020-11-29T04:27:45.5142043Z Try --help for more information.
2020-11-29T04:27:45.5200857Z Error: Missing option --foo
2020-11-29T04:27:45.5201622Z Try --help for more information.
2020-11-29T04:27:45.5328398Z Error: Unknown option -z
2020-11-29T04:27:45.5329091Z Error: Unknown argument 'bar'
2020-11-29T04:27:45.5329920Z Try --help for more information.
2020-11-29T04:27:45.5330604Z Error: Option --foo must be >0
2020-11-29T04:27:45.5331090Z Error: Just because
2020-11-29T04:27:45.5331721Z Try --help for more information.
2020-11-29T04:27:45.5332220Z Error: flag is false
2020-11-29T04:27:45.5332861Z Try --help for more information.
2020-11-29T04:27:45.5333403Z Error: Missing argument <port>
2020-11-29T04:27:45.5334097Z Try --help for more information.
2020-11-29T04:27:45.5359574Z Error: Unknown option --foo
2020-11-29T04:27:45.5360580Z Try --help for more information.
2020-11-29T04:27:45.5364863Z Error: Unknown argument 'update'
2020-11-29T04:27:45.5365762Z Try --help for more information.
2020-11-29T04:27:45.5381672Z Error: Unknown argument 'foo'
2020-11-29T04:27:45.5382366Z Error: not foo
2020-11-29T04:27:45.5383167Z Try --help for more information.
2020-11-29T04:27:45.5552356Z [info] scopttest.ImmutableParserSpec
2020-11-29T04:27:45.5620093Z [info] - unit parser should parse ()
2020-11-29T04:27:45.5622267Z [info] - grouped parser should parse ()
2020-11-29T04:27:45.5623144Z [info] - int parser should parse 1
2020-11-29T04:27:45.5623964Z [info] - long parser should parse 1
2020-11-29T04:27:45.5624837Z [info] - string parser should parse bar
2020-11-29T04:27:45.5625794Z [info] - option string parser should parse empty string
2020-11-29T04:27:45.5626702Z [info] - char parser should parse 'b'
2020-11-29T04:27:45.5627714Z [info] - char parser should parse '¡'
2020-11-29T04:27:45.5628602Z [info] - double parser should parse 1.0
2020-11-29T04:27:45.5629468Z [info] - boolean parser should parse true
2020-11-29T04:27:45.5630609Z [info] - BigDecimal parser should parse 1.0
2020-11-29T04:27:45.5631563Z [info] - Duration parser should parse a Duration
2020-11-29T04:27:45.5632631Z [info] - FiniteDuration parser should parse a FiniteDuration
2020-11-29T04:27:45.5633644Z [info] - pair parse should parse (k, 1)
2020-11-29T04:27:45.5634536Z [info] - seq parser should parse Seq(1, 2, 3)
2020-11-29T04:27:45.5635396Z [info] - map parser should parse a map
2020-11-29T04:27:45.5636215Z [info] - seq tuple parser
2020-11-29T04:27:45.5636955Z [info] - option parser
2020-11-29T04:27:45.5637745Z [info] - optional string parser
2020-11-29T04:27:45.5638679Z [info] - .required() should fail when the option is missing
2020-11-29T04:27:45.5639759Z [info] - .required().withFallback() should parse the provided value
2020-11-29T04:27:45.5640889Z [info] - .required().withFallback() should use the fallback value
2020-11-29T04:27:45.5641885Z [info] - .hidden() option should still parse ()
2020-11-29T04:27:45.5642921Z [info] - unknown options should fail to parse by default
2020-11-29T04:27:45.5643894Z [info] - validate should fail to parse --foo 0
2020-11-29T04:27:45.5644718Z [info] - checkConfig
2020-11-29T04:27:45.5645509Z [info] - int argument should parse 80
2020-11-29T04:27:45.5646403Z [info] - string argument should parse a string
2020-11-29T04:27:45.5647309Z [info] - unbounded() should parse strings
2020-11-29T04:27:45.5648125Z [info] - command
2020-11-29T04:27:45.5648875Z [info] - multiple commands
2020-11-29T04:27:45.5649652Z [info] - nested commands
2020-11-29T04:27:45.5650566Z [info] - help with one column
2020-11-29T04:27:45.5651358Z [info] - help with two columns
2020-11-29T04:27:45.5652221Z [info] - reportError should print error
2020-11-29T04:27:45.5653151Z [info] - reportWarning should print warning
2020-11-29T04:27:45.5653998Z [info] - showHeader
2020-11-29T04:27:45.5654717Z [info] - showUsage
2020-11-29T04:27:45.5655461Z [info] - hidden command
2020-11-29T04:27:45.5656332Z [info] - emptyParser.showUsage
2020-11-29T04:27:45.5657296Z [info] - withFallback doesn't use .toString
2020-11-29T04:27:45.5702377Z [info] Passed: Total 88, Failed 0, Errors 0, Passed 88
2020-11-29T04:27:45.6047533Z [success] Total time: 32 s, completed Nov 29, 2020 4:27:45 AM
2020-11-29T04:27:45.6576524Z [info] Setting Scala version to 2.13.1 on 2 projects.
2020-11-29T04:27:45.6577957Z [info] Excluded 2 projects, run ++ 2.13.1 -v for more details.
2020-11-29T04:27:45.6579044Z [info] Reapplying settings...
2020-11-29T04:27:46.0236445Z [info] set current project to scopt root (in build file:/home/runner/work/scopt/scopt/)
2020-11-29T04:27:47.9688737Z [info] compiling 9 Scala sources to /home/runner/work/scopt/scopt/js/target/scala-2.13/classes ...
2020-11-29T04:27:48.0978547Z [info] Non-compiled module 'compiler-bridge_2.13' for Scala 2.13.1. Compiling...
2020-11-29T04:27:58.3591468Z 8 warnings found
2020-11-29T04:27:58.3593557Z [info]  Compilation completed in 10.261s.
2020-11-29T04:28:02.8662465Z [info] done compiling
2020-11-29T04:28:02.9155402Z [info] compiling 8 Scala sources to /home/runner/work/scopt/scopt/js/target/scala-2.13/test-classes ...
2020-11-29T04:28:05.9359186Z [warn] /home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/SpecUtil.scala:11:27: method lines in class StringOps is deprecated (since 2.13.0): Use `linesIterator`, because JDK 11 adds a `lines` method on String
2020-11-29T04:28:05.9361225Z [warn]  augmentString(self).lines.mkString(envLineSeparator)
2020-11-29T04:28:05.9362324Z [warn]  ^
2020-11-29T04:28:05.9368620Z [warn] /home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/SpecUtil.scala:14:27: method lines in class StringOps is deprecated (since 2.13.0): Use `linesIterator`, because JDK 11 adds a `lines` method on String
2020-11-29T04:28:05.9370506Z [warn]  augmentString(self).lines.toList
2020-11-29T04:28:05.9371744Z [warn]  ^
2020-11-29T04:28:08.8292154Z [warn] two warnings found
2020-11-29T04:28:08.8310011Z [info] done compiling
2020-11-29T04:28:09.1386132Z [info] Fast optimizing /home/runner/work/scopt/scopt/js/target/scala-2.13/scopt-test-fastopt.js
2020-11-29T04:28:17.5581805Z Error: Missing value after --foo
2020-11-29T04:28:17.5588106Z Try --help for more information.
2020-11-29T04:28:17.5599853Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:17.5603588Z Try --help for more information.
2020-11-29T04:28:17.5609967Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:17.5613591Z Try --help for more information.
2020-11-29T04:28:17.5735188Z Error: Option --foo failed when given 'bar'. '[C@17' is not a char.
2020-11-29T04:28:17.5740458Z Try --help for more information.
2020-11-29T04:28:17.5746909Z Error: Option --foo failed when given 'bar'. '[C@18' is not a char.
2020-11-29T04:28:17.5750512Z Try --help for more information.
2020-11-29T04:28:17.5774777Z Error: Option --foo failed when given '¡ar'. '[C@19' is not a char.
2020-11-29T04:28:17.5778416Z Try --help for more information.
2020-11-29T04:28:17.5784659Z Error: Option --foo failed when given '¡ar'. '[C@1a' is not a char.
2020-11-29T04:28:17.5788417Z Try --help for more information.
2020-11-29T04:28:17.5816343Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:17.5819905Z Try --help for more information.
2020-11-29T04:28:17.5826931Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:17.5830860Z Try --help for more information.
2020-11-29T04:28:17.5861777Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:28:17.5865305Z Try --help for more information.
2020-11-29T04:28:17.5871089Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:28:17.5874753Z Try --help for more information.
2020-11-29T04:28:17.5907632Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:17.5911148Z Try --help for more information.
2020-11-29T04:28:17.5917398Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:17.5920866Z Try --help for more information.
2020-11-29T04:28:17.6008069Z Error: Missing value after --foo
2020-11-29T04:28:17.6011503Z Try --help for more information.
2020-11-29T04:28:17.6017518Z Error: Option --foo failed when given 'bar'. Expected a key=value pair
2020-11-29T04:28:17.6020740Z Try --help for more information.
2020-11-29T04:28:17.6026258Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:28:17.6029762Z Try --help for more information.
2020-11-29T04:28:17.6035554Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:28:17.6038906Z Try --help for more information.
2020-11-29T04:28:17.6063217Z Error: Missing value after --foo
2020-11-29T04:28:17.6066464Z Try --help for more information.
2020-11-29T04:28:17.6096857Z Error: Unknown argument 'foo'
2020-11-29T04:28:17.6100695Z Try --help for more information.
2020-11-29T04:28:17.6122398Z Error: Unknown argument 'foo'
2020-11-29T04:28:17.6125682Z Try --help for more information.
2020-11-29T04:28:17.6223438Z Error: Missing option --foo
2020-11-29T04:28:17.6226220Z Try --help for more information.
2020-11-29T04:28:17.6315056Z Error: Unknown option -z
2020-11-29T04:28:17.6316165Z Error: Unknown argument 'bar'
2020-11-29T04:28:17.6317125Z Try --help for more information.
2020-11-29T04:28:17.6328761Z Error: Option --foo must be >0
2020-11-29T04:28:17.6329591Z Error: Just because
2020-11-29T04:28:17.6330704Z Try --help for more information.
2020-11-29T04:28:17.6343826Z Error: flag is false
2020-11-29T04:28:17.6345141Z Try --help for more information.
2020-11-29T04:28:17.6359452Z Error: Missing argument <port>
2020-11-29T04:28:17.6360717Z Try --help for more information.
2020-11-29T04:28:17.6407480Z Error: Unknown option --foo
2020-11-29T04:28:17.6408767Z Try --help for more information.
2020-11-29T04:28:17.6431258Z Error: Unknown argument 'update'
2020-11-29T04:28:17.6432435Z Try --help for more information.
2020-11-29T04:28:17.6447964Z Error: Unknown argument 'foo'
2020-11-29T04:28:17.6448673Z Error: not foo
2020-11-29T04:28:17.6449398Z Try --help for more information.
2020-11-29T04:28:17.6662885Z [info] scopttest.ImmutableParserSpec
2020-11-29T04:28:17.6721151Z [info] - unit parser should parse ()
2020-11-29T04:28:17.6726171Z [info] - grouped parser should parse ()
2020-11-29T04:28:17.6730874Z [info] - int parser should parse 1
2020-11-29T04:28:17.6732022Z [info] - long parser should parse 1
2020-11-29T04:28:17.6749823Z [info] - string parser should parse bar
2020-11-29T04:28:17.6752597Z [info] - option string parser should parse empty string
2020-11-29T04:28:17.6810987Z [info] - char parser should parse 'b'
2020-11-29T04:28:17.6812389Z [info] - char parser should parse '¡'
2020-11-29T04:28:17.6813546Z [info] - double parser should parse 1.0
2020-11-29T04:28:17.6814684Z [info] - boolean parser should parse true
2020-11-29T04:28:17.6815825Z [info] - BigDecimal parser should parse 1.0
2020-11-29T04:28:17.6817052Z [info] - Duration parser should parse a Duration
2020-11-29T04:28:17.6818315Z [info] - FiniteDuration parser should parse a FiniteDuration
2020-11-29T04:28:17.6819463Z [info] - pair parse should parse (k, 1)
2020-11-29T04:28:17.6820467Z [info] - seq parser should parse Seq(1, 2, 3)
2020-11-29T04:28:17.6821502Z [info] - map parser should parse a map
2020-11-29T04:28:17.6822475Z [info] - seq tuple parser
2020-11-29T04:28:17.6823372Z [info] - option parser
2020-11-29T04:28:17.6824538Z [info] - optional string parser
2020-11-29T04:28:17.6825632Z [info] - .required() should fail when the option is missing
2020-11-29T04:28:17.6827610Z [info] - .required().withFallback() should parse the provided value
2020-11-29T04:28:17.6829071Z [info] - .required().withFallback() should use the fallback value
2020-11-29T04:28:17.6830142Z [info] - .hidden() option should still parse ()
2020-11-29T04:28:17.6831189Z [info] - unknown options should fail to parse by default
2020-11-29T04:28:17.6832228Z [info] - validate should fail to parse --foo 0
2020-11-29T04:28:17.6833136Z [info] - checkConfig
2020-11-29T04:28:17.6834028Z [info] - int argument should parse 80
2020-11-29T04:28:17.6835000Z [info] - string argument should parse a string
2020-11-29T04:28:17.6836053Z [info] - unbounded() should parse strings
2020-11-29T04:28:17.6836903Z [info] - command
2020-11-29T04:28:17.6837744Z [info] - multiple commands
2020-11-29T04:28:17.6838608Z [info] - nested commands
2020-11-29T04:28:17.6839449Z [info] - help with one column
2020-11-29T04:28:17.6840501Z [info] - help with two columns
2020-11-29T04:28:17.6841512Z [info] - reportError should print error
2020-11-29T04:28:17.6842703Z [info] - reportWarning should print warning
2020-11-29T04:28:17.6843721Z [info] - showHeader
2020-11-29T04:28:17.6844606Z [info] - showUsage
2020-11-29T04:28:17.6845553Z [info] - hidden command
2020-11-29T04:28:17.6846503Z [info] - emptyParser.showUsage
2020-11-29T04:28:17.6847542Z [info] - withFallback doesn't use .toString
2020-11-29T04:28:17.7141515Z Error: Missing value after --foo
2020-11-29T04:28:17.7143701Z Try --help for more information.
2020-11-29T04:28:17.7153126Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:17.7154365Z Try --help for more information.
2020-11-29T04:28:17.7157665Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:17.7158780Z Try --help for more information.
2020-11-29T04:28:17.7206074Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:17.7207294Z Try --help for more information.
2020-11-29T04:28:17.7210476Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:17.7211730Z Try --help for more information.
2020-11-29T04:28:17.7260997Z Error: Missing option --foo
2020-11-29T04:28:17.7262069Z Try --help for more information.
2020-11-29T04:28:17.7263017Z Error: Option --foo must be >0
2020-11-29T04:28:17.7263706Z Error: Just because
2020-11-29T04:28:17.7264324Z scopt 4.x
2020-11-29T04:28:17.7264966Z Usage: scopt [options]
2020-11-29T04:28:17.7265443Z
2020-11-29T04:28:17.7266169Z -f, --foo <value>
2020-11-29T04:28:17.7404945Z [info] scopttest.MonadicParserSpec
2020-11-29T04:28:17.7406555Z [info] - programName(s) should generate usage text
2020-11-29T04:28:17.7407799Z [info] - head(s, ...) should generate usage text
2020-11-29T04:28:17.7408963Z [info] - head(s, ...) should compose using ++
2020-11-29T04:28:17.7410324Z [info] - head(s, ...) should compose using for comprehension
2020-11-29T04:28:17.7411643Z [info] - OParser.sequence should compose OParsers
2020-11-29T04:28:17.7412859Z [info] - compose configuration type
2020-11-29T04:28:17.7414081Z [info] - OParser.sequence should allow duplicates
2020-11-29T04:28:17.7415515Z [info] - unit parser should generate usage
2020-11-29T04:28:17.7416627Z [info] - unit parser should parse ()
2020-11-29T04:28:17.7417741Z [info] - options should generate usage text
2020-11-29T04:28:17.7418853Z [info] - grouped parser should parse ()
2020-11-29T04:28:17.7419993Z [info] - int parser should generate usage
2020-11-29T04:28:17.7421087Z [info] - int parser should parse 1
2020-11-29T04:28:17.7422244Z [info] - BigDecimal parser should generate usage
2020-11-29T04:28:17.7423414Z [info] - BigDecimal parser should parse 1.0
2020-11-29T04:28:17.7424747Z [info] - opt[String]("foo").required() action { x => x } should fail to parse Nil
2020-11-29T04:28:17.7425917Z [info] - custom validation
2020-11-29T04:28:17.7427547Z [info] - command usage
2020-11-29T04:28:17.7429083Z [info] - option parser can be reused across multiple commands
2020-11-29T04:28:17.7430208Z [info] - --version should display header
2020-11-29T04:28:17.7431410Z [info] - --help should display the usage text
2020-11-29T04:28:17.7432573Z [info] - empty children list should not throw exception
2020-11-29T04:28:17.7433683Z [info] - showMultilineUsage
2020-11-29T04:28:17.7591017Z Error: Missing value after --foo
2020-11-29T04:28:17.7592372Z Try --help for more information.
2020-11-29T04:28:17.7594168Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:17.7595233Z Try --help for more information.
2020-11-29T04:28:17.7597457Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:17.7598517Z Try --help for more information.
2020-11-29T04:28:17.7743945Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:17.7745269Z Try --help for more information.
2020-11-29T04:28:17.7746461Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:17.7747519Z Try --help for more information.
2020-11-29T04:28:17.7768318Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:28:17.7769551Z Try --help for more information.
2020-11-29T04:28:17.7771071Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:28:17.7772140Z Try --help for more information.
2020-11-29T04:28:17.7797533Z Error: Missing value after --foo
2020-11-29T04:28:17.7798669Z Try --help for more information.
2020-11-29T04:28:17.7800408Z Error: Option --foo failed when given 'bar'. Expected a key=value pair
2020-11-29T04:28:17.7801495Z Try --help for more information.
2020-11-29T04:28:17.7803594Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:28:17.7804649Z Try --help for more information.
2020-11-29T04:28:17.7806642Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:28:17.7807700Z Try --help for more information.
2020-11-29T04:28:17.7816055Z Error: Missing option --foo
2020-11-29T04:28:17.7817129Z Try --help for more information.
2020-11-29T04:28:17.7865989Z Error: Unknown option -z
2020-11-29T04:28:17.7867149Z Error: Unknown argument 'bar'
2020-11-29T04:28:17.7878383Z Try --help for more information.
2020-11-29T04:28:17.7879509Z Error: Option --foo must be >0
2020-11-29T04:28:17.7880261Z Error: Just because
2020-11-29T04:28:17.7881133Z Try --help for more information.
2020-11-29T04:28:17.7892499Z Error: Missing argument <port>
2020-11-29T04:28:17.7893713Z Try --help for more information.
2020-11-29T04:28:17.7915096Z Error: Missing argument <b>
2020-11-29T04:28:17.7916343Z Try --help for more information.
2020-11-29T04:28:17.8299164Z [info] scopttest.MutableParserSpec
2020-11-29T04:28:17.8300816Z [info] - unit parser should parse ()
2020-11-29T04:28:17.8301918Z [info] - int parser should parse 1
2020-11-29T04:28:17.8303012Z [info] - long parser should parse 1
2020-11-29T04:28:17.8304125Z [info] - string parser should parse bar
2020-11-29T04:28:17.8305220Z [info] - double parser should parse 1.0
2020-11-29T04:28:17.8306343Z [info] - boolean parser should parse true
2020-11-29T04:28:17.8307457Z [info] - pair parse should parse (k, 1)
2020-11-29T04:28:17.8308622Z [info] - .required() should fail when the option is missing
2020-11-29T04:28:17.8309943Z [info] - .required().withFallback() should parse the provided value
2020-11-29T04:28:17.8311304Z [info] - .required().withFallback() should use the fallback value
2020-11-29T04:28:17.8312529Z [info] - .hidden() option should still parse ()
2020-11-29T04:28:17.8313729Z [info] - unknown options should fail to parse by default
2020-11-29T04:28:17.8315125Z [info] - validate should fail to parse --foo 0
2020-11-29T04:28:17.8316275Z [info] - int argument should parse 80
2020-11-29T04:28:17.8317389Z [info] - string argument should parse a string
2020-11-29T04:28:17.8318542Z [info] - unbounded() should parse strings
2020-11-29T04:28:17.8319561Z [info] - command
2020-11-29T04:28:17.8323288Z [info] - help with one column
2020-11-29T04:28:17.8324148Z [info] - help with two columns
2020-11-29T04:28:17.8325010Z [info] - reportError should print error
2020-11-29T04:28:17.8325950Z [info] - reportWarning should print warning
2020-11-29T04:28:17.8326783Z [info] - showUsage
2020-11-29T04:28:17.8327627Z [info] - withFallback doesn't use .toString
2020-11-29T04:28:17.9218477Z [info] scopttest.UriSpec
2020-11-29T04:28:17.9220226Z [info] - URI parser should parse an URI
2020-11-29T04:28:17.9316752Z [info] Passed: Total 88, Failed 0, Errors 0, Passed 88
2020-11-29T04:28:17.9600040Z [success] Total time: 32 s, completed Nov 29, 2020 4:28:17 AM
2020-11-29T04:28:17.9669848Z [info] Reapplying settings...
2020-11-29T04:28:18.2658419Z [info] set current project to scopt root (in build file:/home/runner/work/scopt/scopt/)
2020-11-29T04:28:18.2990112Z [info] Setting Scala version to 2.11.12 on 2 projects.
2020-11-29T04:28:18.2991758Z [info] Excluded 2 projects, run ++ 2.11.12 -v for more details.
2020-11-29T04:28:18.2992892Z [info] Reapplying settings...
2020-11-29T04:28:18.6736572Z [info] set current project to scopt root (in build file:/home/runner/work/scopt/scopt/)
2020-11-29T04:28:19.7374319Z [info] compiling 9 Scala sources to /home/runner/work/scopt/scopt/jvm/target/scala-2.11/classes ...
2020-11-29T04:28:21.7829600Z [info] done compiling
2020-11-29T04:28:21.8175162Z [info] compiling 10 Scala sources to /home/runner/work/scopt/scopt/jvm/target/scala-2.11/test-classes ...
2020-11-29T04:28:25.6395471Z [info] done compiling
2020-11-29T04:28:25.9773928Z [info] scopttest.UriSpec
2020-11-29T04:28:25.9775236Z [info] - URI parser should parse an URI
2020-11-29T04:28:25.9903740Z Error: Missing value after --foo
2020-11-29T04:28:25.9979512Z Try --help for more information.
2020-11-29T04:28:26.0023035Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:26.0024966Z Try --help for more information.
2020-11-29T04:28:26.0030995Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:26.0172933Z Try --help for more information.
2020-11-29T04:28:26.0507789Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:26.0508822Z Try --help for more information.
2020-11-29T04:28:26.0509729Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:26.0510656Z Try --help for more information.
2020-11-29T04:28:26.0571454Z [info] scopttest.MonadicParserSpecJVM
2020-11-29T04:28:26.0572597Z [info] - example parser should parse
2020-11-29T04:28:26.0573447Z [info] - example parser generates usage text
2020-11-29T04:28:26.0662906Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:28:26.0664092Z Try --help for more information.
2020-11-29T04:28:26.0667649Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:28:26.0668708Z Try --help for more information.
2020-11-29T04:28:26.0702460Z Error: Missing value after --foo
2020-11-29T04:28:26.0703483Z Try --help for more information.
2020-11-29T04:28:26.0706661Z Error: Option --foo failed when given 'bar'. Expected a key=value pair
2020-11-29T04:28:26.0707714Z Try --help for more information.
2020-11-29T04:28:26.0710933Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:28:26.0711996Z Try --help for more information.
2020-11-29T04:28:26.0715993Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:28:26.0717078Z Try --help for more information.
2020-11-29T04:28:26.0771037Z Error: Missing option --foo
2020-11-29T04:28:26.0772121Z Try --help for more information.
2020-11-29T04:28:26.0892964Z Error: Unknown option -z
2020-11-29T04:28:26.0898964Z Error: Unknown argument 'bar'
2020-11-29T04:28:26.0902412Z Try --help for more information.
2020-11-29T04:28:26.0924253Z Error: Option --foo must be >0
2020-11-29T04:28:26.0926141Z Error: Just because
2020-11-29T04:28:26.0929402Z Try --help for more information.
2020-11-29T04:28:26.0954465Z Error: Missing argument <port>
2020-11-29T04:28:26.0957761Z Try --help for more information.
2020-11-29T04:28:26.1180382Z Error: Missing argument <b>
2020-11-29T04:28:26.1181708Z Try --help for more information.
2020-11-29T04:28:26.1341328Z Error: Missing value after --foo
2020-11-29T04:28:26.1342480Z Try --help for more information.
2020-11-29T04:28:26.1347767Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:26.1348975Z Try --help for more information.
2020-11-29T04:28:26.1351087Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:26.1352123Z Try --help for more information.
2020-11-29T04:28:26.1385761Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:26.1387031Z Try --help for more information.
2020-11-29T04:28:26.1392313Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:26.1393475Z Try --help for more information.
2020-11-29T04:28:26.1401880Z Error: Missing option --foo
2020-11-29T04:28:26.1402887Z Try --help for more information.
2020-11-29T04:28:26.1474624Z Error: Option --foo must be >0
2020-11-29T04:28:26.1475495Z Error: Just because
2020-11-29T04:28:26.1486323Z scopt 4.x
2020-11-29T04:28:26.1487044Z Usage: scopt [options]
2020-11-29T04:28:26.1487523Z
2020-11-29T04:28:26.1488385Z -f, --foo <value>
2020-11-29T04:28:26.1651803Z [info] scopttest.MonadicParserSpec
2020-11-29T04:28:26.1731440Z [info] - programName(s) should generate usage text
2020-11-29T04:28:26.1732691Z [info] - head(s, ...) should generate usage text
2020-11-29T04:28:26.1733664Z [info] - head(s, ...) should compose using ++
2020-11-29T04:28:26.1734737Z [info] - head(s, ...) should compose using for comprehension
2020-11-29T04:28:26.1735869Z [info] - OParser.sequence should compose OParsers
2020-11-29T04:28:26.1736926Z [info] - compose configuration type
2020-11-29T04:28:26.1737980Z [info] - OParser.sequence should allow duplicates
2020-11-29T04:28:26.1739198Z [info] - unit parser should generate usage
2020-11-29T04:28:26.1740251Z [info] - unit parser should parse ()
2020-11-29T04:28:26.1741274Z [info] - options should generate usage text
2020-11-29T04:28:26.1742315Z [info] - grouped parser should parse ()
2020-11-29T04:28:26.1743354Z [info] - int parser should generate usage
2020-11-29T04:28:26.1744343Z [info] - int parser should parse 1
2020-11-29T04:28:26.1745589Z [info] - BigDecimal parser should generate usage
2020-11-29T04:28:26.1746728Z [info] - BigDecimal parser should parse 1.0
2020-11-29T04:28:26.1747899Z [info] - opt[String]("foo").required() action { x => x } should fail to parse Nil
2020-11-29T04:28:26.1748978Z [info] - custom validation
2020-11-29T04:28:26.1749892Z [info] - command usage
2020-11-29T04:28:26.1750972Z [info] - option parser can be reused across multiple commands
2020-11-29T04:28:26.1752074Z [info] - --version should display header
2020-11-29T04:28:26.1753126Z [info] - --help should display the usage text
2020-11-29T04:28:26.1756079Z [info] - empty children list should not throw exception
2020-11-29T04:28:26.1757039Z [info] - showMultilineUsage
2020-11-29T04:28:26.1758087Z [info] scopttest.MutableParserSpec
2020-11-29T04:28:26.1759141Z [info] - unit parser should parse ()
2020-11-29T04:28:26.1759957Z [info] - int parser should parse 1
2020-11-29T04:28:26.1760779Z [info] - long parser should parse 1
2020-11-29T04:28:26.1761628Z [info] - string parser should parse bar
2020-11-29T04:28:26.1762479Z [info] - double parser should parse 1.0
2020-11-29T04:28:26.1763354Z [info] - boolean parser should parse true
2020-11-29T04:28:26.1764216Z [info] - pair parse should parse (k, 1)
2020-11-29T04:28:26.1765135Z [info] - .required() should fail when the option is missing
2020-11-29T04:28:26.1766218Z [info] - .required().withFallback() should parse the provided value
2020-11-29T04:28:26.1767336Z [info] - .required().withFallback() should use the fallback value
2020-11-29T04:28:26.1768310Z [info] - .hidden() option should still parse ()
2020-11-29T04:28:26.1769262Z [info] - unknown options should fail to parse by default
2020-11-29T04:28:26.1770341Z [info] - validate should fail to parse --foo 0
2020-11-29T04:28:26.1771363Z [info] - int argument should parse 80
2020-11-29T04:28:26.1772249Z [info] - string argument should parse a string
2020-11-29T04:28:26.1773156Z [info] - unbounded() should parse strings
2020-11-29T04:28:26.1773913Z [info] - command
2020-11-29T04:28:26.1774655Z [info] - help with one column
2020-11-29T04:28:26.1775436Z [info] - help with two columns
2020-11-29T04:28:26.1776273Z [info] - reportError should print error
2020-11-29T04:28:26.1777215Z [info] - reportWarning should print warning
2020-11-29T04:28:26.1778030Z [info] - showUsage
2020-11-29T04:28:26.1778869Z [info] - withFallback doesn't use .toString
2020-11-29T04:28:26.1995977Z Error: Option --foo date format ('bar') couldn't be parsed using implicit instance of `Read[Date]`.
2020-11-29T04:28:26.1999524Z Try --help for more information.
2020-11-29T04:28:26.2050918Z Error: Option --foo date format ('bar') couldn't be parsed using implicit instance of `Read[Date]`.
2020-11-29T04:28:26.2054720Z Try --help for more information.
2020-11-29T04:28:26.2360397Z Error: Missing value after --foo
2020-11-29T04:28:26.2363382Z Try --help for more information.
2020-11-29T04:28:26.2370970Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:26.2373812Z Try --help for more information.
2020-11-29T04:28:26.2378216Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:26.2381060Z Try --help for more information.
2020-11-29T04:28:26.2470052Z Error: Option --foo failed when given 'bar'. '[C@75b3c46e' is not a char.
2020-11-29T04:28:26.2472744Z Try --help for more information.
2020-11-29T04:28:26.2480177Z Error: Option --foo failed when given 'bar'. '[C@797c1cdf' is not a char.
2020-11-29T04:28:26.2482849Z Try --help for more information.
2020-11-29T04:28:26.2498733Z Error: Option --foo failed when given '¡ar'. '[C@2c01c44b' is not a char.
2020-11-29T04:28:26.2501232Z Try --help for more information.
2020-11-29T04:28:26.2505557Z Error: Option --foo failed when given '¡ar'. '[C@652077ca' is not a char.
2020-11-29T04:28:26.2508208Z Try --help for more information.
2020-11-29T04:28:26.2522070Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:26.2525286Z Try --help for more information.
2020-11-29T04:28:26.2532556Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:26.2535215Z Try --help for more information.
2020-11-29T04:28:26.2551357Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:28:26.2553865Z Try --help for more information.
2020-11-29T04:28:26.2560846Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:28:26.2563562Z Try --help for more information.
2020-11-29T04:28:26.2576839Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:26.2579670Z Try --help for more information.
2020-11-29T04:28:26.2586554Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:26.2588996Z Try --help for more information.
2020-11-29T04:28:26.2615629Z Error: Missing value after --foo
2020-11-29T04:28:26.2617717Z Try --help for more information.
2020-11-29T04:28:26.2623637Z Error: Option --foo failed when given 'bar'. Expected a key=value pair
2020-11-29T04:28:26.2625828Z Try --help for more information.
2020-11-29T04:28:26.2629117Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:28:26.2631210Z Try --help for more information.
2020-11-29T04:28:26.2634557Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:28:26.2637205Z Try --help for more information.
2020-11-29T04:28:26.2652515Z Error: Missing value after --foo
2020-11-29T04:28:26.2655183Z Try --help for more information.
2020-11-29T04:28:26.2676547Z Error: Unknown argument 'foo'
2020-11-29T04:28:26.2679281Z Try --help for more information.
2020-11-29T04:28:26.2693343Z Error: Unknown argument 'foo'
2020-11-29T04:28:26.2695753Z Try --help for more information.
2020-11-29T04:28:26.2733765Z Error: Missing option --foo
2020-11-29T04:28:26.2736035Z Try --help for more information.
2020-11-29T04:28:26.2772358Z Error: Unknown option -z
2020-11-29T04:28:26.2774395Z Error: Unknown argument 'bar'
2020-11-29T04:28:26.2776684Z Try --help for more information.
2020-11-29T04:28:26.2782530Z Error: Option --foo must be >0
2020-11-29T04:28:26.2784276Z Error: Just because
2020-11-29T04:28:26.2798832Z [info] scopttest.ImmutableParserSpecJVM
2020-11-29T04:28:26.2800079Z [info] - calendar parser should parse 2000-01-01
2020-11-29T04:28:26.2801009Z [info] - file parser should parse test.txt
2020-11-29T04:28:26.2801986Z [info] - InetAddress parser should parse 8.8.8.8
2020-11-29T04:28:26.2803071Z [info] - UrlParser parser should parse https://example.com
2020-11-29T04:28:26.2804351Z [info] - UriParser parser should parse https://example.com/robots.txt
2020-11-29T04:28:26.2817196Z Try --help for more information.
2020-11-29T04:28:26.2832482Z Error: flag is false
2020-11-29T04:28:26.2833817Z Try --help for more information.
2020-11-29T04:28:26.2844237Z Error: Missing argument <port>
2020-11-29T04:28:26.2845400Z Try --help for more information.
2020-11-29T04:28:26.2870818Z Error: Unknown option --foo
2020-11-29T04:28:26.2871850Z Try --help for more information.
2020-11-29T04:28:26.2882964Z Error: Unknown argument 'update'
2020-11-29T04:28:26.2883995Z Try --help for more information.
2020-11-29T04:28:26.2896204Z Error: Unknown argument 'foo'
2020-11-29T04:28:26.2897012Z Error: not foo
2020-11-29T04:28:26.2897828Z Try --help for more information.
2020-11-29T04:28:26.3174326Z [info] scopttest.ImmutableParserSpec
2020-11-29T04:28:26.3175527Z [info] - unit parser should parse ()
2020-11-29T04:28:26.3176376Z [info] - grouped parser should parse ()
2020-11-29T04:28:26.3177256Z [info] - int parser should parse 1
2020-11-29T04:28:26.3178085Z [info] - long parser should parse 1
2020-11-29T04:28:26.3178919Z [info] - string parser should parse bar
2020-11-29T04:28:26.3179875Z [info] - option string parser should parse empty string
2020-11-29T04:28:26.3180769Z [info] - char parser should parse 'b'
2020-11-29T04:28:26.3181732Z [info] - char parser should parse '¡'
2020-11-29T04:28:26.3182623Z [info] - double parser should parse 1.0
2020-11-29T04:28:26.3183483Z [info] - boolean parser should parse true
2020-11-29T04:28:26.3184400Z [info] - BigDecimal parser should parse 1.0
2020-11-29T04:28:26.3185346Z [info] - Duration parser should parse a Duration
2020-11-29T04:28:26.3186440Z [info] - FiniteDuration parser should parse a FiniteDuration
2020-11-29T04:28:26.3187457Z [info] - pair parse should parse (k, 1)
2020-11-29T04:28:26.3188320Z [info] - seq parser should parse Seq(1, 2, 3)
2020-11-29T04:28:26.3189165Z [info] - map parser should parse a map
2020-11-29T04:28:26.3189971Z [info] - seq tuple parser
2020-11-29T04:28:26.3190725Z [info] - option parser
2020-11-29T04:28:26.3191696Z [info] - optional string parser
2020-11-29T04:28:26.3192630Z [info] - .required() should fail when the option is missing
2020-11-29T04:28:26.3193712Z [info] - .required().withFallback() should parse the provided value
2020-11-29T04:28:26.3194831Z [info] - .required().withFallback() should use the fallback value
2020-11-29T04:28:26.3195833Z [info] - .hidden() option should still parse ()
2020-11-29T04:28:26.3196790Z [info] - unknown options should fail to parse by default
2020-11-29T04:28:26.3197723Z [info] - validate should fail to parse --foo 0
2020-11-29T04:28:26.3198550Z [info] - checkConfig
2020-11-29T04:28:26.3199360Z [info] - int argument should parse 80
2020-11-29T04:28:26.3200243Z [info] - string argument should parse a string
2020-11-29T04:28:26.3201160Z [info] - unbounded() should parse strings
2020-11-29T04:28:26.3202016Z [info] - command
2020-11-29T04:28:26.3202714Z [info] - multiple commands
2020-11-29T04:28:26.3203514Z [info] - nested commands
2020-11-29T04:28:26.3204231Z [info] - help with one column
2020-11-29T04:28:26.3204962Z [info] - help with two columns
2020-11-29T04:28:26.3205758Z [info] - reportError should print error
2020-11-29T04:28:26.3206611Z [info] - reportWarning should print warning
2020-11-29T04:28:26.3207394Z [info] - showHeader
2020-11-29T04:28:26.3208077Z [info] - showUsage
2020-11-29T04:28:26.3208746Z [info] - hidden command
2020-11-29T04:28:26.3209550Z [info] - emptyParser.showUsage
2020-11-29T04:28:26.3210605Z [info] - withFallback doesn't use .toString
2020-11-29T04:28:26.3267746Z [info] Passed: Total 95, Failed 0, Errors 0, Passed 95
2020-11-29T04:28:26.3428902Z [success] Total time: 8 s, completed Nov 29, 2020 4:28:26 AM
2020-11-29T04:28:26.3795105Z [info] Setting Scala version to 2.12.10 on 2 projects.
2020-11-29T04:28:26.3796387Z [info] Excluded 2 projects, run ++ 2.12.10 -v for more details.
2020-11-29T04:28:26.3797387Z [info] Reapplying settings...
2020-11-29T04:28:26.6753029Z [info] set current project to scopt root (in build file:/home/runner/work/scopt/scopt/)
2020-11-29T04:28:27.6568283Z [info] compiling 10 Scala sources to /home/runner/work/scopt/scopt/jvm/target/scala-2.12/classes ...
2020-11-29T04:28:29.1760234Z [warn] there was one feature warning; re-run with -feature for details
2020-11-29T04:28:29.1771432Z [warn] one warning found
2020-11-29T04:28:29.1777958Z [info] done compiling
2020-11-29T04:28:29.2059960Z [info] compiling 10 Scala sources to /home/runner/work/scopt/scopt/jvm/target/scala-2.12/test-classes ...
2020-11-29T04:28:32.1460441Z [info] done compiling
2020-11-29T04:28:32.7206156Z Error: Option --foo date format ('bar') couldn't be parsed using implicit instance of `Read[Date]`.
2020-11-29T04:28:32.7221018Z Try --help for more information.
2020-11-29T04:28:32.7232834Z Error: Option --foo date format ('bar') couldn't be parsed using implicit instance of `Read[Date]`.
2020-11-29T04:28:32.7237287Z Try --help for more information.
2020-11-29T04:28:32.7460609Z Error: Missing value after --foo
2020-11-29T04:28:32.7464422Z Try --help for more information.
2020-11-29T04:28:32.7472684Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:32.7476676Z Try --help for more information.
2020-11-29T04:28:32.7481963Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:32.7485783Z Try --help for more information.
2020-11-29T04:28:32.7624858Z [info] scopttest.ImmutableParserSpecJVM
2020-11-29T04:28:32.7626098Z [info] - calendar parser should parse 2000-01-01
2020-11-29T04:28:32.7627019Z [info] - file parser should parse test.txt
2020-11-29T04:28:32.7627958Z [info] - InetAddress parser should parse 8.8.8.8
2020-11-29T04:28:32.7629045Z [info] - UrlParser parser should parse https://example.com
2020-11-29T04:28:32.7630348Z [info] - UriParser parser should parse https://example.com/robots.txt
2020-11-29T04:28:32.7828352Z Error: Option --foo failed when given 'bar'. '[C@58de8e52' is not a char.
2020-11-29T04:28:32.7832742Z Try --help for more information.
2020-11-29T04:28:32.7843028Z Error: Option --foo failed when given 'bar'. '[C@4d8bcca7' is not a char.
2020-11-29T04:28:32.7848683Z Try --help for more information.
2020-11-29T04:28:32.7852109Z Error: Missing value after --foo
2020-11-29T04:28:32.7856180Z Try --help for more information.
2020-11-29T04:28:32.7862281Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:32.7866221Z Try --help for more information.
2020-11-29T04:28:32.7893350Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:32.7897502Z Try --help for more information.
2020-11-29T04:28:32.7971654Z Error: Option --foo failed when given '¡ar'. '[C@30cdf6c3' is not a char.
2020-11-29T04:28:32.7975643Z Try --help for more information.
2020-11-29T04:28:32.7982063Z Error: Option --foo failed when given '¡ar'. '[C@6181b7fc' is not a char.
2020-11-29T04:28:32.7986236Z Try --help for more information.
2020-11-29T04:28:32.8009435Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:32.8013798Z Try --help for more information.
2020-11-29T04:28:32.8022162Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:32.8026148Z Try --help for more information.
2020-11-29T04:28:32.8059750Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:28:32.8064056Z Try --help for more information.
2020-11-29T04:28:32.8123518Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:32.8171096Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:28:32.8172199Z Try --help for more information.
2020-11-29T04:28:32.8173168Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:32.8174188Z Try --help for more information.
2020-11-29T04:28:32.8175145Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:32.8176055Z Try --help for more information.
2020-11-29T04:28:32.8186600Z Try --help for more information.
2020-11-29T04:28:32.8192709Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:32.8222609Z Try --help for more information.
2020-11-29T04:28:32.8265307Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:28:32.8269682Z Try --help for more information.
2020-11-29T04:28:32.8275790Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:28:32.8277957Z Error: Missing value after --foo
2020-11-29T04:28:32.8281781Z Try --help for more information.
2020-11-29T04:28:32.8289621Z Error: Option --foo failed when given 'bar'. Expected a key=value pair
2020-11-29T04:28:32.8294112Z Try --help for more information.
2020-11-29T04:28:32.8301072Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:28:32.8306753Z Try --help for more information.
2020-11-29T04:28:32.8312723Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:28:32.8316844Z Try --help for more information.
2020-11-29T04:28:32.8342335Z Error: Missing value after --foo
2020-11-29T04:28:32.8346188Z Try --help for more information.
2020-11-29T04:28:32.8348109Z Try --help for more information.
2020-11-29T04:28:32.8421366Z Error: Missing value after --foo
2020-11-29T04:28:32.8425545Z Try --help for more information.
2020-11-29T04:28:32.8431761Z Error: Option --foo failed when given 'bar'. Expected a key=value pair
2020-11-29T04:28:32.8435962Z Try --help for more information.
2020-11-29T04:28:32.8441802Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:28:32.8445530Z Try --help for more information.
2020-11-29T04:28:32.8451397Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:28:32.8455075Z Try --help for more information.
2020-11-29T04:28:32.8471816Z Error: Missing option --foo
2020-11-29T04:28:32.8475426Z Try --help for more information.
2020-11-29T04:28:32.8482525Z Error: Unknown argument 'foo'
2020-11-29T04:28:32.8486410Z Try --help for more information.
2020-11-29T04:28:32.8528335Z Error: Unknown option -z
2020-11-29T04:28:32.8538699Z Error: Unknown argument 'bar'
2020-11-29T04:28:32.8545190Z Error: Unknown argument 'foo'
2020-11-29T04:28:32.8548509Z Try --help for more information.
2020-11-29T04:28:32.8613458Z Try --help for more information.
2020-11-29T04:28:32.8647922Z Error: Missing option --foo
2020-11-29T04:28:32.8651691Z Try --help for more information.
2020-11-29T04:28:32.8662848Z Error: Option --foo must be >0
2020-11-29T04:28:32.8663652Z Error: Just because
2020-11-29T04:28:32.8664499Z Try --help for more information.
2020-11-29T04:28:32.8712498Z Error: Missing argument <port>
2020-11-29T04:28:32.8713668Z Try --help for more information.
2020-11-29T04:28:32.8747482Z Error: Missing argument <b>
2020-11-29T04:28:32.8748834Z Try --help for more information.
2020-11-29T04:28:32.8784270Z Error: Unknown option -z
2020-11-29T04:28:32.8785352Z Error: Unknown argument 'bar'
2020-11-29T04:28:32.8786334Z Try --help for more information.
2020-11-29T04:28:32.8810204Z Error: Option --foo must be >0
2020-11-29T04:28:32.8811930Z Error: Just because
2020-11-29T04:28:32.8815676Z Try --help for more information.
2020-11-29T04:28:32.8840472Z Error: flag is false
2020-11-29T04:28:32.8841593Z Try --help for more information.
2020-11-29T04:28:32.8934470Z Error: Missing argument <port>
2020-11-29T04:28:32.8935746Z Try --help for more information.
2020-11-29T04:28:32.8978148Z Error: Unknown option --foo
2020-11-29T04:28:32.8979199Z Try --help for more information.
2020-11-29T04:28:32.9003449Z Error: Unknown argument 'update'
2020-11-29T04:28:32.9004509Z Try --help for more information.
2020-11-29T04:28:32.9117237Z Error: Unknown argument 'foo'
2020-11-29T04:28:32.9118200Z Error: not foo
2020-11-29T04:28:32.9119051Z Try --help for more information.
2020-11-29T04:28:32.9482330Z [info] scopttest.MutableParserSpec
2020-11-29T04:28:32.9485674Z [info] - unit parser should parse ()
2020-11-29T04:28:32.9495371Z [info] - int parser should parse 1
2020-11-29T04:28:32.9496328Z [info] - long parser should parse 1
2020-11-29T04:28:32.9497217Z [info] - string parser should parse bar
2020-11-29T04:28:32.9498079Z [info] - double parser should parse 1.0
2020-11-29T04:28:32.9498956Z [info] - boolean parser should parse true
2020-11-29T04:28:32.9499823Z [info] - pair parse should parse (k, 1)
2020-11-29T04:28:32.9500747Z [info] - .required() should fail when the option is missing
2020-11-29T04:28:32.9502109Z [info] - .required().withFallback() should parse the provided value
2020-11-29T04:28:32.9503231Z [info] - .required().withFallback() should use the fallback value
2020-11-29T04:28:32.9504205Z [info] - .hidden() option should still parse ()
2020-11-29T04:28:32.9505158Z [info] - unknown options should fail to parse by default
2020-11-29T04:28:32.9506104Z [info] - validate should fail to parse --foo 0
2020-11-29T04:28:32.9506960Z [info] - int argument should parse 80
2020-11-29T04:28:32.9507846Z [info] - string argument should parse a string
2020-11-29T04:28:32.9508752Z [info] - unbounded() should parse strings
2020-11-29T04:28:32.9509513Z [info] - command
2020-11-29T04:28:32.9510254Z [info] - help with one column
2020-11-29T04:28:32.9511023Z [info] - help with two columns
2020-11-29T04:28:32.9511879Z [info] - reportError should print error
2020-11-29T04:28:32.9512814Z [info] - reportWarning should print warning
2020-11-29T04:28:32.9513715Z [info] - showUsage
2020-11-29T04:28:32.9514573Z [info] - withFallback doesn't use .toString
2020-11-29T04:28:32.9556059Z [info] scopttest.UriSpec
2020-11-29T04:28:32.9557000Z [info] - URI parser should parse an URI
2020-11-29T04:28:32.9756236Z [info] scopttest.ImmutableParserSpec
2020-11-29T04:28:32.9775612Z [info] - unit parser should parse ()
2020-11-29T04:28:32.9787834Z [info] - grouped parser should parse ()
2020-11-29T04:28:32.9788675Z [info] - int parser should parse 1
2020-11-29T04:28:32.9789508Z [info] - long parser should parse 1
2020-11-29T04:28:32.9790299Z [info] - string parser should parse bar
2020-11-29T04:28:32.9791172Z [info] - option string parser should parse empty string
2020-11-29T04:28:32.9792021Z [info] - char parser should parse 'b'
2020-11-29T04:28:32.9793150Z [info] - char parser should parse '¡'
2020-11-29T04:28:32.9794001Z [info] - double parser should parse 1.0
2020-11-29T04:28:32.9794881Z [info] - boolean parser should parse true
2020-11-29T04:28:32.9795788Z [info] - BigDecimal parser should parse 1.0
2020-11-29T04:28:32.9796756Z [info] - Duration parser should parse a Duration
2020-11-29T04:28:32.9797829Z [info] - FiniteDuration parser should parse a FiniteDuration
2020-11-29T04:28:32.9798831Z [info] - pair parse should parse (k, 1)
2020-11-29T04:28:32.9799673Z [info] - seq parser should parse Seq(1, 2, 3)
2020-11-29T04:28:32.9800552Z [info] - map parser should parse a map
2020-11-29T04:28:32.9801427Z [info] - seq tuple parser
2020-11-29T04:28:32.9802168Z [info] - option parser
2020-11-29T04:28:32.9802953Z [info] - optional string parser
2020-11-29T04:28:32.9803869Z [info] - .required() should fail when the option is missing
2020-11-29T04:28:32.9804949Z [info] - .required().withFallback() should parse the provided value
2020-11-29T04:28:32.9806285Z [info] - .required().withFallback() should use the fallback value
2020-11-29T04:28:32.9807265Z [info] - .hidden() option should still parse ()
2020-11-29T04:28:32.9808221Z [info] - unknown options should fail to parse by default
2020-11-29T04:28:32.9809170Z [info] - validate should fail to parse --foo 0
2020-11-29T04:28:32.9810117Z [info] - checkConfig
2020-11-29T04:28:32.9810937Z [info] - int argument should parse 80
2020-11-29T04:28:32.9811824Z [info] - string argument should parse a string
2020-11-29T04:28:32.9812716Z [info] - unbounded() should parse strings
2020-11-29T04:28:32.9813495Z [info] - command
2020-11-29T04:28:32.9814238Z [info] - multiple commands
2020-11-29T04:28:32.9814995Z [info] - nested commands
2020-11-29T04:28:32.9815760Z [info] - help with one column
2020-11-29T04:28:32.9816525Z [info] - help with two columns
2020-11-29T04:28:32.9817469Z [info] - reportError should print error
2020-11-29T04:28:32.9818422Z [info] - reportWarning should print warning
2020-11-29T04:28:32.9819245Z [info] - showHeader
2020-11-29T04:28:32.9819960Z [info] - showUsage
2020-11-29T04:28:32.9820691Z [info] - hidden command
2020-11-29T04:28:32.9821537Z [info] - emptyParser.showUsage
2020-11-29T04:28:32.9822492Z [info] - withFallback doesn't use .toString
2020-11-29T04:28:32.9961349Z [info] scopttest.MonadicParserSpecJVM
2020-11-29T04:28:32.9962442Z [info] - example parser should parse
2020-11-29T04:28:32.9963319Z [info] - example parser generates usage text
2020-11-29T04:28:33.0116679Z Error: Missing value after --foo
2020-11-29T04:28:33.0120304Z Try --help for more information.
2020-11-29T04:28:33.0127309Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:33.0131095Z Try --help for more information.
2020-11-29T04:28:33.0136982Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:33.0140207Z Try --help for more information.
2020-11-29T04:28:33.0166889Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:33.0171807Z Try --help for more information.
2020-11-29T04:28:33.0178957Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:33.0182217Z Try --help for more information.
2020-11-29T04:28:33.0193643Z Error: Missing option --foo
2020-11-29T04:28:33.0197815Z Try --help for more information.
2020-11-29T04:28:33.0218901Z Error: Option --foo must be >0
2020-11-29T04:28:33.0250645Z Error: Just because
2020-11-29T04:28:33.0251213Z scopt 4.x
2020-11-29T04:28:33.0251720Z Usage: scopt [options]
2020-11-29T04:28:33.0252096Z
2020-11-29T04:28:33.0252853Z -f, --foo <value>
2020-11-29T04:28:33.0331166Z [info] scopttest.MonadicParserSpec
2020-11-29T04:28:33.0346648Z [info] - programName(s) should generate usage text
2020-11-29T04:28:33.0347851Z [info] - head(s, ...) should generate usage text
2020-11-29T04:28:33.0348889Z [info] - head(s, ...) should compose using ++
2020-11-29T04:28:33.0349993Z [info] - head(s, ...) should compose using for comprehension
2020-11-29T04:28:33.0351466Z [info] - OParser.sequence should compose OParsers
2020-11-29T04:28:33.0352575Z [info] - compose configuration type
2020-11-29T04:28:33.0353685Z [info] - OParser.sequence should allow duplicates
2020-11-29T04:28:33.0354801Z [info] - unit parser should generate usage
2020-11-29T04:28:33.0355849Z [info] - unit parser should parse ()
2020-11-29T04:28:33.0356786Z [info] - options should generate usage text
2020-11-29T04:28:33.0357739Z [info] - grouped parser should parse ()
2020-11-29T04:28:33.0358665Z [info] - int parser should generate usage
2020-11-29T04:28:33.0359570Z [info] - int parser should parse 1
2020-11-29T04:28:33.0360540Z [info] - BigDecimal parser should generate usage
2020-11-29T04:28:33.0361525Z [info] - BigDecimal parser should parse 1.0
2020-11-29T04:28:33.0362592Z [info] - opt[String]("foo").required() action { x => x } should fail to parse Nil
2020-11-29T04:28:33.0363562Z [info] - custom validation
2020-11-29T04:28:33.0364483Z [info] - command usage
2020-11-29T04:28:33.0365460Z [info] - option parser can be reused across multiple commands
2020-11-29T04:28:33.0366480Z [info] - --version should display header
2020-11-29T04:28:33.0367431Z [info] - --help should display the usage text
2020-11-29T04:28:33.0368456Z [info] - empty children list should not throw exception
2020-11-29T04:28:33.0369443Z [info] - showMultilineUsage
2020-11-29T04:28:33.0410571Z [info] Passed: Total 95, Failed 0, Errors 0, Passed 95
2020-11-29T04:28:33.0470447Z [success] Total time: 6 s, completed Nov 29, 2020 4:28:33 AM
2020-11-29T04:28:33.0762778Z [info] Setting Scala version to 2.13.1 on 2 projects.
2020-11-29T04:28:33.0764003Z [info] Excluded 2 projects, run ++ 2.13.1 -v for more details.
2020-11-29T04:28:33.0764979Z [info] Reapplying settings...
2020-11-29T04:28:33.3523351Z [info] set current project to scopt root (in build file:/home/runner/work/scopt/scopt/)
2020-11-29T04:28:34.4101703Z [info] compiling 9 Scala sources to /home/runner/work/scopt/scopt/jvm/target/scala-2.13/classes ...
2020-11-29T04:28:35.7674047Z [info] done compiling
2020-11-29T04:28:35.7891617Z [info] compiling 10 Scala sources to /home/runner/work/scopt/scopt/jvm/target/scala-2.13/test-classes ...
2020-11-29T04:28:37.4286619Z [warn] /home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/SpecUtil.scala:11:27: method lines in class StringOps is deprecated (since 2.13.0): Use `linesIterator`, because JDK 11 adds a `lines` method on String
2020-11-29T04:28:37.4289908Z [warn]  augmentString(self).lines.mkString(envLineSeparator)
2020-11-29T04:28:37.4292074Z [warn]  ^
2020-11-29T04:28:37.4302447Z [warn] /home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/SpecUtil.scala:14:27: method lines in class StringOps is deprecated (since 2.13.0): Use `linesIterator`, because JDK 11 adds a `lines` method on String
2020-11-29T04:28:37.4305208Z [warn]  augmentString(self).lines.toList
2020-11-29T04:28:37.4307375Z [warn]  ^
2020-11-29T04:28:38.8386472Z [warn] two warnings found
2020-11-29T04:28:38.8397422Z [info] done compiling
2020-11-29T04:28:39.2788615Z [info] scopttest.MonadicParserSpecJVM
2020-11-29T04:28:39.2790332Z [info] - example parser should parse
2020-11-29T04:28:39.2791544Z [info] - example parser generates usage text
2020-11-29T04:28:39.3032642Z Error: Option --foo date format ('bar') couldn't be parsed using implicit instance of `Read[Date]`.
2020-11-29T04:28:39.3091838Z Error: Missing value after --foo
2020-11-29T04:28:39.3098786Z Try --help for more information.
2020-11-29T04:28:39.3102790Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:39.3104049Z Try --help for more information.
2020-11-29T04:28:39.3106120Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:39.3107105Z Try --help for more information.
2020-11-29T04:28:39.3131017Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:39.3132281Z Try --help for more information.
2020-11-29T04:28:39.3136117Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:39.3137245Z Try --help for more information.
2020-11-29T04:28:39.3141073Z Try --help for more information.
2020-11-29T04:28:39.3144210Z Error: Missing option --foo
2020-11-29T04:28:39.3145271Z Try --help for more information.
2020-11-29T04:28:39.3153117Z Error: Option --foo date format ('bar') couldn't be parsed using implicit instance of `Read[Date]`.
2020-11-29T04:28:39.3157089Z Try --help for more information.
2020-11-29T04:28:39.3159233Z Error: Option --foo must be >0
2020-11-29T04:28:39.3159995Z Error: Just because
2020-11-29T04:28:39.3161688Z scopt 4.x
2020-11-29T04:28:39.3162332Z Usage: scopt [options]
2020-11-29T04:28:39.3162827Z
2020-11-29T04:28:39.3163602Z -f, --foo <value>
2020-11-29T04:28:39.3222911Z [info] scopttest.ImmutableParserSpecJVM
2020-11-29T04:28:39.3227150Z [info] - calendar parser should parse 2000-01-01
2020-11-29T04:28:39.3228150Z [info] - file parser should parse test.txt
2020-11-29T04:28:39.3229079Z [info] - InetAddress parser should parse 8.8.8.8
2020-11-29T04:28:39.3230199Z [info] - UrlParser parser should parse https://example.com
2020-11-29T04:28:39.3231474Z [info] - UriParser parser should parse https://example.com/robots.txt
2020-11-29T04:28:39.3595850Z [info] scopttest.MonadicParserSpec
2020-11-29T04:28:39.3597141Z [info] - programName(s) should generate usage text
2020-11-29T04:28:39.3598116Z [info] - head(s, ...) should generate usage text
2020-11-29T04:28:39.3599018Z [info] - head(s, ...) should compose using ++
2020-11-29T04:28:39.3599995Z [info] - head(s, ...) should compose using for comprehension
2020-11-29T04:28:39.3601057Z [info] - OParser.sequence should compose OParsers
2020-11-29T04:28:39.3602033Z [info] - compose configuration type
2020-11-29T04:28:39.3603026Z [info] - OParser.sequence should allow duplicates
2020-11-29T04:28:39.3604010Z [info] - unit parser should generate usage
2020-11-29T04:28:39.3604863Z [info] - unit parser should parse ()
2020-11-29T04:28:39.3605745Z [info] - options should generate usage text
2020-11-29T04:28:39.3606650Z [info] - grouped parser should parse ()
2020-11-29T04:28:39.3607767Z [info] - int parser should generate usage
2020-11-29T04:28:39.3608622Z [info] - int parser should parse 1
2020-11-29T04:28:39.3609544Z [info] - BigDecimal parser should generate usage
2020-11-29T04:28:39.3610724Z [info] - BigDecimal parser should parse 1.0
2020-11-29T04:28:39.3611768Z [info] - opt[String]("foo").required() action { x => x } should fail to parse Nil
2020-11-29T04:28:39.3612682Z [info] - custom validation
2020-11-29T04:28:39.3613420Z [info] - command usage
2020-11-29T04:28:39.3614340Z [info] - option parser can be reused across multiple commands
2020-11-29T04:28:39.3615312Z [info] - --version should display header
2020-11-29T04:28:39.3616212Z [info] - --help should display the usage text
2020-11-29T04:28:39.3617181Z [info] - empty children list should not throw exception
2020-11-29T04:28:39.3618129Z [info] - showMultilineUsage
2020-11-29T04:28:39.3856785Z Error: Missing value after --foo
2020-11-29T04:28:39.3860521Z Try --help for more information.
2020-11-29T04:28:39.3866528Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:39.3869831Z Try --help for more information.
2020-11-29T04:28:39.3874238Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:39.3877581Z Try --help for more information.
2020-11-29T04:28:39.3994163Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:39.3998233Z Try --help for more information.
2020-11-29T04:28:39.4003706Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:39.4007087Z Try --help for more information.
2020-11-29T04:28:39.4046776Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:28:39.4050974Z Try --help for more information.
2020-11-29T04:28:39.4059108Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:28:39.4059966Z Try --help for more information.
2020-11-29T04:28:39.4091547Z Error: Missing value after --foo
2020-11-29T04:28:39.4095212Z Try --help for more information.
2020-11-29T04:28:39.4103571Z Error: Option --foo failed when given 'bar'. Expected a key=value pair
2020-11-29T04:28:39.4104467Z Try --help for more information.
2020-11-29T04:28:39.4109446Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:28:39.4121190Z Try --help for more information.
2020-11-29T04:28:39.4122356Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:28:39.4123379Z Try --help for more information.
2020-11-29T04:28:39.4133071Z Error: Missing option --foo
2020-11-29T04:28:39.4134596Z Try --help for more information.
2020-11-29T04:28:39.4179291Z Error: Unknown option -z
2020-11-29T04:28:39.4223717Z Error: Unknown argument 'bar'
2020-11-29T04:28:39.4228768Z Error: Missing value after --foo
2020-11-29T04:28:39.4229854Z Try --help for more information.
2020-11-29T04:28:39.4234378Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:39.4235508Z Try --help for more information.
2020-11-29T04:28:39.4244136Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:39.4245334Z Try --help for more information.
2020-11-29T04:28:39.4251948Z Try --help for more information.
2020-11-29T04:28:39.4271189Z Error: Option --foo must be >0
2020-11-29T04:28:39.4272141Z Error: Just because
2020-11-29T04:28:39.4273027Z Try --help for more information.
2020-11-29T04:28:39.4294702Z Error: Missing argument <port>
2020-11-29T04:28:39.4296916Z Try --help for more information.
2020-11-29T04:28:39.4318968Z Error: Missing argument <b>
2020-11-29T04:28:39.4319709Z Try --help for more information.
2020-11-29T04:28:39.4406760Z Error: Option --foo failed when given 'bar'. '[C@73669cea' is not a char.
2020-11-29T04:28:39.4410841Z Try --help for more information.
2020-11-29T04:28:39.4417456Z Error: Option --foo failed when given 'bar'. '[C@33da8a52' is not a char.
2020-11-29T04:28:39.4420900Z Try --help for more information.
2020-11-29T04:28:39.4452822Z Error: Option --foo failed when given '¡ar'. '[C@375c66a4' is not a char.
2020-11-29T04:28:39.4456997Z Try --help for more information.
2020-11-29T04:28:39.4461432Z Error: Option --foo failed when given '¡ar'. '[C@de3fb31' is not a char.
2020-11-29T04:28:39.4464792Z Try --help for more information.
2020-11-29T04:28:39.4490247Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:39.4495055Z Try --help for more information.
2020-11-29T04:28:39.4501596Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:39.4507794Z Try --help for more information.
2020-11-29T04:28:39.4537664Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:28:39.4544181Z Try --help for more information.
2020-11-29T04:28:39.4551204Z Error: Option --foo failed when given 'bar'. 'bar' is not a boolean.
2020-11-29T04:28:39.4555024Z Try --help for more information.
2020-11-29T04:28:39.4557088Z [info] scopttest.MutableParserSpec
2020-11-29T04:28:39.4571306Z [info] - unit parser should parse ()
2020-11-29T04:28:39.4572729Z [info] - int parser should parse 1
2020-11-29T04:28:39.4573841Z [info] - long parser should parse 1
2020-11-29T04:28:39.4574937Z [info] - string parser should parse bar
2020-11-29T04:28:39.4576044Z [info] - double parser should parse 1.0
2020-11-29T04:28:39.4577163Z [info] - boolean parser should parse true
2020-11-29T04:28:39.4578260Z [info] - pair parse should parse (k, 1)
2020-11-29T04:28:39.4579439Z [info] - .required() should fail when the option is missing
2020-11-29T04:28:39.4587289Z [info] - .required().withFallback() should parse the provided value
2020-11-29T04:28:39.4588787Z [info] - .required().withFallback() should use the fallback value
2020-11-29T04:28:39.4590052Z [info] - .hidden() option should still parse ()
2020-11-29T04:28:39.4591274Z [info] - unknown options should fail to parse by default
2020-11-29T04:28:39.4592633Z [info] - validate should fail to parse --foo 0
2020-11-29T04:28:39.4595828Z [info] - int argument should parse 80
2020-11-29T04:28:39.4596923Z [info] - string argument should parse a string
2020-11-29T04:28:39.4599525Z [info] - unbounded() should parse strings
2020-11-29T04:28:39.4600296Z [info] - command
2020-11-29T04:28:39.4601036Z [info] - help with one column
2020-11-29T04:28:39.4601807Z [info] - help with two columns
2020-11-29T04:28:39.4602676Z [info] - reportError should print error
2020-11-29T04:28:39.4603633Z [info] - reportWarning should print warning
2020-11-29T04:28:39.4604452Z [info] - showUsage
2020-11-29T04:28:39.4605372Z [info] - withFallback doesn't use .toString
2020-11-29T04:28:39.4640130Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:39.4672506Z Try --help for more information.
2020-11-29T04:28:39.4673335Z Error: Option --foo expects a number but was given 'bar'
2020-11-29T04:28:39.4674515Z Try --help for more information.
2020-11-29T04:28:39.4685852Z [info] scopttest.UriSpec
2020-11-29T04:28:39.4687278Z [info] - URI parser should parse an URI
2020-11-29T04:28:39.4688475Z Error: Missing value after --foo
2020-11-29T04:28:39.4690933Z Try --help for more information.
2020-11-29T04:28:39.4696590Z Error: Option --foo failed when given 'bar'. Expected a key=value pair
2020-11-29T04:28:39.4698692Z Try --help for more information.
2020-11-29T04:28:39.4701856Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:28:39.4704002Z Try --help for more information.
2020-11-29T04:28:39.4706978Z Error: Option --foo expects a number but was given 'k=bar'
2020-11-29T04:28:39.4709112Z Try --help for more information.
2020-11-29T04:28:39.4749027Z Error: Missing value after --foo
2020-11-29T04:28:39.4752635Z Try --help for more information.
2020-11-29T04:28:39.4783805Z Error: Unknown argument 'foo'
2020-11-29T04:28:39.4785474Z Try --help for more information.
2020-11-29T04:28:39.4797287Z Error: Unknown argument 'foo'
2020-11-29T04:28:39.4800723Z Try --help for more information.
2020-11-29T04:28:39.4845803Z Error: Missing option --foo
2020-11-29T04:28:39.4847185Z Try --help for more information.
2020-11-29T04:28:39.4882685Z Error: Unknown option -z
2020-11-29T04:28:39.4920339Z Error: Unknown argument 'bar'
2020-11-29T04:28:39.4921252Z Try --help for more information.
2020-11-29T04:28:39.4921913Z Error: Option --foo must be >0
2020-11-29T04:28:39.4922364Z Error: Just because
2020-11-29T04:28:39.4922955Z Try --help for more information.
2020-11-29T04:28:39.4923425Z Error: flag is false
2020-11-29T04:28:39.4924008Z Try --help for more information.
2020-11-29T04:28:39.4924533Z Error: Missing argument <port>
2020-11-29T04:28:39.4925179Z Try --help for more information.
2020-11-29T04:28:39.4947664Z Error: Unknown option --foo
2020-11-29T04:28:39.4949373Z Try --help for more information.
2020-11-29T04:28:39.4963323Z Error: Unknown argument 'update'
2020-11-29T04:28:39.4965398Z Try --help for more information.
2020-11-29T04:28:39.4977774Z Error: Unknown argument 'foo'
2020-11-29T04:28:39.4979334Z Error: not foo
2020-11-29T04:28:39.4981263Z Try --help for more information.
2020-11-29T04:28:39.5185201Z [info] scopttest.ImmutableParserSpec
2020-11-29T04:28:39.5186648Z [info] - unit parser should parse ()
2020-11-29T04:28:39.5187694Z [info] - grouped parser should parse ()
2020-11-29T04:28:39.5188699Z [info] - int parser should parse 1
2020-11-29T04:28:39.5189687Z [info] - long parser should parse 1
2020-11-29T04:28:39.5190677Z [info] - string parser should parse bar
2020-11-29T04:28:39.5191784Z [info] - option string parser should parse empty string
2020-11-29T04:28:39.5192866Z [info] - char parser should parse 'b'
2020-11-29T04:28:39.5193878Z [info] - char parser should parse '¡'
2020-11-29T04:28:39.5194857Z [info] - double parser should parse 1.0
2020-11-29T04:28:39.5195888Z [info] - boolean parser should parse true
2020-11-29T04:28:39.5196962Z [info] - BigDecimal parser should parse 1.0
2020-11-29T04:28:39.5198055Z [info] - Duration parser should parse a Duration
2020-11-29T04:28:39.5199335Z [info] - FiniteDuration parser should parse a FiniteDuration
2020-11-29T04:28:39.5200484Z [info] - pair parse should parse (k, 1)
2020-11-29T04:28:39.5201488Z [info] - seq parser should parse Seq(1, 2, 3)
2020-11-29T04:28:39.5202504Z [info] - map parser should parse a map
2020-11-29T04:28:39.5204766Z [info] - seq tuple parser
2020-11-29T04:28:39.5205680Z [info] - option parser
2020-11-29T04:28:39.5206625Z [info] - optional string parser
2020-11-29T04:28:39.5207708Z [info] - .required() should fail when the option is missing
2020-11-29T04:28:39.5210795Z [info] - .required().withFallback() should parse the provided value
2020-11-29T04:28:39.5211902Z [info] - .required().withFallback() should use the fallback value
2020-11-29T04:28:39.5212898Z [info] - .hidden() option should still parse ()
2020-11-29T04:28:39.5213861Z [info] - unknown options should fail to parse by default
2020-11-29T04:28:39.5214797Z [info] - validate should fail to parse --foo 0
2020-11-29T04:28:39.5215622Z [info] - checkConfig
2020-11-29T04:28:39.5216428Z [info] - int argument should parse 80
2020-11-29T04:28:39.5217302Z [info] - string argument should parse a string
2020-11-29T04:28:39.5218214Z [info] - unbounded() should parse strings
2020-11-29T04:28:39.5219124Z [info] - command
2020-11-29T04:28:39.5219876Z [info] - multiple commands
2020-11-29T04:28:39.5220651Z [info] - nested commands
2020-11-29T04:28:39.5226025Z [info] - help with one column
2020-11-29T04:28:39.5226884Z [info] - help with two columns
2020-11-29T04:28:39.5232462Z [info] - reportError should print error
2020-11-29T04:28:39.5233640Z [info] - reportWarning should print warning
2020-11-29T04:28:39.5234495Z [info] - showHeader
2020-11-29T04:28:39.5235224Z [info] - showUsage
2020-11-29T04:28:39.5235945Z [info] - hidden command
2020-11-29T04:28:39.5246633Z [info] - emptyParser.showUsage
2020-11-29T04:28:39.5247979Z [info] - withFallback doesn't use .toString
2020-11-29T04:28:39.5250294Z [info] Passed: Total 95, Failed 0, Errors 0, Passed 95
2020-11-29T04:28:39.5336013Z [success] Total time: 6 s, completed Nov 29, 2020 4:28:39 AM
2020-11-29T04:28:39.5535177Z [info] Setting Scala version to 3.0.0-M2 on 1 projects.
2020-11-29T04:28:39.5538092Z [info] Excluded 3 projects, run ++ 3.0.0-M2 -v for more details.
2020-11-29T04:28:39.5542383Z [info] Reapplying settings...
2020-11-29T04:28:39.8820238Z [info] set current project to scopt root (in build file:/home/runner/work/scopt/scopt/)
2020-11-29T04:28:41.6037550Z [info] compiling 9 Scala sources to /home/runner/work/scopt/scopt/jvm/target/scala-3.0.0-M2/classes ...
2020-11-29T04:28:51.2661720Z [info] done compiling
2020-11-29T04:28:51.3028454Z [info] compiling 10 Scala sources to /home/runner/work/scopt/scopt/jvm/target/scala-3.0.0-M2/test-classes ...
2020-11-29T04:28:55.7722339Z [warn] -- Deprecation Warning: /home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/SpecUtil.scala:11:26 
2020-11-29T04:28:55.7725496Z [warn] 11 | augmentString(self).lines.mkString(envLineSeparator)
2020-11-29T04:28:55.7727735Z [warn]  | ^^^^^^^^^^^^^^^^^^^^^^^^^
2020-11-29T04:28:55.7730806Z [warn]  |method lines in class StringOps is deprecated since 2.13.0: Use `linesIterator`, because JDK 11 adds a `lines` method on String
2020-11-29T04:28:55.7852279Z [warn] -- Deprecation Warning: /home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/SpecUtil.scala:14:26 
2020-11-29T04:28:55.7855108Z [warn] 14 | augmentString(self).lines.toList
2020-11-29T04:28:55.7857232Z [warn]  | ^^^^^^^^^^^^^^^^^^^^^^^^^
2020-11-29T04:28:55.7859731Z [warn]  |method lines in class StringOps is deprecated since 2.13.0: Use `linesIterator`, because JDK 11 adds a `lines` method on String
2020-11-29T04:28:56.3049370Z error while abstracting tree = scopttest.SpecUtil.RichString | mt = (self: String): scopttest.SpecUtil.RichString | args = | tp = scopttest.SpecUtil.RichString | pt = Object
2020-11-29T04:28:56.3102913Z exception while typing recorderRuntime.recordValue[
2020-11-29T04:28:56.3104280Z 
2020-11-29T04:28:56.3104984Z (scopttest.SpecUtil.RichString :
2020-11-29T04:28:56.3105946Z (self: String): scopttest.SpecUtil.RichString
2020-11-29T04:28:56.3106624Z )
2020-11-29T04:28:56.3107162Z 
2020-11-29T04:28:56.3109016Z ](scopttest.SpecUtil.RichString, 18) of class class dotty.tools.dotc.ast.Trees$Apply # -1
2020-11-29T04:28:56.3123981Z exception while typing recorderRuntime.recordValue[
2020-11-29T04:28:56.3125062Z 
2020-11-29T04:28:56.3125768Z (scopttest.SpecUtil.RichString :
2020-11-29T04:28:56.3126721Z (self: String): scopttest.SpecUtil.RichString
2020-11-29T04:28:56.3127411Z )
2020-11-29T04:28:56.3127946Z 
2020-11-29T04:28:56.3129178Z ](scopttest.SpecUtil.RichString, 18)("scopt 3.x") of class class dotty.tools.dotc.ast.Trees$Apply # -1
2020-11-29T04:28:56.3148525Z exception while typing recorderRuntime.recordValue[scopttest.SpecUtil.RichString](
2020-11-29T04:28:56.3150053Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3150904Z 
2020-11-29T04:28:56.3151644Z (scopttest.SpecUtil.RichString :
2020-11-29T04:28:56.3152686Z (self: String): scopttest.SpecUtil.RichString
2020-11-29T04:28:56.3153527Z )
2020-11-29T04:28:56.3154128Z 
2020-11-29T04:28:56.3155142Z ](scopttest.SpecUtil.RichString, 18)("scopt 3.x")
2020-11-29T04:28:56.3156418Z , 18) of class class dotty.tools.dotc.ast.Trees$Apply # -1
2020-11-29T04:28:56.3177221Z exception while typing recorderRuntime.recordValue[scopttest.SpecUtil.RichString](
2020-11-29T04:28:56.3178497Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3179341Z 
2020-11-29T04:28:56.3182146Z (scopttest.SpecUtil.RichString :
2020-11-29T04:28:56.3183104Z (self: String): scopttest.SpecUtil.RichString
2020-11-29T04:28:56.3183991Z )
2020-11-29T04:28:56.3184751Z 
2020-11-29T04:28:56.3185753Z ](scopttest.SpecUtil.RichString, 18)("scopt 3.x")
2020-11-29T04:28:56.3187083Z , 18).newline of class class dotty.tools.dotc.ast.Trees$Select # -1
2020-11-29T04:28:56.3221117Z exception while typing recorderRuntime.recordValue[(scopttest.SpecUtil.RichString#newline : (): String)
2020-11-29T04:28:56.3222198Z ]
2020-11-29T04:28:56.3222714Z (
2020-11-29T04:28:56.3223944Z recorderRuntime.recordValue[scopttest.SpecUtil.RichString](
2020-11-29T04:28:56.3225221Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3226051Z 
2020-11-29T04:28:56.3226801Z (scopttest.SpecUtil.RichString :
2020-11-29T04:28:56.3227843Z (self: String): scopttest.SpecUtil.RichString
2020-11-29T04:28:56.3228586Z )
2020-11-29T04:28:56.3231027Z 
2020-11-29T04:28:56.3231926Z ](scopttest.SpecUtil.RichString, 18)("scopt 3.x")
2020-11-29T04:28:56.3233154Z , 18).newline
2020-11-29T04:28:56.3234475Z , 30) of class class dotty.tools.dotc.ast.Trees$Apply # -1
2020-11-29T04:28:56.3250607Z exception while typing recorderRuntime.recordValue[(out : String)](out, 11).==(
2020-11-29T04:28:56.3252154Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3253541Z (scopttest.SpecUtil.RichString#newline : (): String)
2020-11-29T04:28:56.3254448Z ](
2020-11-29T04:28:56.3255755Z recorderRuntime.recordValue[scopttest.SpecUtil.RichString](
2020-11-29T04:28:56.3257131Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3258071Z 
2020-11-29T04:28:56.3258921Z (scopttest.SpecUtil.RichString :
2020-11-29T04:28:56.3260046Z (self: String): scopttest.SpecUtil.RichString
2020-11-29T04:28:56.3260885Z )
2020-11-29T04:28:56.3261570Z 
2020-11-29T04:28:56.3262675Z ](scopttest.SpecUtil.RichString, 18)("scopt 3.x")
2020-11-29T04:28:56.3263783Z , 18).newline
2020-11-29T04:28:56.3264534Z , 30)
2020-11-29T04:28:56.3265550Z ) of class class dotty.tools.dotc.ast.Trees$Apply # -1
2020-11-29T04:28:56.3279079Z exception while typing recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:56.3280568Z recorderRuntime.recordValue[(out : String)](out, 11).==(
2020-11-29T04:28:56.3281801Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3283094Z (scopttest.SpecUtil.RichString#newline : (): String)
2020-11-29T04:28:56.3284126Z ](
2020-11-29T04:28:56.3285415Z recorderRuntime.recordValue[scopttest.SpecUtil.RichString](
2020-11-29T04:28:56.3286780Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3287736Z 
2020-11-29T04:28:56.3288573Z (scopttest.SpecUtil.RichString :
2020-11-29T04:28:56.3289705Z (self: String): scopttest.SpecUtil.RichString
2020-11-29T04:28:56.3290789Z )
2020-11-29T04:28:56.3291483Z 
2020-11-29T04:28:56.3292613Z ](scopttest.SpecUtil.RichString, 18)("scopt 3.x")
2020-11-29T04:28:56.3293730Z , 18).newline
2020-11-29T04:28:56.3295221Z , 30)
2020-11-29T04:28:56.3295796Z )
2020-11-29T04:28:56.3296846Z , 15) of class class dotty.tools.dotc.ast.Trees$Apply # -1
2020-11-29T04:28:56.3307106Z exception while typing recorderRuntime.recordExpression(" out == \"scopt 3.x\".newline",
2020-11-29T04:28:56.3308312Z 
2020-11-29T04:28:56.3309264Z "Apply(Select(Ident(\"out\"), \"==\"), List(Select(Apply(Ident(\"RichString\"), List(Literal(Constant.String(\"scopt 3.x\")))), \"newline\")))"
2020-11-29T04:28:56.3310330Z 
2020-11-29T04:28:56.3310802Z ,
2020-11-29T04:28:56.3311743Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:56.3313041Z recorderRuntime.recordValue[(out : String)](out, 11).==(
2020-11-29T04:28:56.3314117Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3315418Z (scopttest.SpecUtil.RichString#newline : (): String)
2020-11-29T04:28:56.3316225Z ](
2020-11-29T04:28:56.3317466Z recorderRuntime.recordValue[scopttest.SpecUtil.RichString](
2020-11-29T04:28:56.3318820Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3319613Z 
2020-11-29T04:28:56.3320333Z (scopttest.SpecUtil.RichString :
2020-11-29T04:28:56.3321332Z (self: String): scopttest.SpecUtil.RichString
2020-11-29T04:28:56.3322034Z )
2020-11-29T04:28:56.3322603Z 
2020-11-29T04:28:56.3323599Z ](scopttest.SpecUtil.RichString, 18)("scopt 3.x")
2020-11-29T04:28:56.3324572Z , 18).newline
2020-11-29T04:28:56.3325187Z , 30)
2020-11-29T04:28:56.3325641Z )
2020-11-29T04:28:56.3326211Z , 15)
2020-11-29T04:28:56.3327135Z ) of class class dotty.tools.dotc.ast.Trees$Apply # -1
2020-11-29T04:28:56.3341512Z exception while typing {
2020-11-29T04:28:56.3342360Z recorderRuntime.resetValues()
2020-11-29T04:28:56.3343797Z recorderRuntime.recordExpression(" out == \"scopt 3.x\".newline",
2020-11-29T04:28:56.3344794Z 
2020-11-29T04:28:56.3345706Z "Apply(Select(Ident(\"out\"), \"==\"), List(Select(Apply(Ident(\"RichString\"), List(Literal(Constant.String(\"scopt 3.x\")))), \"newline\")))"
2020-11-29T04:28:56.3346888Z 
2020-11-29T04:28:56.3347346Z ,
2020-11-29T04:28:56.3348287Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:56.3349622Z recorderRuntime.recordValue[(out : String)](out, 11).==(
2020-11-29T04:28:56.3350706Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3351982Z (scopttest.SpecUtil.RichString#newline : (): String)
2020-11-29T04:28:56.3352906Z ](
2020-11-29T04:28:56.3354053Z recorderRuntime.recordValue[scopttest.SpecUtil.RichString](
2020-11-29T04:28:56.3355272Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3356074Z 
2020-11-29T04:28:56.3356797Z (scopttest.SpecUtil.RichString :
2020-11-29T04:28:56.3357843Z (self: String): scopttest.SpecUtil.RichString
2020-11-29T04:28:56.3358477Z )
2020-11-29T04:28:56.3358984Z 
2020-11-29T04:28:56.3359965Z ](scopttest.SpecUtil.RichString, 18)("scopt 3.x")
2020-11-29T04:28:56.3360819Z , 18).newline
2020-11-29T04:28:56.3361377Z , 30)
2020-11-29T04:28:56.3361881Z )
2020-11-29T04:28:56.3362515Z , 15)
2020-11-29T04:28:56.3362915Z )
2020-11-29T04:28:56.3363573Z recorderRuntime.completeRecording()
2020-11-29T04:28:56.3364655Z } of class class dotty.tools.dotc.ast.Trees$Block # -1
2020-11-29T04:28:56.3368519Z exception while typing {
2020-11-29T04:28:56.3369490Z recorderRuntime.resetValues()
2020-11-29T04:28:56.3371098Z recorderRuntime.recordExpression(" out == \"scopt 3.x\".newline",
2020-11-29T04:28:56.3372155Z 
2020-11-29T04:28:56.3373103Z "Apply(Select(Ident(\"out\"), \"==\"), List(Select(Apply(Ident(\"RichString\"), List(Literal(Constant.String(\"scopt 3.x\")))), \"newline\")))"
2020-11-29T04:28:56.3376949Z 
2020-11-29T04:28:56.3377307Z ,
2020-11-29T04:28:56.3378110Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:56.3379282Z recorderRuntime.recordValue[(out : String)](out, 11).==(
2020-11-29T04:28:56.3380225Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3381611Z (scopttest.SpecUtil.RichString#newline : (): String)
2020-11-29T04:28:56.3382311Z ](
2020-11-29T04:28:56.3383427Z recorderRuntime.recordValue[scopttest.SpecUtil.RichString](
2020-11-29T04:28:56.3384522Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3385199Z 
2020-11-29T04:28:56.3385790Z (scopttest.SpecUtil.RichString :
2020-11-29T04:28:56.3386682Z (self: String): scopttest.SpecUtil.RichString
2020-11-29T04:28:56.3387288Z )
2020-11-29T04:28:56.3387720Z 
2020-11-29T04:28:56.3388556Z ](scopttest.SpecUtil.RichString, 18)("scopt 3.x")
2020-11-29T04:28:56.3389401Z , 18).newline
2020-11-29T04:28:56.3389841Z , 30)
2020-11-29T04:28:56.3390138Z )
2020-11-29T04:28:56.3390508Z , 15)
2020-11-29T04:28:56.3390792Z )
2020-11-29T04:28:56.3391554Z recorderRuntime.completeRecording()
2020-11-29T04:28:56.3392636Z } of class class dotty.tools.dotc.ast.Trees$Inlined # -1
2020-11-29T04:28:56.3493431Z exception while typing {
2020-11-29T04:28:56.3494924Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:56.3496612Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit](
2020-11-29T04:28:56.3498017Z Recorder_this.inline$listener
2020-11-29T04:28:56.3498765Z )
2020-11-29T04:28:56.3499520Z recorderRuntime.recordMessage(
2020-11-29T04:28:56.3500630Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:56.3501268Z {
2020-11-29T04:28:56.3502104Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:56.3502803Z closure($anonfun)
2020-11-29T04:28:56.3503342Z }
2020-11-29T04:28:56.3503828Z )
2020-11-29T04:28:56.3504313Z )
2020-11-29T04:28:56.3504780Z {
2020-11-29T04:28:56.3505515Z recorderRuntime.resetValues()
2020-11-29T04:28:56.3507110Z recorderRuntime.recordExpression(" out == \"scopt 3.x\".newline",
2020-11-29T04:28:56.3508242Z 
2020-11-29T04:28:56.3509563Z "Apply(Select(Ident(\"out\"), \"==\"), List(Select(Apply(Ident(\"RichString\"), List(Literal(Constant.String(\"scopt 3.x\")))), \"newline\")))"
2020-11-29T04:28:56.3510708Z 
2020-11-29T04:28:56.3511249Z ,
2020-11-29T04:28:56.3512274Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:56.3513694Z recorderRuntime.recordValue[(out : String)](out, 11).==(
2020-11-29T04:28:56.3514842Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3516307Z (scopttest.SpecUtil.RichString#newline : (): String)
2020-11-29T04:28:56.3518225Z ](
2020-11-29T04:28:56.3519472Z recorderRuntime.recordValue[scopttest.SpecUtil.RichString](
2020-11-29T04:28:56.3520703Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3521500Z 
2020-11-29T04:28:56.3522231Z (scopttest.SpecUtil.RichString :
2020-11-29T04:28:56.3523239Z (self: String): scopttest.SpecUtil.RichString
2020-11-29T04:28:56.3524042Z )
2020-11-29T04:28:56.3524751Z 
2020-11-29T04:28:56.3525949Z ](scopttest.SpecUtil.RichString, 18)("scopt 3.x")
2020-11-29T04:28:56.3526980Z , 18).newline
2020-11-29T04:28:56.3527670Z , 30)
2020-11-29T04:28:56.3528162Z )
2020-11-29T04:28:56.3528758Z , 15)
2020-11-29T04:28:56.3529242Z )
2020-11-29T04:28:56.3530192Z recorderRuntime.completeRecording()
2020-11-29T04:28:56.3531014Z }
2020-11-29T04:28:56.3532006Z } of class class dotty.tools.dotc.ast.Trees$Block # -1
2020-11-29T04:28:56.3558749Z exception while typing {
2020-11-29T04:28:56.3560324Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:56.3562094Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit](
2020-11-29T04:28:56.3563206Z Recorder_this.inline$listener
2020-11-29T04:28:56.3563854Z )
2020-11-29T04:28:56.3564736Z recorderRuntime.recordMessage(
2020-11-29T04:28:56.3566085Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:56.3566765Z {
2020-11-29T04:28:56.3567656Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:56.3568406Z closure($anonfun)
2020-11-29T04:28:56.3568982Z }
2020-11-29T04:28:56.3569503Z )
2020-11-29T04:28:56.3570155Z )
2020-11-29T04:28:56.3570660Z {
2020-11-29T04:28:56.3571573Z recorderRuntime.resetValues()
2020-11-29T04:28:56.3573331Z recorderRuntime.recordExpression(" out == \"scopt 3.x\".newline",
2020-11-29T04:28:56.3574377Z 
2020-11-29T04:28:56.3575350Z "Apply(Select(Ident(\"out\"), \"==\"), List(Select(Apply(Ident(\"RichString\"), List(Literal(Constant.String(\"scopt 3.x\")))), \"newline\")))"
2020-11-29T04:28:56.3576422Z 
2020-11-29T04:28:56.3576915Z ,
2020-11-29T04:28:56.3577869Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:56.3579357Z recorderRuntime.recordValue[(out : String)](out, 11).==(
2020-11-29T04:28:56.3580710Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3582001Z (scopttest.SpecUtil.RichString#newline : (): String)
2020-11-29T04:28:56.3585357Z ](
2020-11-29T04:28:56.3586524Z recorderRuntime.recordValue[scopttest.SpecUtil.RichString](
2020-11-29T04:28:56.3587690Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3588435Z 
2020-11-29T04:28:56.3589076Z (scopttest.SpecUtil.RichString :
2020-11-29T04:28:56.3590030Z (self: String): scopttest.SpecUtil.RichString
2020-11-29T04:28:56.3590689Z )
2020-11-29T04:28:56.3591156Z 
2020-11-29T04:28:56.3592060Z ](scopttest.SpecUtil.RichString, 18)("scopt 3.x")
2020-11-29T04:28:56.3592947Z , 18).newline
2020-11-29T04:28:56.3593474Z , 30)
2020-11-29T04:28:56.3593838Z )
2020-11-29T04:28:56.3594300Z , 15)
2020-11-29T04:28:56.3594650Z )
2020-11-29T04:28:56.3595343Z recorderRuntime.completeRecording()
2020-11-29T04:28:56.3596076Z }
2020-11-29T04:28:56.3596873Z } of class class dotty.tools.dotc.ast.Trees$Inlined # -1
2020-11-29T04:28:56.3634415Z exception while typing {
2020-11-29T04:28:56.3636099Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:56.3637760Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit](
2020-11-29T04:28:56.3638827Z Recorder_this.inline$listener
2020-11-29T04:28:56.3639353Z )
2020-11-29T04:28:56.3640016Z recorderRuntime.recordMessage(
2020-11-29T04:28:56.3640984Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:56.3641540Z {
2020-11-29T04:28:56.3642262Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:56.3642873Z closure($anonfun)
2020-11-29T04:28:56.3643343Z }
2020-11-29T04:28:56.3643774Z )
2020-11-29T04:28:56.3644184Z )
2020-11-29T04:28:56.3644609Z {
2020-11-29T04:28:56.3645245Z recorderRuntime.resetValues()
2020-11-29T04:28:56.3646419Z recorderRuntime.recordExpression(" out == \"scopt 3.x\".newline",
2020-11-29T04:28:56.3647345Z 
2020-11-29T04:28:56.3648382Z "Apply(Select(Ident(\"out\"), \"==\"), List(Select(Apply(Ident(\"RichString\"), List(Literal(Constant.String(\"scopt 3.x\")))), \"newline\")))"
2020-11-29T04:28:56.3649434Z 
2020-11-29T04:28:56.3650072Z ,
2020-11-29T04:28:56.3651214Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:56.3652524Z recorderRuntime.recordValue[(out : String)](out, 11).==(
2020-11-29T04:28:56.3653826Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3655200Z (scopttest.SpecUtil.RichString#newline : (): String)
2020-11-29T04:28:56.3656120Z ](
2020-11-29T04:28:56.3657417Z recorderRuntime.recordValue[scopttest.SpecUtil.RichString](
2020-11-29T04:28:56.3661416Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3662170Z 
2020-11-29T04:28:56.3662757Z (scopttest.SpecUtil.RichString :
2020-11-29T04:28:56.3663667Z (self: String): scopttest.SpecUtil.RichString
2020-11-29T04:28:56.3664273Z )
2020-11-29T04:28:56.3664728Z 
2020-11-29T04:28:56.3665563Z ](scopttest.SpecUtil.RichString, 18)("scopt 3.x")
2020-11-29T04:28:56.3666369Z , 18).newline
2020-11-29T04:28:56.3666875Z , 30)
2020-11-29T04:28:56.3667210Z )
2020-11-29T04:28:56.3667639Z , 15)
2020-11-29T04:28:56.3667967Z )
2020-11-29T04:28:56.3668604Z recorderRuntime.completeRecording()
2020-11-29T04:28:56.3669380Z }
2020-11-29T04:28:56.3670162Z }:Unit of class class dotty.tools.dotc.ast.Trees$Typed # -1
2020-11-29T04:28:56.3690946Z exception while typing {
2020-11-29T04:28:56.3692121Z val value$proxy3: Boolean =
2020-11-29T04:28:56.3693416Z out.==(scopttest.SpecUtil.RichString("scopt 3.x").newline)
2020-11-29T04:28:56.3694631Z val Recorder_this:
2020-11-29T04:28:56.3696096Z (scopttest.ImmutableParserSpec.assert : (): verify.asserts.PowerAssert)
2020-11-29T04:28:56.3697623Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:56.3700768Z {
2020-11-29T04:28:56.3701809Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:56.3703195Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit](
2020-11-29T04:28:56.3704023Z Recorder_this.inline$listener
2020-11-29T04:28:56.3704471Z )
2020-11-29T04:28:56.3705045Z recorderRuntime.recordMessage(
2020-11-29T04:28:56.3705926Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:56.3706382Z {
2020-11-29T04:28:56.3706996Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:56.3707493Z closure($anonfun)
2020-11-29T04:28:56.3707867Z }
2020-11-29T04:28:56.3708165Z )
2020-11-29T04:28:56.3708602Z )
2020-11-29T04:28:56.3708919Z {
2020-11-29T04:28:56.3709461Z recorderRuntime.resetValues()
2020-11-29T04:28:56.3710636Z recorderRuntime.recordExpression(" out == \"scopt 3.x\".newline"
2020-11-29T04:28:56.3711340Z ,
2020-11-29T04:28:56.3711772Z 
2020-11-29T04:28:56.3712545Z "Apply(Select(Ident(\"out\"), \"==\"), List(Select(Apply(Ident(\"RichString\"), List(Literal(Constant.String(\"scopt 3.x\")))), \"newline\")))"
2020-11-29T04:28:56.3713387Z 
2020-11-29T04:28:56.3713713Z ,
2020-11-29T04:28:56.3714469Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:56.3715556Z recorderRuntime.recordValue[(out : String)](out, 11).==(
2020-11-29T04:28:56.3716435Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3717481Z (scopttest.SpecUtil.RichString#newline : (): String)
2020-11-29T04:28:56.3718136Z ](
2020-11-29T04:28:56.3719170Z recorderRuntime.recordValue[scopttest.SpecUtil.RichString](
2020-11-29T04:28:56.3720241Z recorderRuntime.recordValue[
2020-11-29T04:28:56.3720930Z 
2020-11-29T04:28:56.3721532Z (scopttest.SpecUtil.RichString :
2020-11-29T04:28:56.3722408Z (self: String): scopttest.SpecUtil.RichString
2020-11-29T04:28:56.3723020Z )
2020-11-29T04:28:56.3723461Z 
2020-11-29T04:28:56.3724296Z ](scopttest.SpecUtil.RichString, 18)("scopt 3.x")
2020-11-29T04:28:56.3725133Z , 18).newline
2020-11-29T04:28:56.3725627Z , 30)
2020-11-29T04:28:56.3725963Z )
2020-11-29T04:28:56.3726411Z , 15)
2020-11-29T04:28:56.3726726Z )
2020-11-29T04:28:56.3727376Z recorderRuntime.completeRecording()
2020-11-29T04:28:56.3728011Z }
2020-11-29T04:28:56.3728458Z }:Unit
2020-11-29T04:28:56.3729224Z } of class class dotty.tools.dotc.ast.Trees$Inlined # -1
2020-11-29T04:28:56.3861417Z exception while typing {
2020-11-29T04:28:56.3862386Z val out: String =
2020-11-29T04:28:56.3863217Z scopttest.SpecUtil.printParserOut(
2020-11-29T04:28:56.3864197Z <special-ops>.<cbn-arg>[Unit](
2020-11-29T04:28:56.3864756Z {
2020-11-29T04:28:56.3865437Z def $anonfun(): Unit =
2020-11-29T04:28:56.3866187Z {
2020-11-29T04:28:56.3867001Z val printParser1:
2020-11-29T04:28:56.3868343Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:56.3869241Z =
2020-11-29T04:28:56.3869693Z {
2020-11-29T04:28:56.3870435Z final class $anon() extends
2020-11-29T04:28:56.3871622Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:56.3872702Z ("scopt") {
2020-11-29T04:28:56.3873372Z this.head(
2020-11-29T04:28:56.3874439Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:56.3875564Z ["scopt","3.x" : String]
2020-11-29T04:28:56.3876124Z )
2020-11-29T04:28:56.3876556Z )
2020-11-29T04:28:56.3877366Z this.version("version")
2020-11-29T04:28:56.3878093Z override def terminate(
2020-11-29T04:28:56.3879154Z exitState: scala.util.Either[String, Unit]
2020-11-29T04:28:56.3879998Z ): Unit = ()
2020-11-29T04:28:56.3880490Z }
2020-11-29T04:28:56.3881251Z new scopt.OptionParser {...}():
2020-11-29T04:28:56.3882836Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:56.3883894Z }
2020-11-29T04:28:56.3885144Z printParser1.parse(
2020-11-29T04:28:56.3886059Z List.apply[String](
2020-11-29T04:28:56.3887271Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:56.3888432Z ["--version" : String]
2020-11-29T04:28:56.3888981Z )
2020-11-29T04:28:56.3889423Z )
2020-11-29T04:28:56.3890110Z ,
2020-11-29T04:28:56.3892862Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:56.3894078Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.3894892Z $lessinit$greater$default$1
2020-11-29T04:28:56.3895374Z ,
2020-11-29T04:28:56.3896152Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.3896966Z $lessinit$greater$default$2
2020-11-29T04:28:56.3897438Z ,
2020-11-29T04:28:56.3898248Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.3898948Z $lessinit$greater$default$3
2020-11-29T04:28:56.3899356Z ,
2020-11-29T04:28:56.3899981Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.3900671Z $lessinit$greater$default$4
2020-11-29T04:28:56.3901077Z ,
2020-11-29T04:28:56.3901712Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.3902583Z $lessinit$greater$default$5
2020-11-29T04:28:56.3903052Z ,
2020-11-29T04:28:56.3903773Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.3904571Z $lessinit$greater$default$6
2020-11-29T04:28:56.3905041Z ,
2020-11-29T04:28:56.3905763Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.3906559Z $lessinit$greater$default$7
2020-11-29T04:28:56.3907024Z ,
2020-11-29T04:28:56.3907743Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.3908551Z $lessinit$greater$default$8
2020-11-29T04:28:56.3909084Z ,
2020-11-29T04:28:56.3909824Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.3910653Z $lessinit$greater$default$9
2020-11-29T04:28:56.3911111Z ,
2020-11-29T04:28:56.3911990Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.3912810Z $lessinit$greater$default$10
2020-11-29T04:28:56.3915333Z ,
2020-11-29T04:28:56.3916075Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.3916875Z $lessinit$greater$default$11
2020-11-29T04:28:56.3917302Z ,
2020-11-29T04:28:56.3918024Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.3918861Z $lessinit$greater$default$12
2020-11-29T04:28:56.3919286Z ,
2020-11-29T04:28:56.3919988Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.3920816Z $lessinit$greater$default$13
2020-11-29T04:28:56.3921238Z ,
2020-11-29T04:28:56.3921944Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.3922766Z $lessinit$greater$default$14
2020-11-29T04:28:56.3923177Z ,
2020-11-29T04:28:56.3923893Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.3924712Z $lessinit$greater$default$15
2020-11-29T04:28:56.3925125Z ,
2020-11-29T04:28:56.3925847Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.3926672Z $lessinit$greater$default$16
2020-11-29T04:28:56.3927076Z ,
2020-11-29T04:28:56.3927889Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.3928701Z $lessinit$greater$default$17
2020-11-29T04:28:56.3929126Z ,
2020-11-29T04:28:56.3929971Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.3930781Z $lessinit$greater$default$18
2020-11-29T04:28:56.3931403Z ,
2020-11-29T04:28:56.3932189Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.3933055Z $lessinit$greater$default$19
2020-11-29T04:28:56.3933518Z ,
2020-11-29T04:28:56.3934276Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.3935152Z $lessinit$greater$default$20
2020-11-29T04:28:56.3935616Z )
2020-11-29T04:28:56.3935948Z )
2020-11-29T04:28:56.3936595Z ()
2020-11-29T04:28:56.3936943Z }
2020-11-29T04:28:56.3937361Z closure($anonfun)
2020-11-29T04:28:56.3937775Z }
2020-11-29T04:28:56.3938098Z )
2020-11-29T04:28:56.3938429Z )
2020-11-29T04:28:56.3938742Z {
2020-11-29T04:28:56.3939391Z val value$proxy3: Boolean =
2020-11-29T04:28:56.3940438Z out.==(scopttest.SpecUtil.RichString("scopt 3.x").newline)
2020-11-29T04:28:56.3941552Z val Recorder_this:
2020-11-29T04:28:56.3942933Z (scopttest.ImmutableParserSpec.assert : (): verify.asserts.PowerAssert)
2020-11-29T04:28:56.3944484Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:56.3945265Z {
2020-11-29T04:28:56.3946447Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:56.3948082Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit](
2020-11-29T04:28:56.3949005Z Recorder_this.inline$listener
2020-11-29T04:28:56.3949573Z )
2020-11-29T04:28:56.3950290Z recorderRuntime.recordMessage(
2020-11-29T04:28:56.3951366Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:56.3951920Z {
2020-11-29T04:28:56.3952602Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:56.3953181Z closure($anonfun)
2020-11-29T04:28:56.3953645Z }
2020-11-29T04:28:56.3953987Z )
2020-11-29T04:28:56.3954391Z )
2020-11-29T04:28:56.3954738Z {
2020-11-29T04:28:56.3955357Z recorderRuntime.resetValues()
2020-11-29T04:28:56.3956421Z recorderRuntime.recordExpression(
2020-11-29T04:28:56.3957357Z " out == \"scopt 3.x\".newline"
2020-11-29T04:28:56.3957870Z ,
2020-11-29T04:28:56.3958387Z 
2020-11-29T04:28:56.3959180Z "Apply(Select(Ident(\"out\"), \"==\"), List(Select(Apply(Ident(\"RichString\"), List(Literal(Constant.String(\"scopt 3.x\")))), \"newline\")))"
2020-11-29T04:28:56.3960120Z 
2020-11-29T04:28:56.3960553Z ,
2020-11-29T04:28:56.3961336Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:56.3962509Z recorderRuntime.recordValue[(out : String)](out, 11).==(
2020-11-29T04:28:56.3963404Z recorderRuntime.recordValue[
2020-11-29T04:28:56.4062128Z (scopttest.SpecUtil.RichString#newline : (): String)
2020-11-29T04:28:56.4062799Z ](
2020-11-29T04:28:56.4063830Z recorderRuntime.recordValue[scopttest.SpecUtil.RichString](
2020-11-29T04:28:56.4064939Z recorderRuntime.recordValue[
2020-11-29T04:28:56.4065642Z 
2020-11-29T04:28:56.4066243Z (scopttest.SpecUtil.RichString :
2020-11-29T04:28:56.4067135Z (self: String): scopttest.SpecUtil.RichString
2020-11-29T04:28:56.4067741Z )
2020-11-29T04:28:56.4068355Z 
2020-11-29T04:28:56.4069226Z ](scopttest.SpecUtil.RichString, 18)("scopt 3.x")
2020-11-29T04:28:56.4070053Z , 18).newline
2020-11-29T04:28:56.4070570Z , 30)
2020-11-29T04:28:56.4070913Z )
2020-11-29T04:28:56.4071353Z , 15)
2020-11-29T04:28:56.4071692Z )
2020-11-29T04:28:56.4072337Z recorderRuntime.completeRecording()
2020-11-29T04:28:56.4072995Z }
2020-11-29T04:28:56.4073630Z }:Unit
2020-11-29T04:28:56.4073982Z }
2020-11-29T04:28:56.4074809Z verify.Void.toScalaVerifyVoid[Unit](())(
2020-11-29T04:28:56.4076819Z verify.sourcecode.SourceLocation.toScalaVerifySourcecodeSourceLocation(
2020-11-29T04:28:56.4079238Z verify.sourcecode.SourceFileName.apply("ImmutableParserSpec.scala"):
2020-11-29T04:28:56.4080668Z verify.sourcecode.SourceFileName
2020-11-29T04:28:56.4081298Z ,
2020-11-29T04:28:56.4082048Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:56.4082901Z 
2020-11-29T04:28:56.4083642Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:56.4084496Z 
2020-11-29T04:28:56.4085292Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:56.4086569Z , verify.sourcecode.Line.apply(274):verify.sourcecode.Line)
2020-11-29T04:28:56.4087509Z )
2020-11-29T04:28:56.4088282Z } of class class dotty.tools.dotc.ast.Trees$Block # -1
2020-11-29T04:28:56.4112461Z exception while typing def $anonfun(): verify.Void =
2020-11-29T04:28:56.4113297Z {
2020-11-29T04:28:56.4114058Z val out: String =
2020-11-29T04:28:56.4114998Z scopttest.SpecUtil.printParserOut(
2020-11-29T04:28:56.4116140Z <special-ops>.<cbn-arg>[Unit](
2020-11-29T04:28:56.4116765Z {
2020-11-29T04:28:56.4118463Z def $anonfun(): Unit =
2020-11-29T04:28:56.4119055Z {
2020-11-29T04:28:56.4119848Z val printParser1:
2020-11-29T04:28:56.4121227Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:56.4122284Z =
2020-11-29T04:28:56.4122756Z {
2020-11-29T04:28:56.4123574Z final class $anon() extends
2020-11-29T04:28:56.4124972Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:56.4126410Z ("scopt") {
2020-11-29T04:28:56.4127140Z this.head(
2020-11-29T04:28:56.4128506Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:56.4129702Z ["scopt","3.x" : String]
2020-11-29T04:28:56.4130607Z )
2020-11-29T04:28:56.4131049Z )
2020-11-29T04:28:56.4131797Z this.version("version")
2020-11-29T04:28:56.4132677Z override def terminate(
2020-11-29T04:28:56.4133723Z exitState: scala.util.Either[String, Unit]
2020-11-29T04:28:56.4134510Z ): Unit = ()
2020-11-29T04:28:56.4134946Z }
2020-11-29T04:28:56.4135648Z new scopt.OptionParser {...}():
2020-11-29T04:28:56.4137031Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:56.4138013Z }
2020-11-29T04:28:56.4138579Z printParser1.parse(
2020-11-29T04:28:56.4139418Z List.apply[String](
2020-11-29T04:28:56.4140732Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:56.4142164Z ["--version" : String]
2020-11-29T04:28:56.4142733Z )
2020-11-29T04:28:56.4143636Z )
2020-11-29T04:28:56.4147582Z ,
2020-11-29T04:28:56.4148500Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:56.4149846Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4150744Z $lessinit$greater$default$1
2020-11-29T04:28:56.4151192Z ,
2020-11-29T04:28:56.4151988Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4152876Z $lessinit$greater$default$2
2020-11-29T04:28:56.4153325Z ,
2020-11-29T04:28:56.4154103Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4154969Z $lessinit$greater$default$3
2020-11-29T04:28:56.4155430Z ,
2020-11-29T04:28:56.4156216Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4157084Z $lessinit$greater$default$4
2020-11-29T04:28:56.4157541Z ,
2020-11-29T04:28:56.4158343Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4159534Z $lessinit$greater$default$5
2020-11-29T04:28:56.4160004Z ,
2020-11-29T04:28:56.4160787Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4161665Z $lessinit$greater$default$6
2020-11-29T04:28:56.4162128Z ,
2020-11-29T04:28:56.4162894Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4163784Z $lessinit$greater$default$7
2020-11-29T04:28:56.4164244Z ,
2020-11-29T04:28:56.4165010Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4165898Z $lessinit$greater$default$8
2020-11-29T04:28:56.4166345Z ,
2020-11-29T04:28:56.4167125Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4168010Z $lessinit$greater$default$9
2020-11-29T04:28:56.4168460Z ,
2020-11-29T04:28:56.4169242Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4170218Z $lessinit$greater$default$10
2020-11-29T04:28:56.4170665Z ,
2020-11-29T04:28:56.4171461Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4172462Z $lessinit$greater$default$11
2020-11-29T04:28:56.4173029Z ,
2020-11-29T04:28:56.4173757Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4174568Z $lessinit$greater$default$12
2020-11-29T04:28:56.4175193Z ,
2020-11-29T04:28:56.4175968Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4176831Z $lessinit$greater$default$13
2020-11-29T04:28:56.4177288Z ,
2020-11-29T04:28:56.4178051Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4178937Z $lessinit$greater$default$14
2020-11-29T04:28:56.4179396Z ,
2020-11-29T04:28:56.4180159Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4181047Z $lessinit$greater$default$15
2020-11-29T04:28:56.4181495Z ,
2020-11-29T04:28:56.4182271Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4183143Z $lessinit$greater$default$16
2020-11-29T04:28:56.4183592Z ,
2020-11-29T04:28:56.4184388Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4185267Z $lessinit$greater$default$17
2020-11-29T04:28:56.4185711Z ,
2020-11-29T04:28:56.4186564Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4187430Z $lessinit$greater$default$18
2020-11-29T04:28:56.4187891Z ,
2020-11-29T04:28:56.4188673Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4189532Z $lessinit$greater$default$19
2020-11-29T04:28:56.4189996Z ,
2020-11-29T04:28:56.4190769Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4191640Z $lessinit$greater$default$20
2020-11-29T04:28:56.4192102Z )
2020-11-29T04:28:56.4192440Z )
2020-11-29T04:28:56.4193085Z ()
2020-11-29T04:28:56.4193451Z }
2020-11-29T04:28:56.4193852Z closure($anonfun)
2020-11-29T04:28:56.4194259Z }
2020-11-29T04:28:56.4194587Z )
2020-11-29T04:28:56.4194922Z )
2020-11-29T04:28:56.4195257Z {
2020-11-29T04:28:56.4195940Z val value$proxy3: Boolean =
2020-11-29T04:28:56.4196980Z out.==(scopttest.SpecUtil.RichString("scopt 3.x").newline)
2020-11-29T04:28:56.4197953Z val Recorder_this:
2020-11-29T04:28:56.4199250Z (scopttest.ImmutableParserSpec.assert : (): verify.asserts.PowerAssert)
2020-11-29T04:28:56.4200681Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:56.4201408Z {
2020-11-29T04:28:56.4202474Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:56.4203977Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit](
2020-11-29T04:28:56.4204878Z Recorder_this.inline$listener
2020-11-29T04:28:56.4205355Z )
2020-11-29T04:28:56.4205997Z recorderRuntime.recordMessage(
2020-11-29T04:28:56.4206953Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:56.4207551Z {
2020-11-29T04:28:56.4208201Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:56.4208698Z closure($anonfun)
2020-11-29T04:28:56.4209086Z }
2020-11-29T04:28:56.4209390Z )
2020-11-29T04:28:56.4209706Z )
2020-11-29T04:28:56.4241440Z {
2020-11-29T04:28:56.4242018Z recorderRuntime.resetValues()
2020-11-29T04:28:56.4242912Z recorderRuntime.recordExpression(
2020-11-29T04:28:56.4244149Z " out == \"scopt 3.x\".newline"
2020-11-29T04:28:56.4244786Z ,
2020-11-29T04:28:56.4245289Z 
2020-11-29T04:28:56.4246115Z "Apply(Select(Ident(\"out\"), \"==\"), List(Select(Apply(Ident(\"RichString\"), List(Literal(Constant.String(\"scopt 3.x\")))), \"newline\")))"
2020-11-29T04:28:56.4247053Z 
2020-11-29T04:28:56.4247410Z ,
2020-11-29T04:28:56.4248228Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:56.4249422Z recorderRuntime.recordValue[(out : String)](out, 11).==(
2020-11-29T04:28:56.4250569Z recorderRuntime.recordValue[
2020-11-29T04:28:56.4251744Z (scopttest.SpecUtil.RichString#newline : (): String)
2020-11-29T04:28:56.4252453Z ](
2020-11-29T04:28:56.4253548Z recorderRuntime.recordValue[scopttest.SpecUtil.RichString](
2020-11-29T04:28:56.4254731Z recorderRuntime.recordValue[
2020-11-29T04:28:56.4255489Z 
2020-11-29T04:28:56.4256138Z (scopttest.SpecUtil.RichString :
2020-11-29T04:28:56.4257104Z (self: String): scopttest.SpecUtil.RichString
2020-11-29T04:28:56.4257774Z )
2020-11-29T04:28:56.4258260Z 
2020-11-29T04:28:56.4259179Z ](scopttest.SpecUtil.RichString, 18)("scopt 3.x")
2020-11-29T04:28:56.4260166Z , 18).newline
2020-11-29T04:28:56.4260747Z , 30)
2020-11-29T04:28:56.4261119Z )
2020-11-29T04:28:56.4261601Z , 15)
2020-11-29T04:28:56.4261967Z )
2020-11-29T04:28:56.4262675Z recorderRuntime.completeRecording()
2020-11-29T04:28:56.4263385Z }
2020-11-29T04:28:56.4263879Z }:Unit
2020-11-29T04:28:56.4264330Z }
2020-11-29T04:28:56.4265098Z verify.Void.toScalaVerifyVoid[Unit](())(
2020-11-29T04:28:56.4266957Z verify.sourcecode.SourceLocation.toScalaVerifySourcecodeSourceLocation(
2020-11-29T04:28:56.4269364Z verify.sourcecode.SourceFileName.apply("ImmutableParserSpec.scala"):
2020-11-29T04:28:56.4270812Z verify.sourcecode.SourceFileName
2020-11-29T04:28:56.4271456Z ,
2020-11-29T04:28:56.4272206Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:56.4273063Z 
2020-11-29T04:28:56.4273820Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:56.4274681Z 
2020-11-29T04:28:56.4275493Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:56.4276748Z , verify.sourcecode.Line.apply(274):verify.sourcecode.Line)
2020-11-29T04:28:56.4277509Z )
2020-11-29T04:28:56.4278428Z } of class class dotty.tools.dotc.ast.Trees$DefDef # -1
2020-11-29T04:28:56.4279152Z exception while typing {
2020-11-29T04:28:56.4279903Z def $anonfun(): verify.Void =
2020-11-29T04:28:56.4280371Z {
2020-11-29T04:28:56.4280953Z val out: String =
2020-11-29T04:28:56.4281757Z scopttest.SpecUtil.printParserOut(
2020-11-29T04:28:56.4282738Z <special-ops>.<cbn-arg>[Unit](
2020-11-29T04:28:56.4283209Z {
2020-11-29T04:28:56.4283824Z def $anonfun(): Unit =
2020-11-29T04:28:56.4284278Z {
2020-11-29T04:28:56.4284917Z val printParser1:
2020-11-29T04:28:56.4286125Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:56.4287035Z =
2020-11-29T04:28:56.4287393Z {
2020-11-29T04:28:56.4288076Z final class $anon() extends
2020-11-29T04:28:56.4289325Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:56.4290634Z ("scopt") {
2020-11-29T04:28:56.4291244Z this.head(
2020-11-29T04:28:56.4292348Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:56.4293499Z ["scopt","3.x" : String]
2020-11-29T04:28:56.4293962Z )
2020-11-29T04:28:56.4294341Z )
2020-11-29T04:28:56.4294980Z this.version("version")
2020-11-29T04:28:56.4295784Z override def terminate(
2020-11-29T04:28:56.4296760Z exitState: scala.util.Either[String, Unit]
2020-11-29T04:28:56.4297554Z ): Unit = ()
2020-11-29T04:28:56.4297957Z }
2020-11-29T04:28:56.4298691Z new scopt.OptionParser {...}():
2020-11-29T04:28:56.4299993Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:56.4300992Z }
2020-11-29T04:28:56.4301446Z printParser1.parse(
2020-11-29T04:28:56.4302138Z List.apply[String](
2020-11-29T04:28:56.4303267Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:56.4304318Z ["--version" : String]
2020-11-29T04:28:56.4304745Z )
2020-11-29T04:28:56.4305067Z )
2020-11-29T04:28:56.4305398Z ,
2020-11-29T04:28:56.4306420Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:56.4307758Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4308645Z $lessinit$greater$default$1
2020-11-29T04:28:56.4309101Z ,
2020-11-29T04:28:56.4309903Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4310778Z $lessinit$greater$default$2
2020-11-29T04:28:56.4311241Z ,
2020-11-29T04:28:56.4312074Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4312940Z $lessinit$greater$default$3
2020-11-29T04:28:56.4313403Z ,
2020-11-29T04:28:56.4314187Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4315057Z $lessinit$greater$default$4
2020-11-29T04:28:56.4315518Z ,
2020-11-29T04:28:56.4316288Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4317177Z $lessinit$greater$default$5
2020-11-29T04:28:56.4317639Z ,
2020-11-29T04:28:56.4318417Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4319308Z $lessinit$greater$default$6
2020-11-29T04:28:56.4319771Z ,
2020-11-29T04:28:56.4320620Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4321434Z $lessinit$greater$default$7
2020-11-29T04:28:56.4321852Z ,
2020-11-29T04:28:56.4322799Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4323696Z $lessinit$greater$default$8
2020-11-29T04:28:56.4324237Z ,
2020-11-29T04:28:56.4324963Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4325794Z $lessinit$greater$default$9
2020-11-29T04:28:56.4326208Z ,
2020-11-29T04:28:56.4327103Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4327980Z $lessinit$greater$default$10
2020-11-29T04:28:56.4328441Z ,
2020-11-29T04:28:56.4329221Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4432753Z $lessinit$greater$default$11
2020-11-29T04:28:56.4433246Z ,
2020-11-29T04:28:56.4434039Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4434915Z $lessinit$greater$default$12
2020-11-29T04:28:56.4435375Z ,
2020-11-29T04:28:56.4436154Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4437033Z $lessinit$greater$default$13
2020-11-29T04:28:56.4437493Z ,
2020-11-29T04:28:56.4438265Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4439159Z $lessinit$greater$default$14
2020-11-29T04:28:56.4439615Z ,
2020-11-29T04:28:56.4440397Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4441285Z $lessinit$greater$default$15
2020-11-29T04:28:56.4441736Z ,
2020-11-29T04:28:56.4442517Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4443402Z $lessinit$greater$default$16
2020-11-29T04:28:56.4443852Z ,
2020-11-29T04:28:56.4444634Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4445511Z $lessinit$greater$default$17
2020-11-29T04:28:56.4446131Z ,
2020-11-29T04:28:56.4447165Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4448052Z $lessinit$greater$default$18
2020-11-29T04:28:56.4448500Z ,
2020-11-29T04:28:56.4449276Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4450300Z $lessinit$greater$default$19
2020-11-29T04:28:56.4450746Z ,
2020-11-29T04:28:56.4451537Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4452430Z $lessinit$greater$default$20
2020-11-29T04:28:56.4452979Z )
2020-11-29T04:28:56.4453304Z )
2020-11-29T04:28:56.4453943Z ()
2020-11-29T04:28:56.4454478Z }
2020-11-29T04:28:56.4454893Z closure($anonfun)
2020-11-29T04:28:56.4455285Z }
2020-11-29T04:28:56.4455623Z )
2020-11-29T04:28:56.4455951Z )
2020-11-29T04:28:56.4456278Z {
2020-11-29T04:28:56.4457017Z val value$proxy3: Boolean =
2020-11-29T04:28:56.4457974Z out.==(scopttest.SpecUtil.RichString("scopt 3.x").newline)
2020-11-29T04:28:56.4458858Z val Recorder_this:
2020-11-29T04:28:56.4459381Z 
2020-11-29T04:28:56.4460085Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:56.4461004Z (): verify.asserts.PowerAssert
2020-11-29T04:28:56.4461638Z )
2020-11-29T04:28:56.4462271Z 
2020-11-29T04:28:56.4463018Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:56.4463735Z {
2020-11-29T04:28:56.4464798Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:56.4466299Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:56.4467059Z (
2020-11-29T04:28:56.4467547Z Recorder_this.inline$listener)
2020-11-29T04:28:56.4468302Z recorderRuntime.recordMessage(
2020-11-29T04:28:56.4469277Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:56.4469773Z {
2020-11-29T04:28:56.4470446Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:56.4470991Z closure($anonfun)
2020-11-29T04:28:56.4471397Z }
2020-11-29T04:28:56.4471838Z )
2020-11-29T04:28:56.4472174Z )
2020-11-29T04:28:56.4472496Z {
2020-11-29T04:28:56.4473099Z recorderRuntime.resetValues()
2020-11-29T04:28:56.4474057Z recorderRuntime.recordExpression(
2020-11-29T04:28:56.4475021Z " out == \"scopt 3.x\".newline"
2020-11-29T04:28:56.4475463Z ,
2020-11-29T04:28:56.4475934Z 
2020-11-29T04:28:56.4476750Z "Apply(Select(Ident(\"out\"), \"==\"), List(Select(Apply(Ident(\"RichString\"), List(Literal(Constant.String(\"scopt 3.x\")))), \"newline\")))"
2020-11-29T04:28:56.4477683Z 
2020-11-29T04:28:56.4478021Z ,
2020-11-29T04:28:56.4478842Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:56.4480037Z recorderRuntime.recordValue[(out : String)](out, 11).==(
2020-11-29T04:28:56.4480978Z recorderRuntime.recordValue[
2020-11-29T04:28:56.4482138Z (scopttest.SpecUtil.RichString#newline : (): String)
2020-11-29T04:28:56.4482841Z ](
2020-11-29T04:28:56.4483939Z recorderRuntime.recordValue[scopttest.SpecUtil.RichString](
2020-11-29T04:28:56.4485170Z recorderRuntime.recordValue[
2020-11-29T04:28:56.4485864Z 
2020-11-29T04:28:56.4486596Z (scopttest.SpecUtil.RichString :
2020-11-29T04:28:56.4487505Z (self: String): scopttest.SpecUtil.RichString
2020-11-29T04:28:56.4488121Z )
2020-11-29T04:28:56.4488600Z 
2020-11-29T04:28:56.4489451Z ](scopttest.SpecUtil.RichString, 18)("scopt 3.x")
2020-11-29T04:28:56.4570960Z , 18).newline
2020-11-29T04:28:56.4571561Z , 30)
2020-11-29T04:28:56.4571934Z )
2020-11-29T04:28:56.4572440Z , 15)
2020-11-29T04:28:56.4572799Z )
2020-11-29T04:28:56.4573504Z recorderRuntime.completeRecording()
2020-11-29T04:28:56.4574214Z }
2020-11-29T04:28:56.4574717Z }:Unit
2020-11-29T04:28:56.4575067Z }
2020-11-29T04:28:56.4575895Z verify.Void.toScalaVerifyVoid[Unit](())(
2020-11-29T04:28:56.4577929Z verify.sourcecode.SourceLocation.toScalaVerifySourcecodeSourceLocation(
2020-11-29T04:28:56.4580634Z verify.sourcecode.SourceFileName.apply("ImmutableParserSpec.scala"):
2020-11-29T04:28:56.4582090Z verify.sourcecode.SourceFileName
2020-11-29T04:28:56.4582721Z ,
2020-11-29T04:28:56.4583467Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:56.4584318Z 
2020-11-29T04:28:56.4585059Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:56.4585926Z 
2020-11-29T04:28:56.4586724Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:56.4588188Z , verify.sourcecode.Line.apply(274):verify.sourcecode.Line)
2020-11-29T04:28:56.4588991Z )
2020-11-29T04:28:56.4589308Z }
2020-11-29T04:28:56.4589702Z closure($anonfun)
2020-11-29T04:28:56.4590541Z } of class class dotty.tools.dotc.ast.Trees$Block # -1
2020-11-29T04:28:56.4591919Z exception while typing <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:56.4592552Z {
2020-11-29T04:28:56.4593205Z def $anonfun(): verify.Void =
2020-11-29T04:28:56.4593672Z {
2020-11-29T04:28:56.4594258Z val out: String =
2020-11-29T04:28:56.4595038Z scopttest.SpecUtil.printParserOut(
2020-11-29T04:28:56.4596068Z <special-ops>.<cbn-arg>[Unit](
2020-11-29T04:28:56.4596542Z {
2020-11-29T04:28:56.4597157Z def $anonfun(): Unit =
2020-11-29T04:28:56.4597838Z {
2020-11-29T04:28:56.4598474Z val printParser1:
2020-11-29T04:28:56.4599719Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:56.4600637Z =
2020-11-29T04:28:56.4600981Z {
2020-11-29T04:28:56.4601684Z final class $anon() extends
2020-11-29T04:28:56.4602327Z 
2020-11-29T04:28:56.4602824Z scopt.OptionParser[
2020-11-29T04:28:56.4603727Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:56.4604483Z ]
2020-11-29T04:28:56.4604980Z 
2020-11-29T04:28:56.4605536Z ("scopt") {
2020-11-29T04:28:56.4606119Z this.head(
2020-11-29T04:28:56.4607232Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:56.4608386Z ["scopt","3.x" : String]
2020-11-29T04:28:56.4608831Z )
2020-11-29T04:28:56.4609198Z )
2020-11-29T04:28:56.4609966Z this.version("version")
2020-11-29T04:28:56.4610861Z override def terminate(
2020-11-29T04:28:56.4611820Z exitState: scala.util.Either[String, Unit]
2020-11-29T04:28:56.4612621Z ): Unit = ()
2020-11-29T04:28:56.4613026Z }
2020-11-29T04:28:56.4613773Z new scopt.OptionParser {...}():
2020-11-29T04:28:56.4614462Z 
2020-11-29T04:28:56.4614971Z scopt.OptionParser[
2020-11-29T04:28:56.4615881Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:56.4616635Z ]
2020-11-29T04:28:56.4617143Z 
2020-11-29T04:28:56.4617496Z }
2020-11-29T04:28:56.4618000Z printParser1.parse(
2020-11-29T04:28:56.4618753Z List.apply[String](
2020-11-29T04:28:56.4619878Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:56.4621013Z ["--version" : String]
2020-11-29T04:28:56.4621471Z )
2020-11-29T04:28:56.4621819Z )
2020-11-29T04:28:56.4622174Z ,
2020-11-29T04:28:56.4623087Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:56.4624420Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4625319Z $lessinit$greater$default$1
2020-11-29T04:28:56.4625774Z ,
2020-11-29T04:28:56.4626552Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4627437Z $lessinit$greater$default$2
2020-11-29T04:28:56.4627883Z ,
2020-11-29T04:28:56.4628658Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4629545Z $lessinit$greater$default$3
2020-11-29T04:28:56.4629994Z ,
2020-11-29T04:28:56.4630788Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4631654Z $lessinit$greater$default$4
2020-11-29T04:28:56.4632117Z ,
2020-11-29T04:28:56.4632916Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4633790Z $lessinit$greater$default$5
2020-11-29T04:28:56.4634252Z ,
2020-11-29T04:28:56.4635152Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4636019Z $lessinit$greater$default$6
2020-11-29T04:28:56.4636477Z ,
2020-11-29T04:28:56.4637246Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4638136Z $lessinit$greater$default$7
2020-11-29T04:28:56.4638680Z ,
2020-11-29T04:28:56.4639391Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4640280Z $lessinit$greater$default$8
2020-11-29T04:28:56.4640650Z ,
2020-11-29T04:28:56.4641273Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4642000Z $lessinit$greater$default$9
2020-11-29T04:28:56.4642364Z ,
2020-11-29T04:28:56.4643002Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4643717Z $lessinit$greater$default$10
2020-11-29T04:28:56.4644084Z ,
2020-11-29T04:28:56.4644717Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4645437Z $lessinit$greater$default$11
2020-11-29T04:28:56.4645801Z ,
2020-11-29T04:28:56.4646438Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4647198Z $lessinit$greater$default$12
2020-11-29T04:28:56.4647578Z ,
2020-11-29T04:28:56.4648217Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4648923Z $lessinit$greater$default$13
2020-11-29T04:28:56.4649295Z ,
2020-11-29T04:28:56.4730262Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4731173Z $lessinit$greater$default$14
2020-11-29T04:28:56.4731610Z ,
2020-11-29T04:28:56.4732356Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4733183Z $lessinit$greater$default$15
2020-11-29T04:28:56.4733613Z ,
2020-11-29T04:28:56.4734341Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4735240Z $lessinit$greater$default$16
2020-11-29T04:28:56.4735620Z ,
2020-11-29T04:28:56.4736472Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4737292Z $lessinit$greater$default$17
2020-11-29T04:28:56.4737708Z ,