Skip to content

Instantly share code, notes, and snippets.

@eed3si9n
Created November 29, 2020 04:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eed3si9n/7044fd06cd04055013ecca57d347d19d to your computer and use it in GitHub Desktop.
Save eed3si9n/7044fd06cd04055013ecca57d347d19d to your computer and use it in GitHub Desktop.
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 ,
2020-11-29T04:28:56.4738432Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4739247Z $lessinit$greater$default$18
2020-11-29T04:28:56.4739663Z ,
2020-11-29T04:28:56.4740388Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4741384Z $lessinit$greater$default$19
2020-11-29T04:28:56.4741836Z ,
2020-11-29T04:28:56.4742627Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4743499Z $lessinit$greater$default$20
2020-11-29T04:28:56.4743957Z )
2020-11-29T04:28:56.4744312Z )
2020-11-29T04:28:56.4745014Z ()
2020-11-29T04:28:56.4745382Z }
2020-11-29T04:28:56.4745800Z closure($anonfun)
2020-11-29T04:28:56.4746195Z }
2020-11-29T04:28:56.4746536Z )
2020-11-29T04:28:56.4746864Z )
2020-11-29T04:28:56.4747195Z {
2020-11-29T04:28:56.4747855Z val value$proxy3: Boolean =
2020-11-29T04:28:56.4748970Z out.==(scopttest.SpecUtil.RichString("scopt 3.x").newline)
2020-11-29T04:28:56.4749868Z val Recorder_this:
2020-11-29T04:28:56.4750566Z 
2020-11-29T04:28:56.4751278Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:56.4752213Z (): verify.asserts.PowerAssert
2020-11-29T04:28:56.4752722Z )
2020-11-29T04:28:56.4753156Z 
2020-11-29T04:28:56.4753855Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:56.4754532Z {
2020-11-29T04:28:56.4755526Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit]
2020-11-29T04:28:56.4756309Z =
2020-11-29T04:28:56.4757237Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:56.4757949Z (
2020-11-29T04:28:56.4758388Z Recorder_this.inline$listener)
2020-11-29T04:28:56.4759100Z recorderRuntime.recordMessage(
2020-11-29T04:28:56.4760011Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:56.4760471Z {
2020-11-29T04:28:56.4761113Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:56.4761613Z closure($anonfun)
2020-11-29T04:28:56.4761998Z }
2020-11-29T04:28:56.4762318Z )
2020-11-29T04:28:56.4762621Z )
2020-11-29T04:28:56.4762939Z {
2020-11-29T04:28:56.4763589Z recorderRuntime.resetValues()
2020-11-29T04:28:56.4764467Z recorderRuntime.recordExpression(
2020-11-29T04:28:56.4765375Z " out == \"scopt 3.x\".newline"
2020-11-29T04:28:56.4765778Z ,
2020-11-29T04:28:56.4766223Z 
2020-11-29T04:28:56.4766998Z "Apply(Select(Ident(\"out\"), \"==\"), List(Select(Apply(Ident(\"RichString\"), List(Literal(Constant.String(\"scopt 3.x\")))), \"newline\")))"
2020-11-29T04:28:56.4767860Z 
2020-11-29T04:28:56.4768201Z ,
2020-11-29T04:28:56.4768973Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:56.4770184Z recorderRuntime.recordValue[(out : String)](out, 11).==(
2020-11-29T04:28:56.4771082Z recorderRuntime.recordValue[
2020-11-29T04:28:56.4772015Z (scopttest.SpecUtil.RichString#newline : (): String)
2020-11-29T04:28:56.4772604Z ](
2020-11-29T04:28:56.4773517Z recorderRuntime.recordValue[scopttest.SpecUtil.RichString]
2020-11-29T04:28:56.4774252Z (
2020-11-29T04:28:56.4774991Z recorderRuntime.recordValue[
2020-11-29T04:28:56.4775863Z 
2020-11-29T04:28:56.4776526Z (scopttest.SpecUtil.RichString :
2020-11-29T04:28:56.4777495Z (self: String): scopttest.SpecUtil.RichString
2020-11-29T04:28:56.4778171Z )
2020-11-29T04:28:56.4778664Z 
2020-11-29T04:28:56.4779620Z ](scopttest.SpecUtil.RichString, 18)("scopt 3.x"), 18
2020-11-29T04:28:56.4780363Z ).newline
2020-11-29T04:28:56.4780914Z , 30)
2020-11-29T04:28:56.4781283Z )
2020-11-29T04:28:56.4781777Z , 15)
2020-11-29T04:28:56.4782141Z )
2020-11-29T04:28:56.4782847Z recorderRuntime.completeRecording()
2020-11-29T04:28:56.4783555Z }
2020-11-29T04:28:56.4784056Z }:Unit
2020-11-29T04:28:56.4784409Z }
2020-11-29T04:28:56.4785237Z verify.Void.toScalaVerifyVoid[Unit](())(
2020-11-29T04:28:56.4787214Z verify.sourcecode.SourceLocation.toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:56.4788851Z (
2020-11-29T04:28:56.4790088Z verify.sourcecode.SourceFileName.apply("ImmutableParserSpec.scala"):
2020-11-29T04:28:56.4791722Z verify.sourcecode.SourceFileName
2020-11-29T04:28:56.4792430Z ,
2020-11-29T04:28:56.4793233Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:56.4794147Z 
2020-11-29T04:28:56.4794965Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:56.4795897Z 
2020-11-29T04:28:56.4796890Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:56.4798167Z , verify.sourcecode.Line.apply(274):verify.sourcecode.Line
2020-11-29T04:28:56.4798900Z )
2020-11-29T04:28:56.4799218Z )
2020-11-29T04:28:56.4799528Z }
2020-11-29T04:28:56.4799879Z closure($anonfun)
2020-11-29T04:28:56.4800319Z }
2020-11-29T04:28:56.4800951Z ) of class class dotty.tools.dotc.ast.Trees$Apply # -1
2020-11-29T04:28:56.4802023Z exception while typing scopttest.ImmutableParserSpec.test("showHeader")(
2020-11-29T04:28:56.4802996Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:56.4803393Z {
2020-11-29T04:28:56.4803922Z def $anonfun(): verify.Void =
2020-11-29T04:28:56.4804403Z {
2020-11-29T04:28:56.4804808Z val out: String =
2020-11-29T04:28:56.4805456Z scopttest.SpecUtil.printParserOut(
2020-11-29T04:28:56.4806392Z <special-ops>.<cbn-arg>[Unit](
2020-11-29T04:28:56.4806762Z {
2020-11-29T04:28:56.4807274Z def $anonfun(): Unit =
2020-11-29T04:28:56.4807631Z {
2020-11-29T04:28:56.4808327Z val printParser1:
2020-11-29T04:28:56.4809476Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:56.4890625Z =
2020-11-29T04:28:56.4890967Z {
2020-11-29T04:28:56.4891723Z final class $anon() extends
2020-11-29T04:28:56.4892244Z 
2020-11-29T04:28:56.4892666Z scopt.OptionParser[
2020-11-29T04:28:56.4893657Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:56.4894375Z ]
2020-11-29T04:28:56.4894855Z 
2020-11-29T04:28:56.4895369Z ("scopt") {
2020-11-29T04:28:56.4895931Z this.head(
2020-11-29T04:28:56.4897012Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:56.4898068Z ["scopt","3.x" : String]
2020-11-29T04:28:56.4898498Z )
2020-11-29T04:28:56.4898829Z )
2020-11-29T04:28:56.4899443Z this.version("version")
2020-11-29T04:28:56.4900189Z override def terminate(
2020-11-29T04:28:56.4901051Z exitState: scala.util.Either[String, Unit]
2020-11-29T04:28:56.4901808Z ): Unit = ()
2020-11-29T04:28:56.4902189Z }
2020-11-29T04:28:56.4902876Z new scopt.OptionParser {...}():
2020-11-29T04:28:56.4903528Z 
2020-11-29T04:28:56.4904004Z scopt.OptionParser[
2020-11-29T04:28:56.4904823Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:56.4905536Z ]
2020-11-29T04:28:56.4906001Z 
2020-11-29T04:28:56.4906343Z }
2020-11-29T04:28:56.4906999Z printParser1.parse(
2020-11-29T04:28:56.4907697Z List.apply[String](
2020-11-29T04:28:56.4908757Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:56.4909804Z ["--version" : String]
2020-11-29T04:28:56.4910217Z )
2020-11-29T04:28:56.4910559Z )
2020-11-29T04:28:56.4910877Z ,
2020-11-29T04:28:56.4911732Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:56.4912988Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4913812Z $lessinit$greater$default$1
2020-11-29T04:28:56.4914246Z ,
2020-11-29T04:28:56.4914985Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4915794Z $lessinit$greater$default$2
2020-11-29T04:28:56.4916231Z ,
2020-11-29T04:28:56.4916955Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4917786Z $lessinit$greater$default$3
2020-11-29T04:28:56.4918219Z ,
2020-11-29T04:28:56.4918946Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4919860Z $lessinit$greater$default$4
2020-11-29T04:28:56.4920297Z ,
2020-11-29T04:28:56.4921023Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4921851Z $lessinit$greater$default$5
2020-11-29T04:28:56.4922270Z ,
2020-11-29T04:28:56.4923010Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4923833Z $lessinit$greater$default$6
2020-11-29T04:28:56.4924351Z ,
2020-11-29T04:28:56.4925283Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4925998Z $lessinit$greater$default$7
2020-11-29T04:28:56.4926366Z ,
2020-11-29T04:28:56.4927238Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4928059Z $lessinit$greater$default$8
2020-11-29T04:28:56.4928478Z ,
2020-11-29T04:28:56.4929213Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4930147Z $lessinit$greater$default$9
2020-11-29T04:28:56.4930575Z ,
2020-11-29T04:28:56.4931315Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4932353Z $lessinit$greater$default$10
2020-11-29T04:28:56.4932817Z ,
2020-11-29T04:28:56.4933651Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4934524Z $lessinit$greater$default$11
2020-11-29T04:28:56.4934987Z ,
2020-11-29T04:28:56.4935775Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4936652Z $lessinit$greater$default$12
2020-11-29T04:28:56.4937119Z ,
2020-11-29T04:28:56.4937905Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4938817Z $lessinit$greater$default$13
2020-11-29T04:28:56.4939285Z ,
2020-11-29T04:28:56.4940061Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4940952Z $lessinit$greater$default$14
2020-11-29T04:28:56.4941402Z ,
2020-11-29T04:28:56.4942186Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4943082Z $lessinit$greater$default$15
2020-11-29T04:28:56.4943609Z ,
2020-11-29T04:28:56.4944389Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4945271Z $lessinit$greater$default$16
2020-11-29T04:28:56.4945723Z ,
2020-11-29T04:28:56.4946512Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4947381Z $lessinit$greater$default$17
2020-11-29T04:28:56.4947850Z ,
2020-11-29T04:28:56.4948642Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4949511Z $lessinit$greater$default$18
2020-11-29T04:28:56.4949977Z ,
2020-11-29T04:28:56.4950767Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4951639Z $lessinit$greater$default$19
2020-11-29T04:28:56.4952104Z ,
2020-11-29T04:28:56.4952878Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:56.4953775Z $lessinit$greater$default$20
2020-11-29T04:28:56.4954239Z )
2020-11-29T04:28:56.4954582Z )
2020-11-29T04:28:56.4955163Z ()
2020-11-29T04:28:56.4955533Z }
2020-11-29T04:28:56.4955939Z closure($anonfun)
2020-11-29T04:28:56.4956418Z }
2020-11-29T04:28:56.4956753Z )
2020-11-29T04:28:56.4957094Z )
2020-11-29T04:28:56.4957436Z {
2020-11-29T04:28:56.4958099Z val value$proxy3: Boolean =
2020-11-29T04:28:56.4959210Z out.==(scopttest.SpecUtil.RichString("scopt 3.x").newline)
2020-11-29T04:28:56.4960103Z val Recorder_this:
2020-11-29T04:28:56.4960618Z 
2020-11-29T04:28:56.4961343Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:56.4962374Z (): verify.asserts.PowerAssert
2020-11-29T04:28:56.4962780Z )
2020-11-29T04:28:56.4963336Z 
2020-11-29T04:28:56.4963940Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:56.4964550Z {
2020-11-29T04:28:56.4965400Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit]
2020-11-29T04:28:56.4966097Z =
2020-11-29T04:28:56.4967084Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean,
2020-11-29T04:28:56.4967916Z Unit
2020-11-29T04:28:56.4968399Z ](Recorder_this.inline$listener)
2020-11-29T04:28:56.4969120Z recorderRuntime.recordMessage(
2020-11-29T04:28:56.5131719Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:56.5132279Z {
2020-11-29T04:28:56.5133024Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:56.5133592Z closure($anonfun)
2020-11-29T04:28:56.5134013Z }
2020-11-29T04:28:56.5134347Z )
2020-11-29T04:28:56.5134691Z )
2020-11-29T04:28:56.5135036Z {
2020-11-29T04:28:56.5135642Z recorderRuntime.resetValues()
2020-11-29T04:28:56.5136616Z recorderRuntime.recordExpression(
2020-11-29T04:28:56.5137584Z " out == \"scopt 3.x\".newline"
2020-11-29T04:28:56.5138037Z ,
2020-11-29T04:28:56.5138535Z 
2020-11-29T04:28:56.5139364Z "Apply(Select(Ident(\"out\"), \"==\"), List(Select(Apply(Ident(\"RichString\"), List(Literal(Constant.String(\"scopt 3.x\")))), \"newline\")))"
2020-11-29T04:28:56.5140303Z 
2020-11-29T04:28:56.5140659Z ,
2020-11-29T04:28:56.5141480Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:56.5142935Z recorderRuntime.recordValue[(out : String)](out, 11).==(
2020-11-29T04:28:56.5143905Z recorderRuntime.recordValue[
2020-11-29T04:28:56.5145069Z (scopttest.SpecUtil.RichString#newline : (): String)
2020-11-29T04:28:56.5145781Z ](
2020-11-29T04:28:56.5146403Z recorderRuntime.recordValue[
2020-11-29T04:28:56.5147509Z scopttest.SpecUtil.RichString
2020-11-29T04:28:56.5148173Z ](
2020-11-29T04:28:56.5148782Z recorderRuntime.recordValue[
2020-11-29T04:28:56.5149544Z 
2020-11-29T04:28:56.5150209Z (scopttest.SpecUtil.RichString :
2020-11-29T04:28:56.5151173Z (self: String): scopttest.SpecUtil.RichString
2020-11-29T04:28:56.5151855Z )
2020-11-29T04:28:56.5152359Z 
2020-11-29T04:28:56.5153398Z ](scopttest.SpecUtil.RichString, 18)("scopt 3.x")
2020-11-29T04:28:56.5154257Z , 18).newline
2020-11-29T04:28:56.5154767Z , 30)
2020-11-29T04:28:56.5155115Z )
2020-11-29T04:28:56.5155673Z , 15)
2020-11-29T04:28:56.5156005Z )
2020-11-29T04:28:56.5156674Z recorderRuntime.completeRecording()
2020-11-29T04:28:56.5157309Z }
2020-11-29T04:28:56.5157796Z }:Unit
2020-11-29T04:28:56.5158144Z }
2020-11-29T04:28:56.5158911Z verify.Void.toScalaVerifyVoid[Unit](())(
2020-11-29T04:28:56.5159840Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:56.5291173Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:56.5291929Z (
2020-11-29T04:28:56.5293357Z verify.sourcecode.SourceFileName.apply("ImmutableParserSpec.scala"
2020-11-29T04:28:56.5294307Z )
2020-11-29T04:28:56.5295130Z :verify.sourcecode.SourceFileName
2020-11-29T04:28:56.5295786Z ,
2020-11-29T04:28:56.5296545Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:56.5297420Z 
2020-11-29T04:28:56.5298196Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:56.5299056Z 
2020-11-29T04:28:56.5299879Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:56.5301467Z , verify.sourcecode.Line.apply(274):verify.sourcecode.Line)
2020-11-29T04:28:56.5302232Z )
2020-11-29T04:28:56.5302548Z }
2020-11-29T04:28:56.5302902Z closure($anonfun)
2020-11-29T04:28:56.5303267Z }
2020-11-29T04:28:56.5303563Z )
2020-11-29T04:28:56.5304290Z ) of class class dotty.tools.dotc.ast.Trees$Apply # -1
2020-11-29T04:28:57.0121204Z exception while typing @scala.annotation.internal.SourceFile(
2020-11-29T04:28:57.0123189Z "shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.0124740Z ) final module class ImmutableParserSpec$() extends Object(), 
2020-11-29T04:28:57.0125864Z verify.BasicTestSuite
2020-11-29T04:28:57.0126705Z  {
2020-11-29T04:28:57.0127683Z private def writeReplace(): AnyRef =
2020-11-29T04:28:57.0129120Z new scala.runtime.ModuleSerializationProxy(
2020-11-29T04:28:57.0130739Z classOf[scopttest.ImmutableParserSpec.type]
2020-11-29T04:28:57.0131965Z )
2020-11-29T04:28:57.0133211Z scopttest.ImmutableParserSpec.test("unit parser should parse ()")(
2020-11-29T04:28:57.0134609Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.0135670Z {
2020-11-29T04:28:57.0136552Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.0137241Z {
2020-11-29T04:28:57.0138300Z scopttest.ImmutableParserSpec.unitParser(
2020-11-29T04:28:57.0140178Z scala.runtime.ScalaRunTime.wrapRefArray[String](["--foo" : String]
2020-11-29T04:28:57.0141232Z )
2020-11-29T04:28:57.0141734Z )
2020-11-29T04:28:57.0143338Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.0144851Z scopttest.ImmutableParserSpec.unitParser(
2020-11-29T04:28:57.0146662Z scala.runtime.ScalaRunTime.wrapRefArray[String](["-f" : String])
2020-11-29T04:28:57.0147708Z )
2020-11-29T04:28:57.0148163Z )(
2020-11-29T04:28:57.0148971Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.0150205Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.0151093Z (
2020-11-29T04:28:57.0152018Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.0153386Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.0154650Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.0155495Z ,
2020-11-29T04:28:57.0156571Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.0157664Z 
2020-11-29T04:28:57.0158619Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.0159698Z 
2020-11-29T04:28:57.0160740Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.0162327Z , verify.sourcecode.Line.apply(11):verify.sourcecode.Line)
2020-11-29T04:28:57.0163289Z )
2020-11-29T04:28:57.0163741Z }
2020-11-29T04:28:57.0164275Z closure($anonfun)
2020-11-29T04:28:57.0164793Z }
2020-11-29T04:28:57.0165228Z )
2020-11-29T04:28:57.0165679Z )
2020-11-29T04:28:57.0166857Z scopttest.ImmutableParserSpec.test("grouped parser should parse ()")(
2020-11-29T04:28:57.0172004Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.0172519Z {
2020-11-29T04:28:57.0173180Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.0173664Z {
2020-11-29T04:28:57.0174529Z scopttest.ImmutableParserSpec.groupParser(
2020-11-29T04:28:57.0176188Z scala.runtime.ScalaRunTime.wrapRefArray[String](["-ab" : String])
2020-11-29T04:28:57.0177093Z )
2020-11-29T04:28:57.0177895Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.0179080Z scopttest.ImmutableParserSpec.groupParser(
2020-11-29T04:28:57.0180701Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0181912Z ["-abab" : String]
2020-11-29T04:28:57.0182398Z )
2020-11-29T04:28:57.0182738Z )
2020-11-29T04:28:57.0183080Z )(
2020-11-29T04:28:57.0183768Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.0184846Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.0185613Z (
2020-11-29T04:28:57.0186435Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.0187644Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.0188769Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.0189465Z ,
2020-11-29T04:28:57.0190271Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.0191203Z 
2020-11-29T04:28:57.0192019Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.0193117Z 
2020-11-29T04:28:57.0194006Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.0195384Z , verify.sourcecode.Line.apply(16):verify.sourcecode.Line)
2020-11-29T04:28:57.0196207Z )
2020-11-29T04:28:57.0196542Z }
2020-11-29T04:28:57.0196945Z closure($anonfun)
2020-11-29T04:28:57.0197343Z }
2020-11-29T04:28:57.0197665Z )
2020-11-29T04:28:57.0197996Z )
2020-11-29T04:28:57.0199050Z scopttest.ImmutableParserSpec.test("int parser should parse 1")(
2020-11-29T04:28:57.0200112Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.0200586Z {
2020-11-29T04:28:57.0201182Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.0201631Z {
2020-11-29T04:28:57.0202406Z scopttest.ImmutableParserSpec.intParser(
2020-11-29T04:28:57.0203800Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0204836Z ["--foo","1" : String]
2020-11-29T04:28:57.0205229Z )
2020-11-29T04:28:57.0205548Z )
2020-11-29T04:28:57.0206316Z scopttest.ImmutableParserSpec.intParser(
2020-11-29T04:28:57.0207706Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0208793Z ["--foo:1" : String]
2020-11-29T04:28:57.0209194Z )
2020-11-29T04:28:57.0209501Z )
2020-11-29T04:28:57.0210393Z scopttest.ImmutableParserSpec.intParser(
2020-11-29T04:28:57.0211793Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0212802Z ["--foo=1" : String]
2020-11-29T04:28:57.0213378Z )
2020-11-29T04:28:57.0213710Z )
2020-11-29T04:28:57.0214553Z scopttest.ImmutableParserSpec.intParser(
2020-11-29T04:28:57.0216065Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0217144Z ["-f","1" : String]
2020-11-29T04:28:57.0217570Z )
2020-11-29T04:28:57.0217906Z )
2020-11-29T04:28:57.0218737Z scopttest.ImmutableParserSpec.intParser(
2020-11-29T04:28:57.0220338Z scala.runtime.ScalaRunTime.wrapRefArray[String](["-f:1" : String])
2020-11-29T04:28:57.0221239Z )
2020-11-29T04:28:57.0222064Z scopttest.ImmutableParserSpec.intParser(
2020-11-29T04:28:57.0223674Z scala.runtime.ScalaRunTime.wrapRefArray[String](["-f=1" : String])
2020-11-29T04:28:57.0224551Z )
2020-11-29T04:28:57.0225388Z scopttest.ImmutableParserSpec.intParser(
2020-11-29T04:28:57.0226883Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0228012Z ["--foo","0x01" : String]
2020-11-29T04:28:57.0228462Z )
2020-11-29T04:28:57.0228798Z )
2020-11-29T04:28:57.0229627Z scopttest.ImmutableParserSpec.intParser(
2020-11-29T04:28:57.0231147Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0232232Z ["--foo:0x01" : String]
2020-11-29T04:28:57.0232656Z )
2020-11-29T04:28:57.0232991Z )
2020-11-29T04:28:57.0233827Z scopttest.ImmutableParserSpec.intParser(
2020-11-29T04:28:57.0235332Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0236409Z ["--foo=0x01" : String]
2020-11-29T04:28:57.0236835Z )
2020-11-29T04:28:57.0237176Z )
2020-11-29T04:28:57.0237987Z scopttest.ImmutableParserSpec.intParser(
2020-11-29T04:28:57.0239583Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0240690Z ["-f","0x1" : String]
2020-11-29T04:28:57.0241091Z )
2020-11-29T04:28:57.0241413Z )
2020-11-29T04:28:57.0242177Z scopttest.ImmutableParserSpec.intParser(
2020-11-29T04:28:57.0243867Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0245107Z ["-f:0x1" : String]
2020-11-29T04:28:57.0245515Z )
2020-11-29T04:28:57.0245862Z )
2020-11-29T04:28:57.0246767Z scopttest.ImmutableParserSpec.intParserFail(
2020-11-29T04:28:57.0248467Z scala.runtime.ScalaRunTime.wrapRefArray[String](["--foo" : String]
2020-11-29T04:28:57.0249375Z )
2020-11-29T04:28:57.0249708Z )
2020-11-29T04:28:57.0371206Z scopttest.ImmutableParserSpec.intParserFail(
2020-11-29T04:28:57.0373138Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0374297Z ["--foo","bar" : String]
2020-11-29T04:28:57.0374752Z )
2020-11-29T04:28:57.0375086Z )
2020-11-29T04:28:57.0375913Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.0377147Z scopttest.ImmutableParserSpec.intParserFail(
2020-11-29T04:28:57.0378936Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0380065Z ["--foo=bar" : String]
2020-11-29T04:28:57.0380502Z )
2020-11-29T04:28:57.0380837Z )
2020-11-29T04:28:57.0381187Z )(
2020-11-29T04:28:57.0381866Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.0382982Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.0383764Z (
2020-11-29T04:28:57.0384629Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.0385773Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.0386809Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.0387450Z ,
2020-11-29T04:28:57.0388201Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.0389059Z 
2020-11-29T04:28:57.0389835Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.0390703Z 
2020-11-29T04:28:57.0391506Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.0392792Z , verify.sourcecode.Line.apply(33):verify.sourcecode.Line)
2020-11-29T04:28:57.0393558Z )
2020-11-29T04:28:57.0393866Z }
2020-11-29T04:28:57.0394246Z closure($anonfun)
2020-11-29T04:28:57.0394604Z }
2020-11-29T04:28:57.0394913Z )
2020-11-29T04:28:57.0395218Z )
2020-11-29T04:28:57.0396315Z scopttest.ImmutableParserSpec.test("long parser should parse 1")(
2020-11-29T04:28:57.0397472Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.0397966Z {
2020-11-29T04:28:57.0398621Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.0399104Z {
2020-11-29T04:28:57.0406736Z scopttest.ImmutableParserSpec.longParser(
2020-11-29T04:28:57.0408649Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0410081Z ["--foo","1" : String]
2020-11-29T04:28:57.0410536Z )
2020-11-29T04:28:57.0410878Z )
2020-11-29T04:28:57.0411741Z scopttest.ImmutableParserSpec.longParser(
2020-11-29T04:28:57.0413308Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0414387Z ["--foo:1" : String]
2020-11-29T04:28:57.0414812Z )
2020-11-29T04:28:57.0415142Z )
2020-11-29T04:28:57.0416184Z scopttest.ImmutableParserSpec.longParser(
2020-11-29T04:28:57.0417745Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0419080Z ["--foo=1" : String]
2020-11-29T04:28:57.0419505Z )
2020-11-29T04:28:57.0419853Z )
2020-11-29T04:28:57.0424352Z scopttest.ImmutableParserSpec.longParser(
2020-11-29T04:28:57.0426014Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0427101Z ["-f","1" : String]
2020-11-29T04:28:57.0427527Z )
2020-11-29T04:28:57.0427871Z )
2020-11-29T04:28:57.0428719Z scopttest.ImmutableParserSpec.longParser(
2020-11-29T04:28:57.0430366Z scala.runtime.ScalaRunTime.wrapRefArray[String](["-f:1" : String])
2020-11-29T04:28:57.0431269Z )
2020-11-29T04:28:57.0432109Z scopttest.ImmutableParserSpec.longParser(
2020-11-29T04:28:57.0433744Z scala.runtime.ScalaRunTime.wrapRefArray[String](["-f=1" : String])
2020-11-29T04:28:57.0434651Z )
2020-11-29T04:28:57.0435496Z scopttest.ImmutableParserSpec.longParser(
2020-11-29T04:28:57.0437029Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0438274Z ["--foo","0x01" : String]
2020-11-29T04:28:57.0438728Z )
2020-11-29T04:28:57.0439074Z )
2020-11-29T04:28:57.0439922Z scopttest.ImmutableParserSpec.longParser(
2020-11-29T04:28:57.0441457Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0442554Z ["--foo:0x01" : String]
2020-11-29T04:28:57.0442971Z )
2020-11-29T04:28:57.0443321Z )
2020-11-29T04:28:57.0444241Z scopttest.ImmutableParserSpec.longParser(
2020-11-29T04:28:57.0445668Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0446685Z ["--foo=0x01" : String]
2020-11-29T04:28:57.0447069Z )
2020-11-29T04:28:57.0447389Z )
2020-11-29T04:28:57.0448164Z scopttest.ImmutableParserSpec.longParser(
2020-11-29T04:28:57.0449598Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0525986Z ["-f","0x1" : String]
2020-11-29T04:28:57.0526438Z )
2020-11-29T04:28:57.0526796Z )
2020-11-29T04:28:57.0527632Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.0528792Z scopttest.ImmutableParserSpec.longParser(
2020-11-29T04:28:57.0530498Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0531606Z ["-f:0x1" : String]
2020-11-29T04:28:57.0532032Z )
2020-11-29T04:28:57.0532390Z )
2020-11-29T04:28:57.0532728Z )(
2020-11-29T04:28:57.0533414Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.0534527Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.0535293Z (
2020-11-29T04:28:57.0536097Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.0537313Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.0538442Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.0539149Z ,
2020-11-29T04:28:57.0539946Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.0540893Z 
2020-11-29T04:28:57.0541714Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.0542636Z 
2020-11-29T04:28:57.0543525Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.0545133Z , verify.sourcecode.Line.apply(47):verify.sourcecode.Line)
2020-11-29T04:28:57.0545902Z )
2020-11-29T04:28:57.0546230Z }
2020-11-29T04:28:57.0546597Z closure($anonfun)
2020-11-29T04:28:57.0546973Z }
2020-11-29T04:28:57.0547286Z )
2020-11-29T04:28:57.0547581Z )
2020-11-29T04:28:57.0548546Z scopttest.ImmutableParserSpec.test("string parser should parse bar")(
2020-11-29T04:28:57.0549629Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.0550105Z {
2020-11-29T04:28:57.0550716Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.0551155Z {
2020-11-29T04:28:57.0551985Z scopttest.ImmutableParserSpec.stringParser(
2020-11-29T04:28:57.0553448Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0554486Z ["--foo","bar" : String]
2020-11-29T04:28:57.0554908Z )
2020-11-29T04:28:57.0555218Z )
2020-11-29T04:28:57.0556045Z scopttest.ImmutableParserSpec.stringParser(
2020-11-29T04:28:57.0557737Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0558823Z ["--foo:bar" : String]
2020-11-29T04:28:57.0559253Z )
2020-11-29T04:28:57.0559670Z )
2020-11-29T04:28:57.0560497Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.0561792Z scopttest.ImmutableParserSpec.stringParser(
2020-11-29T04:28:57.0563381Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0564476Z ["--foo=bar" : String]
2020-11-29T04:28:57.0564918Z )
2020-11-29T04:28:57.0565257Z )
2020-11-29T04:28:57.0565603Z )(
2020-11-29T04:28:57.0566274Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.0567385Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.0568154Z (
2020-11-29T04:28:57.0568949Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.0650814Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.0652147Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.0652850Z ,
2020-11-29T04:28:57.0653690Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.0654635Z 
2020-11-29T04:28:57.0655469Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.0656409Z 
2020-11-29T04:28:57.0657281Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.0658670Z , verify.sourcecode.Line.apply(53):verify.sourcecode.Line)
2020-11-29T04:28:57.0659499Z )
2020-11-29T04:28:57.0659833Z }
2020-11-29T04:28:57.0660240Z closure($anonfun)
2020-11-29T04:28:57.0660629Z }
2020-11-29T04:28:57.0660959Z )
2020-11-29T04:28:57.0661289Z )
2020-11-29T04:28:57.0662020Z scopttest.ImmutableParserSpec.test(
2020-11-29T04:28:57.0663112Z "option string parser should parse empty string"
2020-11-29T04:28:57.0663632Z )(
2020-11-29T04:28:57.0664354Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.0664866Z {
2020-11-29T04:28:57.0665513Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.0665999Z {
2020-11-29T04:28:57.0667051Z scopttest.ImmutableParserSpec.emptyStringParser(
2020-11-29T04:28:57.0669067Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0670212Z ["--foo","" : String]
2020-11-29T04:28:57.0670639Z )
2020-11-29T04:28:57.0670986Z )
2020-11-29T04:28:57.0672207Z scopttest.ImmutableParserSpec.emptyStringParser(
2020-11-29T04:28:57.0673942Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0675028Z ["--foo:" : String]
2020-11-29T04:28:57.0675456Z )
2020-11-29T04:28:57.0675787Z )
2020-11-29T04:28:57.0676613Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.0678057Z scopttest.ImmutableParserSpec.emptyStringParser(
2020-11-29T04:28:57.0679652Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0680670Z ["--foo=" : String]
2020-11-29T04:28:57.0681054Z )
2020-11-29T04:28:57.0681381Z )
2020-11-29T04:28:57.0681707Z )(
2020-11-29T04:28:57.0682331Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.0683366Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.0684070Z (
2020-11-29T04:28:57.0684824Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.0686203Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.0687323Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.0688027Z ,
2020-11-29T04:28:57.0688916Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.0690013Z 
2020-11-29T04:28:57.0690795Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.0691668Z 
2020-11-29T04:28:57.0692709Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.0694090Z , verify.sourcecode.Line.apply(59):verify.sourcecode.Line)
2020-11-29T04:28:57.0694889Z )
2020-11-29T04:28:57.0695239Z }
2020-11-29T04:28:57.0695650Z closure($anonfun)
2020-11-29T04:28:57.0696045Z }
2020-11-29T04:28:57.0696487Z )
2020-11-29T04:28:57.0696782Z )
2020-11-29T04:28:57.0697729Z scopttest.ImmutableParserSpec.test("char parser should parse \'b\'")(
2020-11-29T04:28:57.0698806Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.0699267Z {
2020-11-29T04:28:57.0699875Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.0700313Z {
2020-11-29T04:28:57.0701113Z scopttest.ImmutableParserSpec.charParser(
2020-11-29T04:28:57.0702533Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0703547Z ["--foo","b" : String]
2020-11-29T04:28:57.0703955Z )
2020-11-29T04:28:57.0704276Z )
2020-11-29T04:28:57.0705058Z scopttest.ImmutableParserSpec.charParser(
2020-11-29T04:28:57.0706480Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0707474Z ["--foo:b" : String]
2020-11-29T04:28:57.0707873Z )
2020-11-29T04:28:57.0708193Z )
2020-11-29T04:28:57.0708976Z scopttest.ImmutableParserSpec.charParser(
2020-11-29T04:28:57.0710635Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0711716Z ["--foo=b" : String]
2020-11-29T04:28:57.0712134Z )
2020-11-29T04:28:57.0712478Z )
2020-11-29T04:28:57.0713411Z scopttest.ImmutableParserSpec.charParserFail(
2020-11-29T04:28:57.0715023Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0716138Z ["--foo","bar" : String]
2020-11-29T04:28:57.0716575Z )
2020-11-29T04:28:57.0716922Z )
2020-11-29T04:28:57.0717730Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.0719053Z scopttest.ImmutableParserSpec.charParserFail(
2020-11-29T04:28:57.0720694Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0721776Z ["--foo=bar" : String]
2020-11-29T04:28:57.0722220Z )
2020-11-29T04:28:57.0722573Z )
2020-11-29T04:28:57.0722904Z )(
2020-11-29T04:28:57.0723592Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.0724805Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.0725513Z (
2020-11-29T04:28:57.0726266Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.0727373Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.0728420Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.0729081Z ,
2020-11-29T04:28:57.0810089Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.0811361Z 
2020-11-29T04:28:57.0812218Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.0813163Z 
2020-11-29T04:28:57.0814056Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.0815439Z , verify.sourcecode.Line.apply(67):verify.sourcecode.Line)
2020-11-29T04:28:57.0816259Z )
2020-11-29T04:28:57.0816782Z }
2020-11-29T04:28:57.0817179Z closure($anonfun)
2020-11-29T04:28:57.0817584Z }
2020-11-29T04:28:57.0817922Z )
2020-11-29T04:28:57.0818240Z )
2020-11-29T04:28:57.0819396Z scopttest.ImmutableParserSpec.test("char parser should parse \'¡\'")(
2020-11-29T04:28:57.0820454Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.0820929Z {
2020-11-29T04:28:57.0821538Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.0821978Z {
2020-11-29T04:28:57.0822891Z scopttest.ImmutableParserSpec.charParserUTF16(
2020-11-29T04:28:57.0824404Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0825434Z ["--foo","¡" : String]
2020-11-29T04:28:57.0825841Z )
2020-11-29T04:28:57.0826150Z )
2020-11-29T04:28:57.0827067Z scopttest.ImmutableParserSpec.charParserUTF16(
2020-11-29T04:28:57.0828583Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0829574Z ["--foo:¡" : String]
2020-11-29T04:28:57.0829966Z )
2020-11-29T04:28:57.0830277Z )
2020-11-29T04:28:57.0831166Z scopttest.ImmutableParserSpec.charParserUTF16(
2020-11-29T04:28:57.0832691Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0833676Z ["--foo=¡" : String]
2020-11-29T04:28:57.0834078Z )
2020-11-29T04:28:57.0834399Z )
2020-11-29T04:28:57.0835273Z scopttest.ImmutableParserSpec.charParserFail(
2020-11-29T04:28:57.0836780Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0837807Z ["--foo","¡ar" : String]
2020-11-29T04:28:57.0838225Z )
2020-11-29T04:28:57.0838552Z )
2020-11-29T04:28:57.0839294Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.0840455Z scopttest.ImmutableParserSpec.charParserFail(
2020-11-29T04:28:57.0841977Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.0842994Z ["--foo=¡ar" : String]
2020-11-29T04:28:57.0843395Z )
2020-11-29T04:28:57.0843701Z )
2020-11-29T04:28:57.0844024Z )(
2020-11-29T04:28:57.0844663Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.0845776Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.0846487Z (
2020-11-29T04:28:57.0847297Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.0848473Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.0849669Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.0850469Z ,
2020-11-29T04:28:57.0851327Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.0852791Z 
2020-11-29T04:28:57.0853668Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.0854715Z 
2020-11-29T04:28:57.0855723Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.0857138Z , verify.sourcecode.Line.apply(76):verify.sourcecode.Line)
2020-11-29T04:28:57.0858049Z )
2020-11-29T04:28:57.0858429Z }
2020-11-29T04:28:57.0858937Z closure($anonfun)
2020-11-29T04:28:57.0859433Z }
2020-11-29T04:28:57.0859792Z )
2020-11-29T04:28:57.0860193Z )
2020-11-29T04:28:57.1002144Z scopttest.ImmutableParserSpec.test("double parser should parse 1.0")(
2020-11-29T04:28:57.1003537Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.1004021Z {
2020-11-29T04:28:57.1004816Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.1005267Z {
2020-11-29T04:28:57.1006116Z scopttest.ImmutableParserSpec.doubleParser(
2020-11-29T04:28:57.1007590Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1008644Z ["--foo","1.0" : String]
2020-11-29T04:28:57.1009056Z )
2020-11-29T04:28:57.1009368Z )
2020-11-29T04:28:57.1010333Z scopttest.ImmutableParserSpec.doubleParser(
2020-11-29T04:28:57.1011836Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1012847Z ["--foo:1.0" : String]
2020-11-29T04:28:57.1013244Z )
2020-11-29T04:28:57.1013559Z )
2020-11-29T04:28:57.1014398Z scopttest.ImmutableParserSpec.doubleParser(
2020-11-29T04:28:57.1015861Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1017060Z ["--foo=1.0" : String]
2020-11-29T04:28:57.1017489Z )
2020-11-29T04:28:57.1017836Z )
2020-11-29T04:28:57.1018836Z scopttest.ImmutableParserSpec.doubleParserFail(
2020-11-29T04:28:57.1020537Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1021642Z ["--foo","bar" : String]
2020-11-29T04:28:57.1022089Z )
2020-11-29T04:28:57.1022437Z )
2020-11-29T04:28:57.1023336Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.1024723Z scopttest.ImmutableParserSpec.doubleParserFail(
2020-11-29T04:28:57.1026432Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1027527Z ["--foo=bar" : String]
2020-11-29T04:28:57.1027956Z )
2020-11-29T04:28:57.1028290Z )
2020-11-29T04:28:57.1028644Z )(
2020-11-29T04:28:57.1029332Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.1030419Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.1031199Z (
2020-11-29T04:28:57.1032019Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.1033231Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.1034358Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.1035050Z ,
2020-11-29T04:28:57.1035862Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.1037017Z 
2020-11-29T04:28:57.1037765Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.1038640Z 
2020-11-29T04:28:57.1039469Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.1040999Z , verify.sourcecode.Line.apply(84):verify.sourcecode.Line)
2020-11-29T04:28:57.1041887Z )
2020-11-29T04:28:57.1042197Z }
2020-11-29T04:28:57.1042577Z closure($anonfun)
2020-11-29T04:28:57.1042956Z }
2020-11-29T04:28:57.1043252Z )
2020-11-29T04:28:57.1043561Z )
2020-11-29T04:28:57.1044532Z scopttest.ImmutableParserSpec.test("boolean parser should parse true")(
2020-11-29T04:28:57.1045611Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.1046088Z {
2020-11-29T04:28:57.1046682Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.1047314Z {
2020-11-29T04:28:57.1048180Z scopttest.ImmutableParserSpec.trueParser(
2020-11-29T04:28:57.1049720Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1091505Z ["--foo","true" : String]
2020-11-29T04:28:57.1091951Z )
2020-11-29T04:28:57.1092268Z )
2020-11-29T04:28:57.1093259Z scopttest.ImmutableParserSpec.trueParser(
2020-11-29T04:28:57.1094763Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1096046Z ["--foo:true" : String]
2020-11-29T04:28:57.1096491Z )
2020-11-29T04:28:57.1096824Z )
2020-11-29T04:28:57.1097690Z scopttest.ImmutableParserSpec.trueParser(
2020-11-29T04:28:57.1099208Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1100323Z ["--foo=true" : String]
2020-11-29T04:28:57.1100768Z )
2020-11-29T04:28:57.1101103Z )
2020-11-29T04:28:57.1101974Z scopttest.ImmutableParserSpec.trueParser(
2020-11-29T04:28:57.1103522Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1104611Z ["--foo","1" : String]
2020-11-29T04:28:57.1105051Z )
2020-11-29T04:28:57.1105381Z )
2020-11-29T04:28:57.1106326Z scopttest.ImmutableParserSpec.trueParser(
2020-11-29T04:28:57.1107547Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1108669Z ["--foo:1" : String]
2020-11-29T04:28:57.1109063Z )
2020-11-29T04:28:57.1109386Z )
2020-11-29T04:28:57.1110241Z scopttest.ImmutableParserSpec.boolParserFail(
2020-11-29T04:28:57.1111939Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1113039Z ["--foo","bar" : String]
2020-11-29T04:28:57.1113493Z )
2020-11-29T04:28:57.1113848Z )
2020-11-29T04:28:57.1114649Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.1115892Z scopttest.ImmutableParserSpec.boolParserFail(
2020-11-29T04:28:57.1117553Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1118638Z ["--foo=bar" : String]
2020-11-29T04:28:57.1119072Z )
2020-11-29T04:28:57.1119407Z )
2020-11-29T04:28:57.1119758Z )(
2020-11-29T04:28:57.1120446Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.1121548Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.1122314Z (
2020-11-29T04:28:57.1123120Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.1124419Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.1125539Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.1126229Z ,
2020-11-29T04:28:57.1127041Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.1127986Z 
2020-11-29T04:28:57.1128811Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.1129763Z 
2020-11-29T04:28:57.1130777Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.1132156Z , verify.sourcecode.Line.apply(94):verify.sourcecode.Line)
2020-11-29T04:28:57.1132979Z )
2020-11-29T04:28:57.1133314Z }
2020-11-29T04:28:57.1133725Z closure($anonfun)
2020-11-29T04:28:57.1134128Z }
2020-11-29T04:28:57.1134446Z )
2020-11-29T04:28:57.1134779Z )
2020-11-29T04:28:57.1135836Z scopttest.ImmutableParserSpec.test("BigDecimal parser should parse 1.0")(
2020-11-29T04:28:57.1137037Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.1137548Z {
2020-11-29T04:28:57.1138193Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.1138788Z {
2020-11-29T04:28:57.1139712Z scopttest.ImmutableParserSpec.bigDecimalParser(
2020-11-29T04:28:57.1141326Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1142373Z ["--foo","1.0" : String]
2020-11-29T04:28:57.1142786Z )
2020-11-29T04:28:57.1143098Z )
2020-11-29T04:28:57.1144226Z scopttest.ImmutableParserSpec.bigDecimalParser(
2020-11-29T04:28:57.1145879Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1146974Z ["--foo=1.0" : String]
2020-11-29T04:28:57.1147402Z )
2020-11-29T04:28:57.1147745Z )
2020-11-29T04:28:57.1148834Z scopttest.ImmutableParserSpec.bigDecimalParserFail(
2020-11-29T04:28:57.1150599Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1151705Z ["--foo","bar" : String]
2020-11-29T04:28:57.1152150Z )
2020-11-29T04:28:57.1152483Z )
2020-11-29T04:28:57.1153304Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.1154701Z scopttest.ImmutableParserSpec.bigDecimalParserFail(
2020-11-29T04:28:57.1156473Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1157572Z ["--foo=bar" : String]
2020-11-29T04:28:57.1158008Z )
2020-11-29T04:28:57.1158345Z )
2020-11-29T04:28:57.1158691Z )(
2020-11-29T04:28:57.1159364Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.1160504Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.1161274Z (
2020-11-29T04:28:57.1162113Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.1163338Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.1164456Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.1165173Z ,
2020-11-29T04:28:57.1165990Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.1166919Z 
2020-11-29T04:28:57.1167744Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.1168681Z 
2020-11-29T04:28:57.1251276Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.1252716Z , verify.sourcecode.Line.apply(101):verify.sourcecode.Line)
2020-11-29T04:28:57.1253559Z )
2020-11-29T04:28:57.1254120Z }
2020-11-29T04:28:57.1254846Z closure($anonfun)
2020-11-29T04:28:57.1255240Z }
2020-11-29T04:28:57.1255573Z )
2020-11-29T04:28:57.1255905Z )
2020-11-29T04:28:57.1257003Z scopttest.ImmutableParserSpec.test("Duration parser should parse a Duration")(
2020-11-29T04:28:57.1258226Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.1258724Z {
2020-11-29T04:28:57.1259395Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.1259883Z {
2020-11-29T04:28:57.1260811Z scopttest.ImmutableParserSpec.durationParser(
2020-11-29T04:28:57.1262489Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1263625Z ["--foo","30s" : String]
2020-11-29T04:28:57.1264051Z )
2020-11-29T04:28:57.1264400Z )
2020-11-29T04:28:57.1265209Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.1266455Z scopttest.ImmutableParserSpec.durationParser(
2020-11-29T04:28:57.1268081Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1269177Z ["--foo=30s" : String]
2020-11-29T04:28:57.1269602Z )
2020-11-29T04:28:57.1269953Z )
2020-11-29T04:28:57.1270287Z )(
2020-11-29T04:28:57.1271061Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.1272174Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.1272955Z (
2020-11-29T04:28:57.1273772Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.1274997Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.1276118Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.1295857Z ,
2020-11-29T04:28:57.1296713Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.1298092Z 
2020-11-29T04:28:57.1298927Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.1299874Z 
2020-11-29T04:28:57.1300880Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.1302281Z , verify.sourcecode.Line.apply(106):verify.sourcecode.Line)
2020-11-29T04:28:57.1303118Z )
2020-11-29T04:28:57.1303470Z }
2020-11-29T04:28:57.1303865Z closure($anonfun)
2020-11-29T04:28:57.1304268Z }
2020-11-29T04:28:57.1304590Z )
2020-11-29T04:28:57.1304920Z )
2020-11-29T04:28:57.1305636Z scopttest.ImmutableParserSpec.test(
2020-11-29T04:28:57.1306793Z "FiniteDuration parser should parse a FiniteDuration"
2020-11-29T04:28:57.1307388Z )(
2020-11-29T04:28:57.1308045Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.1308552Z {
2020-11-29T04:28:57.1309207Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.1309681Z {
2020-11-29T04:28:57.1310793Z scopttest.ImmutableParserSpec.finiteDurationParser(
2020-11-29T04:28:57.1312556Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1313659Z ["--foo","20s" : String]
2020-11-29T04:28:57.1314099Z )
2020-11-29T04:28:57.1314435Z )
2020-11-29T04:28:57.1315241Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.1316648Z scopttest.ImmutableParserSpec.finiteDurationParser(
2020-11-29T04:28:57.1318424Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1319511Z ["--foo=20s" : String]
2020-11-29T04:28:57.1319926Z )
2020-11-29T04:28:57.1320272Z )
2020-11-29T04:28:57.1320608Z )(
2020-11-29T04:28:57.1321365Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.1322552Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.1323268Z (
2020-11-29T04:28:57.1323996Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.1325143Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.1326168Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.1326833Z ,
2020-11-29T04:28:57.1327573Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.1328434Z 
2020-11-29T04:28:57.1329197Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.1330298Z 
2020-11-29T04:28:57.1331110Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.1332386Z , verify.sourcecode.Line.apply(111):verify.sourcecode.Line)
2020-11-29T04:28:57.1333148Z )
2020-11-29T04:28:57.1333464Z }
2020-11-29T04:28:57.1333837Z closure($anonfun)
2020-11-29T04:28:57.1334196Z }
2020-11-29T04:28:57.1334502Z )
2020-11-29T04:28:57.1334794Z )
2020-11-29T04:28:57.1335742Z scopttest.ImmutableParserSpec.test("pair parse should parse (k, 1)")(
2020-11-29T04:28:57.1336812Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.1337472Z {
2020-11-29T04:28:57.1338225Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.1338713Z {
2020-11-29T04:28:57.1339562Z scopttest.ImmutableParserSpec.pairParser(
2020-11-29T04:28:57.1341112Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1342210Z ["--foo","k=1" : String]
2020-11-29T04:28:57.1342650Z )
2020-11-29T04:28:57.1342994Z )
2020-11-29T04:28:57.1343838Z scopttest.ImmutableParserSpec.pairParser(
2020-11-29T04:28:57.1345373Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1346459Z ["--foo:k=1" : String]
2020-11-29T04:28:57.1346867Z )
2020-11-29T04:28:57.1347207Z )
2020-11-29T04:28:57.1348043Z scopttest.ImmutableParserSpec.pairParser(
2020-11-29T04:28:57.1349581Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1350717Z ["--foo=k=1" : String]
2020-11-29T04:28:57.1351098Z )
2020-11-29T04:28:57.1351418Z )
2020-11-29T04:28:57.1352509Z scopttest.ImmutableParserSpec.pairParserFail(
2020-11-29T04:28:57.1354222Z scala.runtime.ScalaRunTime.wrapRefArray[String](["--foo" : String]
2020-11-29T04:28:57.1355124Z )
2020-11-29T04:28:57.1355455Z )
2020-11-29T04:28:57.1356397Z scopttest.ImmutableParserSpec.pairParserFail(
2020-11-29T04:28:57.1358038Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1359149Z ["--foo","bar" : String]
2020-11-29T04:28:57.1359594Z )
2020-11-29T04:28:57.1359939Z )
2020-11-29T04:28:57.1360867Z scopttest.ImmutableParserSpec.pairParserFail(
2020-11-29T04:28:57.1362546Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1363664Z ["--foo","k=bar" : String]
2020-11-29T04:28:57.1364106Z )
2020-11-29T04:28:57.1364450Z )
2020-11-29T04:28:57.1365241Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.1366490Z scopttest.ImmutableParserSpec.pairParserFail(
2020-11-29T04:28:57.1368138Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1369226Z ["--foo=k=bar" : String]
2020-11-29T04:28:57.1369790Z )
2020-11-29T04:28:57.1370236Z )
2020-11-29T04:28:57.1370579Z )(
2020-11-29T04:28:57.1371250Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.1372367Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.1490890Z (
2020-11-29T04:28:57.1491727Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.1493134Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.1494265Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.1494963Z ,
2020-11-29T04:28:57.1495776Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.1496716Z 
2020-11-29T04:28:57.1497521Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.1498463Z 
2020-11-29T04:28:57.1499368Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.1500768Z , verify.sourcecode.Line.apply(121):verify.sourcecode.Line)
2020-11-29T04:28:57.1501593Z )
2020-11-29T04:28:57.1501921Z }
2020-11-29T04:28:57.1502321Z closure($anonfun)
2020-11-29T04:28:57.1502714Z }
2020-11-29T04:28:57.1503029Z )
2020-11-29T04:28:57.1503354Z )
2020-11-29T04:28:57.1504567Z scopttest.ImmutableParserSpec.test("seq parser should parse Seq(1, 2, 3)")(
2020-11-29T04:28:57.1505766Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.1506268Z {
2020-11-29T04:28:57.1506993Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.1507442Z {
2020-11-29T04:28:57.1508219Z scopttest.ImmutableParserSpec.seqParser(
2020-11-29T04:28:57.1509604Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1510640Z ["--foo","1,2,3" : String]
2020-11-29T04:28:57.1511043Z )
2020-11-29T04:28:57.1511360Z )
2020-11-29T04:28:57.1512145Z scopttest.ImmutableParserSpec.seqParser(
2020-11-29T04:28:57.1513528Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1514538Z ["--foo=1,2,3" : String]
2020-11-29T04:28:57.1514937Z )
2020-11-29T04:28:57.1515432Z )
2020-11-29T04:28:57.1516235Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.1517435Z scopttest.ImmutableParserSpec.seqParserFail(
2020-11-29T04:28:57.1519041Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1520122Z ["--foo" : String]
2020-11-29T04:28:57.1520532Z )
2020-11-29T04:28:57.1520885Z )
2020-11-29T04:28:57.1521227Z )(
2020-11-29T04:28:57.1521908Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.1523030Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.1523779Z (
2020-11-29T04:28:57.1524586Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.1525799Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.1526983Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.1527638Z ,
2020-11-29T04:28:57.1528404Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.1529572Z 
2020-11-29T04:28:57.1530802Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.1531748Z 
2020-11-29T04:28:57.1532633Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.1534024Z , verify.sourcecode.Line.apply(127):verify.sourcecode.Line)
2020-11-29T04:28:57.1534937Z )
2020-11-29T04:28:57.1535282Z }
2020-11-29T04:28:57.1535686Z closure($anonfun)
2020-11-29T04:28:57.1536070Z }
2020-11-29T04:28:57.1536398Z )
2020-11-29T04:28:57.1536713Z )
2020-11-29T04:28:57.1537736Z scopttest.ImmutableParserSpec.test("map parser should parse a map")(
2020-11-29T04:28:57.1538897Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.1539395Z {
2020-11-29T04:28:57.1540051Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.1540521Z {
2020-11-29T04:28:57.1541368Z scopttest.ImmutableParserSpec.mapParser(
2020-11-29T04:28:57.1542880Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1544095Z ["--foo","true=true,false=false" : String]
2020-11-29T04:28:57.1544613Z )
2020-11-29T04:28:57.1544958Z )
2020-11-29T04:28:57.1545771Z scopttest.ImmutableParserSpec.mapParser(
2020-11-29T04:28:57.1547291Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1548479Z ["--foo=true=true,false=false" : String]
2020-11-29T04:28:57.1548989Z )
2020-11-29T04:28:57.1549332Z )
2020-11-29T04:28:57.1550125Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.1551467Z scopttest.ImmutableParserSpec.mapParserFail(
2020-11-29T04:28:57.1553177Z scala.runtime.ScalaRunTime.wrapRefArray[String](["foo" : String]
2020-11-29T04:28:57.1554068Z )
2020-11-29T04:28:57.1554415Z )
2020-11-29T04:28:57.1554743Z )(
2020-11-29T04:28:57.1555423Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.1556514Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.1557278Z (
2020-11-29T04:28:57.1558087Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.1559300Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.1560405Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.1561110Z ,
2020-11-29T04:28:57.1561905Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.1562951Z 
2020-11-29T04:28:57.1563715Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.1564562Z 
2020-11-29T04:28:57.1565391Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.1566663Z , verify.sourcecode.Line.apply(133):verify.sourcecode.Line)
2020-11-29T04:28:57.1567409Z )
2020-11-29T04:28:57.1567730Z }
2020-11-29T04:28:57.1568093Z closure($anonfun)
2020-11-29T04:28:57.1568466Z }
2020-11-29T04:28:57.1568776Z )
2020-11-29T04:28:57.1569065Z )
2020-11-29T04:28:57.1650314Z scopttest.ImmutableParserSpec.test("seq tuple parser")(
2020-11-29T04:28:57.1651744Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.1652248Z {
2020-11-29T04:28:57.1652920Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.1653392Z {
2020-11-29T04:28:57.1654364Z scopttest.ImmutableParserSpec.seqTupleParser(
2020-11-29T04:28:57.1655999Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1657137Z ["--foo","key=1,key=2" : String]
2020-11-29T04:28:57.1657599Z )
2020-11-29T04:28:57.1657943Z )
2020-11-29T04:28:57.1658748Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.1660109Z scopttest.ImmutableParserSpec.seqTupleParserFail(
2020-11-29T04:28:57.1661924Z scala.runtime.ScalaRunTime.wrapRefArray[String](["foo" : String]
2020-11-29T04:28:57.1663070Z )
2020-11-29T04:28:57.1663413Z )
2020-11-29T04:28:57.1663738Z )(
2020-11-29T04:28:57.1664421Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.1665508Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.1666284Z (
2020-11-29T04:28:57.1667091Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.1668321Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.1669436Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.1670468Z ,
2020-11-29T04:28:57.1671267Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.1672248Z 
2020-11-29T04:28:57.1673059Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.1673992Z 
2020-11-29T04:28:57.1674891Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.1676264Z , verify.sourcecode.Line.apply(138):verify.sourcecode.Line)
2020-11-29T04:28:57.1677091Z )
2020-11-29T04:28:57.1677433Z }
2020-11-29T04:28:57.1677824Z closure($anonfun)
2020-11-29T04:28:57.1678221Z }
2020-11-29T04:28:57.1678537Z )
2020-11-29T04:28:57.1678966Z )
2020-11-29T04:28:57.1679933Z scopttest.ImmutableParserSpec.test("option parser")(
2020-11-29T04:28:57.1681088Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.1681556Z {
2020-11-29T04:28:57.1682162Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.1682595Z {
2020-11-29T04:28:57.1683905Z scopttest.ImmutableParserSpec.emptyLiftedOptionParser(
2020-11-29T04:28:57.1685781Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1686890Z ["--foo","" : String]
2020-11-29T04:28:57.1687325Z )
2020-11-29T04:28:57.1687655Z )
2020-11-29T04:28:57.1688833Z scopttest.ImmutableParserSpec.emptyLiftedOptionParser(
2020-11-29T04:28:57.1690806Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1691874Z ["--foo:" : String]
2020-11-29T04:28:57.1692298Z )
2020-11-29T04:28:57.1692626Z )
2020-11-29T04:28:57.1693812Z scopttest.ImmutableParserSpec.emptyLiftedOptionParser(
2020-11-29T04:28:57.1695664Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1696735Z ["--foo=" : String]
2020-11-29T04:28:57.1697155Z )
2020-11-29T04:28:57.1697496Z )
2020-11-29T04:28:57.1698762Z scopttest.ImmutableParserSpec.nonEmptyLiftedOptionParser(
2020-11-29T04:28:57.1700709Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1702053Z ["--foo","1" : String]
2020-11-29T04:28:57.1702487Z )
2020-11-29T04:28:57.1702829Z )
2020-11-29T04:28:57.1704097Z scopttest.ImmutableParserSpec.nonEmptyLiftedOptionParser(
2020-11-29T04:28:57.1706042Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1707120Z ["--foo:1" : String]
2020-11-29T04:28:57.1707533Z )
2020-11-29T04:28:57.1707874Z )
2020-11-29T04:28:57.1708670Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.1710247Z scopttest.ImmutableParserSpec.nonEmptyLiftedOptionParser(
2020-11-29T04:28:57.1712211Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1713279Z ["--foo=1" : String]
2020-11-29T04:28:57.1713798Z )
2020-11-29T04:28:57.1714145Z )
2020-11-29T04:28:57.1714471Z )(
2020-11-29T04:28:57.1715147Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.1716244Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.1717015Z (
2020-11-29T04:28:57.1717827Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.1719044Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.1720179Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.1720880Z ,
2020-11-29T04:28:57.1721675Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.1722614Z 
2020-11-29T04:28:57.1723422Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.1724405Z 
2020-11-29T04:28:57.1725229Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.1726516Z , verify.sourcecode.Line.apply(147):verify.sourcecode.Line)
2020-11-29T04:28:57.1727282Z )
2020-11-29T04:28:57.1727601Z }
2020-11-29T04:28:57.1727959Z closure($anonfun)
2020-11-29T04:28:57.1728330Z }
2020-11-29T04:28:57.1728624Z )
2020-11-29T04:28:57.1728929Z )
2020-11-29T04:28:57.1810311Z scopttest.ImmutableParserSpec.test("optional string parser")(
2020-11-29T04:28:57.1811779Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.1812367Z {
2020-11-29T04:28:57.1813023Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.1813512Z {
2020-11-29T04:28:57.1814606Z scopttest.ImmutableParserSpec.noneOptStringParser(
2020-11-29T04:28:57.1816419Z scala.runtime.ScalaRunTime.wrapRefArray[String]([ : String])
2020-11-29T04:28:57.1817307Z )
2020-11-29T04:28:57.1818452Z scopttest.ImmutableParserSpec.emptyOptStringParser(
2020-11-29T04:28:57.1820214Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1821244Z ["--bar","" : String]
2020-11-29T04:28:57.1821634Z )
2020-11-29T04:28:57.1821953Z )
2020-11-29T04:28:57.1822999Z scopttest.ImmutableParserSpec.emptyOptStringParser(
2020-11-29T04:28:57.1824695Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1825569Z ["--bar:" : String]
2020-11-29T04:28:57.1825915Z )
2020-11-29T04:28:57.1826183Z )
2020-11-29T04:28:57.1827097Z scopttest.ImmutableParserSpec.emptyOptStringParser(
2020-11-29T04:28:57.1828739Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1829749Z ["--bar=" : String]
2020-11-29T04:28:57.1830144Z )
2020-11-29T04:28:57.1830450Z )
2020-11-29T04:28:57.1831411Z scopttest.ImmutableParserSpec.bazOptStringParser(
2020-11-29T04:28:57.1833017Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1834048Z ["--bar","baz" : String]
2020-11-29T04:28:57.1834454Z )
2020-11-29T04:28:57.1834758Z )
2020-11-29T04:28:57.1835734Z scopttest.ImmutableParserSpec.bazOptStringParser(
2020-11-29T04:28:57.1837331Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1838326Z ["--bar:baz" : String]
2020-11-29T04:28:57.1838726Z )
2020-11-29T04:28:57.1839046Z )
2020-11-29T04:28:57.1839790Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.1841034Z scopttest.ImmutableParserSpec.bazOptStringParser(
2020-11-29T04:28:57.1842724Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1843843Z ["--bar=baz" : String]
2020-11-29T04:28:57.1844250Z )
2020-11-29T04:28:57.1844562Z )
2020-11-29T04:28:57.1844879Z )(
2020-11-29T04:28:57.1845510Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.1846543Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.1847260Z (
2020-11-29T04:28:57.1847990Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.1849327Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.1850574Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.1851272Z ,
2020-11-29T04:28:57.1852088Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.1853024Z 
2020-11-29T04:28:57.1853832Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.1854769Z 
2020-11-29T04:28:57.1855644Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.1857027Z , verify.sourcecode.Line.apply(157):verify.sourcecode.Line)
2020-11-29T04:28:57.1857853Z )
2020-11-29T04:28:57.1858183Z }
2020-11-29T04:28:57.1858583Z closure($anonfun)
2020-11-29T04:28:57.1859066Z }
2020-11-29T04:28:57.1859388Z )
2020-11-29T04:28:57.1859716Z )
2020-11-29T04:28:57.1860485Z scopttest.ImmutableParserSpec.test(
2020-11-29T04:28:57.1861494Z ".required() should fail when the option is missing"
2020-11-29T04:28:57.1861973Z )(
2020-11-29T04:28:57.1862615Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.1863089Z {
2020-11-29T04:28:57.1863680Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.1864205Z {
2020-11-29T04:28:57.1864869Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.1865824Z scopttest.ImmutableParserSpec.requiredFail(
2020-11-29T04:28:57.1867151Z scala.runtime.ScalaRunTime.wrapRefArray[String]([ : String])
2020-11-29T04:28:57.1867872Z )
2020-11-29T04:28:57.1868141Z )(
2020-11-29T04:28:57.1868697Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.1869602Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.1870221Z (
2020-11-29T04:28:57.1870875Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.1871840Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.1873027Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.1873676Z ,
2020-11-29T04:28:57.1874415Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.1875288Z 
2020-11-29T04:28:57.1876216Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.1877144Z 
2020-11-29T04:28:57.1878034Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.1879400Z , verify.sourcecode.Line.apply(161):verify.sourcecode.Line)
2020-11-29T04:28:57.1880211Z )
2020-11-29T04:28:57.1880557Z }
2020-11-29T04:28:57.1880945Z closure($anonfun)
2020-11-29T04:28:57.1881343Z }
2020-11-29T04:28:57.1881659Z )
2020-11-29T04:28:57.1881986Z )
2020-11-29T04:28:57.1882691Z scopttest.ImmutableParserSpec.test(
2020-11-29T04:28:57.1883828Z ".required().withFallback() should parse the provided value"
2020-11-29T04:28:57.1884405Z )(
2020-11-29T04:28:57.1885055Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.1885559Z {
2020-11-29T04:28:57.1886210Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.1886767Z {
2020-11-29T04:28:57.1887588Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.1889006Z scopttest.ImmutableParserSpec.requiredWithFallback(
2020-11-29T04:28:57.1914662Z Seq.apply[String](
2020-11-29T04:28:57.1915816Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1917069Z ["--stringValue","provided" : String]
2020-11-29T04:28:57.1917612Z )
2020-11-29T04:28:57.1917962Z )
2020-11-29T04:28:57.1918499Z , "provided")
2020-11-29T04:28:57.1918905Z )(
2020-11-29T04:28:57.1919593Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.1920675Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.1921441Z (
2020-11-29T04:28:57.1922252Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.1923475Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.1924595Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.1925291Z ,
2020-11-29T04:28:57.1926098Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.1927032Z 
2020-11-29T04:28:57.1928007Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.1928956Z 
2020-11-29T04:28:57.1929940Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.1931348Z , verify.sourcecode.Line.apply(165):verify.sourcecode.Line)
2020-11-29T04:28:57.1932183Z )
2020-11-29T04:28:57.1932511Z }
2020-11-29T04:28:57.1932917Z closure($anonfun)
2020-11-29T04:28:57.1933315Z }
2020-11-29T04:28:57.1933631Z )
2020-11-29T04:28:57.1933957Z )
2020-11-29T04:28:57.1935998Z scopttest.ImmutableParserSpec.test(
2020-11-29T04:28:57.1937180Z ".required().withFallback() should use the fallback value"
2020-11-29T04:28:57.1937740Z )(
2020-11-29T04:28:57.1938400Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.1938911Z {
2020-11-29T04:28:57.1939553Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.1940036Z {
2020-11-29T04:28:57.1940864Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.1942249Z scopttest.ImmutableParserSpec.requiredWithFallback(Nil,
2020-11-29T04:28:57.1943576Z "someFallback"
2020-11-29T04:28:57.1944005Z )
2020-11-29T04:28:57.1944336Z )(
2020-11-29T04:28:57.1945013Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.1946095Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.1946853Z (
2020-11-29T04:28:57.1947675Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.1948876Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.1949997Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.1950699Z ,
2020-11-29T04:28:57.1951490Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.1952430Z 
2020-11-29T04:28:57.1953244Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.1954177Z 
2020-11-29T04:28:57.1955065Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.1956442Z , verify.sourcecode.Line.apply(169):verify.sourcecode.Line)
2020-11-29T04:28:57.1957256Z )
2020-11-29T04:28:57.1957601Z }
2020-11-29T04:28:57.1957992Z closure($anonfun)
2020-11-29T04:28:57.1958391Z }
2020-11-29T04:28:57.1958831Z )
2020-11-29T04:28:57.1959155Z )
2020-11-29T04:28:57.1960216Z scopttest.ImmutableParserSpec.test(".hidden() option should still parse ()")(
2020-11-29T04:28:57.1961383Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.1961888Z {
2020-11-29T04:28:57.1962582Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.1963069Z {
2020-11-29T04:28:57.1963891Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.1965183Z scopttest.ImmutableParserSpec.unitParserHidden(
2020-11-29T04:28:57.1966851Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1967969Z ["--debug" : String]
2020-11-29T04:28:57.1968390Z )
2020-11-29T04:28:57.1968737Z )
2020-11-29T04:28:57.1969065Z )(
2020-11-29T04:28:57.1969745Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.1970947Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.1971706Z (
2020-11-29T04:28:57.1972510Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.1973716Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.1974824Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.1975612Z ,
2020-11-29T04:28:57.1976457Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.1977350Z 
2020-11-29T04:28:57.1978287Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.1979208Z 
2020-11-29T04:28:57.1980093Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.1981487Z , verify.sourcecode.Line.apply(173):verify.sourcecode.Line)
2020-11-29T04:28:57.1982293Z )
2020-11-29T04:28:57.1982638Z }
2020-11-29T04:28:57.1983034Z closure($anonfun)
2020-11-29T04:28:57.1983430Z }
2020-11-29T04:28:57.1983760Z )
2020-11-29T04:28:57.1984073Z )
2020-11-29T04:28:57.1984776Z scopttest.ImmutableParserSpec.test(
2020-11-29T04:28:57.1985834Z "unknown options should fail to parse by default"
2020-11-29T04:28:57.1986348Z )(
2020-11-29T04:28:57.1987003Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.1987505Z {
2020-11-29T04:28:57.1988155Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.1988638Z {
2020-11-29T04:28:57.1989439Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.1990668Z scopttest.ImmutableParserSpec.intParserFail(
2020-11-29T04:28:57.1992258Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.1993379Z ["-z","bar" : String]
2020-11-29T04:28:57.1993814Z )
2020-11-29T04:28:57.1994151Z )
2020-11-29T04:28:57.1994490Z )(
2020-11-29T04:28:57.1995178Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.1996267Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.1997030Z (
2020-11-29T04:28:57.1997830Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.1999046Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.2000175Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.2000865Z ,
2020-11-29T04:28:57.2001672Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.2002604Z 
2020-11-29T04:28:57.2003414Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.2004354Z 
2020-11-29T04:28:57.2005228Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.2006708Z , verify.sourcecode.Line.apply(177):verify.sourcecode.Line)
2020-11-29T04:28:57.2007518Z )
2020-11-29T04:28:57.2007848Z }
2020-11-29T04:28:57.2008250Z closure($anonfun)
2020-11-29T04:28:57.2008645Z }
2020-11-29T04:28:57.2008959Z )
2020-11-29T04:28:57.2009283Z )
2020-11-29T04:28:57.2010415Z scopttest.ImmutableParserSpec.test("validate should fail to parse --foo 0")(
2020-11-29T04:28:57.2011611Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.2012117Z {
2020-11-29T04:28:57.2012755Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.2013240Z {
2020-11-29T04:28:57.2014127Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.2015183Z scopttest.ImmutableParserSpec.validFail(
2020-11-29T04:28:57.2016580Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.2017609Z ["--foo","0" : String]
2020-11-29T04:28:57.2018012Z )
2020-11-29T04:28:57.2018332Z )
2020-11-29T04:28:57.2018634Z )(
2020-11-29T04:28:57.2019260Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.2020258Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.2020976Z (
2020-11-29T04:28:57.2021798Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.2022925Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.2023962Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.2024617Z ,
2020-11-29T04:28:57.2025354Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.2026224Z 
2020-11-29T04:28:57.2026965Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.2027841Z 
2020-11-29T04:28:57.2028663Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.2029931Z , verify.sourcecode.Line.apply(181):verify.sourcecode.Line)
2020-11-29T04:28:57.2030688Z )
2020-11-29T04:28:57.2031005Z }
2020-11-29T04:28:57.2031366Z closure($anonfun)
2020-11-29T04:28:57.2031737Z }
2020-11-29T04:28:57.2032028Z )
2020-11-29T04:28:57.2032334Z )
2020-11-29T04:28:57.2033215Z scopttest.ImmutableParserSpec.test("checkConfig")(
2020-11-29T04:28:57.2034230Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.2034700Z {
2020-11-29T04:28:57.2035294Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.2035933Z {
2020-11-29T04:28:57.2036841Z scopttest.ImmutableParserSpec.checkSuccess(
2020-11-29T04:28:57.2038509Z scala.runtime.ScalaRunTime.wrapRefArray[String](["--foo" : String]
2020-11-29T04:28:57.2039422Z )
2020-11-29T04:28:57.2039766Z )
2020-11-29T04:28:57.2040559Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.2041696Z scopttest.ImmutableParserSpec.checkFail(
2020-11-29T04:28:57.2043269Z scala.runtime.ScalaRunTime.wrapRefArray[String]([ : String])
2020-11-29T04:28:57.2044165Z )
2020-11-29T04:28:57.2044507Z )(
2020-11-29T04:28:57.2045177Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.2046295Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.2047062Z (
2020-11-29T04:28:57.2047848Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.2049057Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.2050259Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.2050964Z ,
2020-11-29T04:28:57.2051940Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.2052814Z 
2020-11-29T04:28:57.2053572Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.2054435Z 
2020-11-29T04:28:57.2055239Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.2056731Z , verify.sourcecode.Line.apply(186):verify.sourcecode.Line)
2020-11-29T04:28:57.2057542Z )
2020-11-29T04:28:57.2057872Z }
2020-11-29T04:28:57.2058277Z closure($anonfun)
2020-11-29T04:28:57.2058663Z }
2020-11-29T04:28:57.2058989Z )
2020-11-29T04:28:57.2059316Z )
2020-11-29T04:28:57.2060305Z scopttest.ImmutableParserSpec.test("int argument should parse 80")(
2020-11-29T04:28:57.2061462Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.2061954Z {
2020-11-29T04:28:57.2062641Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.2063126Z {
2020-11-29T04:28:57.2063870Z scopttest.ImmutableParserSpec.intArg(
2020-11-29T04:28:57.2065408Z scala.runtime.ScalaRunTime.wrapRefArray[String](["80" : String])
2020-11-29T04:28:57.2066298Z )
2020-11-29T04:28:57.2067090Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.2068322Z scopttest.ImmutableParserSpec.intArgFail(
2020-11-29T04:28:57.2070016Z scala.runtime.ScalaRunTime.wrapRefArray[String]([ : String])
2020-11-29T04:28:57.2070837Z )
2020-11-29T04:28:57.2071161Z )(
2020-11-29T04:28:57.2071788Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.2072807Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.2073521Z (
2020-11-29T04:28:57.2074266Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.2075400Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.2076437Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.2077098Z ,
2020-11-29T04:28:57.2077852Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.2078710Z 
2020-11-29T04:28:57.2079474Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.2080344Z 
2020-11-29T04:28:57.2081148Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.2082430Z , verify.sourcecode.Line.apply(191):verify.sourcecode.Line)
2020-11-29T04:28:57.2083177Z )
2020-11-29T04:28:57.2083498Z }
2020-11-29T04:28:57.2083870Z closure($anonfun)
2020-11-29T04:28:57.2084226Z }
2020-11-29T04:28:57.2084528Z )
2020-11-29T04:28:57.2084819Z )
2020-11-29T04:28:57.2085796Z scopttest.ImmutableParserSpec.test("string argument should parse a string")(
2020-11-29T04:28:57.2086904Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.2087362Z {
2020-11-29T04:28:57.2087968Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.2088415Z {
2020-11-29T04:28:57.2089154Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.2090345Z scopttest.ImmutableParserSpec.multipleArgs(
2020-11-29T04:28:57.2091805Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.2092822Z ["a","b" : String]
2020-11-29T04:28:57.2093219Z )
2020-11-29T04:28:57.2093530Z )
2020-11-29T04:28:57.2093847Z )(
2020-11-29T04:28:57.2094486Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.2095488Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.2096537Z (
2020-11-29T04:28:57.2097316Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.2098553Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.2099674Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.2100377Z ,
2020-11-29T04:28:57.2101193Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.2102131Z 
2020-11-29T04:28:57.2102943Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.2103880Z 
2020-11-29T04:28:57.2117237Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.2119021Z , verify.sourcecode.Line.apply(195):verify.sourcecode.Line)
2020-11-29T04:28:57.2119845Z )
2020-11-29T04:28:57.2120182Z }
2020-11-29T04:28:57.2120593Z closure($anonfun)
2020-11-29T04:28:57.2121006Z }
2020-11-29T04:28:57.2121324Z )
2020-11-29T04:28:57.2121647Z )
2020-11-29T04:28:57.2122917Z scopttest.ImmutableParserSpec.test("unbounded() should parse strings")(
2020-11-29T04:28:57.2124113Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.2124617Z {
2020-11-29T04:28:57.2125257Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.2125905Z {
2020-11-29T04:28:57.2126829Z scopttest.ImmutableParserSpec.unboundedArgs(
2020-11-29T04:28:57.2128542Z scala.runtime.ScalaRunTime.wrapRefArray[String](["a","b" : String]
2020-11-29T04:28:57.2129460Z )
2020-11-29T04:28:57.2129793Z )
2020-11-29T04:28:57.2130738Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.2131880Z scopttest.ImmutableParserSpec.emptyArgs(
2020-11-29T04:28:57.2133470Z scala.runtime.ScalaRunTime.wrapRefArray[String]([ : String])
2020-11-29T04:28:57.2134301Z )
2020-11-29T04:28:57.2134622Z )(
2020-11-29T04:28:57.2135240Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.2136264Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.2136966Z (
2020-11-29T04:28:57.2137710Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.2138844Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.2139873Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.2140528Z ,
2020-11-29T04:28:57.2141273Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.2142128Z 
2020-11-29T04:28:57.2142888Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.2143741Z 
2020-11-29T04:28:57.2144567Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.2145855Z , verify.sourcecode.Line.apply(200):verify.sourcecode.Line)
2020-11-29T04:28:57.2146607Z )
2020-11-29T04:28:57.2146925Z }
2020-11-29T04:28:57.2147299Z closure($anonfun)
2020-11-29T04:28:57.2147656Z }
2020-11-29T04:28:57.2147961Z )
2020-11-29T04:28:57.2148252Z )
2020-11-29T04:28:57.2149113Z scopttest.ImmutableParserSpec.test("command")(
2020-11-29T04:28:57.2150113Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.2150571Z {
2020-11-29T04:28:57.2151180Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.2151611Z {
2020-11-29T04:28:57.2152389Z scopttest.ImmutableParserSpec.cmdParser(
2020-11-29T04:28:57.2153797Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.2154796Z ["update" : String]
2020-11-29T04:28:57.2155294Z )
2020-11-29T04:28:57.2155612Z )
2020-11-29T04:28:57.2156364Z scopttest.ImmutableParserSpec.cmdParser(
2020-11-29T04:28:57.2157780Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.2159036Z ["update","--foo" : String]
2020-11-29T04:28:57.2159500Z )
2020-11-29T04:28:57.2159845Z )
2020-11-29T04:28:57.2160636Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.2161857Z scopttest.ImmutableParserSpec.cmdParserFail(
2020-11-29T04:28:57.2163522Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.2164590Z ["--foo" : String]
2020-11-29T04:28:57.2165007Z )
2020-11-29T04:28:57.2165340Z )
2020-11-29T04:28:57.2165679Z )(
2020-11-29T04:28:57.2166356Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.2167721Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.2168485Z (
2020-11-29T04:28:57.2169295Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.2170929Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.2171975Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.2172622Z ,
2020-11-29T04:28:57.2173469Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.2174352Z 
2020-11-29T04:28:57.2175098Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.2175962Z 
2020-11-29T04:28:57.2176776Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.2178044Z , verify.sourcecode.Line.apply(206):verify.sourcecode.Line)
2020-11-29T04:28:57.2178810Z )
2020-11-29T04:28:57.2179121Z }
2020-11-29T04:28:57.2179497Z closure($anonfun)
2020-11-29T04:28:57.2179861Z }
2020-11-29T04:28:57.2180153Z )
2020-11-29T04:28:57.2180652Z )
2020-11-29T04:28:57.2181626Z scopttest.ImmutableParserSpec.test("multiple commands")(
2020-11-29T04:28:57.2182757Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.2183264Z {
2020-11-29T04:28:57.2183902Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.2184388Z {
2020-11-29T04:28:57.2185283Z scopttest.ImmutableParserSpec.cmdPosParser(
2020-11-29T04:28:57.2186833Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.2188056Z ["update","foo","bar","commit" : String]
2020-11-29T04:28:57.2188556Z )
2020-11-29T04:28:57.2188896Z )
2020-11-29T04:28:57.2189800Z scopttest.ImmutableParserSpec.cmdPosParser(
2020-11-29T04:28:57.2191374Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.2192512Z ["commit","commit" : String]
2020-11-29T04:28:57.2192974Z )
2020-11-29T04:28:57.2193302Z )
2020-11-29T04:28:57.2194112Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.2195419Z scopttest.ImmutableParserSpec.cmdPosParserFail(
2020-11-29T04:28:57.2197112Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.2198248Z ["foo","update" : String]
2020-11-29T04:28:57.2198691Z )
2020-11-29T04:28:57.2199036Z )
2020-11-29T04:28:57.2199379Z )(
2020-11-29T04:28:57.2200040Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.2201139Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.2201888Z (
2020-11-29T04:28:57.2202772Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.2203999Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.2205108Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.2205810Z ,
2020-11-29T04:28:57.2206619Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.2207560Z 
2020-11-29T04:28:57.2208383Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.2209302Z 
2020-11-29T04:28:57.2210305Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.2211754Z , verify.sourcecode.Line.apply(212):verify.sourcecode.Line)
2020-11-29T04:28:57.2212669Z )
2020-11-29T04:28:57.2213011Z }
2020-11-29T04:28:57.2213415Z closure($anonfun)
2020-11-29T04:28:57.2213799Z }
2020-11-29T04:28:57.2214135Z )
2020-11-29T04:28:57.2214447Z )
2020-11-29T04:28:57.2215412Z scopttest.ImmutableParserSpec.test("nested commands")(
2020-11-29T04:28:57.2216526Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.2217014Z {
2020-11-29T04:28:57.2217666Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.2218140Z {
2020-11-29T04:28:57.2219199Z scopttest.ImmutableParserSpec.nestedCmdParser(
2020-11-29T04:28:57.2220849Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.2222030Z ["backend","update","foo" : String]
2020-11-29T04:28:57.2222527Z )
2020-11-29T04:28:57.2222871Z )
2020-11-29T04:28:57.2223665Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.2225059Z scopttest.ImmutableParserSpec.nestedCmdParserFail(
2020-11-29T04:28:57.2226826Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.2228060Z ["backend","foo" : String]
2020-11-29T04:28:57.2228484Z )
2020-11-29T04:28:57.2228792Z )
2020-11-29T04:28:57.2229106Z )(
2020-11-29T04:28:57.2229744Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.2230754Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.2231474Z (
2020-11-29T04:28:57.2232210Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.2233337Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.2234379Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.2235022Z ,
2020-11-29T04:28:57.2235769Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.2236640Z 
2020-11-29T04:28:57.2237387Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.2238256Z 
2020-11-29T04:28:57.2239077Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.2240349Z , verify.sourcecode.Line.apply(217):verify.sourcecode.Line)
2020-11-29T04:28:57.2241113Z )
2020-11-29T04:28:57.2241420Z }
2020-11-29T04:28:57.2241798Z closure($anonfun)
2020-11-29T04:28:57.2242167Z }
2020-11-29T04:28:57.2242461Z )
2020-11-29T04:28:57.2242767Z )
2020-11-29T04:28:57.2243648Z scopttest.ImmutableParserSpec.test("help with one column")(
2020-11-29T04:28:57.2244695Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.2245168Z {
2020-11-29T04:28:57.2245763Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.2246206Z {
2020-11-29T04:28:57.2246956Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.2248310Z scopttest.ImmutableParserSpec.helpParserOneColumn(
2020-11-29T04:28:57.2250112Z scala.runtime.ScalaRunTime.wrapRefArray[String]([ : String])
2020-11-29T04:28:57.2250999Z )
2020-11-29T04:28:57.2251282Z )(
2020-11-29T04:28:57.2251834Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.2252979Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.2253687Z (
2020-11-29T04:28:57.2254439Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.2255566Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.2256614Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.2257263Z ,
2020-11-29T04:28:57.2258014Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.2258885Z 
2020-11-29T04:28:57.2259628Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.2260487Z 
2020-11-29T04:28:57.2261304Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.2262606Z , verify.sourcecode.Line.apply(221):verify.sourcecode.Line)
2020-11-29T04:28:57.2263482Z )
2020-11-29T04:28:57.2263753Z }
2020-11-29T04:28:57.2264149Z closure($anonfun)
2020-11-29T04:28:57.2264479Z }
2020-11-29T04:28:57.2264734Z )
2020-11-29T04:28:57.2265001Z )
2020-11-29T04:28:57.2265790Z scopttest.ImmutableParserSpec.test("help with two columns")(
2020-11-29T04:28:57.2266702Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.2267114Z {
2020-11-29T04:28:57.2267720Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.2268058Z {
2020-11-29T04:28:57.2268627Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.2269612Z scopttest.ImmutableParserSpec.helpParserTwoColumns(
2020-11-29T04:28:57.2270900Z scala.runtime.ScalaRunTime.wrapRefArray[String]([ : String])
2020-11-29T04:28:57.2271505Z )
2020-11-29T04:28:57.2271752Z )(
2020-11-29T04:28:57.2272236Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.2272989Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.2273526Z (
2020-11-29T04:28:57.2274083Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.2275168Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.2276578Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.2277267Z ,
2020-11-29T04:28:57.2278088Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.2279023Z 
2020-11-29T04:28:57.2279826Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.2280766Z 
2020-11-29T04:28:57.2281648Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.2283022Z , verify.sourcecode.Line.apply(225):verify.sourcecode.Line)
2020-11-29T04:28:57.2283835Z )
2020-11-29T04:28:57.2284164Z }
2020-11-29T04:28:57.2284563Z closure($anonfun)
2020-11-29T04:28:57.2284964Z }
2020-11-29T04:28:57.2285280Z )
2020-11-29T04:28:57.2285607Z )
2020-11-29T04:28:57.2286642Z scopttest.ImmutableParserSpec.test("reportError should print error")(
2020-11-29T04:28:57.2287921Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.2288388Z {
2020-11-29T04:28:57.2288977Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.2289423Z {
2020-11-29T04:28:57.2290073Z val out: String =
2020-11-29T04:28:57.2290919Z scopttest.SpecUtil.printParserError(
2020-11-29T04:28:57.2291907Z <special-ops>.<cbn-arg>[Unit](
2020-11-29T04:28:57.2292337Z {
2020-11-29T04:28:57.2292924Z def $anonfun(): Unit =
2020-11-29T04:28:57.2293345Z {
2020-11-29T04:28:57.2293854Z val p:
2020-11-29T04:28:57.2294371Z 
2020-11-29T04:28:57.2294850Z scopt.OptionParser[
2020-11-29T04:28:57.2295684Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.2296393Z ]
2020-11-29T04:28:57.2296855Z 
2020-11-29T04:28:57.2297203Z =
2020-11-29T04:28:57.2297540Z {
2020-11-29T04:28:57.2298184Z final class $anon() extends
2020-11-29T04:28:57.2298792Z 
2020-11-29T04:28:57.2299273Z scopt.OptionParser[
2020-11-29T04:28:57.2300094Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.2300805Z ]
2020-11-29T04:28:57.2301274Z 
2020-11-29T04:28:57.2301803Z ("scopt") {
2020-11-29T04:28:57.2302539Z this.head(
2020-11-29T04:28:57.2303448Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.2304401Z ["scopt","3.x" : String]
2020-11-29T04:28:57.2304781Z )
2020-11-29T04:28:57.2305072Z )
2020-11-29T04:28:57.2305645Z override def terminate(
2020-11-29T04:28:57.2306492Z exitState: scala.util.Either[String, Unit]
2020-11-29T04:28:57.2307054Z ): Unit = ()
2020-11-29T04:28:57.2307352Z }
2020-11-29T04:28:57.2307876Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.2308586Z 
2020-11-29T04:28:57.2309009Z scopt.OptionParser[
2020-11-29T04:28:57.2309730Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.2310421Z ]
2020-11-29T04:28:57.2310843Z 
2020-11-29T04:28:57.2311134Z }
2020-11-29T04:28:57.2311465Z p.parse(
2020-11-29T04:28:57.2311984Z List.apply[String](
2020-11-29T04:28:57.2312909Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.2313814Z ["foo" : String]
2020-11-29T04:28:57.2314344Z )
2020-11-29T04:28:57.2314684Z )
2020-11-29T04:28:57.2315021Z ,
2020-11-29T04:28:57.2315868Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.2317304Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2318203Z $lessinit$greater$default$1
2020-11-29T04:28:57.2318663Z ,
2020-11-29T04:28:57.2319451Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2320326Z $lessinit$greater$default$2
2020-11-29T04:28:57.2320797Z ,
2020-11-29T04:28:57.2321587Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2322471Z $lessinit$greater$default$3
2020-11-29T04:28:57.2323009Z ,
2020-11-29T04:28:57.2323798Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2324681Z $lessinit$greater$default$4
2020-11-29T04:28:57.2325152Z ,
2020-11-29T04:28:57.2325943Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2326836Z $lessinit$greater$default$5
2020-11-29T04:28:57.2327314Z ,
2020-11-29T04:28:57.2328106Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2329010Z $lessinit$greater$default$6
2020-11-29T04:28:57.2329479Z ,
2020-11-29T04:28:57.2330347Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2331247Z $lessinit$greater$default$7
2020-11-29T04:28:57.2331709Z ,
2020-11-29T04:28:57.2332493Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2333389Z $lessinit$greater$default$8
2020-11-29T04:28:57.2333945Z ,
2020-11-29T04:28:57.2334671Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2335493Z $lessinit$greater$default$9
2020-11-29T04:28:57.2335976Z ,
2020-11-29T04:28:57.2336719Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2337546Z $lessinit$greater$default$10
2020-11-29T04:28:57.2337972Z ,
2020-11-29T04:28:57.2338707Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2339527Z $lessinit$greater$default$11
2020-11-29T04:28:57.2339965Z ,
2020-11-29T04:28:57.2340692Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2341511Z $lessinit$greater$default$12
2020-11-29T04:28:57.2341949Z ,
2020-11-29T04:28:57.2342678Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2343494Z $lessinit$greater$default$13
2020-11-29T04:28:57.2343934Z ,
2020-11-29T04:28:57.2344654Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2345488Z $lessinit$greater$default$14
2020-11-29T04:28:57.2345925Z ,
2020-11-29T04:28:57.2346658Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2347491Z $lessinit$greater$default$15
2020-11-29T04:28:57.2347926Z ,
2020-11-29T04:28:57.2348643Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2349483Z $lessinit$greater$default$16
2020-11-29T04:28:57.2349909Z ,
2020-11-29T04:28:57.2350642Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2351480Z $lessinit$greater$default$17
2020-11-29T04:28:57.2351908Z ,
2020-11-29T04:28:57.2352646Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2353471Z $lessinit$greater$default$18
2020-11-29T04:28:57.2353890Z ,
2020-11-29T04:28:57.2354628Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2355452Z $lessinit$greater$default$19
2020-11-29T04:28:57.2355879Z ,
2020-11-29T04:28:57.2356623Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2357441Z $lessinit$greater$default$20
2020-11-29T04:28:57.2357930Z )
2020-11-29T04:28:57.2358269Z )
2020-11-29T04:28:57.2358798Z ()
2020-11-29T04:28:57.2359147Z }
2020-11-29T04:28:57.2359526Z closure($anonfun)
2020-11-29T04:28:57.2359911Z }
2020-11-29T04:28:57.2360237Z )
2020-11-29T04:28:57.2360547Z )
2020-11-29T04:28:57.2361142Z val expected: String =
2020-11-29T04:28:57.2362037Z scala.collection.StringOps.stripMargin$extension(
2020-11-29T04:28:57.2362896Z augmentString(
2020-11-29T04:28:57.2363431Z 
2020-11-29T04:28:57.2364297Z "Error: Unknown argument \'foo\'\n |scopt 3.x\n |Usage: scopt\n |\n |\n |"
2020-11-29T04:28:57.2365169Z 
2020-11-29T04:28:57.2365528Z )
2020-11-29T04:28:57.2365944Z ).$asInstanceOf$[
2020-11-29T04:28:57.2366883Z (scala.collection.StringOps#stripMargin : (): String)
2020-11-29T04:28:57.2367556Z ]
2020-11-29T04:28:57.2367887Z {
2020-11-29T04:28:57.2368635Z val value$proxy1: Boolean = out.==(expected)
2020-11-29T04:28:57.2369498Z val Recorder_this:
2020-11-29T04:28:57.2370172Z 
2020-11-29T04:28:57.2370967Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.2371954Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.2372528Z )
2020-11-29T04:28:57.2373006Z 
2020-11-29T04:28:57.2373747Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.2374498Z {
2020-11-29T04:28:57.2375142Z val recorderRuntime:
2020-11-29T04:28:57.2376187Z verify.asserts.RecorderRuntime[Boolean, Unit]
2020-11-29T04:28:57.2376913Z =
2020-11-29T04:28:57.2377861Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean
2020-11-29T04:28:57.2378612Z ,
2020-11-29T04:28:57.2379311Z Unit](Recorder_this.inline$listener)
2020-11-29T04:28:57.2380112Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.2381100Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.2381605Z {
2020-11-29T04:28:57.2382302Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.2382856Z closure($anonfun)
2020-11-29T04:28:57.2383259Z }
2020-11-29T04:28:57.2383607Z )
2020-11-29T04:28:57.2383948Z )
2020-11-29T04:28:57.2384286Z {
2020-11-29T04:28:57.2384901Z recorderRuntime.resetValues()
2020-11-29T04:28:57.2386139Z recorderRuntime.recordExpression(" out == expected"
2020-11-29T04:28:57.2386909Z ,
2020-11-29T04:28:57.2387398Z 
2020-11-29T04:28:57.2387947Z "Apply(Select(Ident(\"out\"), \"==\"), List(Ident(\"expected\")))"
2020-11-29T04:28:57.2388620Z 
2020-11-29T04:28:57.2388973Z ,
2020-11-29T04:28:57.2389797Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.2391060Z recorderRuntime.recordValue[(out : String)](out, 11).==(
2020-11-29T04:28:57.2392202Z recorderRuntime.recordValue[(expected : String)](
2020-11-29T04:28:57.2392884Z expected
2020-11-29T04:28:57.2393414Z , 18)
2020-11-29T04:28:57.2393830Z )
2020-11-29T04:28:57.2394314Z , 15)
2020-11-29T04:28:57.2394653Z )
2020-11-29T04:28:57.2395305Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.2395969Z }
2020-11-29T04:28:57.2396436Z }:Unit
2020-11-29T04:28:57.2396784Z }
2020-11-29T04:28:57.2397568Z verify.Void.toScalaVerifyVoid[Unit](())(
2020-11-29T04:28:57.2398490Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.2399728Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.2400491Z (
2020-11-29T04:28:57.2401283Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.2402504Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.2403614Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.2404323Z ,
2020-11-29T04:28:57.2405146Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.2406076Z 
2020-11-29T04:28:57.2406893Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.2407826Z 
2020-11-29T04:28:57.2408700Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.2410422Z , verify.sourcecode.Line.apply(244):verify.sourcecode.Line)
2020-11-29T04:28:57.2411257Z )
2020-11-29T04:28:57.2411588Z }
2020-11-29T04:28:57.2411992Z closure($anonfun)
2020-11-29T04:28:57.2412376Z }
2020-11-29T04:28:57.2412705Z )
2020-11-29T04:28:57.2413034Z )
2020-11-29T04:28:57.2414112Z scopttest.ImmutableParserSpec.test("reportWarning should print warning")(
2020-11-29T04:28:57.2415324Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.2415817Z {
2020-11-29T04:28:57.2416479Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.2416963Z {
2020-11-29T04:28:57.2417547Z val out: String =
2020-11-29T04:28:57.2418378Z scopttest.SpecUtil.printParserError(
2020-11-29T04:28:57.2419437Z <special-ops>.<cbn-arg>[Unit](
2020-11-29T04:28:57.2419903Z {
2020-11-29T04:28:57.2420548Z def $anonfun(): Unit =
2020-11-29T04:28:57.2420991Z {
2020-11-29T04:28:57.2421546Z val p:
2020-11-29T04:28:57.2422093Z 
2020-11-29T04:28:57.2422585Z scopt.OptionParser[
2020-11-29T04:28:57.2423491Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.2424243Z ]
2020-11-29T04:28:57.2424742Z 
2020-11-29T04:28:57.2425119Z =
2020-11-29T04:28:57.2425475Z {
2020-11-29T04:28:57.2426182Z final class $anon() extends
2020-11-29T04:28:57.2426936Z 
2020-11-29T04:28:57.2427401Z scopt.OptionParser[
2020-11-29T04:28:57.2428242Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.2428954Z ]
2020-11-29T04:28:57.2429425Z 
2020-11-29T04:28:57.2429950Z ("scopt") {
2020-11-29T04:28:57.2430501Z this.head(
2020-11-29T04:28:57.2431772Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.2432930Z ["scopt","3.x" : String]
2020-11-29T04:28:57.2433385Z )
2020-11-29T04:28:57.2433843Z )
2020-11-29T04:28:57.2434557Z override def terminate(
2020-11-29T04:28:57.2435490Z exitState: scala.util.Either[String, Unit]
2020-11-29T04:28:57.2436310Z ): Unit = ()
2020-11-29T04:28:57.2437286Z override def errorOnUnknownArgument: Boolean =
2020-11-29T04:28:57.2438156Z false
2020-11-29T04:28:57.2438559Z }
2020-11-29T04:28:57.2439309Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.2440021Z 
2020-11-29T04:28:57.2440538Z scopt.OptionParser[
2020-11-29T04:28:57.2441435Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.2442210Z ]
2020-11-29T04:28:57.2442729Z 
2020-11-29T04:28:57.2443091Z }
2020-11-29T04:28:57.2443501Z p.parse(
2020-11-29T04:28:57.2444144Z List.apply[String](
2020-11-29T04:28:57.2445367Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.2446494Z ["foo" : String]
2020-11-29T04:28:57.2446914Z )
2020-11-29T04:28:57.2447283Z )
2020-11-29T04:28:57.2447646Z ,
2020-11-29T04:28:57.2448565Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.2530284Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2531300Z $lessinit$greater$default$1
2020-11-29T04:28:57.2531806Z ,
2020-11-29T04:28:57.2532610Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2533493Z $lessinit$greater$default$2
2020-11-29T04:28:57.2533965Z ,
2020-11-29T04:28:57.2534760Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2535644Z $lessinit$greater$default$3
2020-11-29T04:28:57.2536116Z ,
2020-11-29T04:28:57.2536923Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2537811Z $lessinit$greater$default$4
2020-11-29T04:28:57.2538279Z ,
2020-11-29T04:28:57.2539063Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2539952Z $lessinit$greater$default$5
2020-11-29T04:28:57.2540419Z ,
2020-11-29T04:28:57.2541198Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2542094Z $lessinit$greater$default$6
2020-11-29T04:28:57.2542565Z ,
2020-11-29T04:28:57.2543334Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2544226Z $lessinit$greater$default$7
2020-11-29T04:28:57.2544691Z ,
2020-11-29T04:28:57.2545565Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2546402Z $lessinit$greater$default$8
2020-11-29T04:28:57.2546825Z ,
2020-11-29T04:28:57.2547553Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2548386Z $lessinit$greater$default$9
2020-11-29T04:28:57.2548813Z ,
2020-11-29T04:28:57.2549538Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2550581Z $lessinit$greater$default$10
2020-11-29T04:28:57.2551021Z ,
2020-11-29T04:28:57.2551753Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2552574Z $lessinit$greater$default$11
2020-11-29T04:28:57.2553009Z ,
2020-11-29T04:28:57.2553745Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2554560Z $lessinit$greater$default$12
2020-11-29T04:28:57.2555002Z ,
2020-11-29T04:28:57.2555733Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2556552Z $lessinit$greater$default$13
2020-11-29T04:28:57.2556990Z ,
2020-11-29T04:28:57.2557708Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2558603Z $lessinit$greater$default$14
2020-11-29T04:28:57.2559239Z ,
2020-11-29T04:28:57.2560046Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2560922Z $lessinit$greater$default$15
2020-11-29T04:28:57.2561650Z ,
2020-11-29T04:28:57.2562518Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2563591Z $lessinit$greater$default$16
2020-11-29T04:28:57.2564169Z ,
2020-11-29T04:28:57.2564988Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2565959Z $lessinit$greater$default$17
2020-11-29T04:28:57.2566534Z ,
2020-11-29T04:28:57.2567353Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2568360Z $lessinit$greater$default$18
2020-11-29T04:28:57.2568864Z ,
2020-11-29T04:28:57.2569733Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2570829Z $lessinit$greater$default$19
2020-11-29T04:28:57.2571334Z ,
2020-11-29T04:28:57.2572218Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2573193Z $lessinit$greater$default$20
2020-11-29T04:28:57.2573690Z )
2020-11-29T04:28:57.2574145Z )
2020-11-29T04:28:57.2574903Z ()
2020-11-29T04:28:57.2575384Z }
2020-11-29T04:28:57.2575887Z closure($anonfun)
2020-11-29T04:28:57.2576331Z }
2020-11-29T04:28:57.2576775Z )
2020-11-29T04:28:57.2577219Z )
2020-11-29T04:28:57.2577911Z val expected: String =
2020-11-29T04:28:57.2578958Z scala.collection.StringOps.stripMargin$extension(
2020-11-29T04:28:57.2579979Z augmentString(
2020-11-29T04:28:57.2580799Z "Warning: Unknown argument \'foo\'\n |"
2020-11-29T04:28:57.2581371Z )
2020-11-29T04:28:57.2581792Z ).$asInstanceOf$[
2020-11-29T04:28:57.2582748Z (scala.collection.StringOps#stripMargin : (): String)
2020-11-29T04:28:57.2583455Z ]
2020-11-29T04:28:57.2583828Z {
2020-11-29T04:28:57.2584608Z val value$proxy2: Boolean = out.==(expected)
2020-11-29T04:28:57.2585379Z val Recorder_this:
2020-11-29T04:28:57.2585993Z 
2020-11-29T04:28:57.2586800Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.2587783Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.2588601Z )
2020-11-29T04:28:57.2589276Z 
2020-11-29T04:28:57.2590065Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.2590916Z {
2020-11-29T04:28:57.2591635Z val recorderRuntime:
2020-11-29T04:28:57.2592761Z verify.asserts.RecorderRuntime[Boolean, Unit]
2020-11-29T04:28:57.2593561Z =
2020-11-29T04:28:57.2594565Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean
2020-11-29T04:28:57.2595409Z ,
2020-11-29T04:28:57.2596236Z Unit](Recorder_this.inline$listener)
2020-11-29T04:28:57.2597069Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.2598146Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.2598683Z {
2020-11-29T04:28:57.2599488Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.2600153Z closure($anonfun)
2020-11-29T04:28:57.2600599Z }
2020-11-29T04:28:57.2601025Z )
2020-11-29T04:28:57.2601468Z )
2020-11-29T04:28:57.2601840Z {
2020-11-29T04:28:57.2602554Z recorderRuntime.resetValues()
2020-11-29T04:28:57.2603938Z recorderRuntime.recordExpression(" out == expected"
2020-11-29T04:28:57.2604822Z ,
2020-11-29T04:28:57.2605402Z 
2020-11-29T04:28:57.2605986Z "Apply(Select(Ident(\"out\"), \"==\"), List(Ident(\"expected\")))"
2020-11-29T04:28:57.2606764Z 
2020-11-29T04:28:57.2607204Z ,
2020-11-29T04:28:57.2608082Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.2609380Z recorderRuntime.recordValue[(out : String)](out, 11).==(
2020-11-29T04:28:57.2610940Z recorderRuntime.recordValue[(expected : String)](
2020-11-29T04:28:57.2611796Z expected
2020-11-29T04:28:57.2612475Z , 18)
2020-11-29T04:28:57.2612881Z )
2020-11-29T04:28:57.2613481Z , 15)
2020-11-29T04:28:57.2613953Z )
2020-11-29T04:28:57.2614708Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.2615508Z }
2020-11-29T04:28:57.2616057Z }:Unit
2020-11-29T04:28:57.2616509Z }
2020-11-29T04:28:57.2617445Z verify.Void.toScalaVerifyVoid[Unit](())(
2020-11-29T04:28:57.2618472Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.2619683Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.2620536Z (
2020-11-29T04:28:57.2621373Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.2622704Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.2623857Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.2624651Z ,
2020-11-29T04:28:57.2642458Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.2643515Z 
2020-11-29T04:28:57.2644282Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.2645157Z 
2020-11-29T04:28:57.2646183Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.2647564Z , verify.sourcecode.Line.apply(260):verify.sourcecode.Line)
2020-11-29T04:28:57.2648388Z )
2020-11-29T04:28:57.2648725Z }
2020-11-29T04:28:57.2649127Z closure($anonfun)
2020-11-29T04:28:57.2649522Z }
2020-11-29T04:28:57.2649990Z )
2020-11-29T04:28:57.2650475Z )
2020-11-29T04:28:57.2651625Z scopttest.ImmutableParserSpec.test("showHeader")(
2020-11-29T04:28:57.2652742Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.2653255Z {
2020-11-29T04:28:57.2653893Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.2654377Z {
2020-11-29T04:28:57.2654975Z val out: String =
2020-11-29T04:28:57.2655774Z scopttest.SpecUtil.printParserOut(
2020-11-29T04:28:57.2656777Z <special-ops>.<cbn-arg>[Unit](
2020-11-29T04:28:57.2657241Z {
2020-11-29T04:28:57.2657876Z def $anonfun(): Unit =
2020-11-29T04:28:57.2658329Z {
2020-11-29T04:28:57.2658967Z val printParser1:
2020-11-29T04:28:57.2659584Z 
2020-11-29T04:28:57.2660100Z scopt.OptionParser[
2020-11-29T04:28:57.2660992Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.2661755Z ]
2020-11-29T04:28:57.2662278Z 
2020-11-29T04:28:57.2662646Z =
2020-11-29T04:28:57.2663011Z {
2020-11-29T04:28:57.2663706Z final class $anon() extends
2020-11-29T04:28:57.2664439Z 
2020-11-29T04:28:57.2664960Z scopt.OptionParser[
2020-11-29T04:28:57.2665853Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.2666617Z ]
2020-11-29T04:28:57.2667132Z 
2020-11-29T04:28:57.2667702Z ("scopt") {
2020-11-29T04:28:57.2668311Z this.head(
2020-11-29T04:28:57.2669406Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.2670890Z ["scopt","3.x" : String]
2020-11-29T04:28:57.2671392Z )
2020-11-29T04:28:57.2671755Z )
2020-11-29T04:28:57.2672455Z this.version("version")
2020-11-29T04:28:57.2673274Z override def terminate(
2020-11-29T04:28:57.2674212Z exitState: scala.util.Either[String, Unit]
2020-11-29T04:28:57.2675035Z ): Unit = ()
2020-11-29T04:28:57.2675440Z }
2020-11-29T04:28:57.2676277Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.2677143Z 
2020-11-29T04:28:57.2677648Z scopt.OptionParser[
2020-11-29T04:28:57.2678558Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.2679328Z ]
2020-11-29T04:28:57.2679832Z 
2020-11-29T04:28:57.2680205Z }
2020-11-29T04:28:57.2680707Z printParser1.parse(
2020-11-29T04:28:57.2681469Z List.apply[String](
2020-11-29T04:28:57.2682628Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.2683755Z ["--version" : String]
2020-11-29T04:28:57.2684217Z )
2020-11-29T04:28:57.2684585Z )
2020-11-29T04:28:57.2684934Z ,
2020-11-29T04:28:57.2685851Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.2687217Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2688192Z $lessinit$greater$default$1
2020-11-29T04:28:57.2688669Z ,
2020-11-29T04:28:57.2689450Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2690460Z $lessinit$greater$default$2
2020-11-29T04:28:57.2690934Z ,
2020-11-29T04:28:57.2691710Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2692612Z $lessinit$greater$default$3
2020-11-29T04:28:57.2693088Z ,
2020-11-29T04:28:57.2693864Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2694769Z $lessinit$greater$default$4
2020-11-29T04:28:57.2695226Z ,
2020-11-29T04:28:57.2696015Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2696908Z $lessinit$greater$default$5
2020-11-29T04:28:57.2697368Z ,
2020-11-29T04:28:57.2698171Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2699069Z $lessinit$greater$default$6
2020-11-29T04:28:57.2699528Z ,
2020-11-29T04:28:57.2700316Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2701287Z $lessinit$greater$default$7
2020-11-29T04:28:57.2701746Z ,
2020-11-29T04:28:57.2702550Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2703437Z $lessinit$greater$default$8
2020-11-29T04:28:57.2703909Z ,
2020-11-29T04:28:57.2704699Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2705590Z $lessinit$greater$default$9
2020-11-29T04:28:57.2706066Z ,
2020-11-29T04:28:57.2706860Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2707741Z $lessinit$greater$default$10
2020-11-29T04:28:57.2708212Z ,
2020-11-29T04:28:57.2708986Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2709883Z $lessinit$greater$default$11
2020-11-29T04:28:57.2710357Z ,
2020-11-29T04:28:57.2711143Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2712056Z $lessinit$greater$default$12
2020-11-29T04:28:57.2712529Z ,
2020-11-29T04:28:57.2713322Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2714220Z $lessinit$greater$default$13
2020-11-29T04:28:57.2714675Z ,
2020-11-29T04:28:57.2715465Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2716359Z $lessinit$greater$default$14
2020-11-29T04:28:57.2716812Z ,
2020-11-29T04:28:57.2717605Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2718491Z $lessinit$greater$default$15
2020-11-29T04:28:57.2718946Z ,
2020-11-29T04:28:57.2719746Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2720621Z $lessinit$greater$default$16
2020-11-29T04:28:57.2721090Z ,
2020-11-29T04:28:57.2721890Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2722774Z $lessinit$greater$default$17
2020-11-29T04:28:57.2723247Z ,
2020-11-29T04:28:57.2724033Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2724979Z $lessinit$greater$default$18
2020-11-29T04:28:57.2725451Z ,
2020-11-29T04:28:57.2726234Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2727118Z $lessinit$greater$default$19
2020-11-29T04:28:57.2727589Z ,
2020-11-29T04:28:57.2728370Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2729260Z $lessinit$greater$default$20
2020-11-29T04:28:57.2729738Z )
2020-11-29T04:28:57.2730171Z )
2020-11-29T04:28:57.2730767Z ()
2020-11-29T04:28:57.2731151Z }
2020-11-29T04:28:57.2731557Z closure($anonfun)
2020-11-29T04:28:57.2731975Z }
2020-11-29T04:28:57.2732311Z )
2020-11-29T04:28:57.2732656Z )
2020-11-29T04:28:57.2733004Z {
2020-11-29T04:28:57.2733660Z val value$proxy3: Boolean =
2020-11-29T04:28:57.2734705Z out.==(scopttest.SpecUtil.RichString("scopt 3.x").newline)
2020-11-29T04:28:57.2735664Z val Recorder_this:
2020-11-29T04:28:57.2736240Z 
2020-11-29T04:28:57.2737102Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.2738094Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.2738669Z )
2020-11-29T04:28:57.2739159Z 
2020-11-29T04:28:57.2739902Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.2740659Z {
2020-11-29T04:28:57.2741304Z val recorderRuntime:
2020-11-29T04:28:57.2742344Z verify.asserts.RecorderRuntime[Boolean, Unit]
2020-11-29T04:28:57.2743173Z =
2020-11-29T04:28:57.2744302Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean
2020-11-29T04:28:57.2745057Z ,
2020-11-29T04:28:57.2745755Z Unit](Recorder_this.inline$listener)
2020-11-29T04:28:57.2746554Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.2747550Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.2748045Z {
2020-11-29T04:28:57.2748754Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.2749317Z closure($anonfun)
2020-11-29T04:28:57.2749725Z }
2020-11-29T04:28:57.2750085Z )
2020-11-29T04:28:57.2750439Z )
2020-11-29T04:28:57.2750777Z {
2020-11-29T04:28:57.2751400Z recorderRuntime.resetValues()
2020-11-29T04:28:57.2752367Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.2753340Z " out == \"scopt 3.x\".newline"
2020-11-29T04:28:57.2753800Z ,
2020-11-29T04:28:57.2754278Z 
2020-11-29T04:28:57.2755121Z "Apply(Select(Ident(\"out\"), \"==\"), List(Select(Apply(Ident(\"RichString\"), List(Literal(Constant.String(\"scopt 3.x\")))), \"newline\")))"
2020-11-29T04:28:57.2756077Z 
2020-11-29T04:28:57.2756427Z ,
2020-11-29T04:28:57.2757268Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.2758471Z recorderRuntime.recordValue[(out : String)](out, 11).==(
2020-11-29T04:28:57.2759421Z recorderRuntime.recordValue[
2020-11-29T04:28:57.2760603Z (scopttest.SpecUtil.RichString#newline : (): String)
2020-11-29T04:28:57.2761330Z ](
2020-11-29T04:28:57.2762051Z recorderRuntime.recordValue[
2020-11-29T04:28:57.2763228Z scopttest.SpecUtil.RichString
2020-11-29T04:28:57.2763892Z ](
2020-11-29T04:28:57.2764526Z recorderRuntime.recordValue[
2020-11-29T04:28:57.2765296Z 
2020-11-29T04:28:57.2765963Z (scopttest.SpecUtil.RichString :
2020-11-29T04:28:57.2766949Z (self: String): scopttest.SpecUtil.RichString
2020-11-29T04:28:57.2767636Z )
2020-11-29T04:28:57.2768145Z 
2020-11-29T04:28:57.2769080Z ](scopttest.SpecUtil.RichString, 18)("scopt 3.x")
2020-11-29T04:28:57.2770108Z , 18).newline
2020-11-29T04:28:57.2770680Z , 30)
2020-11-29T04:28:57.2771064Z )
2020-11-29T04:28:57.2771571Z , 15)
2020-11-29T04:28:57.2771938Z )
2020-11-29T04:28:57.2772662Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.2773367Z }
2020-11-29T04:28:57.2773882Z }:Unit
2020-11-29T04:28:57.2774245Z }
2020-11-29T04:28:57.2775091Z verify.Void.toScalaVerifyVoid[Unit](())(
2020-11-29T04:28:57.2776153Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.2777250Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.2778031Z (
2020-11-29T04:28:57.2778841Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.2780060Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.2781180Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.2781879Z ,
2020-11-29T04:28:57.2782698Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.2783642Z 
2020-11-29T04:28:57.2784451Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.2785387Z 
2020-11-29T04:28:57.2786277Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.2787663Z , verify.sourcecode.Line.apply(274):verify.sourcecode.Line)
2020-11-29T04:28:57.2788472Z )
2020-11-29T04:28:57.2788815Z }
2020-11-29T04:28:57.2789201Z closure($anonfun)
2020-11-29T04:28:57.2789597Z }
2020-11-29T04:28:57.2789923Z )
2020-11-29T04:28:57.2790236Z )
2020-11-29T04:28:57.2791172Z scopttest.ImmutableParserSpec.test("showUsage")(
2020-11-29T04:28:57.2792261Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.2792753Z {
2020-11-29T04:28:57.2793403Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.2793879Z {
2020-11-29T04:28:57.2795157Z val parser: scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.2796036Z =
2020-11-29T04:28:57.2796516Z {
2020-11-29T04:28:57.2797197Z final class $anon() extends
2020-11-29T04:28:57.2798439Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.2799509Z ("scopt") {
2020-11-29T04:28:57.2800093Z this.head(
2020-11-29T04:28:57.2801159Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.2802293Z ["scopt","3.x" : String]
2020-11-29T04:28:57.2802734Z )
2020-11-29T04:28:57.2803066Z )
2020-11-29T04:28:57.2803798Z this.help("help").text("prints this usage text")
2020-11-29T04:28:57.2804738Z override def terminate(
2020-11-29T04:28:57.2805632Z exitState: scala.util.Either[String, Unit]
2020-11-29T04:28:57.2806422Z ): Unit = ()
2020-11-29T04:28:57.2806798Z }
2020-11-29T04:28:57.2807527Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.2808820Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.2809700Z }
2020-11-29T04:28:57.2810408Z val out: String =
2020-11-29T04:28:57.2811286Z scopttest.SpecUtil.printParserOut(
2020-11-29T04:28:57.2812192Z <special-ops>.<cbn-arg>[Unit](
2020-11-29T04:28:57.2812633Z {
2020-11-29T04:28:57.2813203Z def $anonfun(): Unit =
2020-11-29T04:28:57.2813629Z {
2020-11-29T04:28:57.2813966Z {
2020-11-29T04:28:57.2814362Z parser.parse(
2020-11-29T04:28:57.2815014Z List.apply[String](
2020-11-29T04:28:57.2816082Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.2817113Z ["--help" : String]
2020-11-29T04:28:57.2817590Z )
2020-11-29T04:28:57.2817934Z )
2020-11-29T04:28:57.2818265Z ,
2020-11-29T04:28:57.2819123Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.2820363Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2821199Z $lessinit$greater$default$1
2020-11-29T04:28:57.2821645Z ,
2020-11-29T04:28:57.2822385Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2823222Z $lessinit$greater$default$2
2020-11-29T04:28:57.2823662Z ,
2020-11-29T04:28:57.2824385Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2825220Z $lessinit$greater$default$3
2020-11-29T04:28:57.2825835Z ,
2020-11-29T04:28:57.2826648Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2827544Z $lessinit$greater$default$4
2020-11-29T04:28:57.2828003Z ,
2020-11-29T04:28:57.2828800Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2829701Z $lessinit$greater$default$5
2020-11-29T04:28:57.2830156Z ,
2020-11-29T04:28:57.2830953Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2831835Z $lessinit$greater$default$6
2020-11-29T04:28:57.2832304Z ,
2020-11-29T04:28:57.2833105Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2833986Z $lessinit$greater$default$7
2020-11-29T04:28:57.2834462Z ,
2020-11-29T04:28:57.2835271Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2836148Z $lessinit$greater$default$8
2020-11-29T04:28:57.2836629Z ,
2020-11-29T04:28:57.2837422Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2838300Z $lessinit$greater$default$9
2020-11-29T04:28:57.2838778Z ,
2020-11-29T04:28:57.2839561Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2840471Z $lessinit$greater$default$10
2020-11-29T04:28:57.2841006Z ,
2020-11-29T04:28:57.2841783Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2842681Z $lessinit$greater$default$11
2020-11-29T04:28:57.2843153Z ,
2020-11-29T04:28:57.2843947Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2844862Z $lessinit$greater$default$12
2020-11-29T04:28:57.2845321Z ,
2020-11-29T04:28:57.2846130Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2847022Z $lessinit$greater$default$13
2020-11-29T04:28:57.2847488Z ,
2020-11-29T04:28:57.2848291Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2849273Z $lessinit$greater$default$14
2020-11-29T04:28:57.2849703Z ,
2020-11-29T04:28:57.2850527Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2851375Z $lessinit$greater$default$15
2020-11-29T04:28:57.2851803Z ,
2020-11-29T04:28:57.2852543Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2853441Z $lessinit$greater$default$16
2020-11-29T04:28:57.2853881Z ,
2020-11-29T04:28:57.2854625Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2855441Z $lessinit$greater$default$17
2020-11-29T04:28:57.2855878Z ,
2020-11-29T04:28:57.2856611Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2857431Z $lessinit$greater$default$18
2020-11-29T04:28:57.2857876Z ,
2020-11-29T04:28:57.2858610Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2859446Z $lessinit$greater$default$19
2020-11-29T04:28:57.2859883Z ,
2020-11-29T04:28:57.2860606Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.2871986Z $lessinit$greater$default$20
2020-11-29T04:28:57.2872562Z )
2020-11-29T04:28:57.2872917Z )
2020-11-29T04:28:57.2873623Z ()
2020-11-29T04:28:57.2873988Z }
2020-11-29T04:28:57.2874349Z }
2020-11-29T04:28:57.2874768Z closure($anonfun)
2020-11-29T04:28:57.2875177Z }
2020-11-29T04:28:57.2875527Z )
2020-11-29T04:28:57.2875869Z )
2020-11-29T04:28:57.2876196Z {
2020-11-29T04:28:57.2876880Z val value$proxy4: Boolean =
2020-11-29T04:28:57.2877370Z out.==(
2020-11-29T04:28:57.2877870Z 
2020-11-29T04:28:57.2878665Z "scopt 3.x\nUsage: scopt [options]\n\n --help prints this usage text\n"
2020-11-29T04:28:57.2879369Z 
2020-11-29T04:28:57.2879723Z )
2020-11-29T04:28:57.2880317Z val Recorder_this:
2020-11-29T04:28:57.2880887Z 
2020-11-29T04:28:57.2881668Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.2882662Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.2883336Z )
2020-11-29T04:28:57.2883780Z 
2020-11-29T04:28:57.2884481Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.2885181Z {
2020-11-29T04:28:57.2885776Z val recorderRuntime:
2020-11-29T04:28:57.2886935Z verify.asserts.RecorderRuntime[Boolean, Unit]
2020-11-29T04:28:57.2887601Z =
2020-11-29T04:28:57.2888490Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean
2020-11-29T04:28:57.2889180Z ,
2020-11-29T04:28:57.2889965Z Unit](Recorder_this.inline$listener)
2020-11-29T04:28:57.2890713Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.2891643Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.2892097Z {
2020-11-29T04:28:57.2892759Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.2893282Z closure($anonfun)
2020-11-29T04:28:57.2893660Z }
2020-11-29T04:28:57.2893983Z )
2020-11-29T04:28:57.2894303Z )
2020-11-29T04:28:57.2894619Z {
2020-11-29T04:28:57.2895192Z recorderRuntime.resetValues()
2020-11-29T04:28:57.2896067Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.2897049Z 
2020-11-29T04:28:57.2897924Z " out == \"\"\"scopt 3.x\nUsage: scopt [options]\n\n --help prints this usage text\n\"\"\""
2020-11-29T04:28:57.2898763Z 
2020-11-29T04:28:57.2899135Z ,
2020-11-29T04:28:57.2899639Z 
2020-11-29T04:28:57.2900759Z "Apply(Select(Ident(\"out\"), \"==\"), List(Literal(Constant.String(\"scopt 3.x\nUsage: scopt [options]\n\n --help prints this usage text\n\"))))"
2020-11-29T04:28:57.2901728Z 
2020-11-29T04:28:57.2902092Z ,
2020-11-29T04:28:57.2902921Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.2904128Z recorderRuntime.recordValue[(out : String)](out, 11).==(
2020-11-29T04:28:57.2904958Z 
2020-11-29T04:28:57.2905772Z "scopt 3.x\nUsage: scopt [options]\n\n --help prints this usage text\n"
2020-11-29T04:28:57.2906507Z 
2020-11-29T04:28:57.2906863Z )
2020-11-29T04:28:57.2907382Z , 15)
2020-11-29T04:28:57.2907752Z )
2020-11-29T04:28:57.2908464Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.2909177Z }
2020-11-29T04:28:57.2909677Z }:Unit
2020-11-29T04:28:57.2910053Z }
2020-11-29T04:28:57.2910899Z verify.Void.toScalaVerifyVoid[Unit](())(
2020-11-29T04:28:57.2912000Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.2913024Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.2913713Z (
2020-11-29T04:28:57.2914460Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.2915596Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.2916623Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.2917272Z ,
2020-11-29T04:28:57.2918035Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.2918891Z 
2020-11-29T04:28:57.2919668Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.2920536Z 
2020-11-29T04:28:57.2921353Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.2922640Z , verify.sourcecode.Line.apply(291):verify.sourcecode.Line)
2020-11-29T04:28:57.2923395Z )
2020-11-29T04:28:57.2923713Z }
2020-11-29T04:28:57.2924090Z closure($anonfun)
2020-11-29T04:28:57.2924447Z }
2020-11-29T04:28:57.2924836Z )
2020-11-29T04:28:57.2925127Z )
2020-11-29T04:28:57.2926020Z scopttest.ImmutableParserSpec.test("hidden command")(
2020-11-29T04:28:57.2927267Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.2927757Z {
2020-11-29T04:28:57.2928406Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.2928890Z {
2020-11-29T04:28:57.2929694Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.2931339Z scopttest.ImmutableParserSpec.showUsageHiddenCmdParser()
2020-11-29T04:28:57.2932546Z )(
2020-11-29T04:28:57.2933233Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.2934321Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.2935077Z (
2020-11-29T04:28:57.2935886Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.2937117Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.2938236Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.2938939Z ,
2020-11-29T04:28:57.2939730Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.2940669Z 
2020-11-29T04:28:57.2941485Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.2942398Z 
2020-11-29T04:28:57.2943361Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.2944762Z , verify.sourcecode.Line.apply(295):verify.sourcecode.Line)
2020-11-29T04:28:57.2945563Z )
2020-11-29T04:28:57.2945904Z }
2020-11-29T04:28:57.2946292Z closure($anonfun)
2020-11-29T04:28:57.2946691Z }
2020-11-29T04:28:57.2947019Z )
2020-11-29T04:28:57.2947332Z )
2020-11-29T04:28:57.2948406Z scopttest.ImmutableParserSpec.test("emptyParser.showUsage")(
2020-11-29T04:28:57.2949632Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.2950139Z {
2020-11-29T04:28:57.2950799Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.2951265Z {
2020-11-29T04:28:57.2952080Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.2953284Z scopttest.ImmutableParserSpec.noOptionTest()
2020-11-29T04:28:57.2954279Z )(
2020-11-29T04:28:57.2954922Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.2955922Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.2956627Z (
2020-11-29T04:28:57.2957375Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.2958492Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.2959537Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.2960187Z ,
2020-11-29T04:28:57.2960922Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.2961798Z 
2020-11-29T04:28:57.2962579Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.2963459Z 
2020-11-29T04:28:57.2964281Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.2965552Z , verify.sourcecode.Line.apply(299):verify.sourcecode.Line)
2020-11-29T04:28:57.2966314Z )
2020-11-29T04:28:57.2966636Z }
2020-11-29T04:28:57.2966992Z closure($anonfun)
2020-11-29T04:28:57.2967359Z }
2020-11-29T04:28:57.2967653Z )
2020-11-29T04:28:57.2967958Z )
2020-11-29T04:28:57.2968933Z scopttest.ImmutableParserSpec.test("withFallback doesn\'t use .toString")(
2020-11-29T04:28:57.2970117Z <special-ops>.<cbn-arg>[verify.Void](
2020-11-29T04:28:57.2970592Z {
2020-11-29T04:28:57.2971198Z def $anonfun(): verify.Void =
2020-11-29T04:28:57.2971753Z {
2020-11-29T04:28:57.2972654Z val expectedValue: scopttest.NotToStringInverse =
2020-11-29T04:28:57.2973894Z scopttest.NotToStringInverse.apply("hi", 2)
2020-11-29T04:28:57.2974796Z val parser:
2020-11-29T04:28:57.2975908Z scopt.OptionParser[scopttest.ConfigWithNotToStringInverse]
2020-11-29T04:28:57.2976780Z =
2020-11-29T04:28:57.2977102Z {
2020-11-29T04:28:57.2977734Z final class $anon() extends
2020-11-29T04:28:57.2978905Z scopt.OptionParser[scopttest.ConfigWithNotToStringInverse]
2020-11-29T04:28:57.2979998Z ("withFallback") {
2020-11-29T04:28:57.2980570Z this.head(
2020-11-29T04:28:57.2981574Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.2982655Z ["withFallback" : String]
2020-11-29T04:28:57.2983266Z )
2020-11-29T04:28:57.2983619Z )
2020-11-29T04:28:57.2984551Z this.opt[scopttest.NotToStringInverse]('x', "x")(
2020-11-29T04:28:57.2985640Z scopttest.NotToStringInverse.reads
2020-11-29T04:28:57.2986491Z ).withFallback(
2020-11-29T04:28:57.2986904Z {
2020-11-29T04:28:57.2987847Z def $anonfun(): scopttest.NotToStringInverse =
2020-11-29T04:28:57.2988656Z expectedValue
2020-11-29T04:28:57.2989146Z closure($anonfun)
2020-11-29T04:28:57.2989565Z }
2020-11-29T04:28:57.2989941Z ).action(
2020-11-29T04:28:57.2990309Z {
2020-11-29T04:28:57.2991258Z def $anonfun(x$1: scopttest.NotToStringInverse,
2020-11-29T04:28:57.2992682Z x$2: scopttest.ConfigWithNotToStringInverse
2020-11-29T04:28:57.2994215Z ): scopttest.ConfigWithNotToStringInverse =
2020-11-29T04:28:57.2995836Z matchResult1[scopttest.ConfigWithNotToStringInverse]: 
2020-11-29T04:28:57.2996762Z {
2020-11-29T04:28:57.2997389Z case val x1:
2020-11-29T04:28:57.2998302Z (scopttest.NotToStringInverse,
2020-11-29T04:28:57.2999401Z scopttest.ConfigWithNotToStringInverse
2020-11-29T04:28:57.3000352Z )
2020-11-29T04:28:57.3000735Z =
2020-11-29T04:28:57.3001656Z Tuple2.apply[scopttest.NotToStringInverse,
2020-11-29T04:28:57.3003070Z scopttest.ConfigWithNotToStringInverse
2020-11-29T04:28:57.3003933Z ](x$1, x$2)
2020-11-29T04:28:57.3004585Z if x1.ne(null) then
2020-11-29T04:28:57.3005047Z {
2020-11-29T04:28:57.3006016Z case val value: scopttest.NotToStringInverse =
2020-11-29T04:28:57.3006769Z x1._1
2020-11-29T04:28:57.3007434Z case val config:
2020-11-29T04:28:57.3008582Z scopttest.ConfigWithNotToStringInverse
2020-11-29T04:28:57.3009467Z = x1._2
2020-11-29T04:28:57.3010282Z return[matchResult1]
2020-11-29T04:28:57.3010769Z {
2020-11-29T04:28:57.3011233Z config.copy(value)
2020-11-29T04:28:57.3011777Z }
2020-11-29T04:28:57.3012135Z }
2020-11-29T04:28:57.3012722Z  else ()
2020-11-29T04:28:57.3013442Z throw new MatchError(x1)
2020-11-29T04:28:57.3013935Z }
2020-11-29T04:28:57.3014368Z closure($anonfun)
2020-11-29T04:28:57.3014770Z }
2020-11-29T04:28:57.3015118Z )
2020-11-29T04:28:57.3015450Z }
2020-11-29T04:28:57.3016181Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.3017525Z scopt.OptionParser[scopttest.ConfigWithNotToStringInverse]
2020-11-29T04:28:57.3018461Z }
2020-11-29T04:28:57.3019589Z val parsed: Option[scopttest.ConfigWithNotToStringInverse] =
2020-11-29T04:28:57.3020571Z parser.parse(
2020-11-29T04:28:57.3021237Z Seq.apply[Nothing](
2020-11-29T04:28:57.3022533Z scala.runtime.ScalaRunTime.genericWrapArray[Nothing](
2020-11-29T04:28:57.3023594Z [ : Nothing]
2020-11-29T04:28:57.3023950Z )
2020-11-29T04:28:57.3024275Z )
2020-11-29T04:28:57.3025218Z , scopttest.ConfigWithNotToStringInverse.empty)
2020-11-29T04:28:57.3026551Z verify.Void.toScalaVerifyVoid[Unit](
2020-11-29T04:28:57.3027144Z {
2020-11-29T04:28:57.3027749Z val value$proxy5: Boolean =
2020-11-29T04:28:57.3028917Z parsed.contains[scopttest.ConfigWithNotToStringInverse](
2020-11-29T04:28:57.3030793Z scopttest.ConfigWithNotToStringInverse.apply(expectedValue)
2020-11-29T04:28:57.3031982Z )
2020-11-29T04:28:57.3032598Z val Recorder_this:
2020-11-29T04:28:57.3033157Z 
2020-11-29T04:28:57.3033944Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.3034940Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.3035502Z )
2020-11-29T04:28:57.3035986Z 
2020-11-29T04:28:57.3036749Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.3037483Z {
2020-11-29T04:28:57.3038149Z val recorderRuntime:
2020-11-29T04:28:57.3039188Z verify.asserts.RecorderRuntime[Boolean, Unit]
2020-11-29T04:28:57.3039908Z =
2020-11-29T04:28:57.3040814Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[
2020-11-29T04:28:57.3041694Z Boolean
2020-11-29T04:28:57.3042448Z , Unit](Recorder_this.inline$listener)
2020-11-29T04:28:57.3043268Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.3044249Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.3044755Z {
2020-11-29T04:28:57.3045449Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.3046008Z closure($anonfun)
2020-11-29T04:28:57.3046429Z }
2020-11-29T04:28:57.3046773Z )
2020-11-29T04:28:57.3047120Z )
2020-11-29T04:28:57.3047462Z {
2020-11-29T04:28:57.3048073Z recorderRuntime.resetValues()
2020-11-29T04:28:57.3049094Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.3050071Z 
2020-11-29T04:28:57.3050850Z " parsed.contains(ConfigWithNotToStringInverse(expectedValue))"
2020-11-29T04:28:57.3051860Z 
2020-11-29T04:28:57.3052184Z ,
2020-11-29T04:28:57.3052644Z 
2020-11-29T04:28:57.3053732Z "Apply(TypeApply(Select(Ident(\"parsed\"), \"contains\"), List(Inferred())), List(Apply(Select(Ident(\"ConfigWithNotToStringInverse\"), \"apply\"), List(Ident(\"expectedValue\")))))"
2020-11-29T04:28:57.3054964Z 
2020-11-29T04:28:57.3055263Z ,
2020-11-29T04:28:57.3056153Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.3057274Z recorderRuntime.recordValue[(parsed : Option)](parsed,
2020-11-29T04:28:57.3065367Z 11
2020-11-29T04:28:57.3066530Z ).contains[scopttest.ConfigWithNotToStringInverse](
2020-11-29T04:28:57.3067792Z recorderRuntime.recordValue[
2020-11-29T04:28:57.3069012Z scopttest.ConfigWithNotToStringInverse
2020-11-29T04:28:57.3069822Z ](
2020-11-29T04:28:57.3070333Z recorderRuntime.recordValue[
2020-11-29T04:28:57.3071771Z scopttest.ConfigWithNotToStringInverse.type
2020-11-29T04:28:57.3073358Z ](scopttest.ConfigWithNotToStringInverse, 27).apply(
2020-11-29T04:28:57.3074582Z recorderRuntime.recordValue[
2020-11-29T04:28:57.3075724Z (expectedValue : scopttest.NotToStringInverse)
2020-11-29T04:28:57.3076668Z ](expectedValue, 56)
2020-11-29T04:28:57.3077117Z )
2020-11-29T04:28:57.3077601Z , 27)
2020-11-29T04:28:57.3077957Z )
2020-11-29T04:28:57.3078442Z , 18)
2020-11-29T04:28:57.3078782Z )
2020-11-29T04:28:57.3079459Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.3080127Z }
2020-11-29T04:28:57.3080601Z }:Unit
2020-11-29T04:28:57.3080949Z }
2020-11-29T04:28:57.3081257Z )(
2020-11-29T04:28:57.3081894Z verify.sourcecode.SourceLocation.
2020-11-29T04:28:57.3082927Z toScalaVerifySourcecodeSourceLocation
2020-11-29T04:28:57.3083549Z (
2020-11-29T04:28:57.3084208Z verify.sourcecode.SourceFileName.apply(
2020-11-29T04:28:57.3085179Z "ImmutableParserSpec.scala"
2020-11-29T04:28:57.3086087Z ):verify.sourcecode.SourceFileName
2020-11-29T04:28:57.3086665Z ,
2020-11-29T04:28:57.3087311Z verify.sourcecode.SourceFilePath.apply(
2020-11-29T04:28:57.3088066Z 
2020-11-29T04:28:57.3088738Z "/home/runner/work/scopt/scopt/shared/src/test/scala/scopttest/ImmutableParserSpec.scala"
2020-11-29T04:28:57.3089484Z 
2020-11-29T04:28:57.3170720Z ):verify.sourcecode.SourceFilePath
2020-11-29T04:28:57.3172577Z , verify.sourcecode.Line.apply(312):verify.sourcecode.Line)
2020-11-29T04:28:57.3173391Z )
2020-11-29T04:28:57.3173735Z }
2020-11-29T04:28:57.3174144Z closure($anonfun)
2020-11-29T04:28:57.3174546Z }
2020-11-29T04:28:57.3174972Z )
2020-11-29T04:28:57.3175265Z )
2020-11-29T04:28:57.3176396Z def unitParser1: scopt.OptionParser[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.3177316Z {
2020-11-29T04:28:57.3177926Z final class $anon() extends
2020-11-29T04:28:57.3179046Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.3180023Z ("scopt") {
2020-11-29T04:28:57.3180726Z this.head(
2020-11-29T04:28:57.3181719Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.3182735Z ["scopt","3.x" : String]
2020-11-29T04:28:57.3183143Z )
2020-11-29T04:28:57.3183447Z )
2020-11-29T04:28:57.3184208Z this.opt[Unit]('f', "foo")(scopt.Read.unitRead).action(
2020-11-29T04:28:57.3184780Z {
2020-11-29T04:28:57.3185838Z def $anonfun(x: Unit, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.3187256Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.3187999Z =
2020-11-29T04:28:57.3188704Z c.copy(true, c.copy$default$2, c.copy$default$3, c.copy$default$4
2020-11-29T04:28:57.3189239Z ,
2020-11-29T04:28:57.3189727Z c.copy$default$5, c.copy$default$6, c.copy$default$7,
2020-11-29T04:28:57.3190256Z c.copy$default$8
2020-11-29T04:28:57.3190798Z , c.copy$default$9, c.copy$default$10, c.copy$default$11,
2020-11-29T04:28:57.3191318Z c.copy$default$12
2020-11-29T04:28:57.3191856Z , c.copy$default$13, c.copy$default$14, c.copy$default$15,
2020-11-29T04:28:57.3192386Z c.copy$default$16
2020-11-29T04:28:57.3192979Z , c.copy$default$17, c.copy$default$18, c.copy$default$19,
2020-11-29T04:28:57.3193518Z c.copy$default$20
2020-11-29T04:28:57.3193892Z )
2020-11-29T04:28:57.3194260Z closure($anonfun)
2020-11-29T04:28:57.3194636Z }
2020-11-29T04:28:57.3194936Z )
2020-11-29T04:28:57.3195695Z this.opt[Unit]("debug")(scopt.Read.unitRead).action(
2020-11-29T04:28:57.3196251Z {
2020-11-29T04:28:57.3197314Z def $anonfun(x: Unit, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.3198736Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.3199466Z =
2020-11-29T04:28:57.3199952Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3,
2020-11-29T04:28:57.3200500Z c.copy$default$4
2020-11-29T04:28:57.3201228Z , c.copy$default$5, c.copy$default$6, true, c.copy$default$8,
2020-11-29T04:28:57.3201786Z c.copy$default$9
2020-11-29T04:28:57.3202327Z , c.copy$default$10, c.copy$default$11, c.copy$default$12,
2020-11-29T04:28:57.3202847Z c.copy$default$13
2020-11-29T04:28:57.3203383Z , c.copy$default$14, c.copy$default$15, c.copy$default$16,
2020-11-29T04:28:57.3203912Z c.copy$default$17
2020-11-29T04:28:57.3204436Z , c.copy$default$18, c.copy$default$19, c.copy$default$20)
2020-11-29T04:28:57.3204971Z closure($anonfun)
2020-11-29T04:28:57.3205337Z }
2020-11-29T04:28:57.3205647Z )
2020-11-29T04:28:57.3206177Z this.help("help")
2020-11-29T04:28:57.3206551Z }
2020-11-29T04:28:57.3207204Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.3208389Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.3209197Z }
2020-11-29T04:28:57.3210405Z def unitParser(args: scala.collection.immutable.Seq[String] @Repeated): Unit
2020-11-29T04:28:57.3211197Z =
2020-11-29T04:28:57.3211509Z {
2020-11-29T04:28:57.3212486Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.3214241Z scopttest.ImmutableParserSpec.unitParser1.parse(args.toSeq,
2020-11-29T04:28:57.3215869Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.3217325Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.3218834Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.3220265Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.3221680Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.3223090Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.3224533Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.3225846Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.3227153Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.3228487Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.3229801Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.3231133Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.3232447Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.3233755Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.3235091Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.3236462Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.3237770Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.3239316Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.3240728Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.3242129Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.3243553Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.3244436Z )
2020-11-29T04:28:57.3244750Z {
2020-11-29T04:28:57.3245586Z val value$proxy6: Boolean = result.get.flag.==(true)
2020-11-29T04:28:57.3246426Z val Recorder_this:
2020-11-29T04:28:57.3247727Z (scopttest.ImmutableParserSpec.assert : (): verify.asserts.PowerAssert)
2020-11-29T04:28:57.3249132Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.3330157Z {
2020-11-29T04:28:57.3331434Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.3332842Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit](
2020-11-29T04:28:57.3333672Z Recorder_this.inline$listener
2020-11-29T04:28:57.3334117Z )
2020-11-29T04:28:57.3334692Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.3335600Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.3336069Z {
2020-11-29T04:28:57.3336691Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.3337199Z closure($anonfun)
2020-11-29T04:28:57.3337578Z }
2020-11-29T04:28:57.3337882Z )
2020-11-29T04:28:57.3338195Z )
2020-11-29T04:28:57.3338492Z {
2020-11-29T04:28:57.3339061Z recorderRuntime.resetValues()
2020-11-29T04:28:57.3340250Z recorderRuntime.recordExpression(" result.get.flag == true"
2020-11-29T04:28:57.3340985Z ,
2020-11-29T04:28:57.3341422Z 
2020-11-29T04:28:57.3342125Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"flag\"), \"==\"), List(Literal(Constant.Boolean(true))))"
2020-11-29T04:28:57.3342913Z 
2020-11-29T04:28:57.3343233Z ,
2020-11-29T04:28:57.3343979Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.3344987Z recorderRuntime.recordValue[
2020-11-29T04:28:57.3346174Z (scopttest.ImmutableParserSpec.Config#flag : (): Boolean)
2020-11-29T04:28:57.3346928Z ](
2020-11-29T04:28:57.3347760Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.3348963Z recorderRuntime.recordValue[(result : Option)](result, 11).get
2020-11-29T04:28:57.3349802Z , 18).flag
2020-11-29T04:28:57.3350346Z , 22).==(true)
2020-11-29T04:28:57.3350834Z , 27)
2020-11-29T04:28:57.3351167Z )
2020-11-29T04:28:57.3352007Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.3352809Z }
2020-11-29T04:28:57.3353264Z }:Unit
2020-11-29T04:28:57.3353588Z }
2020-11-29T04:28:57.3353896Z }
2020-11-29T04:28:57.3354935Z def unitParserHidden(args: scala.collection.immutable.Seq[String] @Repeated):
2020-11-29T04:28:57.3356113Z Unit
2020-11-29T04:28:57.3356473Z =
2020-11-29T04:28:57.3356801Z {
2020-11-29T04:28:57.3357826Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.3359436Z scopttest.ImmutableParserSpec.unitParser1.parse(args.toSeq,
2020-11-29T04:28:57.3361145Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.3362648Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.3364120Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.3365425Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.3366731Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.3368056Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.3369583Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.3371144Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.3372568Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.3373970Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.3375386Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.3376831Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.3378249Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.3379662Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.3381162Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.3382477Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.3383796Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.3385323Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.3386748Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.3388258Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.3389566Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.3390607Z )
2020-11-29T04:28:57.3390946Z {
2020-11-29T04:28:57.3391795Z val value$proxy7: Boolean = result.get.debug.==(true)
2020-11-29T04:28:57.3392667Z val Recorder_this:
2020-11-29T04:28:57.3393223Z 
2020-11-29T04:28:57.3393979Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.3394975Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.3395615Z )
2020-11-29T04:28:57.3396095Z 
2020-11-29T04:28:57.3396847Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.3397564Z {
2020-11-29T04:28:57.3398625Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.3400136Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.3400889Z (
2020-11-29T04:28:57.3401379Z Recorder_this.inline$listener)
2020-11-29T04:28:57.3402139Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.3403203Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.3403668Z {
2020-11-29T04:28:57.3404292Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.3404800Z closure($anonfun)
2020-11-29T04:28:57.3405179Z }
2020-11-29T04:28:57.3405486Z )
2020-11-29T04:28:57.3405802Z )
2020-11-29T04:28:57.3406103Z {
2020-11-29T04:28:57.3406668Z recorderRuntime.resetValues()
2020-11-29T04:28:57.3407551Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.3408468Z " result.get.debug == true"
2020-11-29T04:28:57.3408919Z ,
2020-11-29T04:28:57.3409424Z 
2020-11-29T04:28:57.3490402Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"debug\"), \"==\"), List(Literal(Constant.Boolean(true))))"
2020-11-29T04:28:57.3491612Z 
2020-11-29T04:28:57.3491960Z ,
2020-11-29T04:28:57.3492892Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.3493747Z recorderRuntime.recordValue[
2020-11-29T04:28:57.3495101Z (scopttest.ImmutableParserSpec.Config#debug : (): Boolean)
2020-11-29T04:28:57.3496063Z ](
2020-11-29T04:28:57.3496908Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.3498092Z recorderRuntime.recordValue[(result : Option)](result, 11).
2020-11-29T04:28:57.3498789Z get
2020-11-29T04:28:57.3499290Z , 18).debug
2020-11-29T04:28:57.3499850Z , 22).==(true)
2020-11-29T04:28:57.3500363Z , 28)
2020-11-29T04:28:57.3500691Z )
2020-11-29T04:28:57.3501357Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.3502013Z }
2020-11-29T04:28:57.3502465Z }:Unit
2020-11-29T04:28:57.3502804Z }
2020-11-29T04:28:57.3503099Z }
2020-11-29T04:28:57.3504238Z def groupParser1: scopt.OptionParser[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.3505170Z {
2020-11-29T04:28:57.3505768Z final class $anon() extends
2020-11-29T04:28:57.3506898Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.3507873Z ("scopt") {
2020-11-29T04:28:57.3508386Z this.head(
2020-11-29T04:28:57.3509403Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.3510305Z ["scopt","3.x" : String]
2020-11-29T04:28:57.3510664Z )
2020-11-29T04:28:57.3510941Z )
2020-11-29T04:28:57.3511575Z this.opt[Unit]('a', "alice")(scopt.Read.unitRead)
2020-11-29T04:28:57.3512418Z this.opt[Unit]('b', "bob")(scopt.Read.unitRead)
2020-11-29T04:28:57.3513318Z this.opt[Unit]("alicebob")(scopt.Read.unitRead).abbr("ab").action(
2020-11-29T04:28:57.3513830Z {
2020-11-29T04:28:57.3514922Z def $anonfun(x: Unit, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.3516150Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.3516792Z =
2020-11-29T04:28:57.3517418Z c.copy(true, c.copy$default$2, c.copy$default$3, c.copy$default$4
2020-11-29T04:28:57.3517871Z ,
2020-11-29T04:28:57.3518303Z c.copy$default$5, c.copy$default$6, c.copy$default$7,
2020-11-29T04:28:57.3518775Z c.copy$default$8
2020-11-29T04:28:57.3519234Z , c.copy$default$9, c.copy$default$10, c.copy$default$11,
2020-11-29T04:28:57.3519706Z c.copy$default$12
2020-11-29T04:28:57.3520168Z , c.copy$default$13, c.copy$default$14, c.copy$default$15,
2020-11-29T04:28:57.3520934Z c.copy$default$16
2020-11-29T04:28:57.3521403Z , c.copy$default$17, c.copy$default$18, c.copy$default$19,
2020-11-29T04:28:57.3521856Z c.copy$default$20
2020-11-29T04:28:57.3522180Z )
2020-11-29T04:28:57.3522513Z closure($anonfun)
2020-11-29T04:28:57.3522828Z }
2020-11-29T04:28:57.3523101Z )
2020-11-29T04:28:57.3523564Z this.help("help")
2020-11-29T04:28:57.3523906Z }
2020-11-29T04:28:57.3524648Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.3526084Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.3526972Z }
2020-11-29T04:28:57.3528085Z def groupParser(args: scala.collection.immutable.Seq[String] @Repeated): Unit
2020-11-29T04:28:57.3528943Z =
2020-11-29T04:28:57.3529270Z {
2020-11-29T04:28:57.3530505Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.3532132Z scopttest.ImmutableParserSpec.groupParser1.parse(args.toSeq,
2020-11-29T04:28:57.3533793Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.3535236Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.3536667Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.3538127Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.3539446Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.3540760Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.3542072Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.3543400Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.3544557Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.3545719Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.3546854Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.3548011Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.3549151Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.3550296Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.3551445Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.3552579Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.3553743Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.3554889Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.3556019Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.3557161Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.3558386Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.3559089Z )
2020-11-29T04:28:57.3559355Z {
2020-11-29T04:28:57.3560002Z val value$proxy8: Boolean = result.get.flag
2020-11-29T04:28:57.3560641Z val Recorder_this:
2020-11-29T04:28:57.3561685Z (scopttest.ImmutableParserSpec.assert : (): verify.asserts.PowerAssert)
2020-11-29T04:28:57.3563172Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.3563853Z {
2020-11-29T04:28:57.3564843Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.3566227Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit](
2020-11-29T04:28:57.3567297Z Recorder_this.inline$listener
2020-11-29T04:28:57.3567768Z )
2020-11-29T04:28:57.3568397Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.3569364Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.3650056Z {
2020-11-29T04:28:57.3650966Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.3651487Z closure($anonfun)
2020-11-29T04:28:57.3651862Z }
2020-11-29T04:28:57.3652340Z )
2020-11-29T04:28:57.3652659Z )
2020-11-29T04:28:57.3652954Z {
2020-11-29T04:28:57.3653511Z recorderRuntime.resetValues()
2020-11-29T04:28:57.3654695Z recorderRuntime.recordExpression(" result.get.flag",
2020-11-29T04:28:57.3655763Z "Select(Select(Ident(\"result\"), \"get\"), \"flag\")"
2020-11-29T04:28:57.3656238Z ,
2020-11-29T04:28:57.3656789Z recorderRuntime.recordValue[
2020-11-29T04:28:57.3657979Z (scopttest.ImmutableParserSpec.Config#flag : (): Boolean)
2020-11-29T04:28:57.3658740Z ](
2020-11-29T04:28:57.3659553Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.3660755Z recorderRuntime.recordValue[(result : Option)](result, 11).get
2020-11-29T04:28:57.3661801Z , 18).flag
2020-11-29T04:28:57.3662335Z , 22)
2020-11-29T04:28:57.3662738Z )
2020-11-29T04:28:57.3663436Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.3664140Z }
2020-11-29T04:28:57.3664635Z }:Unit
2020-11-29T04:28:57.3664983Z }
2020-11-29T04:28:57.3665426Z }
2020-11-29T04:28:57.3666527Z def intParser1: scopt.OptionParser[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.3667438Z {
2020-11-29T04:28:57.3668050Z final class $anon() extends
2020-11-29T04:28:57.3669173Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.3670461Z ("scopt") {
2020-11-29T04:28:57.3670979Z this.head(
2020-11-29T04:28:57.3671952Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.3673328Z ["scopt","3.x" : String]
2020-11-29T04:28:57.3673723Z )
2020-11-29T04:28:57.3674045Z )
2020-11-29T04:28:57.3674788Z this.opt[Int]('f', "foo")(scopt.Read.intRead).action(
2020-11-29T04:28:57.3675327Z {
2020-11-29T04:28:57.3676390Z def $anonfun(x: Int, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.3677811Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.3678536Z =
2020-11-29T04:28:57.3679048Z c.copy(c.copy$default$1, x, c.copy$default$3, c.copy$default$4,
2020-11-29T04:28:57.3679708Z c.copy$default$5
2020-11-29T04:28:57.3680245Z , c.copy$default$6, c.copy$default$7, c.copy$default$8,
2020-11-29T04:28:57.3680780Z c.copy$default$9
2020-11-29T04:28:57.3681310Z , c.copy$default$10, c.copy$default$11, c.copy$default$12,
2020-11-29T04:28:57.3682043Z c.copy$default$13
2020-11-29T04:28:57.3682624Z , c.copy$default$14, c.copy$default$15, c.copy$default$16,
2020-11-29T04:28:57.3683181Z c.copy$default$17
2020-11-29T04:28:57.3683765Z , c.copy$default$18, c.copy$default$19, c.copy$default$20)
2020-11-29T04:28:57.3684332Z closure($anonfun)
2020-11-29T04:28:57.3684741Z }
2020-11-29T04:28:57.3685077Z )
2020-11-29T04:28:57.3685651Z this.help("help")
2020-11-29T04:28:57.3686067Z }
2020-11-29T04:28:57.3686777Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.3688021Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.3688930Z }
2020-11-29T04:28:57.3690323Z def intParser(args: scala.collection.immutable.Seq[String] @Repeated): Unit =
2020-11-29T04:28:57.3691175Z {
2020-11-29T04:28:57.3692248Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.3694001Z scopttest.ImmutableParserSpec.intParser1.parse(args.toSeq,
2020-11-29T04:28:57.3695498Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.3696833Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.3698140Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.3699475Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.3700797Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.3702103Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.3703419Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.3704733Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.3706049Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.3707381Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.3708691Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.3710014Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.3711332Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.3712641Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.3713946Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.3715279Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.3716606Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.3717929Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.3719248Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.3720546Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.3722085Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.3722974Z )
2020-11-29T04:28:57.3723299Z {
2020-11-29T04:28:57.3724268Z val value$proxy9: Boolean = result.get.intValue.==(1)
2020-11-29T04:28:57.3725079Z val Recorder_this:
2020-11-29T04:28:57.3725602Z 
2020-11-29T04:28:57.3726386Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.3727293Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.3727821Z )
2020-11-29T04:28:57.3728270Z 
2020-11-29T04:28:57.3728951Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.3729630Z {
2020-11-29T04:28:57.3730717Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.3732118Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.3732832Z (
2020-11-29T04:28:57.3733268Z Recorder_this.inline$listener)
2020-11-29T04:28:57.3733986Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.3734890Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.3735334Z {
2020-11-29T04:28:57.3735976Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.3736590Z closure($anonfun)
2020-11-29T04:28:57.3736926Z }
2020-11-29T04:28:57.3737202Z )
2020-11-29T04:28:57.3737468Z )
2020-11-29T04:28:57.3737745Z {
2020-11-29T04:28:57.3738235Z recorderRuntime.resetValues()
2020-11-29T04:28:57.3738996Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.3739890Z " result.get.intValue == 1"
2020-11-29T04:28:57.3740286Z ,
2020-11-29T04:28:57.3740682Z 
2020-11-29T04:28:57.3741277Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"intValue\"), \"==\"), List(Literal(Constant.Int(1))))"
2020-11-29T04:28:57.3741942Z 
2020-11-29T04:28:57.3742229Z ,
2020-11-29T04:28:57.3742893Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.3743629Z recorderRuntime.recordValue[
2020-11-29T04:28:57.3744915Z (scopttest.ImmutableParserSpec.Config#intValue : (): Int)
2020-11-29T04:28:57.3745667Z ](
2020-11-29T04:28:57.3746503Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.3747692Z recorderRuntime.recordValue[(result : Option)](result, 11).
2020-11-29T04:28:57.3748371Z get
2020-11-29T04:28:57.3748902Z , 18).intValue
2020-11-29T04:28:57.3749450Z , 22).==(1)
2020-11-29T04:28:57.3749931Z , 31)
2020-11-29T04:28:57.3750269Z )
2020-11-29T04:28:57.3750915Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.3751572Z }
2020-11-29T04:28:57.3752031Z }:Unit
2020-11-29T04:28:57.3752360Z }
2020-11-29T04:28:57.3752668Z }
2020-11-29T04:28:57.3753652Z def intParserFail(args: scala.collection.immutable.Seq[String] @Repeated):
2020-11-29T04:28:57.3754584Z Unit
2020-11-29T04:28:57.3754915Z =
2020-11-29T04:28:57.3755207Z {
2020-11-29T04:28:57.3756175Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.3757620Z scopttest.ImmutableParserSpec.intParser1.parse(args.toSeq,
2020-11-29T04:28:57.3759092Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.3760445Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.3761780Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.3762956Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.3764109Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.3765248Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.3766499Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.3767643Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.3768787Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.4027942Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.4029241Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.4030720Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.4032036Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.4033378Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.4034676Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.4035996Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.4037321Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.4038635Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.4039957Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.4041498Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.4042805Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.4043616Z )
2020-11-29T04:28:57.4043933Z {
2020-11-29T04:28:57.4045021Z val value$proxy10: Boolean = result.==(None)
2020-11-29T04:28:57.4045666Z val Recorder_this:
2020-11-29T04:28:57.4046124Z 
2020-11-29T04:28:57.4046736Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.4047553Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.4048015Z )
2020-11-29T04:28:57.4048395Z 
2020-11-29T04:28:57.4049007Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.4049589Z {
2020-11-29T04:28:57.4054183Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.4055420Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.4056048Z (
2020-11-29T04:28:57.4056451Z Recorder_this.inline$listener)
2020-11-29T04:28:57.4057078Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.4057871Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.4058274Z {
2020-11-29T04:28:57.4058824Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.4059269Z closure($anonfun)
2020-11-29T04:28:57.4059607Z }
2020-11-29T04:28:57.4059872Z )
2020-11-29T04:28:57.4060145Z )
2020-11-29T04:28:57.4060403Z {
2020-11-29T04:28:57.4060895Z recorderRuntime.resetValues()
2020-11-29T04:28:57.4061884Z recorderRuntime.recordExpression(" result == None",
2020-11-29T04:28:57.4062836Z "Apply(Select(Ident(\"result\"), \"==\"), List(Ident(\"None\")))"
2020-11-29T04:28:57.4063276Z ,
2020-11-29T04:28:57.4063931Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.4064933Z recorderRuntime.recordValue[(result : Option)](result, 11).==(
2020-11-29T04:28:57.4065536Z None
2020-11-29T04:28:57.4065830Z )
2020-11-29T04:28:57.4066231Z , 18)
2020-11-29T04:28:57.4066531Z )
2020-11-29T04:28:57.4067100Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.4067807Z }
2020-11-29T04:28:57.4068229Z }:Unit
2020-11-29T04:28:57.4068515Z }
2020-11-29T04:28:57.4068791Z }
2020-11-29T04:28:57.4069772Z def longParser1: scopt.OptionParser[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.4070584Z {
2020-11-29T04:28:57.4071121Z final class $anon() extends
2020-11-29T04:28:57.4072093Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.4072964Z ("scopt") {
2020-11-29T04:28:57.4073421Z this.head(
2020-11-29T04:28:57.4074282Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.4075179Z ["scopt","3.x" : String]
2020-11-29T04:28:57.4075522Z )
2020-11-29T04:28:57.4075809Z )
2020-11-29T04:28:57.4076471Z this.opt[Long]('f', "foo")(scopt.Read.longRead).action(
2020-11-29T04:28:57.4076962Z {
2020-11-29T04:28:57.4077898Z def $anonfun(x: Long, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.4079138Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.4079770Z =
2020-11-29T04:28:57.4080291Z c.copy(c.copy$default$1, c.copy$default$2, x, c.copy$default$4,
2020-11-29T04:28:57.4080789Z c.copy$default$5
2020-11-29T04:28:57.4081246Z , c.copy$default$6, c.copy$default$7, c.copy$default$8,
2020-11-29T04:28:57.4081716Z c.copy$default$9
2020-11-29T04:28:57.4082181Z , c.copy$default$10, c.copy$default$11, c.copy$default$12,
2020-11-29T04:28:57.4082646Z c.copy$default$13
2020-11-29T04:28:57.4083123Z , c.copy$default$14, c.copy$default$15, c.copy$default$16,
2020-11-29T04:28:57.4083581Z c.copy$default$17
2020-11-29T04:28:57.4084061Z , c.copy$default$18, c.copy$default$19, c.copy$default$20)
2020-11-29T04:28:57.4084537Z closure($anonfun)
2020-11-29T04:28:57.4084855Z }
2020-11-29T04:28:57.4085134Z )
2020-11-29T04:28:57.4085603Z this.help("help")
2020-11-29T04:28:57.4085951Z }
2020-11-29T04:28:57.4086529Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.4087543Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.4088575Z }
2020-11-29T04:28:57.4089659Z def longParser(args: scala.collection.immutable.Seq[String] @Repeated): Unit
2020-11-29T04:28:57.4090661Z =
2020-11-29T04:28:57.4090996Z {
2020-11-29T04:28:57.4092056Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.4093638Z scopttest.ImmutableParserSpec.intParser1.parse(args.toSeq,
2020-11-29T04:28:57.4095260Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.4096701Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.4098155Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.4099590Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.4101044Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.4102192Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.4103333Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.4104478Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.4105608Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.4106771Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.4107989Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.4109133Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.4110273Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.4111424Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.4112583Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.4113751Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.4114875Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.4116030Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.4117174Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.4118305Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.4119451Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.4120159Z )
2020-11-29T04:28:57.4120412Z {
2020-11-29T04:28:57.4121323Z val value$proxy11: Boolean = result.get.intValue.==(1)
2020-11-29T04:28:57.4122145Z val Recorder_this:
2020-11-29T04:28:57.4123393Z (scopttest.ImmutableParserSpec.assert : (): verify.asserts.PowerAssert)
2020-11-29T04:28:57.4124922Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.4125651Z {
2020-11-29T04:28:57.4126723Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.4128242Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit](
2020-11-29T04:28:57.4129135Z Recorder_this.inline$listener
2020-11-29T04:28:57.4129609Z )
2020-11-29T04:28:57.4210534Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.4213491Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.4213904Z {
2020-11-29T04:28:57.4214460Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.4214908Z closure($anonfun)
2020-11-29T04:28:57.4215240Z }
2020-11-29T04:28:57.4215523Z )
2020-11-29T04:28:57.4215799Z )
2020-11-29T04:28:57.4216073Z {
2020-11-29T04:28:57.4216552Z recorderRuntime.resetValues()
2020-11-29T04:28:57.4217613Z recorderRuntime.recordExpression(" result.get.intValue == 1"
2020-11-29T04:28:57.4218274Z ,
2020-11-29T04:28:57.4218653Z 
2020-11-29T04:28:57.4219242Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"intValue\"), \"==\"), List(Literal(Constant.Int(1))))"
2020-11-29T04:28:57.4219908Z 
2020-11-29T04:28:57.4220189Z ,
2020-11-29T04:28:57.4220854Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.4221814Z recorderRuntime.recordValue[
2020-11-29T04:28:57.4223007Z (scopttest.ImmutableParserSpec.Config#intValue : (): Int)
2020-11-29T04:28:57.4223769Z ](
2020-11-29T04:28:57.4224610Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.4225823Z recorderRuntime.recordValue[(result : Option)](result, 11).get
2020-11-29T04:28:57.4226688Z , 18).intValue
2020-11-29T04:28:57.4227236Z , 22).==(1)
2020-11-29T04:28:57.4227728Z , 31)
2020-11-29T04:28:57.4228047Z )
2020-11-29T04:28:57.4228699Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.4233573Z }
2020-11-29T04:28:57.4234947Z }:Unit
2020-11-29T04:28:57.4235477Z }
2020-11-29T04:28:57.4235771Z }
2020-11-29T04:28:57.4237666Z def stringParser1: scopt.OptionParser[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.4239068Z {
2020-11-29T04:28:57.4240281Z final class $anon() extends
2020-11-29T04:28:57.4242908Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.4245135Z ("scopt") {
2020-11-29T04:28:57.4246011Z this.head(
2020-11-29T04:28:57.4248562Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.4250879Z ["scopt","3.x" : String]
2020-11-29T04:28:57.4251334Z )
2020-11-29T04:28:57.4251663Z )
2020-11-29T04:28:57.4252507Z this.opt[String]("foo")(scopt.Read.stringRead).action(
2020-11-29T04:28:57.4253133Z {
2020-11-29T04:28:57.4254292Z def $anonfun(x: String, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.4255899Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.4256633Z =
2020-11-29T04:28:57.4257137Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3, x,
2020-11-29T04:28:57.4257698Z c.copy$default$5
2020-11-29T04:28:57.4258391Z , c.copy$default$6, c.copy$default$7, c.copy$default$8,
2020-11-29T04:28:57.4258917Z c.copy$default$9
2020-11-29T04:28:57.4259458Z , c.copy$default$10, c.copy$default$11, c.copy$default$12,
2020-11-29T04:28:57.4259988Z c.copy$default$13
2020-11-29T04:28:57.4260526Z , c.copy$default$14, c.copy$default$15, c.copy$default$16,
2020-11-29T04:28:57.4261059Z c.copy$default$17
2020-11-29T04:28:57.4261584Z , c.copy$default$18, c.copy$default$19, c.copy$default$20)
2020-11-29T04:28:57.4262127Z closure($anonfun)
2020-11-29T04:28:57.4262497Z }
2020-11-29T04:28:57.4262840Z )
2020-11-29T04:28:57.4263635Z this.opt[String]("bar")(scopt.Read.stringRead).action(
2020-11-29T04:28:57.4264205Z {
2020-11-29T04:28:57.4265290Z def $anonfun(x: String, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.4266708Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.4291039Z =
2020-11-29T04:28:57.4291515Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3,
2020-11-29T04:28:57.4292011Z c.copy$default$4
2020-11-29T04:28:57.4292475Z , c.copy$default$5, c.copy$default$6, c.copy$default$7,
2020-11-29T04:28:57.4292944Z c.copy$default$8
2020-11-29T04:28:57.4293611Z , c.copy$default$9, c.copy$default$10, c.copy$default$11,
2020-11-29T04:28:57.4294164Z c.copy$default$12
2020-11-29T04:28:57.4294704Z , c.copy$default$13, c.copy$default$14, c.copy$default$15,
2020-11-29T04:28:57.4295229Z c.copy$default$16
2020-11-29T04:28:57.4296210Z , c.copy$default$17, c.copy$default$18, Some.apply[String](x),
2020-11-29T04:28:57.4296787Z c.copy$default$20
2020-11-29T04:28:57.4297146Z )
2020-11-29T04:28:57.4297532Z closure($anonfun)
2020-11-29T04:28:57.4297898Z }
2020-11-29T04:28:57.4298215Z )
2020-11-29T04:28:57.4298760Z this.help("help")
2020-11-29T04:28:57.4299138Z }
2020-11-29T04:28:57.4299800Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.4300987Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.4301865Z }
2020-11-29T04:28:57.4302774Z def stringParser(args: scala.collection.immutable.Seq[String] @Repeated): Unit
2020-11-29T04:28:57.4303676Z =
2020-11-29T04:28:57.4303944Z {
2020-11-29T04:28:57.4304807Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.4306398Z scopttest.ImmutableParserSpec.stringParser1.parse(args.toSeq,
2020-11-29T04:28:57.4307949Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.4309308Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.4310606Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.4311926Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.4313244Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.4314542Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.4315860Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.4317165Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.4318527Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.4319762Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.4320811Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.4321800Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.4322786Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.4324019Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.4325165Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.4326316Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.4327457Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.4328932Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.4338041Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.4339441Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.4340790Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.4341800Z )
2020-11-29T04:28:57.4342116Z {
2020-11-29T04:28:57.4343548Z val value$proxy12: Boolean = result.get.stringValue.==("bar")
2020-11-29T04:28:57.4344490Z val Recorder_this:
2020-11-29T04:28:57.4345791Z (scopttest.ImmutableParserSpec.assert : (): verify.asserts.PowerAssert)
2020-11-29T04:28:57.4347229Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.4347954Z {
2020-11-29T04:28:57.4349027Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.4350609Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit](
2020-11-29T04:28:57.4351426Z Recorder_this.inline$listener
2020-11-29T04:28:57.4351869Z )
2020-11-29T04:28:57.4352445Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.4353396Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.4353801Z {
2020-11-29T04:28:57.4354381Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.4354829Z closure($anonfun)
2020-11-29T04:28:57.4355162Z }
2020-11-29T04:28:57.4355424Z )
2020-11-29T04:28:57.4355700Z )
2020-11-29T04:28:57.4355957Z {
2020-11-29T04:28:57.4356445Z recorderRuntime.resetValues()
2020-11-29T04:28:57.4357658Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.4358530Z " result.get.stringValue == \"bar\""
2020-11-29T04:28:57.4358977Z ,
2020-11-29T04:28:57.4359363Z 
2020-11-29T04:28:57.4359993Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"stringValue\"), \"==\"), List(Literal(Constant.String(\"bar\"))))"
2020-11-29T04:28:57.4360884Z 
2020-11-29T04:28:57.4361206Z ,
2020-11-29T04:28:57.4361970Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.4362820Z recorderRuntime.recordValue[
2020-11-29T04:28:57.4364025Z (scopttest.ImmutableParserSpec.Config#stringValue : (): String)
2020-11-29T04:28:57.4364827Z ](
2020-11-29T04:28:57.4365658Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.4366839Z recorderRuntime.recordValue[(result : Option)](result, 11).get
2020-11-29T04:28:57.4367736Z , 18).stringValue
2020-11-29T04:28:57.4368300Z , 22).==("bar")
2020-11-29T04:28:57.4368795Z , 34)
2020-11-29T04:28:57.4369125Z )
2020-11-29T04:28:57.4369766Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.4370644Z }
2020-11-29T04:28:57.4371117Z }:Unit
2020-11-29T04:28:57.4371532Z }
2020-11-29T04:28:57.4371841Z }
2020-11-29T04:28:57.4372894Z def emptyStringParser(args: scala.collection.immutable.Seq[String] @Repeated)
2020-11-29T04:28:57.4373731Z :
2020-11-29T04:28:57.4374181Z Unit =
2020-11-29T04:28:57.4374501Z {
2020-11-29T04:28:57.4375473Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.4377249Z scopttest.ImmutableParserSpec.stringParser1.parse(args.toSeq,
2020-11-29T04:28:57.4416275Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.4422841Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.4425524Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.4438323Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.4439770Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.4441292Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.4442728Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.4444160Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.4445573Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.4446992Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.4448416Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.4449939Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.4451360Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.4452791Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.4454276Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.4455627Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.4456962Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.4458270Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.4459593Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.4460897Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.4462394Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.4463399Z )
2020-11-29T04:28:57.4463726Z {
2020-11-29T04:28:57.4464879Z val value$proxy13: Boolean = result.get.stringValue.==("")
2020-11-29T04:28:57.4465749Z val Recorder_this:
2020-11-29T04:28:57.4466262Z 
2020-11-29T04:28:57.4466983Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.4467898Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.4468430Z )
2020-11-29T04:28:57.4468868Z 
2020-11-29T04:28:57.4469559Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.4470246Z {
2020-11-29T04:28:57.4471247Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.4472632Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.4473362Z (
2020-11-29T04:28:57.4473804Z Recorder_this.inline$listener)
2020-11-29T04:28:57.4474518Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.4475422Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.4475872Z {
2020-11-29T04:28:57.4476598Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.4477117Z closure($anonfun)
2020-11-29T04:28:57.4477487Z }
2020-11-29T04:28:57.4477804Z )
2020-11-29T04:28:57.4478107Z )
2020-11-29T04:28:57.4478588Z {
2020-11-29T04:28:57.4479198Z recorderRuntime.resetValues()
2020-11-29T04:28:57.4480131Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.4481208Z " result.get.stringValue == \"\""
2020-11-29T04:28:57.4481753Z ,
2020-11-29T04:28:57.4482215Z 
2020-11-29T04:28:57.4483002Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"stringValue\"), \"==\"), List(Literal(Constant.String(\"\"))))"
2020-11-29T04:28:57.4483871Z 
2020-11-29T04:28:57.4484224Z ,
2020-11-29T04:28:57.4485047Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.4485956Z recorderRuntime.recordValue[
2020-11-29T04:28:57.4486696Z 
2020-11-29T04:28:57.4487544Z (scopttest.ImmutableParserSpec.Config#stringValue :
2020-11-29T04:28:57.4488398Z (): String
2020-11-29T04:28:57.4488778Z )
2020-11-29T04:28:57.4489250Z 
2020-11-29T04:28:57.4489603Z ](
2020-11-29T04:28:57.4492196Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.4494181Z recorderRuntime.recordValue[(result : Option)](result, 11).
2020-11-29T04:28:57.4495232Z get
2020-11-29T04:28:57.4495754Z , 18).stringValue
2020-11-29T04:28:57.4496247Z , 22).==("")
2020-11-29T04:28:57.4597843Z , 34)
2020-11-29T04:28:57.4598283Z )
2020-11-29T04:28:57.4598975Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.4599632Z }
2020-11-29T04:28:57.4600279Z }:Unit
2020-11-29T04:28:57.4600625Z }
2020-11-29T04:28:57.4600919Z }
2020-11-29T04:28:57.4602011Z def noneOptStringParser(args: scala.collection.immutable.Seq[String] @Repeated
2020-11-29T04:28:57.4602882Z )
2020-11-29T04:28:57.4603383Z : Unit =
2020-11-29T04:28:57.4603682Z {
2020-11-29T04:28:57.4604537Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.4606031Z scopttest.ImmutableParserSpec.stringParser1.parse(args.toSeq,
2020-11-29T04:28:57.4607381Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.4608545Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.4609712Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.4611011Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.4612151Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.4613300Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.4614441Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.4615583Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.4616733Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.4617889Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.4619332Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.4620671Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.4622068Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.4623379Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.4624707Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.4626052Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.4627361Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.4628694Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.4630311Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.4631639Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.4632959Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.4633757Z )
2020-11-29T04:28:57.4634068Z {
2020-11-29T04:28:57.4635000Z val value$proxy14: Boolean = result.get.optStringValue.==(None)
2020-11-29T04:28:57.4635895Z val Recorder_this:
2020-11-29T04:28:57.4636414Z 
2020-11-29T04:28:57.4637138Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.4638049Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.4638584Z )
2020-11-29T04:28:57.4639004Z 
2020-11-29T04:28:57.4639693Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.4640385Z {
2020-11-29T04:28:57.4641366Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.4642777Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.4643482Z (
2020-11-29T04:28:57.4643915Z Recorder_this.inline$listener)
2020-11-29T04:28:57.4644630Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.4645521Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.4645981Z {
2020-11-29T04:28:57.4646624Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.4647125Z closure($anonfun)
2020-11-29T04:28:57.4647502Z }
2020-11-29T04:28:57.4647819Z )
2020-11-29T04:28:57.4648118Z )
2020-11-29T04:28:57.4648427Z {
2020-11-29T04:28:57.4648977Z recorderRuntime.resetValues()
2020-11-29T04:28:57.4650047Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.4651118Z " result.get.optStringValue == None"
2020-11-29T04:28:57.4651659Z ,
2020-11-29T04:28:57.4652100Z 
2020-11-29T04:28:57.4652757Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"optStringValue\"), \"==\"), List(Ident(\"None\")))"
2020-11-29T04:28:57.4653515Z 
2020-11-29T04:28:57.4653845Z ,
2020-11-29T04:28:57.4654630Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.4655484Z recorderRuntime.recordValue[
2020-11-29T04:28:57.4656164Z 
2020-11-29T04:28:57.4656966Z (scopttest.ImmutableParserSpec.Config#optStringValue :
2020-11-29T04:28:57.4657801Z (): Option
2020-11-29T04:28:57.4658145Z )
2020-11-29T04:28:57.4658591Z 
2020-11-29T04:28:57.4658919Z ](
2020-11-29T04:28:57.4659747Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.4661123Z recorderRuntime.recordValue[(result : Option)](result, 11).
2020-11-29T04:28:57.4661865Z get
2020-11-29T04:28:57.4662484Z , 18).optStringValue
2020-11-29T04:28:57.4663127Z , 22).==(None)
2020-11-29T04:28:57.4663730Z , 37)
2020-11-29T04:28:57.4664100Z )
2020-11-29T04:28:57.4664809Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.4665498Z }
2020-11-29T04:28:57.4666005Z }:Unit
2020-11-29T04:28:57.4666371Z }
2020-11-29T04:28:57.4666690Z }
2020-11-29T04:28:57.4667389Z def emptyOptStringParser(
2020-11-29T04:28:57.4668506Z args: scala.collection.immutable.Seq[String] @Repeated
2020-11-29T04:28:57.4669386Z ): Unit =
2020-11-29T04:28:57.4669750Z {
2020-11-29T04:28:57.4670881Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.4672404Z scopttest.ImmutableParserSpec.stringParser1.parse(args.toSeq,
2020-11-29T04:28:57.4673976Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.4675321Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.4676661Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.4678001Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.4679159Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.4680319Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.4681453Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.4682608Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.4683758Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.4684904Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.4686060Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.4687213Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.4688352Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.4689503Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.4690903Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.4692054Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.4693206Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.4694440Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.4695779Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.4697244Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.4698549Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.4699365Z )
2020-11-29T04:28:57.4699677Z {
2020-11-29T04:28:57.4700326Z val value$proxy15: Boolean =
2020-11-29T04:28:57.4701265Z result.get.optStringValue.==(Some.apply[String](""))
2020-11-29T04:28:57.4702124Z val Recorder_this:
2020-11-29T04:28:57.4702629Z 
2020-11-29T04:28:57.4703354Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.4704264Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.4704795Z )
2020-11-29T04:28:57.4705229Z 
2020-11-29T04:28:57.4705911Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.4706588Z {
2020-11-29T04:28:57.4707585Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.4708962Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.4709736Z (
2020-11-29T04:28:57.4710182Z Recorder_this.inline$listener)
2020-11-29T04:28:57.4710890Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.4711806Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.4712418Z {
2020-11-29T04:28:57.4713111Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.4713664Z closure($anonfun)
2020-11-29T04:28:57.4714061Z }
2020-11-29T04:28:57.4714409Z )
2020-11-29T04:28:57.4714734Z )
2020-11-29T04:28:57.4715069Z {
2020-11-29T04:28:57.4715680Z recorderRuntime.resetValues()
2020-11-29T04:28:57.4716620Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.4717748Z " result.get.optStringValue == Some(\"\")"
2020-11-29T04:28:57.4718349Z ,
2020-11-29T04:28:57.4718810Z 
2020-11-29T04:28:57.4719878Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"optStringValue\"), \"==\"), List(Apply(TypeApply(Select(Ident(\"Some\"), \"apply\"), List(Inferred())), List(Literal(Constant.String(\"\"))))))"
2020-11-29T04:28:57.4721050Z 
2020-11-29T04:28:57.4721391Z ,
2020-11-29T04:28:57.4722221Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.4723126Z recorderRuntime.recordValue[
2020-11-29T04:28:57.4723871Z 
2020-11-29T04:28:57.4724744Z (scopttest.ImmutableParserSpec.Config#optStringValue :
2020-11-29T04:28:57.4725628Z (): Option
2020-11-29T04:28:57.4726010Z )
2020-11-29T04:28:57.4726582Z 
2020-11-29T04:28:57.4726896Z ](
2020-11-29T04:28:57.4727728Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.4728926Z recorderRuntime.recordValue[(result : Option)](result, 11).
2020-11-29T04:28:57.4729604Z get
2020-11-29T04:28:57.4730299Z , 18).optStringValue
2020-11-29T04:28:57.4730857Z , 22).==(
2020-11-29T04:28:57.4731655Z recorderRuntime.recordValue[Some[String]](
2020-11-29T04:28:57.4732531Z Some.apply[String]("")
2020-11-29T04:28:57.4733090Z , 40)
2020-11-29T04:28:57.4733520Z )
2020-11-29T04:28:57.4733997Z , 37)
2020-11-29T04:28:57.4734319Z )
2020-11-29T04:28:57.4734975Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.4735619Z }
2020-11-29T04:28:57.4736082Z }:Unit
2020-11-29T04:28:57.4736419Z }
2020-11-29T04:28:57.4736711Z }
2020-11-29T04:28:57.4737776Z def bazOptStringParser(args: scala.collection.immutable.Seq[String] @Repeated)
2020-11-29T04:28:57.4738625Z :
2020-11-29T04:28:57.4739065Z Unit =
2020-11-29T04:28:57.4739397Z {
2020-11-29T04:28:57.4740372Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.4741715Z scopttest.ImmutableParserSpec.stringParser1.parse(args.toSeq,
2020-11-29T04:28:57.4743070Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.4744237Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.4745397Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.4746546Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.4747878Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.4749202Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.4750582Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.4751905Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.4753220Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.4754558Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.4755866Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.4757188Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.4758702Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.4760180Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.4761754Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.4763165Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.4764591Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.4766019Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.4767431Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.4768875Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.4770395Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.4771263Z )
2020-11-29T04:28:57.4771593Z {
2020-11-29T04:28:57.4772293Z val value$proxy16: Boolean =
2020-11-29T04:28:57.4773341Z result.get.optStringValue.==(Some.apply[String]("baz"))
2020-11-29T04:28:57.4774203Z val Recorder_this:
2020-11-29T04:28:57.4774769Z 
2020-11-29T04:28:57.4775398Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.4776466Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.4781824Z )
2020-11-29T04:28:57.4922438Z 
2020-11-29T04:28:57.4923215Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.4923912Z {
2020-11-29T04:28:57.4925067Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.4926471Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.4927378Z (
2020-11-29T04:28:57.4927832Z Recorder_this.inline$listener)
2020-11-29T04:28:57.4928540Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.4929475Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.4930158Z {
2020-11-29T04:28:57.4930986Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.4931536Z closure($anonfun)
2020-11-29T04:28:57.4931935Z }
2020-11-29T04:28:57.4932279Z )
2020-11-29T04:28:57.4932617Z )
2020-11-29T04:28:57.4932940Z {
2020-11-29T04:28:57.4933554Z recorderRuntime.resetValues()
2020-11-29T04:28:57.4934485Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.4935638Z " result.get.optStringValue == Some(\"baz\")"
2020-11-29T04:28:57.4936242Z ,
2020-11-29T04:28:57.4936706Z 
2020-11-29T04:28:57.4937771Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"optStringValue\"), \"==\"), List(Apply(TypeApply(Select(Ident(\"Some\"), \"apply\"), List(Inferred())), List(Literal(Constant.String(\"baz\"))))))"
2020-11-29T04:28:57.4938953Z 
2020-11-29T04:28:57.4939299Z ,
2020-11-29T04:28:57.4940214Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.4941132Z recorderRuntime.recordValue[
2020-11-29T04:28:57.4941870Z 
2020-11-29T04:28:57.4942759Z (scopttest.ImmutableParserSpec.Config#optStringValue :
2020-11-29T04:28:57.4943655Z (): Option
2020-11-29T04:28:57.4944023Z )
2020-11-29T04:28:57.4944511Z 
2020-11-29T04:28:57.4944852Z ](
2020-11-29T04:28:57.4945748Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.4947040Z recorderRuntime.recordValue[(result : Option)](result, 11).
2020-11-29T04:28:57.4947771Z get
2020-11-29T04:28:57.4948406Z , 18).optStringValue
2020-11-29T04:28:57.4949024Z , 22).==(
2020-11-29T04:28:57.4949873Z recorderRuntime.recordValue[Some[String]](
2020-11-29T04:28:57.4950835Z Some.apply[String]("baz")
2020-11-29T04:28:57.4951448Z , 40)
2020-11-29T04:28:57.4951817Z )
2020-11-29T04:28:57.4952315Z , 37)
2020-11-29T04:28:57.4952662Z )
2020-11-29T04:28:57.4953361Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.4954117Z }
2020-11-29T04:28:57.4954605Z }:Unit
2020-11-29T04:28:57.4954967Z }
2020-11-29T04:28:57.4955278Z }
2020-11-29T04:28:57.4956486Z def charParser1: scopt.OptionParser[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.4957493Z {
2020-11-29T04:28:57.4958142Z final class $anon() extends
2020-11-29T04:28:57.4959366Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.4960412Z ("scopt") {
2020-11-29T04:28:57.4960970Z this.head(
2020-11-29T04:28:57.4962042Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.4963140Z ["scopt","3.x" : String]
2020-11-29T04:28:57.4963575Z )
2020-11-29T04:28:57.4963913Z )
2020-11-29T04:28:57.4964679Z this.opt[Char]("foo")(scopt.Read.charRead).action(
2020-11-29T04:28:57.4965269Z {
2020-11-29T04:28:57.4966408Z def $anonfun(x: Char, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.4968027Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.4968816Z =
2020-11-29T04:28:57.4969348Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3,
2020-11-29T04:28:57.4970047Z c.copy$default$4
2020-11-29T04:28:57.4970634Z , c.copy$default$5, c.copy$default$6, c.copy$default$7,
2020-11-29T04:28:57.4971202Z c.copy$default$8
2020-11-29T04:28:57.4971789Z , c.copy$default$9, c.copy$default$10, c.copy$default$11,
2020-11-29T04:28:57.4972368Z c.copy$default$12
2020-11-29T04:28:57.4972936Z , c.copy$default$13, c.copy$default$14, c.copy$default$15,
2020-11-29T04:28:57.4973518Z c.copy$default$16
2020-11-29T04:28:57.4974095Z , c.copy$default$17, x, c.copy$default$19, c.copy$default$20)
2020-11-29T04:28:57.4974682Z closure($anonfun)
2020-11-29T04:28:57.4975085Z }
2020-11-29T04:28:57.4975409Z )
2020-11-29T04:28:57.4975999Z this.help("help")
2020-11-29T04:28:57.4976410Z }
2020-11-29T04:28:57.4977103Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.4978365Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.4979254Z }
2020-11-29T04:28:57.4980450Z def charParser(args: scala.collection.immutable.Seq[String] @Repeated): Unit
2020-11-29T04:28:57.4981311Z =
2020-11-29T04:28:57.4981629Z {
2020-11-29T04:28:57.4982691Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.4984360Z scopttest.ImmutableParserSpec.charParser1.parse(args.toSeq,
2020-11-29T04:28:57.4985843Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.4987195Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.4988494Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.4989822Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.4991145Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.4992459Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.4993777Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.4995352Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.4996758Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.4998179Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.4999595Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.5001009Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.5002444Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.5003865Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.5005255Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.5006681Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.5008104Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.5009507Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.5043316Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.5044882Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.5046305Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.5047201Z )
2020-11-29T04:28:57.5047521Z {
2020-11-29T04:28:57.5048827Z val value$proxy17: Boolean = result.get.charValue.==('b')
2020-11-29T04:28:57.5049745Z val Recorder_this:
2020-11-29T04:28:57.5051201Z (scopttest.ImmutableParserSpec.assert : (): verify.asserts.PowerAssert)
2020-11-29T04:28:57.5052620Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.5053360Z {
2020-11-29T04:28:57.5054430Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.5055930Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit](
2020-11-29T04:28:57.5056816Z Recorder_this.inline$listener
2020-11-29T04:28:57.5057292Z )
2020-11-29T04:28:57.5057925Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.5058885Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.5059376Z {
2020-11-29T04:28:57.5060072Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.5060605Z closure($anonfun)
2020-11-29T04:28:57.5061010Z }
2020-11-29T04:28:57.5061333Z )
2020-11-29T04:28:57.5061668Z )
2020-11-29T04:28:57.5062000Z {
2020-11-29T04:28:57.5062587Z recorderRuntime.resetValues()
2020-11-29T04:28:57.5063686Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.5064732Z " result.get.charValue == \'b\'"
2020-11-29T04:28:57.5065249Z ,
2020-11-29T04:28:57.5065725Z 
2020-11-29T04:28:57.5066692Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"charValue\"), \"==\"), List(Literal(Constant.Char(\'b\'))))"
2020-11-29T04:28:57.5067545Z 
2020-11-29T04:28:57.5067894Z ,
2020-11-29T04:28:57.5068699Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.5069622Z recorderRuntime.recordValue[
2020-11-29T04:28:57.5070912Z (scopttest.ImmutableParserSpec.Config#charValue : (): Char)
2020-11-29T04:28:57.5071757Z ](
2020-11-29T04:28:57.5072662Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.5073941Z recorderRuntime.recordValue[(result : Option)](result, 11).get
2020-11-29T04:28:57.5074894Z , 18).charValue
2020-11-29T04:28:57.5075606Z , 22).==('b')
2020-11-29T04:28:57.5076094Z , 32)
2020-11-29T04:28:57.5076435Z )
2020-11-29T04:28:57.5077099Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.5077741Z }
2020-11-29T04:28:57.5078201Z }:Unit
2020-11-29T04:28:57.5078526Z }
2020-11-29T04:28:57.5078833Z }
2020-11-29T04:28:57.5079867Z def charParserUTF16(args: scala.collection.immutable.Seq[String] @Repeated):
2020-11-29T04:28:57.5080823Z Unit
2020-11-29T04:28:57.5107601Z =
2020-11-29T04:28:57.5108055Z {
2020-11-29T04:28:57.5109220Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.5110726Z scopttest.ImmutableParserSpec.charParser1.parse(args.toSeq,
2020-11-29T04:28:57.5112253Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.5113604Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.5114943Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.5116473Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.5117907Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.5119332Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.5120936Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.5122350Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.5123762Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.5125192Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.5126617Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.5128055Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.5129477Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.5153872Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.5155259Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.5171344Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.5172835Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.5174246Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.5175683Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.5177269Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.5187503Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.5188410Z )
2020-11-29T04:28:57.5188752Z {
2020-11-29T04:28:57.5189825Z val value$proxy18: Boolean = result.get.charValue.==('¡')
2020-11-29T04:28:57.5190745Z val Recorder_this:
2020-11-29T04:28:57.5191300Z 
2020-11-29T04:28:57.5192077Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.5193080Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.5193652Z )
2020-11-29T04:28:57.5194131Z 
2020-11-29T04:28:57.5194865Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.5195596Z {
2020-11-29T04:28:57.5196665Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.5198412Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.5199170Z (
2020-11-29T04:28:57.5199752Z Recorder_this.inline$listener)
2020-11-29T04:28:57.5200638Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.5201614Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.5202111Z {
2020-11-29T04:28:57.5202793Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.5203341Z closure($anonfun)
2020-11-29T04:28:57.5203743Z }
2020-11-29T04:28:57.5204079Z )
2020-11-29T04:28:57.5204415Z )
2020-11-29T04:28:57.5204737Z {
2020-11-29T04:28:57.5205344Z recorderRuntime.resetValues()
2020-11-29T04:28:57.5206285Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.5207335Z " result.get.charValue == \'¡\'"
2020-11-29T04:28:57.5207854Z ,
2020-11-29T04:28:57.5208314Z 
2020-11-29T04:28:57.5209308Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"charValue\"), \"==\"), List(Literal(Constant.Char(\'¡\'))))"
2020-11-29T04:28:57.5210423Z 
2020-11-29T04:28:57.5210763Z ,
2020-11-29T04:28:57.5211584Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.5212481Z recorderRuntime.recordValue[
2020-11-29T04:28:57.5213766Z (scopttest.ImmutableParserSpec.Config#charValue : (): Char)
2020-11-29T04:28:57.5214790Z ](
2020-11-29T04:28:57.5215685Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.5216976Z recorderRuntime.recordValue[(result : Option)](result, 11).
2020-11-29T04:28:57.5217722Z get
2020-11-29T04:28:57.5218289Z , 18).charValue
2020-11-29T04:28:57.5218900Z , 22).==('¡')
2020-11-29T04:28:57.5219440Z , 32)
2020-11-29T04:28:57.5219793Z )
2020-11-29T04:28:57.5220503Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.5221201Z }
2020-11-29T04:28:57.5221694Z }:Unit
2020-11-29T04:28:57.5222056Z }
2020-11-29T04:28:57.5222372Z }
2020-11-29T04:28:57.5223461Z def charParserFail(args: scala.collection.immutable.Seq[String] @Repeated):
2020-11-29T04:28:57.5224467Z Unit
2020-11-29T04:28:57.5224822Z =
2020-11-29T04:28:57.5225150Z {
2020-11-29T04:28:57.5226182Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.5227775Z scopttest.ImmutableParserSpec.charParser1.parse(args.toSeq,
2020-11-29T04:28:57.5229439Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.5230855Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.5232183Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.5233505Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.5235058Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.5236492Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.5237902Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.5239393Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.5240702Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.5242015Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.5243515Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.5244953Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.5246372Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.5247798Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.5249222Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.5250860Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.5253173Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.5254620Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.5256140Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.5257578Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.5259115Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.5260137Z )
2020-11-29T04:28:57.5260569Z {
2020-11-29T04:28:57.5261512Z val value$proxy19: Boolean = result.==(None)
2020-11-29T04:28:57.5262591Z val Recorder_this:
2020-11-29T04:28:57.5263262Z 
2020-11-29T04:28:57.5264020Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.5265203Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.5266022Z )
2020-11-29T04:28:57.5266858Z 
2020-11-29T04:28:57.5267789Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.5268878Z {
2020-11-29T04:28:57.5270144Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.5272094Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.5273148Z (
2020-11-29T04:28:57.5273750Z Recorder_this.inline$listener)
2020-11-29T04:28:57.5274524Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.5275517Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.5276018Z {
2020-11-29T04:28:57.5276695Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.5277245Z closure($anonfun)
2020-11-29T04:28:57.5277751Z }
2020-11-29T04:28:57.5278086Z )
2020-11-29T04:28:57.5278421Z )
2020-11-29T04:28:57.5278747Z {
2020-11-29T04:28:57.5279438Z recorderRuntime.resetValues()
2020-11-29T04:28:57.5282387Z recorderRuntime.recordExpression(" result == None",
2020-11-29T04:28:57.5287188Z "Apply(Select(Ident(\"result\"), \"==\"), List(Ident(\"None\")))"
2020-11-29T04:28:57.5287760Z ,
2020-11-29T04:28:57.5288753Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.5290195Z recorderRuntime.recordValue[(result : Option)](result, 11).==(
2020-11-29T04:28:57.5290955Z None
2020-11-29T04:28:57.5312730Z )
2020-11-29T04:28:57.5375255Z , 18)
2020-11-29T04:28:57.5375697Z )
2020-11-29T04:28:57.5376413Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.5377129Z }
2020-11-29T04:28:57.5377734Z }:Unit
2020-11-29T04:28:57.5378102Z }
2020-11-29T04:28:57.5378430Z }
2020-11-29T04:28:57.5379667Z def doubleParser1: scopt.OptionParser[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.5380697Z {
2020-11-29T04:28:57.5381360Z final class $anon() extends
2020-11-29T04:28:57.5382559Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.5383622Z ("scopt") {
2020-11-29T04:28:57.5384179Z this.head(
2020-11-29T04:28:57.5385235Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.5386350Z ["scopt","3.x" : String]
2020-11-29T04:28:57.5386773Z )
2020-11-29T04:28:57.5387111Z )
2020-11-29T04:28:57.5387935Z this.opt[Double]("foo")(scopt.Read.doubleRead).action(
2020-11-29T04:28:57.5388553Z {
2020-11-29T04:28:57.5389736Z def $anonfun(x: Double, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.5391274Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.5392043Z =
2020-11-29T04:28:57.5392591Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3,
2020-11-29T04:28:57.5393176Z c.copy$default$4
2020-11-29T04:28:57.5393765Z , x, c.copy$default$6, c.copy$default$7, c.copy$default$8,
2020-11-29T04:28:57.5394345Z c.copy$default$9
2020-11-29T04:28:57.5394914Z , c.copy$default$10, c.copy$default$11, c.copy$default$12,
2020-11-29T04:28:57.5395491Z c.copy$default$13
2020-11-29T04:28:57.5396066Z , c.copy$default$14, c.copy$default$15, c.copy$default$16,
2020-11-29T04:28:57.5396627Z c.copy$default$17
2020-11-29T04:28:57.5397205Z , c.copy$default$18, c.copy$default$19, c.copy$default$20)
2020-11-29T04:28:57.5397964Z closure($anonfun)
2020-11-29T04:28:57.5398354Z }
2020-11-29T04:28:57.5398689Z )
2020-11-29T04:28:57.5399276Z this.help("help")
2020-11-29T04:28:57.5399689Z }
2020-11-29T04:28:57.5400396Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.5401664Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.5402552Z }
2020-11-29T04:28:57.5403655Z def doubleParser(args: scala.collection.immutable.Seq[String] @Repeated): Unit
2020-11-29T04:28:57.5404539Z =
2020-11-29T04:28:57.5404870Z {
2020-11-29T04:28:57.5405901Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.5407545Z scopttest.ImmutableParserSpec.doubleParser1.parse(args.toSeq,
2020-11-29T04:28:57.5409229Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.5411093Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.5412534Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.5413961Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.5415384Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.5416911Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.5418318Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.5419736Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.5421159Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.5422561Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.5423977Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.5425399Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.5426809Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.5428235Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.5429727Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.5431039Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.5432359Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.5433680Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.5434981Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.5436301Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.5437611Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.5438415Z )
2020-11-29T04:28:57.5438723Z {
2020-11-29T04:28:57.5439580Z val value$proxy20: Boolean = result.get.doubleValue.==(1.0)
2020-11-29T04:28:57.5440446Z val Recorder_this:
2020-11-29T04:28:57.5441645Z (scopttest.ImmutableParserSpec.assert : (): verify.asserts.PowerAssert)
2020-11-29T04:28:57.5442943Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.5443616Z {
2020-11-29T04:28:57.5444609Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.5445988Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit](
2020-11-29T04:28:57.5446816Z Recorder_this.inline$listener
2020-11-29T04:28:57.5447253Z )
2020-11-29T04:28:57.5447824Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.5448814Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.5449267Z {
2020-11-29T04:28:57.5450151Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.5450666Z closure($anonfun)
2020-11-29T04:28:57.5451029Z }
2020-11-29T04:28:57.5451346Z )
2020-11-29T04:28:57.5451648Z )
2020-11-29T04:28:57.5451961Z {
2020-11-29T04:28:57.5452629Z recorderRuntime.resetValues()
2020-11-29T04:28:57.5453390Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.5454272Z " result.get.doubleValue == 1.0"
2020-11-29T04:28:57.5454709Z ,
2020-11-29T04:28:57.5455082Z 
2020-11-29T04:28:57.5455718Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"doubleValue\"), \"==\"), List(Literal(Constant.Double(1.0d))))"
2020-11-29T04:28:57.5456423Z 
2020-11-29T04:28:57.5456711Z ,
2020-11-29T04:28:57.5457374Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.5458109Z recorderRuntime.recordValue[
2020-11-29T04:28:57.5459195Z (scopttest.ImmutableParserSpec.Config#doubleValue : (): Double)
2020-11-29T04:28:57.5460120Z ](
2020-11-29T04:28:57.5461026Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.5462244Z recorderRuntime.recordValue[(result : Option)](result, 11).get
2020-11-29T04:28:57.5463163Z , 18).doubleValue
2020-11-29T04:28:57.5463741Z , 22).==(1.0)
2020-11-29T04:28:57.5464233Z , 34)
2020-11-29T04:28:57.5464558Z )
2020-11-29T04:28:57.5465225Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.5465882Z }
2020-11-29T04:28:57.5466327Z }:Unit
2020-11-29T04:28:57.5466775Z }
2020-11-29T04:28:57.5467030Z }
2020-11-29T04:28:57.5467939Z def doubleParserFail(args: scala.collection.immutable.Seq[String] @Repeated):
2020-11-29T04:28:57.5468786Z Unit
2020-11-29T04:28:57.5469069Z =
2020-11-29T04:28:57.5469340Z {
2020-11-29T04:28:57.5470178Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.5471795Z scopttest.ImmutableParserSpec.doubleParser1.parse(args.toSeq,
2020-11-29T04:28:57.5473353Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.5474930Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.5476367Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.5477823Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.5479135Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.5480469Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.5481799Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.5483100Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.5484417Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.5485796Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.5486929Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.5488093Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.5489240Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.5490471Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.5491629Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.5493133Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.5494650Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.5496075Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.5497482Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.5498892Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.5500307Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.5501171Z )
2020-11-29T04:28:57.5501507Z {
2020-11-29T04:28:57.5502266Z val value$proxy21: Boolean = result.==(None)
2020-11-29T04:28:57.5503035Z val Recorder_this:
2020-11-29T04:28:57.5503596Z 
2020-11-29T04:28:57.5504361Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.5505371Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.5505937Z )
2020-11-29T04:28:57.5506388Z 
2020-11-29T04:28:57.5507142Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.5507872Z {
2020-11-29T04:28:57.5509072Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.5510488Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.5511178Z (
2020-11-29T04:28:57.5511630Z Recorder_this.inline$listener)
2020-11-29T04:28:57.5512341Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.5513233Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.5513691Z {
2020-11-29T04:28:57.5514330Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.5514832Z closure($anonfun)
2020-11-29T04:28:57.5515211Z }
2020-11-29T04:28:57.5515516Z )
2020-11-29T04:28:57.5515831Z )
2020-11-29T04:28:57.5516148Z {
2020-11-29T04:28:57.5516705Z recorderRuntime.resetValues()
2020-11-29T04:28:57.5517839Z recorderRuntime.recordExpression(" result == None",
2020-11-29T04:28:57.5518892Z "Apply(Select(Ident(\"result\"), \"==\"), List(Ident(\"None\")))"
2020-11-29T04:28:57.5519373Z ,
2020-11-29T04:28:57.5520132Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.5521316Z recorderRuntime.recordValue[(result : Option)](result, 11).==(
2020-11-29T04:28:57.5521915Z None
2020-11-29T04:28:57.5522212Z )
2020-11-29T04:28:57.5522608Z , 18)
2020-11-29T04:28:57.5522907Z )
2020-11-29T04:28:57.5523483Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.5524042Z }
2020-11-29T04:28:57.5524448Z }:Unit
2020-11-29T04:28:57.5524734Z }
2020-11-29T04:28:57.5525003Z }
2020-11-29T04:28:57.5525993Z def boolParser1: scopt.OptionParser[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.5526796Z {
2020-11-29T04:28:57.5527333Z final class $anon() extends
2020-11-29T04:28:57.5528519Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.5529512Z ("scopt") {
2020-11-29T04:28:57.5530203Z this.head(
2020-11-29T04:28:57.5531424Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.5532526Z ["scopt","3.x" : String]
2020-11-29T04:28:57.5532958Z )
2020-11-29T04:28:57.5533373Z )
2020-11-29T04:28:57.5534228Z this.opt[Boolean]("foo")(scopt.Read.booleanRead).action(
2020-11-29T04:28:57.5534868Z {
2020-11-29T04:28:57.5536039Z def $anonfun(x: Boolean, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.5537574Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.5538358Z =
2020-11-29T04:28:57.5538902Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3,
2020-11-29T04:28:57.5539505Z c.copy$default$4
2020-11-29T04:28:57.5540075Z , c.copy$default$5, x, c.copy$default$7, c.copy$default$8,
2020-11-29T04:28:57.5540829Z c.copy$default$9
2020-11-29T04:28:57.5541370Z , c.copy$default$10, c.copy$default$11, c.copy$default$12,
2020-11-29T04:28:57.5541890Z c.copy$default$13
2020-11-29T04:28:57.5542421Z , c.copy$default$14, c.copy$default$15, c.copy$default$16,
2020-11-29T04:28:57.5542946Z c.copy$default$17
2020-11-29T04:28:57.5543480Z , c.copy$default$18, c.copy$default$19, c.copy$default$20)
2020-11-29T04:28:57.5544015Z closure($anonfun)
2020-11-29T04:28:57.5544371Z }
2020-11-29T04:28:57.5544684Z )
2020-11-29T04:28:57.5545222Z this.help("help")
2020-11-29T04:28:57.5545656Z }
2020-11-29T04:28:57.5546324Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.5547504Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.5548337Z }
2020-11-29T04:28:57.5549354Z def trueParser(args: scala.collection.immutable.Seq[String] @Repeated): Unit
2020-11-29T04:28:57.5550137Z =
2020-11-29T04:28:57.5550442Z {
2020-11-29T04:28:57.5551397Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.5552860Z scopttest.ImmutableParserSpec.boolParser1.parse(args.toSeq,
2020-11-29T04:28:57.5554361Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.5555698Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.5557289Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.5558713Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.5560134Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.5561548Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.5563009Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.5564410Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.5565824Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.5567246Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.5568711Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.5570229Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.5571561Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.5572869Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.5574185Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.5575505Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.5576820Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.5578157Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.5579452Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.5580836Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.5582164Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.5582969Z )
2020-11-29T04:28:57.5583277Z {
2020-11-29T04:28:57.5584118Z val value$proxy22: Boolean = result.get.boolValue
2020-11-29T04:28:57.5584815Z val Recorder_this:
2020-11-29T04:28:57.5585874Z (scopttest.ImmutableParserSpec.assert : (): verify.asserts.PowerAssert)
2020-11-29T04:28:57.5587011Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.5587592Z {
2020-11-29T04:28:57.5588451Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.5589654Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit](
2020-11-29T04:28:57.5590385Z Recorder_this.inline$listener
2020-11-29T04:28:57.5590774Z )
2020-11-29T04:28:57.5591280Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.5592064Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.5592466Z {
2020-11-29T04:28:57.5593006Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.5593503Z closure($anonfun)
2020-11-29T04:28:57.5593829Z }
2020-11-29T04:28:57.5594290Z )
2020-11-29T04:28:57.5594607Z )
2020-11-29T04:28:57.5594904Z {
2020-11-29T04:28:57.5595460Z recorderRuntime.resetValues()
2020-11-29T04:28:57.5596668Z recorderRuntime.recordExpression(" result.get.boolValue",
2020-11-29T04:28:57.5597819Z "Select(Select(Ident(\"result\"), \"get\"), \"boolValue\")"
2020-11-29T04:28:57.5598319Z ,
2020-11-29T04:28:57.5598874Z recorderRuntime.recordValue[
2020-11-29T04:28:57.5600077Z (scopttest.ImmutableParserSpec.Config#boolValue : (): Boolean)
2020-11-29T04:28:57.5600873Z ](
2020-11-29T04:28:57.5601691Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.5602894Z recorderRuntime.recordValue[(result : Option)](result, 11).get
2020-11-29T04:28:57.5603771Z , 18).boolValue
2020-11-29T04:28:57.5604281Z , 22)
2020-11-29T04:28:57.5604618Z )
2020-11-29T04:28:57.5605263Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.5605919Z }
2020-11-29T04:28:57.5606375Z }:Unit
2020-11-29T04:28:57.5606699Z }
2020-11-29T04:28:57.5607005Z }
2020-11-29T04:28:57.5608001Z def boolParserFail(args: scala.collection.immutable.Seq[String] @Repeated):
2020-11-29T04:28:57.5608955Z Unit
2020-11-29T04:28:57.5609291Z =
2020-11-29T04:28:57.5609584Z {
2020-11-29T04:28:57.5610734Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.5612214Z scopttest.ImmutableParserSpec.boolParser1.parse(args.toSeq,
2020-11-29T04:28:57.5613741Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.5615106Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.5616415Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.5617743Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.5619067Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.5620380Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.5621709Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.5623105Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.5624416Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.5625737Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.5627060Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.5628375Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.5629709Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.5631020Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.5632322Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.5633651Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.5634970Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.5636274Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.5637593Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.5638911Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.5640259Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.5641274Z )
2020-11-29T04:28:57.5641597Z {
2020-11-29T04:28:57.5642343Z val value$proxy23: Boolean = result.==(None)
2020-11-29T04:28:57.5643120Z val Recorder_this:
2020-11-29T04:28:57.5643668Z 
2020-11-29T04:28:57.5644504Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.5645428Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.5645945Z )
2020-11-29T04:28:57.5646380Z 
2020-11-29T04:28:57.5647069Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.5647762Z {
2020-11-29T04:28:57.5648743Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.5650445Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.5651217Z (
2020-11-29T04:28:57.5651708Z Recorder_this.inline$listener)
2020-11-29T04:28:57.5652473Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.5653458Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.5653943Z {
2020-11-29T04:28:57.5654631Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.5655178Z closure($anonfun)
2020-11-29T04:28:57.5655571Z }
2020-11-29T04:28:57.5655918Z )
2020-11-29T04:28:57.5656250Z )
2020-11-29T04:28:57.5656591Z {
2020-11-29T04:28:57.5657203Z recorderRuntime.resetValues()
2020-11-29T04:28:57.5658406Z recorderRuntime.recordExpression(" result == None",
2020-11-29T04:28:57.5659549Z "Apply(Select(Ident(\"result\"), \"==\"), List(Ident(\"None\")))"
2020-11-29T04:28:57.5660079Z ,
2020-11-29T04:28:57.5660905Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.5662173Z recorderRuntime.recordValue[(result : Option)](result, 11).==(
2020-11-29T04:28:57.5662862Z None
2020-11-29T04:28:57.5663218Z )
2020-11-29T04:28:57.5663687Z , 18)
2020-11-29T04:28:57.5664007Z )
2020-11-29T04:28:57.5664747Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.5665557Z }
2020-11-29T04:28:57.5666007Z }:Unit
2020-11-29T04:28:57.5666427Z }
2020-11-29T04:28:57.5666721Z }
2020-11-29T04:28:57.5667340Z def bigDecimalParser1:
2020-11-29T04:28:57.5668490Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.5669307Z =
2020-11-29T04:28:57.5669615Z {
2020-11-29T04:28:57.5670206Z final class $anon() extends
2020-11-29T04:28:57.5671339Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.5672323Z ("scopt") {
2020-11-29T04:28:57.5672826Z this.head(
2020-11-29T04:28:57.5673827Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.5674850Z ["scopt","3.x" : String]
2020-11-29T04:28:57.5675239Z )
2020-11-29T04:28:57.5675550Z )
2020-11-29T04:28:57.5676377Z this.opt[BigDecimal]("foo")(scopt.Read.bigDecimalRead).action(
2020-11-29T04:28:57.5677051Z {
2020-11-29T04:28:57.5678222Z def $anonfun(x: BigDecimal, c: scopttest.ImmutableParserSpec.Config)
2020-11-29T04:28:57.5678983Z :
2020-11-29T04:28:57.5679997Z scopttest.ImmutableParserSpec.Config =
2020-11-29T04:28:57.5680911Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3,
2020-11-29T04:28:57.5681511Z c.copy$default$4
2020-11-29T04:28:57.5682061Z , c.copy$default$5, c.copy$default$6, c.copy$default$7, x,
2020-11-29T04:28:57.5682597Z c.copy$default$9
2020-11-29T04:28:57.5683122Z , c.copy$default$10, c.copy$default$11, c.copy$default$12,
2020-11-29T04:28:57.5683664Z c.copy$default$13
2020-11-29T04:28:57.5684187Z , c.copy$default$14, c.copy$default$15, c.copy$default$16,
2020-11-29T04:28:57.5684719Z c.copy$default$17
2020-11-29T04:28:57.5685435Z , c.copy$default$18, c.copy$default$19, c.copy$default$20)
2020-11-29T04:28:57.5686008Z closure($anonfun)
2020-11-29T04:28:57.5686410Z }
2020-11-29T04:28:57.5686745Z )
2020-11-29T04:28:57.5687313Z this.help("help")
2020-11-29T04:28:57.5687724Z }
2020-11-29T04:28:57.5688414Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.5689692Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.5690696Z }
2020-11-29T04:28:57.5691810Z def bigDecimalParser(args: scala.collection.immutable.Seq[String] @Repeated):
2020-11-29T04:28:57.5692847Z Unit
2020-11-29T04:28:57.5693205Z =
2020-11-29T04:28:57.5693521Z {
2020-11-29T04:28:57.5694565Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.5696317Z scopttest.ImmutableParserSpec.bigDecimalParser1.parse(args.toSeq,
2020-11-29T04:28:57.5698125Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.5699587Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.5701012Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.5702489Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.5703816Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.5705149Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.5706477Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.5707814Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.5709121Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.5710433Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.5711853Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.5713428Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.5714860Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.5716280Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.5717714Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.5719141Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.5720553Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.5721982Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.5723400Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.5724820Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.5726261Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.5727135Z )
2020-11-29T04:28:57.5727460Z {
2020-11-29T04:28:57.5728140Z val value$proxy24: Boolean =
2020-11-29T04:28:57.5729223Z result.get.bigDecimalValue.==(BigDecimal.apply("1.0"))
2020-11-29T04:28:57.5730309Z val Recorder_this:
2020-11-29T04:28:57.5730871Z 
2020-11-29T04:28:57.5731631Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.5732625Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.5733195Z )
2020-11-29T04:28:57.5733650Z 
2020-11-29T04:28:57.5734407Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.5735129Z {
2020-11-29T04:28:57.5736196Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.5737706Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.5738464Z (
2020-11-29T04:28:57.5738954Z Recorder_this.inline$listener)
2020-11-29T04:28:57.5739727Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.5740691Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.5741189Z {
2020-11-29T04:28:57.5741874Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.5742406Z closure($anonfun)
2020-11-29T04:28:57.5742818Z }
2020-11-29T04:28:57.5743147Z )
2020-11-29T04:28:57.5743576Z )
2020-11-29T04:28:57.5743999Z {
2020-11-29T04:28:57.5744608Z recorderRuntime.resetValues()
2020-11-29T04:28:57.5745717Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.5747030Z " result.get.bigDecimalValue == BigDecimal(\"1.0\")"
2020-11-29T04:28:57.5747705Z ,
2020-11-29T04:28:57.5748262Z 
2020-11-29T04:28:57.5749355Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"bigDecimalValue\"), \"==\"), List(Apply(Select(Ident(\"BigDecimal\"), \"apply\"), List(Literal(Constant.String(\"1.0\"))))))"
2020-11-29T04:28:57.5750494Z 
2020-11-29T04:28:57.5750946Z ,
2020-11-29T04:28:57.5751856Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.5752808Z recorderRuntime.recordValue[
2020-11-29T04:28:57.5753654Z 
2020-11-29T04:28:57.5754598Z (scopttest.ImmutableParserSpec.Config#bigDecimalValue :
2020-11-29T04:28:57.5755715Z (): scala.math.BigDecimal
2020-11-29T04:28:57.5756299Z )
2020-11-29T04:28:57.5756930Z 
2020-11-29T04:28:57.5757399Z ](
2020-11-29T04:28:57.5758335Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.5759714Z recorderRuntime.recordValue[(result : Option)](result, 11).
2020-11-29T04:28:57.5760546Z get
2020-11-29T04:28:57.5761219Z , 18).bigDecimalValue
2020-11-29T04:28:57.5761969Z , 22).==(
2020-11-29T04:28:57.5763094Z recorderRuntime.recordValue[scala.math.BigDecimal](
2020-11-29T04:28:57.5764209Z BigDecimal.apply("1.0")
2020-11-29T04:28:57.5764933Z , 41)
2020-11-29T04:28:57.5765394Z )
2020-11-29T04:28:57.5765942Z , 38)
2020-11-29T04:28:57.5766387Z )
2020-11-29T04:28:57.5767129Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.5768007Z }
2020-11-29T04:28:57.5768625Z }:Unit
2020-11-29T04:28:57.5769035Z }
2020-11-29T04:28:57.5769549Z }
2020-11-29T04:28:57.5770616Z def bigDecimalParserFail(
2020-11-29T04:28:57.5771847Z args: scala.collection.immutable.Seq[String] @Repeated
2020-11-29T04:28:57.5772828Z ): Unit =
2020-11-29T04:28:57.5773245Z {
2020-11-29T04:28:57.5774501Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.5776375Z scopttest.ImmutableParserSpec.bigDecimalParser1.parse(args.toSeq,
2020-11-29T04:28:57.5778193Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.5779746Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.5781219Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.5782731Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.5784265Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.5785716Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.5787219Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.5788737Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.5790191Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.5791707Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.5793212Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.5794671Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.5796200Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.5797725Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.5799168Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.5800682Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.5802199Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.5803669Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.5805195Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.5806713Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.5808214Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.5809193Z )
2020-11-29T04:28:57.5809555Z {
2020-11-29T04:28:57.5810531Z val value$proxy25: Boolean = result.==(None)
2020-11-29T04:28:57.5811400Z val Recorder_this:
2020-11-29T04:28:57.5812102Z 
2020-11-29T04:28:57.5812984Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.5814022Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.5814674Z )
2020-11-29T04:28:57.5815229Z 
2020-11-29T04:28:57.5816010Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.5816873Z {
2020-11-29T04:28:57.5818034Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.5819589Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.5820436Z (
2020-11-29T04:28:57.5821001Z Recorder_this.inline$listener)
2020-11-29T04:28:57.5821833Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.5822900Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.5823438Z {
2020-11-29T04:28:57.5824267Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.5824917Z closure($anonfun)
2020-11-29T04:28:57.5825372Z }
2020-11-29T04:28:57.5825791Z )
2020-11-29T04:28:57.5826157Z )
2020-11-29T04:28:57.5826580Z {
2020-11-29T04:28:57.5827364Z recorderRuntime.resetValues()
2020-11-29T04:28:57.5828733Z recorderRuntime.recordExpression(" result == None",
2020-11-29T04:28:57.5829875Z "Apply(Select(Ident(\"result\"), \"==\"), List(Ident(\"None\")))"
2020-11-29T04:28:57.5830441Z ,
2020-11-29T04:28:57.5831231Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.5832472Z recorderRuntime.recordValue[(result : Option)](result, 11).==(
2020-11-29T04:28:57.5833255Z None
2020-11-29T04:28:57.5833624Z )
2020-11-29T04:28:57.5834172Z , 18)
2020-11-29T04:28:57.5834548Z )
2020-11-29T04:28:57.5835518Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.5836328Z }
2020-11-29T04:28:57.5836863Z }:Unit
2020-11-29T04:28:57.5837332Z }
2020-11-29T04:28:57.5837706Z }
2020-11-29T04:28:57.5839037Z def durationParser1: scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.5840172Z =
2020-11-29T04:28:57.5840535Z {
2020-11-29T04:28:57.5841289Z final class $anon() extends
2020-11-29T04:28:57.5842540Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.5843688Z ("scopt") {
2020-11-29T04:28:57.5872942Z this.head(
2020-11-29T04:28:57.5874202Z scala.runtime.ScalaRunTime.wrapRefArray[String](["scopt","3.x" : String]
2020-11-29T04:28:57.5875142Z )
2020-11-29T04:28:57.5875487Z )
2020-11-29T04:28:57.5876558Z this.opt[concurrent.duration.Duration]("foo")(scopt.Read.durationRead).
2020-11-29T04:28:57.5877455Z action
2020-11-29T04:28:57.5877820Z (
2020-11-29T04:28:57.5878143Z {
2020-11-29T04:28:57.5879058Z def $anonfun(x: concurrent.duration.Duration,
2020-11-29T04:28:57.5880411Z c: scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.5881833Z ): scopttest.ImmutableParserSpec.Config =
2020-11-29T04:28:57.5882833Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3,
2020-11-29T04:28:57.5883419Z c.copy$default$4
2020-11-29T04:28:57.5884007Z , c.copy$default$5, c.copy$default$6, c.copy$default$7,
2020-11-29T04:28:57.5884587Z c.copy$default$8
2020-11-29T04:28:57.5885162Z , c.copy$default$9, x, c.copy$default$11, c.copy$default$12,
2020-11-29T04:28:57.5885915Z c.copy$default$13
2020-11-29T04:28:57.5886502Z , c.copy$default$14, c.copy$default$15, c.copy$default$16,
2020-11-29T04:28:57.5887065Z c.copy$default$17
2020-11-29T04:28:57.5887650Z , c.copy$default$18, c.copy$default$19, c.copy$default$20)
2020-11-29T04:28:57.5888216Z closure($anonfun)
2020-11-29T04:28:57.5888623Z }
2020-11-29T04:28:57.5888965Z )
2020-11-29T04:28:57.5889557Z this.help("help")
2020-11-29T04:28:57.5890099Z }
2020-11-29T04:28:57.5890820Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.5892126Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.5893153Z }
2020-11-29T04:28:57.5894265Z def durationParser(args: scala.collection.immutable.Seq[String] @Repeated):
2020-11-29T04:28:57.5895276Z Unit
2020-11-29T04:28:57.5895650Z =
2020-11-29T04:28:57.5895979Z {
2020-11-29T04:28:57.5897023Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.5898733Z scopttest.ImmutableParserSpec.durationParser1.parse(args.toSeq,
2020-11-29T04:28:57.5900457Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.5902017Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.5903461Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.5904877Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.5906310Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.5907724Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.5909139Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.5910569Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.5912006Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.5913442Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.5914882Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.5916530Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.5917960Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.5919407Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.5920907Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.5922215Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.5923539Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.5925071Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.5926489Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.5927986Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.5929323Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.5930206Z )
2020-11-29T04:28:57.5930525Z {
2020-11-29T04:28:57.5931157Z val value$proxy26: Boolean =
2020-11-29T04:28:57.5932131Z result.get.durationValue.toMillis.==(30000L)
2020-11-29T04:28:57.5933036Z val Recorder_this:
2020-11-29T04:28:57.5933545Z 
2020-11-29T04:28:57.5934260Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.5935169Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.5935779Z )
2020-11-29T04:28:57.5936217Z 
2020-11-29T04:28:57.5936909Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.5937589Z {
2020-11-29T04:28:57.5938585Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.5939978Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.5940704Z (
2020-11-29T04:28:57.5941147Z Recorder_this.inline$listener)
2020-11-29T04:28:57.5941877Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.5942769Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.5943228Z {
2020-11-29T04:28:57.5943858Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.5944365Z closure($anonfun)
2020-11-29T04:28:57.5944748Z }
2020-11-29T04:28:57.5945051Z )
2020-11-29T04:28:57.5945367Z )
2020-11-29T04:28:57.5945666Z {
2020-11-29T04:28:57.5946227Z recorderRuntime.resetValues()
2020-11-29T04:28:57.5947121Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.5948276Z " result.get.durationValue.toMillis == 30000L"
2020-11-29T04:28:57.5948936Z ,
2020-11-29T04:28:57.5949627Z 
2020-11-29T04:28:57.5950467Z "Apply(Select(Select(Select(Select(Ident(\"result\"), \"get\"), \"durationValue\"), \"toMillis\"), \"==\"), List(Literal(Constant.Long(30000L))))"
2020-11-29T04:28:57.5951441Z 
2020-11-29T04:28:57.5951780Z ,
2020-11-29T04:28:57.5952600Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.5953521Z recorderRuntime.recordValue[
2020-11-29T04:28:57.5954245Z 
2020-11-29T04:28:57.5955199Z (scopttest.ImmutableParserSpec.Config#durationValue.toMillis
2020-11-29T04:28:57.5956146Z :
2020-11-29T04:28:57.5956515Z (): Long)
2020-11-29T04:28:57.5957022Z 
2020-11-29T04:28:57.5957360Z ](
2020-11-29T04:28:57.5957967Z recorderRuntime.recordValue[
2020-11-29T04:28:57.5958705Z 
2020-11-29T04:28:57.5959562Z (scopttest.ImmutableParserSpec.Config#durationValue :
2020-11-29T04:28:57.5960855Z (): scala.concurrent.duration.Duration
2020-11-29T04:28:57.5961473Z )
2020-11-29T04:28:57.5961908Z 
2020-11-29T04:28:57.5962413Z ](
2020-11-29T04:28:57.5963586Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.5964884Z recorderRuntime.recordValue[(result : Option)](result, 11)
2020-11-29T04:28:57.5965611Z .
2020-11-29T04:28:57.5965964Z get
2020-11-29T04:28:57.5966567Z , 18).durationValue
2020-11-29T04:28:57.5967204Z , 22).toMillis
2020-11-29T04:28:57.5967787Z , 36).==(30000L)
2020-11-29T04:28:57.5968317Z , 45)
2020-11-29T04:28:57.5968661Z )
2020-11-29T04:28:57.5969365Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.5970212Z }
2020-11-29T04:28:57.5970707Z }:Unit
2020-11-29T04:28:57.5971060Z }
2020-11-29T04:28:57.5971374Z }
2020-11-29T04:28:57.5972074Z def finiteDurationParser1:
2020-11-29T04:28:57.5973356Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.5974232Z =
2020-11-29T04:28:57.5974547Z {
2020-11-29T04:28:57.5975184Z final class $anon() extends
2020-11-29T04:28:57.5976493Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.5977542Z ("scopt") {
2020-11-29T04:28:57.5978079Z this.head(
2020-11-29T04:28:57.5979149Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.5980252Z ["scopt","3.x" : String]
2020-11-29T04:28:57.5980674Z )
2020-11-29T04:28:57.5981019Z )
2020-11-29T04:28:57.5982017Z this.opt[concurrent.duration.FiniteDuration]("foo")(
2020-11-29T04:28:57.5983074Z scopt.Read.finiteDurationRead
2020-11-29T04:28:57.5983700Z ).action(
2020-11-29T04:28:57.5984053Z {
2020-11-29T04:28:57.5985083Z def $anonfun(x: concurrent.duration.FiniteDuration,
2020-11-29T04:28:57.5986534Z c: scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.5987953Z ): scopttest.ImmutableParserSpec.Config =
2020-11-29T04:28:57.5988949Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3,
2020-11-29T04:28:57.5989554Z c.copy$default$4
2020-11-29T04:28:57.5990127Z , c.copy$default$5, c.copy$default$6, c.copy$default$7,
2020-11-29T04:28:57.5990699Z c.copy$default$8
2020-11-29T04:28:57.5991343Z , c.copy$default$9, x, c.copy$default$11, c.copy$default$12,
2020-11-29T04:28:57.5991929Z c.copy$default$13
2020-11-29T04:28:57.5992510Z , c.copy$default$14, c.copy$default$15, c.copy$default$16,
2020-11-29T04:28:57.5993075Z c.copy$default$17
2020-11-29T04:28:57.5993654Z , c.copy$default$18, c.copy$default$19, c.copy$default$20)
2020-11-29T04:28:57.5994236Z closure($anonfun)
2020-11-29T04:28:57.5994624Z }
2020-11-29T04:28:57.5994963Z )
2020-11-29T04:28:57.5995533Z this.help("help")
2020-11-29T04:28:57.5995957Z }
2020-11-29T04:28:57.5996664Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.5997909Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.5998794Z }
2020-11-29T04:28:57.5999486Z def finiteDurationParser(
2020-11-29T04:28:57.6000604Z args: scala.collection.immutable.Seq[String] @Repeated
2020-11-29T04:28:57.6001497Z ): Unit =
2020-11-29T04:28:57.6001849Z {
2020-11-29T04:28:57.6002900Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.6004797Z scopttest.ImmutableParserSpec.finiteDurationParser1.parse(args.toSeq,
2020-11-29T04:28:57.6006701Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.6008166Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.6009590Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.6011220Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.6012642Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.6014062Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.6015476Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.6016894Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.6018341Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.6019772Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.6021224Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.6022627Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.6024159Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.6025586Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.6027003Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.6028441Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.6029878Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.6031280Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.6032693Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.6034116Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.6035537Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.6036410Z )
2020-11-29T04:28:57.6036750Z {
2020-11-29T04:28:57.6037445Z val value$proxy27: Boolean =
2020-11-29T04:28:57.6038484Z result.get.durationValue.toMillis.==(20000L)
2020-11-29T04:28:57.6039442Z val Recorder_this:
2020-11-29T04:28:57.6040007Z 
2020-11-29T04:28:57.6040787Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.6041829Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.6042401Z )
2020-11-29T04:28:57.6042883Z 
2020-11-29T04:28:57.6043620Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.6044348Z {
2020-11-29T04:28:57.6045396Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.6046894Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.6047656Z (
2020-11-29T04:28:57.6048137Z Recorder_this.inline$listener)
2020-11-29T04:28:57.6048906Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.6049978Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.6050467Z {
2020-11-29T04:28:57.6051168Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.6051714Z closure($anonfun)
2020-11-29T04:28:57.6052120Z }
2020-11-29T04:28:57.6052458Z )
2020-11-29T04:28:57.6052788Z )
2020-11-29T04:28:57.6053123Z {
2020-11-29T04:28:57.6053731Z recorderRuntime.resetValues()
2020-11-29T04:28:57.6054671Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.6055970Z " result.get.durationValue.toMillis == 20000L"
2020-11-29T04:28:57.6056621Z ,
2020-11-29T04:28:57.6057065Z 
2020-11-29T04:28:57.6057865Z "Apply(Select(Select(Select(Select(Ident(\"result\"), \"get\"), \"durationValue\"), \"toMillis\"), \"==\"), List(Literal(Constant.Long(20000L))))"
2020-11-29T04:28:57.6058739Z 
2020-11-29T04:28:57.6059064Z ,
2020-11-29T04:28:57.6059831Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.6060664Z recorderRuntime.recordValue[
2020-11-29T04:28:57.6061355Z 
2020-11-29T04:28:57.6062231Z (scopttest.ImmutableParserSpec.Config#durationValue.toMillis
2020-11-29T04:28:57.6063094Z :
2020-11-29T04:28:57.6063481Z (): Long)
2020-11-29T04:28:57.6063941Z 
2020-11-29T04:28:57.6064273Z ](
2020-11-29T04:28:57.6064828Z recorderRuntime.recordValue[
2020-11-29T04:28:57.6065720Z 
2020-11-29T04:28:57.6066587Z (scopttest.ImmutableParserSpec.Config#durationValue :
2020-11-29T04:28:57.6067883Z (): scala.concurrent.duration.Duration
2020-11-29T04:28:57.6068565Z )
2020-11-29T04:28:57.6069076Z 
2020-11-29T04:28:57.6069419Z ](
2020-11-29T04:28:57.6070418Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.6071625Z recorderRuntime.recordValue[(result : Option)](result, 11)
2020-11-29T04:28:57.6072297Z .
2020-11-29T04:28:57.6072647Z get
2020-11-29T04:28:57.6073209Z , 18).durationValue
2020-11-29T04:28:57.6073807Z , 22).toMillis
2020-11-29T04:28:57.6074372Z , 36).==(20000L)
2020-11-29T04:28:57.6074863Z , 45)
2020-11-29T04:28:57.6075202Z )
2020-11-29T04:28:57.6075844Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.6076507Z }
2020-11-29T04:28:57.6076976Z }:Unit
2020-11-29T04:28:57.6077302Z }
2020-11-29T04:28:57.6077605Z }
2020-11-29T04:28:57.6078726Z def pairParser1: scopt.OptionParser[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.6079630Z {
2020-11-29T04:28:57.6080239Z final class $anon() extends
2020-11-29T04:28:57.6081405Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.6082411Z ("scopt") {
2020-11-29T04:28:57.6082929Z this.head(
2020-11-29T04:28:57.6083899Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.6084926Z ["scopt","3.x" : String]
2020-11-29T04:28:57.6085329Z )
2020-11-29T04:28:57.6085630Z )
2020-11-29T04:28:57.6086212Z this.opt[(String, Int)]("foo")(
2020-11-29T04:28:57.6087168Z scopt.Read.tupleRead[String, Int](scopt.Read.stringRead,
2020-11-29T04:28:57.6088176Z scopt.Read.intRead
2020-11-29T04:28:57.6088633Z )
2020-11-29T04:28:57.6089106Z ).action(
2020-11-29T04:28:57.6089444Z {
2020-11-29T04:28:57.6090157Z def $anonfun(x$1: (String, Int),
2020-11-29T04:28:57.6091218Z x$2: scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.6092534Z ): scopttest.ImmutableParserSpec.Config =
2020-11-29T04:28:57.6093922Z matchResult2[scopttest.ImmutableParserSpec.Config]: 
2020-11-29T04:28:57.6094736Z {
2020-11-29T04:28:57.6095292Z case val x4:
2020-11-29T04:28:57.6096295Z ((String, Int), scopttest.ImmutableParserSpec.Config)
2020-11-29T04:28:57.6097064Z =
2020-11-29T04:28:57.6097670Z Tuple2.apply[(String, Int),
2020-11-29T04:28:57.6098863Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.6099686Z ](x$1, x$2)
2020-11-29T04:28:57.6100312Z if x4.ne(null) then
2020-11-29T04:28:57.6100756Z {
2020-11-29T04:28:57.6101456Z case val x5: (String, Int) = x4._1
2020-11-29T04:28:57.6102215Z if x5.ne(null) then
2020-11-29T04:28:57.6102665Z {
2020-11-29T04:28:57.6103339Z case val k: String = x5._1
2020-11-29T04:28:57.6104102Z case val v: Int = x5._2
2020-11-29T04:28:57.6105407Z case val c: scopttest.ImmutableParserSpec.Config =
2020-11-29T04:28:57.6106303Z x4._2
2020-11-29T04:28:57.6106932Z return[matchResult2]
2020-11-29T04:28:57.6107395Z {
2020-11-29T04:28:57.6107728Z {
2020-11-29T04:28:57.6108414Z val flag$1: Boolean = c.copy$default$1
2020-11-29T04:28:57.6109269Z val longValue$1: Long = c.copy$default$3
2020-11-29T04:28:57.6110147Z val stringValue$1: String = c.copy$default$4
2020-11-29T04:28:57.6111067Z val doubleValue$1: Double = c.copy$default$5
2020-11-29T04:28:57.6112152Z val boolValue$1: Boolean = c.copy$default$6
2020-11-29T04:28:57.6113184Z val debug$1: Boolean = c.copy$default$7
2020-11-29T04:28:57.6114084Z val bigDecimalValue$1: BigDecimal =
2020-11-29T04:28:57.6114690Z c.copy$default$8
2020-11-29T04:28:57.6115478Z val uriValue$1: java.net.URI = c.copy$default$9
2020-11-29T04:28:57.6116360Z val durationValue$1:
2020-11-29T04:28:57.6117265Z concurrent.duration.Duration
2020-11-29T04:28:57.6117922Z = c.copy$default$10
2020-11-29T04:28:57.6118877Z val finiteDurationValue$1:
2020-11-29T04:28:57.6120013Z concurrent.duration.FiniteDuration
2020-11-29T04:28:57.6120821Z = c.copy$default$11
2020-11-29T04:28:57.6121591Z val a$1: String = c.copy$default$13
2020-11-29T04:28:57.6122452Z val b$1: String = c.copy$default$14
2020-11-29T04:28:57.6123196Z val seqInts$1:
2020-11-29T04:28:57.6124145Z scala.collection.immutable.Seq[Int]
2020-11-29T04:28:57.6124912Z = c.copy$default$15
2020-11-29T04:28:57.6125662Z val mapStringToBool$1:
2020-11-29T04:28:57.6126342Z 
2020-11-29T04:28:57.6127046Z scala.collection.immutable.Map[String,
2020-11-29T04:28:57.6127778Z Boolean
2020-11-29T04:28:57.6128189Z ]
2020-11-29T04:28:57.6128703Z 
2020-11-29T04:28:57.6129150Z = c.copy$default$16
2020-11-29T04:28:57.6130084Z val seqTupleStringString$1:
2020-11-29T04:28:57.6130816Z 
2020-11-29T04:28:57.6131519Z scala.collection.immutable.Seq[(String,
2020-11-29T04:28:57.6132231Z String
2020-11-29T04:28:57.6132640Z )]
2020-11-29T04:28:57.6133172Z 
2020-11-29T04:28:57.6133608Z = c.copy$default$17
2020-11-29T04:28:57.6134423Z val charValue$1: Char = c.copy$default$18
2020-11-29T04:28:57.6135373Z val optStringValue$1: Option[String] =
2020-11-29T04:28:57.6136001Z c.copy$default$19
2020-11-29T04:28:57.6136795Z val optIntValue$1: Option[Int] =
2020-11-29T04:28:57.6137478Z c.copy$default$20
2020-11-29T04:28:57.6138049Z c.copy(flag$1, v, longValue$1, stringValue$1,
2020-11-29T04:28:57.6138651Z doubleValue$1
2020-11-29T04:28:57.6139272Z , boolValue$1, debug$1, bigDecimalValue$1,
2020-11-29T04:28:57.6139856Z uriValue$1
2020-11-29T04:28:57.6140514Z , durationValue$1, finiteDurationValue$1, k, a$1
2020-11-29T04:28:57.6141112Z ,
2020-11-29T04:28:57.6141644Z b$1, seqInts$1, mapStringToBool$1,
2020-11-29T04:28:57.6142331Z seqTupleStringString$1
2020-11-29T04:28:57.6143070Z , charValue$1, optStringValue$1, optIntValue$1)
2020-11-29T04:28:57.6143647Z }
2020-11-29T04:28:57.6144022Z }
2020-11-29T04:28:57.6144374Z }
2020-11-29T04:28:57.6144959Z  else ()
2020-11-29T04:28:57.6145349Z }
2020-11-29T04:28:57.6145904Z  else ()
2020-11-29T04:28:57.6146614Z throw new MatchError(x4)
2020-11-29T04:28:57.6147080Z }
2020-11-29T04:28:57.6147559Z closure($anonfun)
2020-11-29T04:28:57.6147963Z }
2020-11-29T04:28:57.6148287Z )
2020-11-29T04:28:57.6148869Z this.help("help")
2020-11-29T04:28:57.6149270Z }
2020-11-29T04:28:57.6149979Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.6151613Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.6152433Z }
2020-11-29T04:28:57.6153449Z def pairParser(args: scala.collection.immutable.Seq[String] @Repeated): Unit
2020-11-29T04:28:57.6154426Z =
2020-11-29T04:28:57.6154741Z {
2020-11-29T04:28:57.6155800Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.6157370Z scopttest.ImmutableParserSpec.pairParser1.parse(args.toSeq,
2020-11-29T04:28:57.6159029Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.6160495Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.6161912Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.6163387Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.6164824Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.6166304Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.6167613Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.6168930Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.6170320Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.6171644Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.6172962Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.6174294Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.6175624Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.6176919Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.6178247Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.6179569Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.6180874Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.6182489Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.6183903Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.6185317Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.6186762Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.6187650Z )
2020-11-29T04:28:57.6187966Z {
2020-11-29T04:28:57.6188658Z val value$proxy28: Boolean =
2020-11-29T04:28:57.6189583Z result.get.key.==("k").&&(result.get.intValue.==(1))
2020-11-29T04:28:57.6190435Z val Recorder_this:
2020-11-29T04:28:57.6191721Z (scopttest.ImmutableParserSpec.assert : (): verify.asserts.PowerAssert)
2020-11-29T04:28:57.6193128Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.6193953Z {
2020-11-29T04:28:57.6194938Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.6196330Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit](
2020-11-29T04:28:57.6197171Z Recorder_this.inline$listener
2020-11-29T04:28:57.6197615Z )
2020-11-29T04:28:57.6198251Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.6199171Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.6199619Z {
2020-11-29T04:28:57.6200255Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.6200764Z closure($anonfun)
2020-11-29T04:28:57.6201133Z }
2020-11-29T04:28:57.6201447Z )
2020-11-29T04:28:57.6201857Z )
2020-11-29T04:28:57.6202136Z {
2020-11-29T04:28:57.6202626Z recorderRuntime.resetValues()
2020-11-29T04:28:57.6203393Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.6204311Z " (result.get.key == \"k\") && (result.get.intValue == 1"
2020-11-29T04:28:57.6204796Z ,
2020-11-29T04:28:57.6205168Z 
2020-11-29T04:28:57.6206114Z "Apply(Select(Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"key\"), \"==\"), List(Literal(Constant.String(\"k\")))), \"&&\"), List(Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"intValue\"), \"==\"), List(Literal(Constant.Int(1))))))"
2020-11-29T04:28:57.6207342Z 
2020-11-29T04:28:57.6207654Z ,
2020-11-29T04:28:57.6208411Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.6209441Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.6210439Z recorderRuntime.recordValue[
2020-11-29T04:28:57.6211637Z (scopttest.ImmutableParserSpec.Config#key : (): String)
2020-11-29T04:28:57.6212393Z ](
2020-11-29T04:28:57.6213224Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.6214414Z recorderRuntime.recordValue[(result : Option)](result, 12).
2020-11-29T04:28:57.6215088Z get
2020-11-29T04:28:57.6215590Z , 19).key
2020-11-29T04:28:57.6216129Z , 23).==("k")
2020-11-29T04:28:57.6216623Z , 27).&&(
2020-11-29T04:28:57.6217412Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.6218249Z recorderRuntime.recordValue[
2020-11-29T04:28:57.6219436Z (scopttest.ImmutableParserSpec.Config#intValue : (): Int)
2020-11-29T04:28:57.6220387Z ](
2020-11-29T04:28:57.6221287Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.6222674Z recorderRuntime.recordValue[(result : Option)](result, 39)
2020-11-29T04:28:57.6223402Z .
2020-11-29T04:28:57.6223756Z get
2020-11-29T04:28:57.6224329Z , 46).intValue
2020-11-29T04:28:57.6224917Z , 50).==(1)
2020-11-29T04:28:57.6225459Z , 59)
2020-11-29T04:28:57.6225831Z )
2020-11-29T04:28:57.6226308Z , 35)
2020-11-29T04:28:57.6226662Z )
2020-11-29T04:28:57.6227371Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.6228071Z }
2020-11-29T04:28:57.6228561Z }:Unit
2020-11-29T04:28:57.6228913Z }
2020-11-29T04:28:57.6229240Z }
2020-11-29T04:28:57.6230337Z def pairParserFail(args: scala.collection.immutable.Seq[String] @Repeated):
2020-11-29T04:28:57.6231348Z Unit
2020-11-29T04:28:57.6231713Z =
2020-11-29T04:28:57.6232027Z {
2020-11-29T04:28:57.6233083Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.6234688Z scopttest.ImmutableParserSpec.pairParser1.parse(args.toSeq,
2020-11-29T04:28:57.6236325Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.6237836Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.6239284Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.6240765Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.6242253Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.6243931Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.6245339Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.6246754Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.6248169Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.6249594Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.6251116Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.6252522Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.6253949Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.6255391Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.6256791Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.6258488Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.6259920Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.6261435Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.6262758Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.6264448Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.6265858Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.6266733Z )
2020-11-29T04:28:57.6267069Z {
2020-11-29T04:28:57.6267820Z val value$proxy29: Boolean = result.==(None)
2020-11-29T04:28:57.6268600Z val Recorder_this:
2020-11-29T04:28:57.6269145Z 
2020-11-29T04:28:57.6269915Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.6270921Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.6271476Z )
2020-11-29T04:28:57.6271943Z 
2020-11-29T04:28:57.6272879Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.6273567Z {
2020-11-29T04:28:57.6274806Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.6276307Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.6277074Z (
2020-11-29T04:28:57.6277569Z Recorder_this.inline$listener)
2020-11-29T04:28:57.6278327Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.6279301Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.6279800Z {
2020-11-29T04:28:57.6280484Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.6281030Z closure($anonfun)
2020-11-29T04:28:57.6281427Z }
2020-11-29T04:28:57.6281770Z )
2020-11-29T04:28:57.6282112Z )
2020-11-29T04:28:57.6282445Z {
2020-11-29T04:28:57.6283055Z recorderRuntime.resetValues()
2020-11-29T04:28:57.6284256Z recorderRuntime.recordExpression(" result == None",
2020-11-29T04:28:57.6285399Z "Apply(Select(Ident(\"result\"), \"==\"), List(Ident(\"None\")))"
2020-11-29T04:28:57.6285932Z ,
2020-11-29T04:28:57.6286810Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.6288061Z recorderRuntime.recordValue[(result : Option)](result, 11).==(
2020-11-29T04:28:57.6288801Z None
2020-11-29T04:28:57.6289154Z )
2020-11-29T04:28:57.6289658Z , 18)
2020-11-29T04:28:57.6290159Z )
2020-11-29T04:28:57.6290871Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.6291580Z }
2020-11-29T04:28:57.6292081Z }:Unit
2020-11-29T04:28:57.6292444Z }
2020-11-29T04:28:57.6292764Z }
2020-11-29T04:28:57.6293976Z def seqParser1: scopt.OptionParser[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.6294976Z {
2020-11-29T04:28:57.6295620Z final class $anon() extends
2020-11-29T04:28:57.6296834Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.6297904Z ("scopt") {
2020-11-29T04:28:57.6298450Z this.head(
2020-11-29T04:28:57.6299520Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.6300641Z ["scopt","3.x" : String]
2020-11-29T04:28:57.6301060Z )
2020-11-29T04:28:57.6301398Z )
2020-11-29T04:28:57.6302298Z this.opt[scala.collection.immutable.Seq[Int]]("foo")(
2020-11-29T04:28:57.6303589Z scopt.Read.immutableSeqRead[Int](scopt.Read.intRead)
2020-11-29T04:28:57.6304350Z ).action(
2020-11-29T04:28:57.6304700Z {
2020-11-29T04:28:57.6305662Z def $anonfun(x$1: scala.collection.immutable.Seq[Int],
2020-11-29T04:28:57.6307053Z x$2: scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.6308478Z ): scopttest.ImmutableParserSpec.Config =
2020-11-29T04:28:57.6310002Z matchResult3[scopttest.ImmutableParserSpec.Config]: 
2020-11-29T04:28:57.6310856Z {
2020-11-29T04:28:57.6311453Z case val x9:
2020-11-29T04:28:57.6312352Z (scala.collection.immutable.Seq[Int],
2020-11-29T04:28:57.6313411Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.6314304Z )
2020-11-29T04:28:57.6314669Z =
2020-11-29T04:28:57.6315590Z Tuple2.apply[scala.collection.immutable.Seq[Int],
2020-11-29T04:28:57.6317057Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.6317860Z ](x$1, x$2)
2020-11-29T04:28:57.6318496Z if x9.ne(null) then
2020-11-29T04:28:57.6318939Z {
2020-11-29T04:28:57.6319906Z case val s: scala.collection.immutable.Seq[Int] = x9._1
2020-11-29T04:28:57.6321397Z case val c: scopttest.ImmutableParserSpec.Config = x9._2
2020-11-29T04:28:57.6322581Z return[matchResult3]
2020-11-29T04:28:57.6323054Z {
2020-11-29T04:28:57.6323566Z c.copy(c.copy$default$1, c.copy$default$2,
2020-11-29T04:28:57.6324126Z c.copy$default$3
2020-11-29T04:28:57.6324713Z , c.copy$default$4, c.copy$default$5, c.copy$default$6
2020-11-29T04:28:57.6325255Z ,
2020-11-29T04:28:57.6325806Z c.copy$default$7, c.copy$default$8, c.copy$default$9,
2020-11-29T04:28:57.6326388Z c.copy$default$10
2020-11-29T04:28:57.6326933Z , c.copy$default$11, c.copy$default$12,
2020-11-29T04:28:57.6327456Z c.copy$default$13
2020-11-29T04:28:57.6328066Z , c.copy$default$14, s, c.copy$default$16,
2020-11-29T04:28:57.6328612Z c.copy$default$17
2020-11-29T04:28:57.6329139Z , c.copy$default$18, c.copy$default$19,
2020-11-29T04:28:57.6329674Z c.copy$default$20
2020-11-29T04:28:57.6330188Z )
2020-11-29T04:28:57.6330537Z }
2020-11-29T04:28:57.6330894Z }
2020-11-29T04:28:57.6331470Z  else ()
2020-11-29T04:28:57.6332190Z throw new MatchError(x9)
2020-11-29T04:28:57.6332670Z }
2020-11-29T04:28:57.6333072Z closure($anonfun)
2020-11-29T04:28:57.6333479Z }
2020-11-29T04:28:57.6333803Z )
2020-11-29T04:28:57.6334373Z this.help("help")
2020-11-29T04:28:57.6334784Z }
2020-11-29T04:28:57.6335481Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.6336765Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.6337635Z }
2020-11-29T04:28:57.6338708Z def seqParser(args: scala.collection.immutable.Seq[String] @Repeated): Unit =
2020-11-29T04:28:57.6339544Z {
2020-11-29T04:28:57.6340577Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.6342135Z scopttest.ImmutableParserSpec.seqParser1.parse(args.toSeq,
2020-11-29T04:28:57.6343725Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.6345165Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.6346602Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.6348023Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.6349448Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.6350879Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.6352298Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.6353702Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.6355133Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.6356564Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.6358058Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.6359492Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.6360908Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.6362321Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.6363787Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.6365211Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.6366630Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.6368051Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.6369482Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.6371047Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.6372521Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.6373332Z )
2020-11-29T04:28:57.6373646Z {
2020-11-29T04:28:57.6374335Z val value$proxy30: Boolean =
2020-11-29T04:28:57.6374904Z result.get.seqInts.==(
2020-11-29T04:28:57.6375676Z Seq.apply[Int](
2020-11-29T04:28:57.6376756Z scala.runtime.ScalaRunTime.wrapIntArray([1,2,3 : Int])
2020-11-29T04:28:57.6377569Z )
2020-11-29T04:28:57.6377889Z )
2020-11-29T04:28:57.6378439Z val Recorder_this:
2020-11-29T04:28:57.6379168Z 
2020-11-29T04:28:57.6380013Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.6380923Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.6381451Z )
2020-11-29T04:28:57.6381891Z 
2020-11-29T04:28:57.6382593Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.6383277Z {
2020-11-29T04:28:57.6384269Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.6385673Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.6386392Z (
2020-11-29T04:28:57.6386833Z Recorder_this.inline$listener)
2020-11-29T04:28:57.6387554Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.6388450Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.6388919Z {
2020-11-29T04:28:57.6389571Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.6390068Z closure($anonfun)
2020-11-29T04:28:57.6390445Z }
2020-11-29T04:28:57.6390767Z )
2020-11-29T04:28:57.6391070Z )
2020-11-29T04:28:57.6391381Z {
2020-11-29T04:28:57.6391935Z recorderRuntime.resetValues()
2020-11-29T04:28:57.6392828Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.6393791Z " result.get.seqInts == Seq(1, 2, 3)"
2020-11-29T04:28:57.6394247Z ,
2020-11-29T04:28:57.6394687Z 
2020-11-29T04:28:57.6395926Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"seqInts\"), \"==\"), List(Apply(TypeApply(Select(Ident(\"Seq\"), \"apply\"), List(Inferred())), List(Typed(Repeated(List(Literal(Constant.Int(1)), Literal(Constant.Int(2)), Literal(Constant.Int(3))), Inferred()), Inferred())))))"
2020-11-29T04:28:57.6397248Z 
2020-11-29T04:28:57.6397587Z ,
2020-11-29T04:28:57.6398371Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.6399448Z recorderRuntime.recordValue[
2020-11-29T04:28:57.6400313Z 
2020-11-29T04:28:57.6401143Z (scopttest.ImmutableParserSpec.Config#seqInts :
2020-11-29T04:28:57.6402230Z (): scala.collection.immutable.Seq
2020-11-29T04:28:57.6402871Z )
2020-11-29T04:28:57.6403362Z 
2020-11-29T04:28:57.6403722Z ](
2020-11-29T04:28:57.6404628Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.6405913Z recorderRuntime.recordValue[(result : Option)](result, 11).
2020-11-29T04:28:57.6406661Z get
2020-11-29T04:28:57.6407229Z , 18).seqInts
2020-11-29T04:28:57.6407779Z , 22).==(
2020-11-29T04:28:57.6408413Z recorderRuntime.recordValue[
2020-11-29T04:28:57.6409519Z scala.collection.immutable.Seq[Int]
2020-11-29T04:28:57.6410286Z ](
2020-11-29T04:28:57.6410892Z Seq.apply[Int](
2020-11-29T04:28:57.6412063Z scala.runtime.ScalaRunTime.wrapIntArray([1,2,3 : Int])
2020-11-29T04:28:57.6412946Z )
2020-11-29T04:28:57.6413464Z , 33)
2020-11-29T04:28:57.6413817Z )
2020-11-29T04:28:57.6414320Z , 30)
2020-11-29T04:28:57.6414768Z )
2020-11-29T04:28:57.6415467Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.6416177Z }
2020-11-29T04:28:57.6416695Z }:Unit
2020-11-29T04:28:57.6417061Z }
2020-11-29T04:28:57.6417388Z }
2020-11-29T04:28:57.6418470Z def seqParserFail(args: scala.collection.immutable.Seq[String] @Repeated):
2020-11-29T04:28:57.6419493Z Unit
2020-11-29T04:28:57.6419854Z =
2020-11-29T04:28:57.6420169Z {
2020-11-29T04:28:57.6421216Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.6422798Z scopttest.ImmutableParserSpec.seqParser1.parse(args.toSeq,
2020-11-29T04:28:57.6424431Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.6425892Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.6427329Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.6428772Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.6430213Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.6431624Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.6433068Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.6434484Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.6435911Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.6437332Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.6438739Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.6440187Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.6441629Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.6443049Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.6444504Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.6445921Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.6447372Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.6448706Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.6450568Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.6451985Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.6453408Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.6454287Z )
2020-11-29T04:28:57.6454613Z {
2020-11-29T04:28:57.6455443Z val value$proxy31: Boolean = result.==(None)
2020-11-29T04:28:57.6456217Z val Recorder_this:
2020-11-29T04:28:57.6456785Z 
2020-11-29T04:28:57.6457563Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.6458545Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.6459114Z )
2020-11-29T04:28:57.6459593Z 
2020-11-29T04:28:57.6460340Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.6461088Z {
2020-11-29T04:28:57.6462148Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.6463695Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.6464452Z (
2020-11-29T04:28:57.6464926Z Recorder_this.inline$listener)
2020-11-29T04:28:57.6465792Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.6466793Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.6467277Z {
2020-11-29T04:28:57.6467973Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.6468514Z closure($anonfun)
2020-11-29T04:28:57.6468937Z }
2020-11-29T04:28:57.6469277Z )
2020-11-29T04:28:57.6469600Z )
2020-11-29T04:28:57.6469939Z {
2020-11-29T04:28:57.6470542Z recorderRuntime.resetValues()
2020-11-29T04:28:57.6471757Z recorderRuntime.recordExpression(" result == None",
2020-11-29T04:28:57.6472912Z "Apply(Select(Ident(\"result\"), \"==\"), List(Ident(\"None\")))"
2020-11-29T04:28:57.6473427Z ,
2020-11-29T04:28:57.6474254Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.6475501Z recorderRuntime.recordValue[(result : Option)](result, 11).==(
2020-11-29T04:28:57.6476230Z None
2020-11-29T04:28:57.6476590Z )
2020-11-29T04:28:57.6477093Z , 18)
2020-11-29T04:28:57.6477444Z )
2020-11-29T04:28:57.6478158Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.6478849Z }
2020-11-29T04:28:57.6479352Z }:Unit
2020-11-29T04:28:57.6479722Z }
2020-11-29T04:28:57.6480039Z }
2020-11-29T04:28:57.6481255Z def mapParser1: scopt.OptionParser[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.6482243Z {
2020-11-29T04:28:57.6482899Z final class $anon() extends
2020-11-29T04:28:57.6484122Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.6485173Z ("scopt") {
2020-11-29T04:28:57.6485724Z this.head(
2020-11-29T04:28:57.6486799Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.6487906Z ["scopt","3.x" : String]
2020-11-29T04:28:57.6488344Z )
2020-11-29T04:28:57.6488671Z )
2020-11-29T04:28:57.6489656Z this.opt[scala.collection.immutable.Map[String, Boolean]]("foo")(
2020-11-29T04:28:57.6491130Z scopt.Read.mapRead[String, Boolean](scopt.Read.stringRead,
2020-11-29T04:28:57.6492006Z scopt.Read.booleanRead
2020-11-29T04:28:57.6492616Z )
2020-11-29T04:28:57.6493010Z ).action(
2020-11-29T04:28:57.6493367Z {
2020-11-29T04:28:57.6494401Z def $anonfun(x$1: scala.collection.immutable.Map[String, Boolean],
2020-11-29T04:28:57.6495846Z x$2: scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.6497274Z ): scopttest.ImmutableParserSpec.Config =
2020-11-29T04:28:57.6498795Z matchResult4[scopttest.ImmutableParserSpec.Config]: 
2020-11-29T04:28:57.6499669Z {
2020-11-29T04:28:57.6500275Z case val x12:
2020-11-29T04:28:57.6501233Z (scala.collection.immutable.Map[String, Boolean],
2020-11-29T04:28:57.6502327Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.6503217Z )
2020-11-29T04:28:57.6503577Z =
2020-11-29T04:28:57.6504565Z Tuple2.apply[scala.collection.immutable.Map[String, Boolean]
2020-11-29T04:28:57.6505372Z ,
2020-11-29T04:28:57.6506362Z scopttest.ImmutableParserSpec.Config](x$1, x$2)
2020-11-29T04:28:57.6507456Z if x12.ne(null) then
2020-11-29T04:28:57.6507901Z {
2020-11-29T04:28:57.6508561Z case val s:
2020-11-29T04:28:57.6509566Z scala.collection.immutable.Map[String, Boolean]
2020-11-29T04:28:57.6510306Z = x12._1
2020-11-29T04:28:57.6511417Z case val c: scopttest.ImmutableParserSpec.Config = x12._2
2020-11-29T04:28:57.6512601Z return[matchResult4]
2020-11-29T04:28:57.6513086Z {
2020-11-29T04:28:57.6513656Z c.copy(c.copy$default$1, c.copy$default$2,
2020-11-29T04:28:57.6514222Z c.copy$default$3
2020-11-29T04:28:57.6514819Z , c.copy$default$4, c.copy$default$5, c.copy$default$6
2020-11-29T04:28:57.6515353Z ,
2020-11-29T04:28:57.6515894Z c.copy$default$7, c.copy$default$8, c.copy$default$9,
2020-11-29T04:28:57.6516502Z c.copy$default$10
2020-11-29T04:28:57.6517045Z , c.copy$default$11, c.copy$default$12,
2020-11-29T04:28:57.6517583Z c.copy$default$13
2020-11-29T04:28:57.6518110Z , c.copy$default$14, c.copy$default$15, s,
2020-11-29T04:28:57.6518652Z c.copy$default$17
2020-11-29T04:28:57.6519189Z , c.copy$default$18, c.copy$default$19,
2020-11-29T04:28:57.6519712Z c.copy$default$20
2020-11-29T04:28:57.6520126Z )
2020-11-29T04:28:57.6520476Z }
2020-11-29T04:28:57.6520830Z }
2020-11-29T04:28:57.6521400Z  else ()
2020-11-29T04:28:57.6522102Z throw new MatchError(x12)
2020-11-29T04:28:57.6522585Z }
2020-11-29T04:28:57.6522988Z closure($anonfun)
2020-11-29T04:28:57.6523391Z }
2020-11-29T04:28:57.6523733Z )
2020-11-29T04:28:57.6524290Z this.help("help")
2020-11-29T04:28:57.6524703Z }
2020-11-29T04:28:57.6525407Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.6526658Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.6527544Z }
2020-11-29T04:28:57.6528637Z def mapParser(args: scala.collection.immutable.Seq[String] @Repeated): Unit =
2020-11-29T04:28:57.6529496Z {
2020-11-29T04:28:57.6530837Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.6532275Z scopttest.ImmutableParserSpec.mapParser1.parse(args.toSeq,
2020-11-29T04:28:57.6533786Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.6535124Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.6536446Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.6537781Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.6539095Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.6540393Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.6541715Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.6543051Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.6544376Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.6545701Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.6547027Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.6548360Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.6549765Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.6551075Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.6552390Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.6553809Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.6554946Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.6556100Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.6557250Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.6558399Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.6559554Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.6560264Z )
2020-11-29T04:28:57.6560529Z {
2020-11-29T04:28:57.6561086Z val value$proxy32: Boolean =
2020-11-29T04:28:57.6561670Z result.get.mapStringToBool.==(
2020-11-29T04:28:57.6562394Z Map.apply[String, Boolean](
2020-11-29T04:28:57.6563406Z scala.runtime.ScalaRunTime.wrapRefArray[(String, Boolean)](
2020-11-29T04:28:57.6564116Z [
2020-11-29T04:28:57.6564404Z {
2020-11-29T04:28:57.6565100Z val ev$1: ArrowAssoc[String] = ArrowAssoc[String]("true")
2020-11-29T04:28:57.6566055Z scala.Predef.ArrowAssoc.->$extension[Boolean, String](ev$1)(
2020-11-29T04:28:57.6566777Z true
2020-11-29T04:28:57.6567094Z )
2020-11-29T04:28:57.6567367Z }
2020-11-29T04:28:57.6567654Z ,
2020-11-29T04:28:57.6567927Z {
2020-11-29T04:28:57.6568864Z val ev$2: ArrowAssoc[String] = ArrowAssoc[String]("false")
2020-11-29T04:28:57.6570053Z scala.Predef.ArrowAssoc.->$extension[Boolean, String](ev$2)(
2020-11-29T04:28:57.6570877Z false
2020-11-29T04:28:57.6571241Z )
2020-11-29T04:28:57.6571569Z }
2020-11-29T04:28:57.6572100Z : (String, Boolean)]
2020-11-29T04:28:57.6572687Z )
2020-11-29T04:28:57.6573098Z )
2020-11-29T04:28:57.6573438Z )
2020-11-29T04:28:57.6574043Z val Recorder_this:
2020-11-29T04:28:57.6574591Z 
2020-11-29T04:28:57.6575375Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.6576359Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.6576936Z )
2020-11-29T04:28:57.6577407Z 
2020-11-29T04:28:57.6578146Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.6578896Z {
2020-11-29T04:28:57.6579952Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.6581461Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.6582229Z (
2020-11-29T04:28:57.6582706Z Recorder_this.inline$listener)
2020-11-29T04:28:57.6583473Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.6584456Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.6584939Z {
2020-11-29T04:28:57.6585632Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.6586179Z closure($anonfun)
2020-11-29T04:28:57.6586574Z }
2020-11-29T04:28:57.6586913Z )
2020-11-29T04:28:57.6587238Z )
2020-11-29T04:28:57.6587640Z {
2020-11-29T04:28:57.6588277Z recorderRuntime.resetValues()
2020-11-29T04:28:57.6589225Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.6590061Z 
2020-11-29T04:28:57.6591124Z " result.get.mapStringToBool == Map(\"true\" -> true, \"false\" -> false)"
2020-11-29T04:28:57.6591963Z 
2020-11-29T04:28:57.6592313Z ,
2020-11-29T04:28:57.6592771Z 
2020-11-29T04:28:57.6596035Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"mapStringToBool\"), \"==\"), List(Apply(TypeApply(Select(Ident(\"Map\"), \"apply\"), List(Inferred(), Inferred())), List(Typed(Repeated(List(Apply(TypeApply(Select(Apply(TypeApply(Ident(\"ArrowAssoc\"), List(Inferred())), List(Literal(Constant.String(\"true\")))), \"->\"), List(Inferred())), List(Literal(Constant.Boolean(true)))), Apply(TypeApply(Select(Apply(TypeApply(Ident(\"ArrowAssoc\"), List(Inferred())), List(Literal(Constant.String(\"false\")))), \"->\"), List(Inferred())), List(Literal(Constant.Boolean(false))))), Inferred()), Inferred())))))"
2020-11-29T04:28:57.6598709Z 
2020-11-29T04:28:57.6599064Z ,
2020-11-29T04:28:57.6599879Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.6600802Z recorderRuntime.recordValue[
2020-11-29T04:28:57.6601558Z 
2020-11-29T04:28:57.6602430Z (scopttest.ImmutableParserSpec.Config#mapStringToBool :
2020-11-29T04:28:57.6603606Z (): scala.collection.immutable.Map
2020-11-29T04:28:57.6604230Z )
2020-11-29T04:28:57.6604702Z 
2020-11-29T04:28:57.6605056Z ](
2020-11-29T04:28:57.6605937Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.6607233Z recorderRuntime.recordValue[(result : Option)](result, 11).
2020-11-29T04:28:57.6607973Z get
2020-11-29T04:28:57.6608599Z , 18).mapStringToBool
2020-11-29T04:28:57.6609222Z , 22).==(
2020-11-29T04:28:57.6609958Z recorderRuntime.recordValue[
2020-11-29T04:28:57.6611126Z scala.collection.immutable.Map[String, Boolean]
2020-11-29T04:28:57.6611846Z ](
2020-11-29T04:28:57.6612516Z Map.apply[String, Boolean](
2020-11-29T04:28:57.6613830Z scala.runtime.ScalaRunTime.wrapRefArray[(String, Boolean)]
2020-11-29T04:28:57.6614725Z (
2020-11-29T04:28:57.6615068Z [
2020-11-29T04:28:57.6615948Z recorderRuntime.recordValue[(String, Boolean)](
2020-11-29T04:28:57.6616652Z {
2020-11-29T04:28:57.6617354Z val ev$3: ArrowAssoc[String] =
2020-11-29T04:28:57.6618399Z recorderRuntime.recordValue[ArrowAssoc[String]](
2020-11-29T04:28:57.6619425Z ArrowAssoc[String]("true")
2020-11-29T04:28:57.6620074Z , 45)
2020-11-29T04:28:57.6621027Z scala.Predef.ArrowAssoc.->$extension[Boolean, String
2020-11-29T04:28:57.6622019Z ]
2020-11-29T04:28:57.6622713Z (ev$3)(true)
2020-11-29T04:28:57.6623102Z }
2020-11-29T04:28:57.6623575Z , 52)
2020-11-29T04:28:57.6623923Z ,
2020-11-29T04:28:57.6624939Z recorderRuntime.recordValue[(String, Boolean)](
2020-11-29T04:28:57.6625618Z {
2020-11-29T04:28:57.6626384Z val ev$4: ArrowAssoc[String] =
2020-11-29T04:28:57.6627452Z recorderRuntime.recordValue[ArrowAssoc[String]](
2020-11-29T04:28:57.6628478Z ArrowAssoc[String]("false")
2020-11-29T04:28:57.6629146Z , 61)
2020-11-29T04:28:57.6630089Z scala.Predef.ArrowAssoc.->$extension[Boolean, String
2020-11-29T04:28:57.6630799Z ]
2020-11-29T04:28:57.6631377Z (ev$4)(false)
2020-11-29T04:28:57.6631784Z }
2020-11-29T04:28:57.6632311Z , 69)
2020-11-29T04:28:57.6632924Z : (String, Boolean)]
2020-11-29T04:28:57.6633345Z )
2020-11-29T04:28:57.6633701Z )
2020-11-29T04:28:57.6634207Z , 41)
2020-11-29T04:28:57.6634563Z )
2020-11-29T04:28:57.6635065Z , 38)
2020-11-29T04:28:57.6635417Z )
2020-11-29T04:28:57.6636130Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.6636837Z }
2020-11-29T04:28:57.6637323Z }:Unit
2020-11-29T04:28:57.6637689Z }
2020-11-29T04:28:57.6638009Z }
2020-11-29T04:28:57.6639105Z def mapParserFail(args: scala.collection.immutable.Seq[String] @Repeated):
2020-11-29T04:28:57.6640126Z Unit
2020-11-29T04:28:57.6640473Z =
2020-11-29T04:28:57.6640806Z {
2020-11-29T04:28:57.6641855Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.6643412Z scopttest.ImmutableParserSpec.mapParser1.parse(args.toSeq,
2020-11-29T04:28:57.6645034Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.6646485Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.6647911Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.6649332Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.6650877Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.6652303Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.6653733Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.6655159Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.6656658Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.6658081Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.6659492Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.6660906Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.6662324Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.6663758Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.6665187Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.6666609Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.6668034Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.6669460Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.6670872Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.6672289Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.6673708Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.6674623Z )
2020-11-29T04:28:57.6674961Z {
2020-11-29T04:28:57.6675738Z val value$proxy33: Boolean = result.==(None)
2020-11-29T04:28:57.6676506Z val Recorder_this:
2020-11-29T04:28:57.6677062Z 
2020-11-29T04:28:57.6677834Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.6678828Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.6679393Z )
2020-11-29T04:28:57.6679847Z 
2020-11-29T04:28:57.6680596Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.6681343Z {
2020-11-29T04:28:57.6682408Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.6683906Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.6684662Z (
2020-11-29T04:28:57.6685140Z Recorder_this.inline$listener)
2020-11-29T04:28:57.6685914Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.6686875Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.6687372Z {
2020-11-29T04:28:57.6688059Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.6688600Z closure($anonfun)
2020-11-29T04:28:57.6689009Z }
2020-11-29T04:28:57.6689349Z )
2020-11-29T04:28:57.6689670Z )
2020-11-29T04:28:57.6690107Z {
2020-11-29T04:28:57.6690705Z recorderRuntime.resetValues()
2020-11-29T04:28:57.6691939Z recorderRuntime.recordExpression(" result == None",
2020-11-29T04:28:57.6693082Z "Apply(Select(Ident(\"result\"), \"==\"), List(Ident(\"None\")))"
2020-11-29T04:28:57.6693603Z ,
2020-11-29T04:28:57.6694424Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.6695672Z recorderRuntime.recordValue[(result : Option)](result, 11).==(
2020-11-29T04:28:57.6696400Z None
2020-11-29T04:28:57.6696763Z )
2020-11-29T04:28:57.6697250Z , 18)
2020-11-29T04:28:57.6697615Z )
2020-11-29T04:28:57.6698329Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.6699025Z }
2020-11-29T04:28:57.6699524Z }:Unit
2020-11-29T04:28:57.6699871Z }
2020-11-29T04:28:57.6700202Z }
2020-11-29T04:28:57.6701595Z def seqTupleParser1: scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.6702613Z =
2020-11-29T04:28:57.6702945Z {
2020-11-29T04:28:57.6703598Z final class $anon() extends
2020-11-29T04:28:57.6704788Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.6705852Z ("scopt") {
2020-11-29T04:28:57.6706393Z this.head(
2020-11-29T04:28:57.6707596Z scala.runtime.ScalaRunTime.wrapRefArray[String](["scopt","3.x" : String]
2020-11-29T04:28:57.6708518Z )
2020-11-29T04:28:57.6708845Z )
2020-11-29T04:28:57.6709812Z this.opt[scala.collection.immutable.Seq[(String, String)]]("foo")(
2020-11-29T04:28:57.6711363Z scopt.Read.immutableSeqTupleRead[String, String](scopt.Read.stringRead,
2020-11-29T04:28:57.6712416Z scopt.Read.stringRead
2020-11-29T04:28:57.6712910Z )
2020-11-29T04:28:57.6713261Z ).action(
2020-11-29T04:28:57.6713624Z {
2020-11-29T04:28:57.6714631Z def $anonfun(x$1: scala.collection.immutable.Seq[(String, String)],
2020-11-29T04:28:57.6716048Z x$2: scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.6717580Z ): scopttest.ImmutableParserSpec.Config =
2020-11-29T04:28:57.6719155Z matchResult5[scopttest.ImmutableParserSpec.Config]: 
2020-11-29T04:28:57.6719956Z {
2020-11-29T04:28:57.6720506Z case val x15:
2020-11-29T04:28:57.6721377Z (scala.collection.immutable.Seq[(String, String)],
2020-11-29T04:28:57.6722411Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.6723231Z )
2020-11-29T04:28:57.6723660Z =
2020-11-29T04:28:57.6724706Z Tuple2.apply[scala.collection.immutable.Seq[(String, String)]
2020-11-29T04:28:57.6725439Z ,
2020-11-29T04:28:57.6726344Z scopttest.ImmutableParserSpec.Config](x$1, x$2)
2020-11-29T04:28:57.6727344Z if x15.ne(null) then
2020-11-29T04:28:57.6727759Z {
2020-11-29T04:28:57.6728685Z case val s: scala.collection.immutable.Seq[(String, String)]
2020-11-29T04:28:57.6729413Z =
2020-11-29T04:28:57.6729747Z x15._1
2020-11-29T04:28:57.6730884Z case val c: scopttest.ImmutableParserSpec.Config = x15._2
2020-11-29T04:28:57.6731977Z return[matchResult5]
2020-11-29T04:28:57.6732416Z {
2020-11-29T04:28:57.6732884Z c.copy(c.copy$default$1, c.copy$default$2,
2020-11-29T04:28:57.6733406Z c.copy$default$3
2020-11-29T04:28:57.6733947Z , c.copy$default$4, c.copy$default$5, c.copy$default$6,
2020-11-29T04:28:57.6734501Z c.copy$default$7
2020-11-29T04:28:57.6735037Z , c.copy$default$8, c.copy$default$9, c.copy$default$10
2020-11-29T04:28:57.6735530Z ,
2020-11-29T04:28:57.6736037Z c.copy$default$11, c.copy$default$12, c.copy$default$13
2020-11-29T04:28:57.6736510Z ,
2020-11-29T04:28:57.6737011Z c.copy$default$14, c.copy$default$15, c.copy$default$16
2020-11-29T04:28:57.6737494Z ,
2020-11-29T04:28:57.6737933Z s, c.copy$default$18, c.copy$default$19,
2020-11-29T04:28:57.6738435Z c.copy$default$20
2020-11-29T04:28:57.6738823Z )
2020-11-29T04:28:57.6739247Z }
2020-11-29T04:28:57.6739579Z }
2020-11-29T04:28:57.6740234Z  else ()
2020-11-29T04:28:57.6740912Z throw new MatchError(x15)
2020-11-29T04:28:57.6741453Z }
2020-11-29T04:28:57.6741772Z closure($anonfun)
2020-11-29T04:28:57.6742102Z }
2020-11-29T04:28:57.6742359Z )
2020-11-29T04:28:57.6742823Z this.help("help")
2020-11-29T04:28:57.6743159Z }
2020-11-29T04:28:57.6743717Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.6745305Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.6746194Z }
2020-11-29T04:28:57.6747289Z def seqTupleParser(args: scala.collection.immutable.Seq[String] @Repeated):
2020-11-29T04:28:57.6748326Z Unit
2020-11-29T04:28:57.6748672Z =
2020-11-29T04:28:57.6748999Z {
2020-11-29T04:28:57.6750041Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.6751734Z scopttest.ImmutableParserSpec.seqTupleParser1.parse(args.toSeq,
2020-11-29T04:28:57.6753491Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.6754957Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.6756460Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.6757993Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.6759325Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.6760636Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.6762294Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.6763820Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.6765252Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.6766668Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.6768084Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.6769520Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.6771165Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.6772674Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.6773987Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.6775387Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.6776520Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.6777672Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.6778828Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.6780287Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.6781593Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.6782417Z )
2020-11-29T04:28:57.6782719Z {
2020-11-29T04:28:57.6783388Z val value$proxy34: Boolean =
2020-11-29T04:28:57.6784129Z result.get.seqTupleStringString.==(
2020-11-29T04:28:57.6785233Z List.apply[(String, String)](
2020-11-29T04:28:57.6786418Z scala.runtime.ScalaRunTime.wrapRefArray[(String, String)](
2020-11-29T04:28:57.6787285Z [
2020-11-29T04:28:57.6787638Z {
2020-11-29T04:28:57.6788481Z val ev$5: ArrowAssoc[String] = ArrowAssoc[String]("key")
2020-11-29T04:28:57.6789736Z scala.Predef.ArrowAssoc.->$extension[String, String](ev$5)(
2020-11-29T04:28:57.6790679Z "1"
2020-11-29T04:28:57.6791016Z )
2020-11-29T04:28:57.6791342Z }
2020-11-29T04:28:57.6791666Z ,
2020-11-29T04:28:57.6791972Z {
2020-11-29T04:28:57.6792753Z val ev$6: ArrowAssoc[String] = ArrowAssoc[String]("key")
2020-11-29T04:28:57.6793833Z scala.Predef.ArrowAssoc.->$extension[String, String](ev$6)(
2020-11-29T04:28:57.6794620Z "2"
2020-11-29T04:28:57.6794967Z )
2020-11-29T04:28:57.6795280Z }
2020-11-29T04:28:57.6795812Z : (String, String)]
2020-11-29T04:28:57.6796199Z )
2020-11-29T04:28:57.6796511Z )
2020-11-29T04:28:57.6796820Z )
2020-11-29T04:28:57.6797349Z val Recorder_this:
2020-11-29T04:28:57.6797866Z 
2020-11-29T04:28:57.6798591Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.6799506Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.6800030Z )
2020-11-29T04:28:57.6800465Z 
2020-11-29T04:28:57.6801227Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.6801918Z {
2020-11-29T04:28:57.6802906Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.6804304Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.6805011Z (
2020-11-29T04:28:57.6805451Z Recorder_this.inline$listener)
2020-11-29T04:28:57.6806161Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.6807267Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.6807752Z {
2020-11-29T04:28:57.6808439Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.6808990Z closure($anonfun)
2020-11-29T04:28:57.6809382Z }
2020-11-29T04:28:57.6809718Z )
2020-11-29T04:28:57.6810152Z )
2020-11-29T04:28:57.6810488Z {
2020-11-29T04:28:57.6811096Z recorderRuntime.resetValues()
2020-11-29T04:28:57.6812036Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.6812870Z 
2020-11-29T04:28:57.6813808Z " result.get.seqTupleStringString == List(\"key\" -> \"1\", \"key\" -> \"2\")"
2020-11-29T04:28:57.6814673Z 
2020-11-29T04:28:57.6815023Z ,
2020-11-29T04:28:57.6815480Z 
2020-11-29T04:28:57.6818850Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"seqTupleStringString\"), \"==\"), List(Apply(TypeApply(Select(Ident(\"List\"), \"apply\"), List(Inferred())), List(Typed(Repeated(List(Apply(TypeApply(Select(Apply(TypeApply(Ident(\"ArrowAssoc\"), List(Inferred())), List(Literal(Constant.String(\"key\")))), \"->\"), List(Inferred())), List(Literal(Constant.String(\"1\")))), Apply(TypeApply(Select(Apply(TypeApply(Ident(\"ArrowAssoc\"), List(Inferred())), List(Literal(Constant.String(\"key\")))), \"->\"), List(Inferred())), List(Literal(Constant.String(\"2\"))))), Inferred()), Inferred())))))"
2020-11-29T04:28:57.6821385Z 
2020-11-29T04:28:57.6821716Z ,
2020-11-29T04:28:57.6822481Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.6823335Z recorderRuntime.recordValue[
2020-11-29T04:28:57.6824021Z 
2020-11-29T04:28:57.6824868Z (scopttest.ImmutableParserSpec.Config#seqTupleStringString
2020-11-29T04:28:57.6825797Z :
2020-11-29T04:28:57.6826405Z (): scala.collection.immutable.Seq)
2020-11-29T04:28:57.6827108Z 
2020-11-29T04:28:57.6827441Z ](
2020-11-29T04:28:57.6828258Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.6829455Z recorderRuntime.recordValue[(result : Option)](result, 11).
2020-11-29T04:28:57.6830145Z get
2020-11-29T04:28:57.6830781Z , 18).seqTupleStringString
2020-11-29T04:28:57.6831415Z , 22).==(
2020-11-29T04:28:57.6832004Z recorderRuntime.recordValue[
2020-11-29T04:28:57.6833068Z scala.collection.immutable.List[(String, String)]
2020-11-29T04:28:57.6833744Z ](
2020-11-29T04:28:57.6834330Z List.apply[(String, String)](
2020-11-29T04:28:57.6835450Z scala.runtime.ScalaRunTime.wrapRefArray[(String, String)](
2020-11-29T04:28:57.6836268Z [
2020-11-29T04:28:57.6837071Z recorderRuntime.recordValue[(String, String)](
2020-11-29T04:28:57.6837709Z {
2020-11-29T04:28:57.6838550Z val ev$7: ArrowAssoc[String] =
2020-11-29T04:28:57.6839672Z recorderRuntime.recordValue[ArrowAssoc[String]](
2020-11-29T04:28:57.6840818Z ArrowAssoc[String]("key")
2020-11-29T04:28:57.6841441Z , 51)
2020-11-29T04:28:57.6842251Z scala.Predef.ArrowAssoc.->$extension[String,
2020-11-29T04:28:57.6843057Z String
2020-11-29T04:28:57.6843619Z ](ev$7)("1")
2020-11-29T04:28:57.6843988Z }
2020-11-29T04:28:57.6844484Z , 57)
2020-11-29T04:28:57.6844825Z ,
2020-11-29T04:28:57.6845649Z recorderRuntime.recordValue[(String, String)](
2020-11-29T04:28:57.6846289Z {
2020-11-29T04:28:57.6846935Z val ev$8: ArrowAssoc[String] =
2020-11-29T04:28:57.6847918Z recorderRuntime.recordValue[ArrowAssoc[String]](
2020-11-29T04:28:57.6848874Z ArrowAssoc[String]("key")
2020-11-29T04:28:57.6849476Z , 65)
2020-11-29T04:28:57.6850404Z scala.Predef.ArrowAssoc.->$extension[String,
2020-11-29T04:28:57.6851205Z String
2020-11-29T04:28:57.6851745Z ](ev$8)("2")
2020-11-29T04:28:57.6852117Z }
2020-11-29T04:28:57.6852595Z , 71)
2020-11-29T04:28:57.6853164Z : (String, String)]
2020-11-29T04:28:57.6853559Z )
2020-11-29T04:28:57.6853873Z )
2020-11-29T04:28:57.6854343Z , 46)
2020-11-29T04:28:57.6854669Z )
2020-11-29T04:28:57.6855137Z , 43)
2020-11-29T04:28:57.6855474Z )
2020-11-29T04:28:57.6856126Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.6856786Z }
2020-11-29T04:28:57.6857246Z }:Unit
2020-11-29T04:28:57.6857660Z }
2020-11-29T04:28:57.6857927Z }
2020-11-29T04:28:57.6858854Z def seqTupleParserFail(args: scala.collection.immutable.Seq[String] @Repeated)
2020-11-29T04:28:57.6859595Z :
2020-11-29T04:28:57.6859993Z Unit =
2020-11-29T04:28:57.6860348Z {
2020-11-29T04:28:57.6861198Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.6862777Z scopttest.ImmutableParserSpec.seqTupleParser1.parse(args.toSeq,
2020-11-29T04:28:57.6864400Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.6865747Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.6867062Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.6868397Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.6869714Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.6871011Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.6872330Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.6873646Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.6874940Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.6876257Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.6877582Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.6878974Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.6880127Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.6881307Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.6882440Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.6883812Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.6885145Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.6886457Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.6887794Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.6889122Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.6890510Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.6891324Z )
2020-11-29T04:28:57.6891623Z {
2020-11-29T04:28:57.6892323Z val value$proxy35: Boolean = result.==(None)
2020-11-29T04:28:57.6893046Z val Recorder_this:
2020-11-29T04:28:57.6893549Z 
2020-11-29T04:28:57.6894266Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.6895185Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.6895701Z )
2020-11-29T04:28:57.6896150Z 
2020-11-29T04:28:57.6896832Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.6897527Z {
2020-11-29T04:28:57.6898512Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.6899883Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.6900816Z (
2020-11-29T04:28:57.6901309Z Recorder_this.inline$listener)
2020-11-29T04:28:57.6902077Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.6903047Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.6903535Z {
2020-11-29T04:28:57.6904222Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.6904765Z closure($anonfun)
2020-11-29T04:28:57.6905164Z }
2020-11-29T04:28:57.6905499Z )
2020-11-29T04:28:57.6905823Z )
2020-11-29T04:28:57.6906241Z {
2020-11-29T04:28:57.6906847Z recorderRuntime.resetValues()
2020-11-29T04:28:57.6908058Z recorderRuntime.recordExpression(" result == None",
2020-11-29T04:28:57.6909201Z "Apply(Select(Ident(\"result\"), \"==\"), List(Ident(\"None\")))"
2020-11-29T04:28:57.6909732Z ,
2020-11-29T04:28:57.6910538Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.6911774Z recorderRuntime.recordValue[(result : Option)](result, 11).==(
2020-11-29T04:28:57.6912516Z None
2020-11-29T04:28:57.6912866Z )
2020-11-29T04:28:57.6913369Z , 18)
2020-11-29T04:28:57.6913718Z )
2020-11-29T04:28:57.6914428Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.6915124Z }
2020-11-29T04:28:57.6915612Z }:Unit
2020-11-29T04:28:57.6915978Z }
2020-11-29T04:28:57.6916296Z }
2020-11-29T04:28:57.6916986Z def liftedOptionParser1:
2020-11-29T04:28:57.6918253Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.6919134Z =
2020-11-29T04:28:57.6919465Z {
2020-11-29T04:28:57.6920099Z final class $anon() extends
2020-11-29T04:28:57.6921313Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.6922419Z ("foo") {
2020-11-29T04:28:57.6923078Z this.opt[Option[Int]]("foo")(
2020-11-29T04:28:57.6924020Z scopt.Read.optionRead[Int](scopt.Read.intRead)
2020-11-29T04:28:57.6924695Z ).action(
2020-11-29T04:28:57.6925049Z {
2020-11-29T04:28:57.6926229Z def $anonfun(i: Option[Int], c: scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.6927168Z )
2020-11-29T04:28:57.6928118Z : scopttest.ImmutableParserSpec.Config =
2020-11-29T04:28:57.6929118Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3,
2020-11-29T04:28:57.6929706Z c.copy$default$4
2020-11-29T04:28:57.6930388Z , c.copy$default$5, c.copy$default$6, c.copy$default$7,
2020-11-29T04:28:57.6930961Z c.copy$default$8
2020-11-29T04:28:57.6931533Z , c.copy$default$9, c.copy$default$10, c.copy$default$11,
2020-11-29T04:28:57.6932114Z c.copy$default$12
2020-11-29T04:28:57.6932694Z , c.copy$default$13, c.copy$default$14, c.copy$default$15,
2020-11-29T04:28:57.6933254Z c.copy$default$16
2020-11-29T04:28:57.6933842Z , c.copy$default$17, c.copy$default$18, c.copy$default$19, i)
2020-11-29T04:28:57.6934412Z closure($anonfun)
2020-11-29T04:28:57.6934813Z }
2020-11-29T04:28:57.6935149Z )
2020-11-29T04:28:57.6935469Z }
2020-11-29T04:28:57.6936192Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.6937459Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.6938342Z }
2020-11-29T04:28:57.6939084Z def emptyLiftedOptionParser(
2020-11-29T04:28:57.6940250Z args: scala.collection.immutable.Seq[String] @Repeated
2020-11-29T04:28:57.6941146Z ): Unit =
2020-11-29T04:28:57.6941516Z {
2020-11-29T04:28:57.6942558Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.6944361Z scopttest.ImmutableParserSpec.liftedOptionParser1.parse(args.toSeq,
2020-11-29T04:28:57.6946209Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.6947641Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.6949062Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.6950545Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.6952073Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.6953396Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.6954715Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.6956049Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.6957358Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.6958663Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.6959986Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.6961299Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.6962817Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.6964286Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.6965715Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.6967120Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.6968538Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.6970161Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.6971587Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.6973015Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.6974437Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.6975299Z )
2020-11-29T04:28:57.6975639Z {
2020-11-29T04:28:57.6976631Z val value$proxy36: Boolean = result.get.optIntValue.==(None)
2020-11-29T04:28:57.6977512Z val Recorder_this:
2020-11-29T04:28:57.6978033Z 
2020-11-29T04:28:57.6978747Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.6979671Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.6980192Z )
2020-11-29T04:28:57.6980614Z 
2020-11-29T04:28:57.6981313Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.6981985Z {
2020-11-29T04:28:57.6982972Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.6984357Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.6985057Z (
2020-11-29T04:28:57.6985510Z Recorder_this.inline$listener)
2020-11-29T04:28:57.6986231Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.6987131Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.6987591Z {
2020-11-29T04:28:57.6988215Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.6988799Z closure($anonfun)
2020-11-29T04:28:57.6989133Z }
2020-11-29T04:28:57.6989401Z )
2020-11-29T04:28:57.6989677Z )
2020-11-29T04:28:57.6989944Z {
2020-11-29T04:28:57.6990440Z recorderRuntime.resetValues()
2020-11-29T04:28:57.6991212Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.6992068Z " result.get.optIntValue == None"
2020-11-29T04:28:57.6992520Z ,
2020-11-29T04:28:57.6992905Z 
2020-11-29T04:28:57.6993455Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"optIntValue\"), \"==\"), List(Ident(\"None\")))"
2020-11-29T04:28:57.6994105Z 
2020-11-29T04:28:57.6994439Z ,
2020-11-29T04:28:57.6995336Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.6996177Z recorderRuntime.recordValue[
2020-11-29T04:28:57.6996855Z 
2020-11-29T04:28:57.6997642Z (scopttest.ImmutableParserSpec.Config#optIntValue :
2020-11-29T04:28:57.6998447Z (): Option
2020-11-29T04:28:57.6998797Z )
2020-11-29T04:28:57.6999249Z 
2020-11-29T04:28:57.6999565Z ](
2020-11-29T04:28:57.7000402Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.7001594Z recorderRuntime.recordValue[(result : Option)](result, 11).
2020-11-29T04:28:57.7002272Z get
2020-11-29T04:28:57.7002826Z , 18).optIntValue
2020-11-29T04:28:57.7003393Z , 22).==(None)
2020-11-29T04:28:57.7003883Z , 34)
2020-11-29T04:28:57.7004222Z )
2020-11-29T04:28:57.7004871Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.7005527Z }
2020-11-29T04:28:57.7005985Z }:Unit
2020-11-29T04:28:57.7006308Z }
2020-11-29T04:28:57.7006612Z }
2020-11-29T04:28:57.7007329Z def nonEmptyLiftedOptionParser(
2020-11-29T04:28:57.7008546Z args: scala.collection.immutable.Seq[String] @Repeated
2020-11-29T04:28:57.7009385Z ): Unit =
2020-11-29T04:28:57.7009712Z {
2020-11-29T04:28:57.7010801Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.7012494Z scopttest.ImmutableParserSpec.liftedOptionParser1.parse(args.toSeq,
2020-11-29T04:28:57.7014208Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.7015376Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.7016536Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.7017683Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.7018846Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.7020294Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.7021621Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.7022961Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.7024275Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.7025585Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.7026891Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.7028199Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.7029519Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.7031049Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.7032445Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.7033788Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.7035184Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.7036614Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.7037954Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.7039356Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.7040710Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.7041690Z )
2020-11-29T04:28:57.7042094Z {
2020-11-29T04:28:57.7042768Z val value$proxy37: Boolean =
2020-11-29T04:28:57.7043731Z result.get.optIntValue.==(Some.apply[Int](1))
2020-11-29T04:28:57.7044628Z val Recorder_this:
2020-11-29T04:28:57.7045175Z 
2020-11-29T04:28:57.7046028Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.7046979Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.7047583Z )
2020-11-29T04:28:57.7048119Z 
2020-11-29T04:28:57.7048844Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.7049683Z {
2020-11-29T04:28:57.7050731Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.7052277Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.7053087Z (
2020-11-29T04:28:57.7053565Z Recorder_this.inline$listener)
2020-11-29T04:28:57.7054372Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.7055365Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.7055849Z {
2020-11-29T04:28:57.7056660Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.7057443Z closure($anonfun)
2020-11-29T04:28:57.7057897Z }
2020-11-29T04:28:57.7058317Z )
2020-11-29T04:28:57.7058696Z )
2020-11-29T04:28:57.7059114Z {
2020-11-29T04:28:57.7059827Z recorderRuntime.resetValues()
2020-11-29T04:28:57.7060820Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.7103633Z " result.get.optIntValue == Some(1)"
2020-11-29T04:28:57.7104203Z ,
2020-11-29T04:28:57.7104681Z 
2020-11-29T04:28:57.7105696Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"optIntValue\"), \"==\"), List(Apply(TypeApply(Select(Ident(\"Some\"), \"apply\"), List(Inferred())), List(Literal(Constant.Int(1))))))"
2020-11-29T04:28:57.7106806Z 
2020-11-29T04:28:57.7107155Z ,
2020-11-29T04:28:57.7108072Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.7108915Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7109592Z 
2020-11-29T04:28:57.7110381Z (scopttest.ImmutableParserSpec.Config#optIntValue :
2020-11-29T04:28:57.7111168Z (): Option
2020-11-29T04:28:57.7111511Z )
2020-11-29T04:28:57.7111943Z 
2020-11-29T04:28:57.7112261Z ](
2020-11-29T04:28:57.7113085Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.7114265Z recorderRuntime.recordValue[(result : Option)](result, 11).
2020-11-29T04:28:57.7114940Z get
2020-11-29T04:28:57.7115484Z , 18).optIntValue
2020-11-29T04:28:57.7116012Z , 22).==(
2020-11-29T04:28:57.7116933Z recorderRuntime.recordValue[Some[Int]](Some.apply[Int](1), 37)
2020-11-29T04:28:57.7117627Z )
2020-11-29T04:28:57.7118077Z , 34)
2020-11-29T04:28:57.7118399Z )
2020-11-29T04:28:57.7119037Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.7119876Z }
2020-11-29T04:28:57.7120361Z }:Unit
2020-11-29T04:28:57.7120709Z }
2020-11-29T04:28:57.7121025Z }
2020-11-29T04:28:57.7122247Z def requireParser1: scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.7123267Z =
2020-11-29T04:28:57.7123578Z {
2020-11-29T04:28:57.7124422Z final class $anon() extends
2020-11-29T04:28:57.7125633Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.7126691Z ("scopt") {
2020-11-29T04:28:57.7127233Z this.head(
2020-11-29T04:28:57.7128435Z scala.runtime.ScalaRunTime.wrapRefArray[String](["scopt","3.x" : String]
2020-11-29T04:28:57.7129354Z )
2020-11-29T04:28:57.7129695Z )
2020-11-29T04:28:57.7130732Z this.opt[String]("foo")(scopt.Read.stringRead).required().action(
2020-11-29T04:28:57.7131385Z {
2020-11-29T04:28:57.7132601Z def $anonfun(x: String, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.7134018Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.7134743Z =
2020-11-29T04:28:57.7135257Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3, x,
2020-11-29T04:28:57.7135814Z c.copy$default$5
2020-11-29T04:28:57.7136356Z , c.copy$default$6, c.copy$default$7, c.copy$default$8,
2020-11-29T04:28:57.7136890Z c.copy$default$9
2020-11-29T04:28:57.7137414Z , c.copy$default$10, c.copy$default$11, c.copy$default$12,
2020-11-29T04:28:57.7137946Z c.copy$default$13
2020-11-29T04:28:57.7138573Z , c.copy$default$14, c.copy$default$15, c.copy$default$16,
2020-11-29T04:28:57.7139096Z c.copy$default$17
2020-11-29T04:28:57.7139682Z , c.copy$default$18, c.copy$default$19, c.copy$default$20)
2020-11-29T04:28:57.7140144Z closure($anonfun)
2020-11-29T04:28:57.7140476Z }
2020-11-29T04:28:57.7140741Z )
2020-11-29T04:28:57.7141218Z this.help("help")
2020-11-29T04:28:57.7141565Z }
2020-11-29T04:28:57.7142126Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.7143158Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.7144107Z }
2020-11-29T04:28:57.7145138Z def requiredFail(args: scala.collection.immutable.Seq[String] @Repeated): Unit
2020-11-29T04:28:57.7145955Z =
2020-11-29T04:28:57.7146250Z {
2020-11-29T04:28:57.7147220Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.7148782Z scopttest.ImmutableParserSpec.requireParser1.parse(args.toSeq,
2020-11-29T04:28:57.7150345Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.7151693Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.7153022Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.7154324Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.7155650Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.7157233Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.7158912Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.7160349Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.7161769Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.7163194Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.7164770Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.7166084Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.7167412Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.7168736Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.7170267Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.7171584Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.7172852Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.7173984Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.7175138Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.7176293Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.7177444Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.7178149Z )
2020-11-29T04:28:57.7178408Z {
2020-11-29T04:28:57.7179034Z val value$proxy38: Boolean = result.==(None)
2020-11-29T04:28:57.7179664Z val Recorder_this:
2020-11-29T04:28:57.7180701Z (scopttest.ImmutableParserSpec.assert : (): verify.asserts.PowerAssert)
2020-11-29T04:28:57.7182172Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.7182855Z {
2020-11-29T04:28:57.7183824Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.7185299Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit](
2020-11-29T04:28:57.7186146Z Recorder_this.inline$listener
2020-11-29T04:28:57.7186574Z )
2020-11-29T04:28:57.7187164Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.7188063Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.7188525Z {
2020-11-29T04:28:57.7189167Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.7189664Z closure($anonfun)
2020-11-29T04:28:57.7190048Z }
2020-11-29T04:28:57.7190375Z )
2020-11-29T04:28:57.7190679Z )
2020-11-29T04:28:57.7190989Z {
2020-11-29T04:28:57.7191551Z recorderRuntime.resetValues()
2020-11-29T04:28:57.7192658Z recorderRuntime.recordExpression(" result == None",
2020-11-29T04:28:57.7193708Z "Apply(Select(Ident(\"result\"), \"==\"), List(Ident(\"None\")))"
2020-11-29T04:28:57.7194203Z ,
2020-11-29T04:28:57.7194959Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.7196124Z recorderRuntime.recordValue[(result : Option)](result, 11).==(None
2020-11-29T04:28:57.7196804Z )
2020-11-29T04:28:57.7197256Z , 18)
2020-11-29T04:28:57.7197590Z )
2020-11-29T04:28:57.7198233Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.7198884Z }
2020-11-29T04:28:57.7199337Z }:Unit
2020-11-29T04:28:57.7199657Z }
2020-11-29T04:28:57.7199963Z }
2020-11-29T04:28:57.7200980Z def requiredWithFallback(args: scala.collection.immutable.Seq[String],
2020-11-29T04:28:57.7202025Z expected: String
2020-11-29T04:28:57.7202569Z ): Unit =
2020-11-29T04:28:57.7202891Z {
2020-11-29T04:28:57.7203493Z val value$proxy39: Boolean =
2020-11-29T04:28:57.7203924Z {
2020-11-29T04:28:57.7204541Z final class $anon() extends
2020-11-29T04:28:57.7205689Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.7206903Z ("scopt") {
2020-11-29T04:28:57.7207471Z this.head(
2020-11-29T04:28:57.7208629Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.7209659Z ["scopt","3.x" : String]
2020-11-29T04:28:57.7210192Z )
2020-11-29T04:28:57.7210596Z )
2020-11-29T04:28:57.7211451Z this.opt[String]("stringValue")(scopt.Read.stringRead).required().
2020-11-29T04:28:57.7212154Z withFallback
2020-11-29T04:28:57.7212516Z (
2020-11-29T04:28:57.7213015Z {
2020-11-29T04:28:57.7213824Z def $anonfun(): String = "someFallback"
2020-11-29T04:28:57.7214422Z closure($anonfun)
2020-11-29T04:28:57.7214829Z }
2020-11-29T04:28:57.7215182Z ).action(
2020-11-29T04:28:57.7215546Z {
2020-11-29T04:28:57.7216724Z def $anonfun(x: String, c: scopttest.ImmutableParserSpec.Config)
2020-11-29T04:28:57.7217629Z :
2020-11-29T04:28:57.7218604Z scopttest.ImmutableParserSpec.Config =
2020-11-29T04:28:57.7219607Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3, x
2020-11-29T04:28:57.7220142Z ,
2020-11-29T04:28:57.7220670Z c.copy$default$5, c.copy$default$6, c.copy$default$7,
2020-11-29T04:28:57.7221251Z c.copy$default$8
2020-11-29T04:28:57.7221830Z , c.copy$default$9, c.copy$default$10, c.copy$default$11,
2020-11-29T04:28:57.7222408Z c.copy$default$12
2020-11-29T04:28:57.7223044Z , c.copy$default$13, c.copy$default$14, c.copy$default$15,
2020-11-29T04:28:57.7223627Z c.copy$default$16
2020-11-29T04:28:57.7224211Z , c.copy$default$17, c.copy$default$18, c.copy$default$19,
2020-11-29T04:28:57.7224776Z c.copy$default$20
2020-11-29T04:28:57.7225180Z )
2020-11-29T04:28:57.7225595Z closure($anonfun)
2020-11-29T04:28:57.7225989Z }
2020-11-29T04:28:57.7226330Z )
2020-11-29T04:28:57.7226651Z }
2020-11-29T04:28:57.7227396Z (new scopt.OptionParser {...}():
2020-11-29T04:28:57.7228665Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.7229604Z ).parse(args,
2020-11-29T04:28:57.7230554Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.7232051Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.7233378Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.7234716Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.7236221Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.7237658Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.7239103Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.7240526Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.7241962Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.7243400Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.7244815Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10
2020-11-29T04:28:57.7245696Z ,
2020-11-29T04:28:57.7246597Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11,
2020-11-29T04:28:57.7248006Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12
2020-11-29T04:28:57.7249428Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.7250519Z ,
2020-11-29T04:28:57.7251331Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.7252646Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.7254280Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16
2020-11-29T04:28:57.7255257Z ,
2020-11-29T04:28:57.7256082Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17,
2020-11-29T04:28:57.7257383Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18
2020-11-29T04:28:57.7258690Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.7259517Z ,
2020-11-29T04:28:57.7260327Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.7261153Z ).==(
2020-11-29T04:28:57.7262141Z Some.apply[scopttest.ImmutableParserSpec.Config](
2020-11-29T04:28:57.7263548Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.7264742Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.7265895Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2
2020-11-29T04:28:57.7266610Z ,
2020-11-29T04:28:57.7267544Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3,
2020-11-29T04:28:57.7268400Z expected
2020-11-29T04:28:57.7269260Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.7270077Z ,
2020-11-29T04:28:57.7270945Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.7272371Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.7273534Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8
2020-11-29T04:28:57.7274231Z ,
2020-11-29T04:28:57.7275352Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9,
2020-11-29T04:28:57.7276663Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7277553Z $lessinit$greater$default$10
2020-11-29T04:28:57.7278005Z ,
2020-11-29T04:28:57.7278765Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7279646Z $lessinit$greater$default$11
2020-11-29T04:28:57.7280094Z ,
2020-11-29T04:28:57.7280869Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7281746Z $lessinit$greater$default$12
2020-11-29T04:28:57.7282184Z ,
2020-11-29T04:28:57.7282953Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7283825Z $lessinit$greater$default$13
2020-11-29T04:28:57.7284261Z ,
2020-11-29T04:28:57.7285027Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7285904Z $lessinit$greater$default$14
2020-11-29T04:28:57.7286340Z ,
2020-11-29T04:28:57.7287280Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7287980Z $lessinit$greater$default$15
2020-11-29T04:28:57.7288343Z ,
2020-11-29T04:28:57.7288965Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7289659Z $lessinit$greater$default$16
2020-11-29T04:28:57.7290111Z ,
2020-11-29T04:28:57.7290745Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7291438Z $lessinit$greater$default$17
2020-11-29T04:28:57.7291808Z ,
2020-11-29T04:28:57.7292425Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7293220Z $lessinit$greater$default$18
2020-11-29T04:28:57.7293538Z ,
2020-11-29T04:28:57.7294062Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7294685Z $lessinit$greater$default$19
2020-11-29T04:28:57.7294993Z ,
2020-11-29T04:28:57.7295531Z scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7296196Z $lessinit$greater$default$20
2020-11-29T04:28:57.7296505Z )
2020-11-29T04:28:57.7296748Z )
2020-11-29T04:28:57.7296990Z )
2020-11-29T04:28:57.7297223Z }
2020-11-29T04:28:57.7297684Z val Recorder_this:
2020-11-29T04:28:57.7298594Z (scopttest.ImmutableParserSpec.assert : (): verify.asserts.PowerAssert)
2020-11-29T04:28:57.7299593Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.7300108Z {
2020-11-29T04:28:57.7300841Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.7301896Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit](
2020-11-29T04:28:57.7302531Z Recorder_this.inline$listener
2020-11-29T04:28:57.7302854Z )
2020-11-29T04:28:57.7303296Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.7303967Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.7304320Z {
2020-11-29T04:28:57.7304800Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.7305172Z closure($anonfun)
2020-11-29T04:28:57.7305459Z }
2020-11-29T04:28:57.7305704Z )
2020-11-29T04:28:57.7305930Z )
2020-11-29T04:28:57.7306217Z {
2020-11-29T04:28:57.7306632Z recorderRuntime.resetValues()
2020-11-29T04:28:57.7307300Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.7307877Z 
2020-11-29T04:28:57.7308973Z " new scopt.OptionParser[Config](\"scopt\") {\n head(\"scopt\", \"3.x\")\n opt[String](\"stringValue\")\n .required()\n .withFallback(() => \"someFallback\")\n .action((x, c) => c.copy(stringValue = x))\n }.parse(args, Config()) == Some(Config(stringValue = expected))"
2020-11-29T04:28:57.7310116Z 
2020-11-29T04:28:57.7310405Z ,
2020-11-29T04:28:57.7310782Z 
2020-11-29T04:28:57.7325922Z "Apply(Select(Apply(Select(Block(List(ClassDef(\"$anon\", DefDef(\"<init>\", Nil, List(Nil), Inferred(), None), List(Apply(TypeApply(Select(New(Applied(TypeSelect(Ident(\"scopt\"), \"OptionParser\"), List(TypeIdent(\"Config\")))), \"<init>\"), List(Inferred())), List(Literal(Constant.String(\"scopt\"))))), Nil, None, List(Apply(Select(This(Some(\"$anon\")), \"head\"), List(Typed(Repeated(List(Literal(Constant.String(\"scopt\")), Literal(Constant.String(\"3.x\"))), Inferred()), Inferred()))), Apply(Select(Apply(Select(Apply(Select(Apply(Apply(TypeApply(Select(This(Some(\"$anon\")), \"opt\"), List(TypeIdent(\"String\"))), List(Literal(Constant.String(\"stringValue\")))), List(Ident(\"stringRead\"))), \"required\"), Nil), \"withFallback\"), List(Block(List(DefDef(\"$anonfun\", Nil, List(Nil), Inferred(), Some(Literal(Constant.String(\"someFallback\"))))), Closure(Ident(\"$anonfun\"), None)))), \"action\"), List(Block(List(DefDef(\"$anonfun\", Nil, List(List(ValDef(\"x\", Inferred(), None), ValDef(\"c\", Inferred(), None))), Inferred(), Some(Apply(Select(Ident(\"c\"), \"copy\"), List(Select(Ident(\"c\"), \"copy$default$1\"), Select(Ident(\"c\"), \"copy$default$2\"), Select(Ident(\"c\"), \"copy$default$3\"), Ident(\"x\"), Select(Ident(\"c\"), \"copy$default$5\"), Select(Ident(\"c\"), \"copy$default$6\"), Select(Ident(\"c\"), \"copy$default$7\"), Select(Ident(\"c\"), \"copy$default$8\"), Select(Ident(\"c\"), \"copy$default$9\"), Select(Ident(\"c\"), \"copy$default$10\"), Select(Ident(\"c\"), \"copy$default$11\"), Select(Ident(\"c\"), \"copy$default$12\"), Select(Ident(\"c\"), \"copy$default$13\"), Select(Ident(\"c\"), \"copy$default$14\"), Select(Ident(\"c\"), \"copy$default$15\"), Select(Ident(\"c\"), \"copy$default$16\"), Select(Ident(\"c\"), \"copy$default$17\"), Select(Ident(\"c\"), \"copy$default$18\"), Select(Ident(\"c\"), \"copy$default$19\"), Select(Ident(\"c\"), \"copy$default$20\")))))), Closure(Ident(\"$anonfun\"), None))))))), Typed(Apply(Select(New(TypeIdent(\"$anon\")), \"<init>\"), Nil), Inferred())), \"parse\"), List(Ident(\"args\"), Apply(Select(Ident(\"Config\"), \"apply\"), List(Select(Ident(\"Config\"), \"$lessinit$greater$default$1\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$2\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$3\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$4\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$5\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$6\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$7\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$8\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$9\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$10\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$11\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$12\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$13\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$14\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$15\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$16\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$17\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$18\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$19\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$20\"))))), \"==\"), List(Apply(TypeApply(Select(Ident(\"Some\"), \"apply\"), List(Inferred())), List(Apply(Select(Ident(\"Config\"), \"apply\"), List(Select(Ident(\"Config\"), \"$lessinit$greater$default$1\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$2\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$3\"), Ident(\"expected\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$5\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$6\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$7\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$8\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$9\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$10\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$11\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$12\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$13\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$14\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$15\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$16\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$17\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$18\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$19\"), Select(Ident(\"Config\"), \"$lessinit$greater$default$20\")))))))"
2020-11-29T04:28:57.7341508Z 
2020-11-29T04:28:57.7341852Z ,
2020-11-29T04:28:57.7342679Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.7343580Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7344839Z Option[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.7345706Z ](
2020-11-29T04:28:57.7346473Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7347911Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.7348761Z ](
2020-11-29T04:28:57.7349077Z {
2020-11-29T04:28:57.7349721Z final class $anon() extends
2020-11-29T04:28:57.7350889Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.7351889Z ("scopt") {
2020-11-29T04:28:57.7352443Z this.head(
2020-11-29T04:28:57.7353470Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.7354524Z ["scopt","3.x" : String]
2020-11-29T04:28:57.7354945Z )
2020-11-29T04:28:57.7355332Z )
2020-11-29T04:28:57.7356166Z this.opt[String]("stringValue")(scopt.Read.stringRead).
2020-11-29T04:28:57.7356827Z required
2020-11-29T04:28:57.7357252Z ().withFallback(
2020-11-29T04:28:57.7357653Z {
2020-11-29T04:28:57.7358368Z def $anonfun(): String = "someFallback"
2020-11-29T04:28:57.7358929Z closure($anonfun)
2020-11-29T04:28:57.7359320Z }
2020-11-29T04:28:57.7359669Z ).action(
2020-11-29T04:28:57.7360020Z {
2020-11-29T04:28:57.7360662Z def $anonfun(x: String,
2020-11-29T04:28:57.7361715Z c: scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.7363061Z ): scopttest.ImmutableParserSpec.Config =
2020-11-29T04:28:57.7363989Z c.copy(c.copy$default$1, c.copy$default$2,
2020-11-29T04:28:57.7364502Z c.copy$default$3
2020-11-29T04:28:57.7365012Z , x, c.copy$default$5, c.copy$default$6,
2020-11-29T04:28:57.7365522Z c.copy$default$7
2020-11-29T04:28:57.7366077Z , c.copy$default$8, c.copy$default$9,
2020-11-29T04:28:57.7366583Z c.copy$default$10
2020-11-29T04:28:57.7367076Z , c.copy$default$11, c.copy$default$12,
2020-11-29T04:28:57.7367577Z c.copy$default$13
2020-11-29T04:28:57.7368080Z , c.copy$default$14, c.copy$default$15,
2020-11-29T04:28:57.7368747Z c.copy$default$16
2020-11-29T04:28:57.7369291Z , c.copy$default$17, c.copy$default$18,
2020-11-29T04:28:57.7369928Z c.copy$default$19
2020-11-29T04:28:57.7370402Z , c.copy$default$20)
2020-11-29T04:28:57.7370889Z closure($anonfun)
2020-11-29T04:28:57.7371301Z }
2020-11-29T04:28:57.7371659Z )
2020-11-29T04:28:57.7372013Z }
2020-11-29T04:28:57.7372781Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.7374098Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.7375009Z }
2020-11-29T04:28:57.7375539Z , 11).parse(
2020-11-29T04:28:57.7376197Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7377283Z (args : scala.collection.immutable.Seq)
2020-11-29T04:28:57.7378122Z ](args, 12)
2020-11-29T04:28:57.7378514Z ,
2020-11-29T04:28:57.7379115Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7380432Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.7381182Z ](
2020-11-29T04:28:57.7381747Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7383001Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7384471Z ](scopttest.ImmutableParserSpec.Config, 18).apply(
2020-11-29T04:28:57.7385480Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7386094Z 
2020-11-29T04:28:57.7386737Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7387463Z $lessinit$greater$default$1
2020-11-29T04:28:57.7388085Z : (): Boolean)
2020-11-29T04:28:57.7388576Z 
2020-11-29T04:28:57.7388916Z ](
2020-11-29T04:28:57.7389565Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7390824Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7392265Z ](scopttest.ImmutableParserSpec.Config, 18).
2020-11-29T04:28:57.7393113Z $lessinit$greater$default$1
2020-11-29T04:28:57.7393699Z , 18)
2020-11-29T04:28:57.7394056Z ,
2020-11-29T04:28:57.7394615Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7395325Z 
2020-11-29T04:28:57.7396076Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7396902Z $lessinit$greater$default$2
2020-11-29T04:28:57.7397357Z : (): Int)
2020-11-29T04:28:57.7397822Z 
2020-11-29T04:28:57.7398472Z ](
2020-11-29T04:28:57.7399055Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7400309Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7401761Z ](scopttest.ImmutableParserSpec.Config, 18).
2020-11-29T04:28:57.7402636Z $lessinit$greater$default$2
2020-11-29T04:28:57.7403210Z , 18)
2020-11-29T04:28:57.7403617Z ,
2020-11-29T04:28:57.7404192Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7404908Z 
2020-11-29T04:28:57.7405663Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7406474Z $lessinit$greater$default$3
2020-11-29T04:28:57.7406934Z : (): Long)
2020-11-29T04:28:57.7407420Z 
2020-11-29T04:28:57.7407746Z ](
2020-11-29T04:28:57.7408320Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7409588Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7411159Z ](scopttest.ImmutableParserSpec.Config, 18).
2020-11-29T04:28:57.7412034Z $lessinit$greater$default$3
2020-11-29T04:28:57.7412607Z , 18)
2020-11-29T04:28:57.7412960Z ,
2020-11-29T04:28:57.7413543Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7414227Z 
2020-11-29T04:28:57.7414977Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7415802Z $lessinit$greater$default$4
2020-11-29T04:28:57.7416271Z : (): String)
2020-11-29T04:28:57.7416768Z 
2020-11-29T04:28:57.7417097Z ](
2020-11-29T04:28:57.7417674Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7418963Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7420414Z ](scopttest.ImmutableParserSpec.Config, 18).
2020-11-29T04:28:57.7421293Z $lessinit$greater$default$4
2020-11-29T04:28:57.7421923Z , 18)
2020-11-29T04:28:57.7422231Z ,
2020-11-29T04:28:57.7422739Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7423510Z 
2020-11-29T04:28:57.7424261Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7425095Z $lessinit$greater$default$5
2020-11-29T04:28:57.7425556Z : (): Double)
2020-11-29T04:28:57.7426055Z 
2020-11-29T04:28:57.7426382Z ](
2020-11-29T04:28:57.7426962Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7428307Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7429758Z ](scopttest.ImmutableParserSpec.Config, 18).
2020-11-29T04:28:57.7430623Z $lessinit$greater$default$5
2020-11-29T04:28:57.7431212Z , 18)
2020-11-29T04:28:57.7431725Z ,
2020-11-29T04:28:57.7432348Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7433092Z 
2020-11-29T04:28:57.7433897Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7434801Z $lessinit$greater$default$6
2020-11-29T04:28:57.7435305Z : (): Boolean)
2020-11-29T04:28:57.7435847Z 
2020-11-29T04:28:57.7436218Z ](
2020-11-29T04:28:57.7436825Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7438172Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7439730Z ](scopttest.ImmutableParserSpec.Config, 18).
2020-11-29T04:28:57.7440655Z $lessinit$greater$default$6
2020-11-29T04:28:57.7441284Z , 18)
2020-11-29T04:28:57.7441652Z ,
2020-11-29T04:28:57.7442268Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7443212Z 
2020-11-29T04:28:57.7443955Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7444781Z $lessinit$greater$default$7
2020-11-29T04:28:57.7445259Z : (): Boolean)
2020-11-29T04:28:57.7445758Z 
2020-11-29T04:28:57.7446097Z ](
2020-11-29T04:28:57.7446661Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7447887Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7449147Z ](scopttest.ImmutableParserSpec.Config, 18).
2020-11-29T04:28:57.7450158Z $lessinit$greater$default$7
2020-11-29T04:28:57.7450868Z , 18)
2020-11-29T04:28:57.7451177Z ,
2020-11-29T04:28:57.7451666Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7452280Z 
2020-11-29T04:28:57.7453160Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7453986Z $lessinit$greater$default$8
2020-11-29T04:28:57.7454583Z : (): scala.math.BigDecimal)
2020-11-29T04:28:57.7455189Z 
2020-11-29T04:28:57.7455525Z ](
2020-11-29T04:28:57.7456100Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7457357Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7458811Z ](scopttest.ImmutableParserSpec.Config, 18).
2020-11-29T04:28:57.7459862Z $lessinit$greater$default$8
2020-11-29T04:28:57.7460494Z , 18)
2020-11-29T04:28:57.7460870Z ,
2020-11-29T04:28:57.7461470Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7462219Z 
2020-11-29T04:28:57.7463025Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7464002Z $lessinit$greater$default$9
2020-11-29T04:28:57.7464508Z : (): java.net.URI)
2020-11-29T04:28:57.7465029Z 
2020-11-29T04:28:57.7465368Z ](
2020-11-29T04:28:57.7465950Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7467204Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7468761Z ](scopttest.ImmutableParserSpec.Config, 18).
2020-11-29T04:28:57.7469632Z $lessinit$greater$default$9
2020-11-29T04:28:57.7470204Z , 18)
2020-11-29T04:28:57.7470552Z ,
2020-11-29T04:28:57.7471116Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7471813Z 
2020-11-29T04:28:57.7472572Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7473388Z $lessinit$greater$default$10
2020-11-29T04:28:57.7474159Z : (): scala.concurrent.duration.Duration)
2020-11-29T04:28:57.7474957Z 
2020-11-29T04:28:57.7475280Z ](
2020-11-29T04:28:57.7475852Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7477077Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7478553Z ](scopttest.ImmutableParserSpec.Config, 18).
2020-11-29T04:28:57.7479413Z $lessinit$greater$default$10
2020-11-29T04:28:57.7479983Z , 18)
2020-11-29T04:28:57.7480336Z ,
2020-11-29T04:28:57.7480912Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7481599Z 
2020-11-29T04:28:57.7482406Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7483243Z $lessinit$greater$default$11
2020-11-29T04:28:57.7484126Z : (): scala.concurrent.duration.FiniteDuration)
2020-11-29T04:28:57.7485050Z 
2020-11-29T04:28:57.7485376Z ](
2020-11-29T04:28:57.7485952Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7487214Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7488646Z ](scopttest.ImmutableParserSpec.Config, 18).
2020-11-29T04:28:57.7489522Z $lessinit$greater$default$11
2020-11-29T04:28:57.7490351Z , 18)
2020-11-29T04:28:57.7490649Z ,
2020-11-29T04:28:57.7491159Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7491758Z 
2020-11-29T04:28:57.7492424Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7493152Z $lessinit$greater$default$12
2020-11-29T04:28:57.7493546Z : (): String)
2020-11-29T04:28:57.7493983Z 
2020-11-29T04:28:57.7494291Z ](
2020-11-29T04:28:57.7494777Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7496052Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7497498Z ](scopttest.ImmutableParserSpec.Config, 18).
2020-11-29T04:28:57.7498362Z $lessinit$greater$default$12
2020-11-29T04:28:57.7498948Z , 18)
2020-11-29T04:28:57.7499288Z ,
2020-11-29T04:28:57.7499859Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7500556Z 
2020-11-29T04:28:57.7501294Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7502134Z $lessinit$greater$default$13
2020-11-29T04:28:57.7502591Z : (): String)
2020-11-29T04:28:57.7503090Z 
2020-11-29T04:28:57.7503435Z ](
2020-11-29T04:28:57.7504000Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7505259Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7506700Z ](scopttest.ImmutableParserSpec.Config, 18).
2020-11-29T04:28:57.7507623Z $lessinit$greater$default$13
2020-11-29T04:28:57.7508217Z , 18)
2020-11-29T04:28:57.7508556Z ,
2020-11-29T04:28:57.7509124Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7509820Z 
2020-11-29T04:28:57.7510553Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7511382Z $lessinit$greater$default$14
2020-11-29T04:28:57.7511849Z : (): String)
2020-11-29T04:28:57.7512330Z 
2020-11-29T04:28:57.7512671Z ](
2020-11-29T04:28:57.7513233Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7514490Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7515944Z ](scopttest.ImmutableParserSpec.Config, 18).
2020-11-29T04:28:57.7516801Z $lessinit$greater$default$14
2020-11-29T04:28:57.7517388Z , 18)
2020-11-29T04:28:57.7517739Z ,
2020-11-29T04:28:57.7518303Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7519003Z 
2020-11-29T04:28:57.7519736Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7520626Z $lessinit$greater$default$15
2020-11-29T04:28:57.7521453Z : (): scala.collection.immutable.Seq)
2020-11-29T04:28:57.7522085Z 
2020-11-29T04:28:57.7522384Z ](
2020-11-29T04:28:57.7522889Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7523979Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7525603Z ](scopttest.ImmutableParserSpec.Config, 18).
2020-11-29T04:28:57.7526544Z $lessinit$greater$default$15
2020-11-29T04:28:57.7527158Z , 18)
2020-11-29T04:28:57.7527536Z ,
2020-11-29T04:28:57.7528137Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7528892Z 
2020-11-29T04:28:57.7529701Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7530703Z $lessinit$greater$default$16
2020-11-29T04:28:57.7531460Z : (): scala.collection.immutable.Map)
2020-11-29T04:28:57.7532259Z 
2020-11-29T04:28:57.7532611Z ](
2020-11-29T04:28:57.7533228Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7534583Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7536159Z ](scopttest.ImmutableParserSpec.Config, 18).
2020-11-29T04:28:57.7537091Z $lessinit$greater$default$16
2020-11-29T04:28:57.7537705Z , 18)
2020-11-29T04:28:57.7538080Z ,
2020-11-29T04:28:57.7538702Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7539444Z 
2020-11-29T04:28:57.7540256Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7541141Z $lessinit$greater$default$17
2020-11-29T04:28:57.7541909Z : (): scala.collection.immutable.Nil$)
2020-11-29T04:28:57.7542692Z 
2020-11-29T04:28:57.7543047Z ](
2020-11-29T04:28:57.7543680Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7545048Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7546592Z ](scopttest.ImmutableParserSpec.Config, 18).
2020-11-29T04:28:57.7547613Z $lessinit$greater$default$17
2020-11-29T04:28:57.7548238Z , 18)
2020-11-29T04:28:57.7548616Z ,
2020-11-29T04:28:57.7549235Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7549975Z 
2020-11-29T04:28:57.7550772Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7551683Z $lessinit$greater$default$18
2020-11-29T04:28:57.7552161Z : (): Char)
2020-11-29T04:28:57.7552683Z 
2020-11-29T04:28:57.7553036Z ](
2020-11-29T04:28:57.7553654Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7555015Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7556560Z ](scopttest.ImmutableParserSpec.Config, 18).
2020-11-29T04:28:57.7557507Z $lessinit$greater$default$18
2020-11-29T04:28:57.7558137Z , 18)
2020-11-29T04:28:57.7558499Z ,
2020-11-29T04:28:57.7559113Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7559848Z 
2020-11-29T04:28:57.7560648Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7561631Z $lessinit$greater$default$19
2020-11-29T04:28:57.7562116Z : (): None$)
2020-11-29T04:28:57.7562651Z 
2020-11-29T04:28:57.7563020Z ](
2020-11-29T04:28:57.7563628Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7565020Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7566588Z ](scopttest.ImmutableParserSpec.Config, 18).
2020-11-29T04:28:57.7567521Z $lessinit$greater$default$19
2020-11-29T04:28:57.7568156Z , 18)
2020-11-29T04:28:57.7568520Z ,
2020-11-29T04:28:57.7569138Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7569984Z 
2020-11-29T04:28:57.7570776Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7571680Z $lessinit$greater$default$20
2020-11-29T04:28:57.7572178Z : (): None$)
2020-11-29T04:28:57.7572703Z 
2020-11-29T04:28:57.7573069Z ](
2020-11-29T04:28:57.7573675Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7575146Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7576602Z ](scopttest.ImmutableParserSpec.Config, 18).
2020-11-29T04:28:57.7577455Z $lessinit$greater$default$20
2020-11-29T04:28:57.7578042Z , 18)
2020-11-29T04:28:57.7578393Z )
2020-11-29T04:28:57.7578849Z , 18)
2020-11-29T04:28:57.7579193Z )
2020-11-29T04:28:57.7579654Z , 234).==(
2020-11-29T04:28:57.7580242Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7581390Z Some[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.7582224Z ](
2020-11-29T04:28:57.7583069Z Some.apply[scopttest.ImmutableParserSpec.Config](
2020-11-29T04:28:57.7583955Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7584948Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.7585591Z ](
2020-11-29T04:28:57.7586076Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7587187Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7588860Z ](scopttest.ImmutableParserSpec.Config, 36).apply(
2020-11-29T04:28:57.7589868Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7590573Z 
2020-11-29T04:28:57.7591318Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7592145Z $lessinit$greater$default$1
2020-11-29T04:28:57.7592627Z : (): Boolean)
2020-11-29T04:28:57.7593123Z 
2020-11-29T04:28:57.7593468Z ](
2020-11-29T04:28:57.7594045Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7595305Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7596759Z ](scopttest.ImmutableParserSpec.Config, 36).
2020-11-29T04:28:57.7597626Z $lessinit$greater$default$1
2020-11-29T04:28:57.7598209Z , 36)
2020-11-29T04:28:57.7598562Z ,
2020-11-29T04:28:57.7599127Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7599912Z 
2020-11-29T04:28:57.7600568Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7601514Z $lessinit$greater$default$2
2020-11-29T04:28:57.7602026Z : (): Int)
2020-11-29T04:28:57.7602526Z 
2020-11-29T04:28:57.7602857Z ](
2020-11-29T04:28:57.7603436Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7604683Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7606137Z ](scopttest.ImmutableParserSpec.Config, 36).
2020-11-29T04:28:57.7607011Z $lessinit$greater$default$2
2020-11-29T04:28:57.7607594Z , 36)
2020-11-29T04:28:57.7607946Z ,
2020-11-29T04:28:57.7608524Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7609217Z 
2020-11-29T04:28:57.7610150Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7610986Z $lessinit$greater$default$3
2020-11-29T04:28:57.7611437Z : (): Long)
2020-11-29T04:28:57.7611946Z 
2020-11-29T04:28:57.7612283Z ](
2020-11-29T04:28:57.7612864Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7614128Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7615579Z ](scopttest.ImmutableParserSpec.Config, 36).
2020-11-29T04:28:57.7616448Z $lessinit$greater$default$3
2020-11-29T04:28:57.7617154Z , 36)
2020-11-29T04:28:57.7617451Z ,
2020-11-29T04:28:57.7618186Z recorderRuntime.recordValue[(expected : String)](
2020-11-29T04:28:57.7618788Z expected
2020-11-29T04:28:57.7619464Z , 57)
2020-11-29T04:28:57.7619816Z ,
2020-11-29T04:28:57.7620386Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7621088Z 
2020-11-29T04:28:57.7621832Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7622649Z $lessinit$greater$default$5
2020-11-29T04:28:57.7623126Z : (): Double)
2020-11-29T04:28:57.7623614Z 
2020-11-29T04:28:57.7623954Z ](
2020-11-29T04:28:57.7624528Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7625877Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7627334Z ](scopttest.ImmutableParserSpec.Config, 36).
2020-11-29T04:28:57.7628208Z $lessinit$greater$default$5
2020-11-29T04:28:57.7628786Z , 36)
2020-11-29T04:28:57.7629137Z ,
2020-11-29T04:28:57.7629706Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7630413Z 
2020-11-29T04:28:57.7631192Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7632136Z $lessinit$greater$default$6
2020-11-29T04:28:57.7632617Z : (): Boolean)
2020-11-29T04:28:57.7633122Z 
2020-11-29T04:28:57.7633448Z ](
2020-11-29T04:28:57.7634017Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7635280Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7636744Z ](scopttest.ImmutableParserSpec.Config, 36).
2020-11-29T04:28:57.7637608Z $lessinit$greater$default$6
2020-11-29T04:28:57.7638291Z , 36)
2020-11-29T04:28:57.7638791Z ,
2020-11-29T04:28:57.7639430Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7640138Z 
2020-11-29T04:28:57.7640882Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7641710Z $lessinit$greater$default$7
2020-11-29T04:28:57.7642174Z : (): Boolean)
2020-11-29T04:28:57.7642680Z 
2020-11-29T04:28:57.7643007Z ](
2020-11-29T04:28:57.7643592Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7644861Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7646312Z ](scopttest.ImmutableParserSpec.Config, 36).
2020-11-29T04:28:57.7647181Z $lessinit$greater$default$7
2020-11-29T04:28:57.7647765Z , 36)
2020-11-29T04:28:57.7648106Z ,
2020-11-29T04:28:57.7648693Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7649385Z 
2020-11-29T04:28:57.7650226Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7651063Z $lessinit$greater$default$8
2020-11-29T04:28:57.7651646Z : (): scala.math.BigDecimal)
2020-11-29T04:28:57.7652270Z 
2020-11-29T04:28:57.7652612Z ](
2020-11-29T04:28:57.7653178Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7654660Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7656204Z ](scopttest.ImmutableParserSpec.Config, 36).
2020-11-29T04:28:57.7657149Z $lessinit$greater$default$8
2020-11-29T04:28:57.7657780Z , 36)
2020-11-29T04:28:57.7658143Z ,
2020-11-29T04:28:57.7658765Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7659525Z 
2020-11-29T04:28:57.7660316Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7661206Z $lessinit$greater$default$9
2020-11-29T04:28:57.7661766Z : (): java.net.URI)
2020-11-29T04:28:57.7662324Z 
2020-11-29T04:28:57.7662695Z ](
2020-11-29T04:28:57.7663306Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7664896Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7666369Z ](scopttest.ImmutableParserSpec.Config, 36).
2020-11-29T04:28:57.7667225Z $lessinit$greater$default$9
2020-11-29T04:28:57.7667809Z , 36)
2020-11-29T04:28:57.7668166Z ,
2020-11-29T04:28:57.7668736Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7669444Z 
2020-11-29T04:28:57.7670182Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7671106Z $lessinit$greater$default$10
2020-11-29T04:28:57.7671785Z : (): scala.concurrent.duration.Duration)
2020-11-29T04:28:57.7672471Z 
2020-11-29T04:28:57.7672961Z ](
2020-11-29T04:28:57.7673533Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7674799Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7676256Z ](scopttest.ImmutableParserSpec.Config, 36).
2020-11-29T04:28:57.7677111Z $lessinit$greater$default$10
2020-11-29T04:28:57.7677697Z , 36)
2020-11-29T04:28:57.7678109Z ,
2020-11-29T04:28:57.7678681Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7679394Z 
2020-11-29T04:28:57.7680142Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7681161Z $lessinit$greater$default$11
2020-11-29T04:28:57.7682112Z : (): scala.concurrent.duration.FiniteDuration)
2020-11-29T04:28:57.7683094Z 
2020-11-29T04:28:57.7683448Z ](
2020-11-29T04:28:57.7684073Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7685419Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7686973Z ](scopttest.ImmutableParserSpec.Config, 36).
2020-11-29T04:28:57.7687905Z $lessinit$greater$default$11
2020-11-29T04:28:57.7688520Z , 36)
2020-11-29T04:28:57.7688906Z ,
2020-11-29T04:28:57.7689529Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7690377Z 
2020-11-29T04:28:57.7691191Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7692072Z $lessinit$greater$default$12
2020-11-29T04:28:57.7692680Z : (): String)
2020-11-29T04:28:57.7693177Z 
2020-11-29T04:28:57.7693510Z ](
2020-11-29T04:28:57.7694098Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7695352Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7696795Z ](scopttest.ImmutableParserSpec.Config, 36).
2020-11-29T04:28:57.7697659Z $lessinit$greater$default$12
2020-11-29T04:28:57.7698489Z , 36)
2020-11-29T04:28:57.7698847Z ,
2020-11-29T04:28:57.7699428Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7700123Z 
2020-11-29T04:28:57.7700871Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7701713Z $lessinit$greater$default$13
2020-11-29T04:28:57.7702169Z : (): String)
2020-11-29T04:28:57.7702666Z 
2020-11-29T04:28:57.7702996Z ](
2020-11-29T04:28:57.7703647Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7704931Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7706368Z ](scopttest.ImmutableParserSpec.Config, 36).
2020-11-29T04:28:57.7707233Z $lessinit$greater$default$13
2020-11-29T04:28:57.7707819Z , 36)
2020-11-29T04:28:57.7708165Z ,
2020-11-29T04:28:57.7708735Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7709441Z 
2020-11-29T04:28:57.7710182Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7711021Z $lessinit$greater$default$14
2020-11-29T04:28:57.7711480Z : (): String)
2020-11-29T04:28:57.7711979Z 
2020-11-29T04:28:57.7712327Z ](
2020-11-29T04:28:57.7712900Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7714161Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7715609Z ](scopttest.ImmutableParserSpec.Config, 36).
2020-11-29T04:28:57.7716628Z $lessinit$greater$default$14
2020-11-29T04:28:57.7717331Z , 36)
2020-11-29T04:28:57.7717731Z ,
2020-11-29T04:28:57.7718313Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7719026Z 
2020-11-29T04:28:57.7719762Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7720601Z $lessinit$greater$default$15
2020-11-29T04:28:57.7721318Z : (): scala.collection.immutable.Seq)
2020-11-29T04:28:57.7722042Z 
2020-11-29T04:28:57.7722386Z ](
2020-11-29T04:28:57.7722962Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7724229Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7725695Z ](scopttest.ImmutableParserSpec.Config, 36).
2020-11-29T04:28:57.7726543Z $lessinit$greater$default$15
2020-11-29T04:28:57.7727134Z , 36)
2020-11-29T04:28:57.7727490Z ,
2020-11-29T04:28:57.7728051Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7728758Z 
2020-11-29T04:28:57.7729488Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7730422Z $lessinit$greater$default$16
2020-11-29T04:28:57.7731134Z : (): scala.collection.immutable.Map)
2020-11-29T04:28:57.7731863Z 
2020-11-29T04:28:57.7732210Z ](
2020-11-29T04:28:57.7732788Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7734048Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7735504Z ](scopttest.ImmutableParserSpec.Config, 36).
2020-11-29T04:28:57.7736382Z $lessinit$greater$default$16
2020-11-29T04:28:57.7736961Z , 36)
2020-11-29T04:28:57.7737314Z ,
2020-11-29T04:28:57.7737878Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7738581Z 
2020-11-29T04:28:57.7739333Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7740149Z $lessinit$greater$default$17
2020-11-29T04:28:57.7740857Z : (): scala.collection.immutable.Nil$)
2020-11-29T04:28:57.7741589Z 
2020-11-29T04:28:57.7742008Z ](
2020-11-29T04:28:57.7742585Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7743853Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7745570Z ](scopttest.ImmutableParserSpec.Config, 36).
2020-11-29T04:28:57.7746504Z $lessinit$greater$default$17
2020-11-29T04:28:57.7747123Z , 36)
2020-11-29T04:28:57.7747500Z ,
2020-11-29T04:28:57.7748122Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7748869Z 
2020-11-29T04:28:57.7749687Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7750568Z $lessinit$greater$default$18
2020-11-29T04:28:57.7751061Z : (): Char)
2020-11-29T04:28:57.7751589Z 
2020-11-29T04:28:57.7751951Z ](
2020-11-29T04:28:57.7752574Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7753929Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7755520Z ](scopttest.ImmutableParserSpec.Config, 36).
2020-11-29T04:28:57.7756380Z $lessinit$greater$default$18
2020-11-29T04:28:57.7757086Z , 36)
2020-11-29T04:28:57.7757390Z ,
2020-11-29T04:28:57.7757902Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7758515Z 
2020-11-29T04:28:57.7759164Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7759895Z $lessinit$greater$default$19
2020-11-29T04:28:57.7760288Z : (): None$)
2020-11-29T04:28:57.7760718Z 
2020-11-29T04:28:57.7761023Z ](
2020-11-29T04:28:57.7761514Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7762615Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7763889Z ](scopttest.ImmutableParserSpec.Config, 36).
2020-11-29T04:28:57.7764643Z $lessinit$greater$default$19
2020-11-29T04:28:57.7765163Z , 36)
2020-11-29T04:28:57.7765457Z ,
2020-11-29T04:28:57.7765965Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7766579Z 
2020-11-29T04:28:57.7767218Z (scopttest.ImmutableParserSpec.Config.
2020-11-29T04:28:57.7768191Z $lessinit$greater$default$20
2020-11-29T04:28:57.7768647Z : (): None$)
2020-11-29T04:28:57.7769140Z 
2020-11-29T04:28:57.7769485Z ](
2020-11-29T04:28:57.7770142Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7771431Z scopttest.ImmutableParserSpec.Config.type
2020-11-29T04:28:57.7772885Z ](scopttest.ImmutableParserSpec.Config, 36).
2020-11-29T04:28:57.7773745Z $lessinit$greater$default$20
2020-11-29T04:28:57.7774338Z , 36)
2020-11-29T04:28:57.7774674Z )
2020-11-29T04:28:57.7775149Z , 36)
2020-11-29T04:28:57.7775491Z )
2020-11-29T04:28:57.7775947Z , 31)
2020-11-29T04:28:57.7776284Z )
2020-11-29T04:28:57.7776741Z , 256)
2020-11-29T04:28:57.7777067Z )
2020-11-29T04:28:57.7777729Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.7778372Z }
2020-11-29T04:28:57.7778909Z }:Unit
2020-11-29T04:28:57.7779250Z }
2020-11-29T04:28:57.7780376Z def validParser1: scopt.OptionParser[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.7781320Z {
2020-11-29T04:28:57.7781917Z final class $anon() extends
2020-11-29T04:28:57.7783045Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.7784033Z ("scopt") {
2020-11-29T04:28:57.7784538Z this.head(
2020-11-29T04:28:57.7785534Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.7786555Z ["scopt","3.x" : String]
2020-11-29T04:28:57.7786950Z )
2020-11-29T04:28:57.7787271Z )
2020-11-29T04:28:57.7788089Z this.opt[Int]('f', "foo")(scopt.Read.intRead).action(
2020-11-29T04:28:57.7788575Z {
2020-11-29T04:28:57.7789513Z def $anonfun(x: Int, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.7790738Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.7791382Z =
2020-11-29T04:28:57.7791834Z c.copy(c.copy$default$1, x, c.copy$default$3, c.copy$default$4,
2020-11-29T04:28:57.7792313Z c.copy$default$5
2020-11-29T04:28:57.7792840Z , c.copy$default$6, c.copy$default$7, c.copy$default$8,
2020-11-29T04:28:57.7793317Z c.copy$default$9
2020-11-29T04:28:57.7793777Z , c.copy$default$10, c.copy$default$11, c.copy$default$12,
2020-11-29T04:28:57.7794243Z c.copy$default$13
2020-11-29T04:28:57.7794712Z , c.copy$default$14, c.copy$default$15, c.copy$default$16,
2020-11-29T04:28:57.7795162Z c.copy$default$17
2020-11-29T04:28:57.7795630Z , c.copy$default$18, c.copy$default$19, c.copy$default$20)
2020-11-29T04:28:57.7796090Z closure($anonfun)
2020-11-29T04:28:57.7796417Z }
2020-11-29T04:28:57.7796722Z ).validate(
2020-11-29T04:28:57.7797017Z {
2020-11-29T04:28:57.7797714Z def $anonfun(x: Int): scala.util.Either[String, Unit] =
2020-11-29T04:28:57.7798516Z if x.>(0) then this.success else 
2020-11-29T04:28:57.7799189Z this.failure("Option --foo must be >0")
2020-11-29T04:28:57.7799646Z closure($anonfun)
2020-11-29T04:28:57.7799962Z }
2020-11-29T04:28:57.7800268Z ).validate(
2020-11-29T04:28:57.7800574Z {
2020-11-29T04:28:57.7801247Z def $anonfun(x: Int): scala.util.Either[String, Unit] =
2020-11-29T04:28:57.7801999Z this.failure("Just because")
2020-11-29T04:28:57.7802435Z closure($anonfun)
2020-11-29T04:28:57.7802755Z }
2020-11-29T04:28:57.7803030Z )
2020-11-29T04:28:57.7803477Z this.help("help")
2020-11-29T04:28:57.7803819Z }
2020-11-29T04:28:57.7804391Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.7805714Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.7806544Z }
2020-11-29T04:28:57.7807556Z def validFail(args: scala.collection.immutable.Seq[String] @Repeated): Unit =
2020-11-29T04:28:57.7808329Z {
2020-11-29T04:28:57.7809305Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.7810886Z scopttest.ImmutableParserSpec.validParser1.parse(args.toSeq,
2020-11-29T04:28:57.7812410Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.7813755Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.7815149Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.7816473Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.7817797Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.7819105Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.7820412Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.7821560Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.7822703Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.7823855Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.7825004Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.7826148Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.7827311Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.7828475Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.7829865Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.7831241Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.7832552Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.7833891Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.7835377Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.7836776Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.7838211Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.7839091Z )
2020-11-29T04:28:57.7839412Z {
2020-11-29T04:28:57.7840164Z val value$proxy40: Boolean = result.==(None)
2020-11-29T04:28:57.7840939Z val Recorder_this:
2020-11-29T04:28:57.7841484Z 
2020-11-29T04:28:57.7842258Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.7843247Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.7843817Z )
2020-11-29T04:28:57.7844283Z 
2020-11-29T04:28:57.7845020Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.7845745Z {
2020-11-29T04:28:57.7846794Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.7848303Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.7849074Z (
2020-11-29T04:28:57.7849551Z Recorder_this.inline$listener)
2020-11-29T04:28:57.7850525Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.7851442Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.7851891Z {
2020-11-29T04:28:57.7852528Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.7853031Z closure($anonfun)
2020-11-29T04:28:57.7853404Z }
2020-11-29T04:28:57.7853722Z )
2020-11-29T04:28:57.7854025Z )
2020-11-29T04:28:57.7854340Z {
2020-11-29T04:28:57.7854905Z recorderRuntime.resetValues()
2020-11-29T04:28:57.7856012Z recorderRuntime.recordExpression(" result == None",
2020-11-29T04:28:57.7857312Z "Apply(Select(Ident(\"result\"), \"==\"), List(Ident(\"None\")))"
2020-11-29T04:28:57.7857803Z ,
2020-11-29T04:28:57.7858650Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.7859722Z recorderRuntime.recordValue[(result : Option)](result, 11).==(
2020-11-29T04:28:57.7860315Z None
2020-11-29T04:28:57.7860608Z )
2020-11-29T04:28:57.7861019Z , 18)
2020-11-29T04:28:57.7861301Z )
2020-11-29T04:28:57.7861873Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.7862440Z }
2020-11-29T04:28:57.7862844Z }:Unit
2020-11-29T04:28:57.7863140Z }
2020-11-29T04:28:57.7863396Z }
2020-11-29T04:28:57.7864633Z def checkParser1: scopt.OptionParser[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.7865564Z {
2020-11-29T04:28:57.7866159Z final class $anon() extends
2020-11-29T04:28:57.7867284Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.7868248Z ("scopt") {
2020-11-29T04:28:57.7868765Z this.head(
2020-11-29T04:28:57.7869999Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.7871023Z ["scopt","3.x" : String]
2020-11-29T04:28:57.7871430Z )
2020-11-29T04:28:57.7871750Z )
2020-11-29T04:28:57.7872487Z this.opt[Unit]('f', "foo")(scopt.Read.unitRead).action(
2020-11-29T04:28:57.7873108Z {
2020-11-29T04:28:57.7874188Z def $anonfun(x: Unit, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.7875885Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.7876670Z =
2020-11-29T04:28:57.7877426Z c.copy(true, c.copy$default$2, c.copy$default$3, c.copy$default$4
2020-11-29T04:28:57.7878001Z ,
2020-11-29T04:28:57.7878529Z c.copy$default$5, c.copy$default$6, c.copy$default$7,
2020-11-29T04:28:57.7879094Z c.copy$default$8
2020-11-29T04:28:57.7879676Z , c.copy$default$9, c.copy$default$10, c.copy$default$11,
2020-11-29T04:28:57.7880338Z c.copy$default$12
2020-11-29T04:28:57.7881073Z , c.copy$default$13, c.copy$default$14, c.copy$default$15,
2020-11-29T04:28:57.7881758Z c.copy$default$16
2020-11-29T04:28:57.7882569Z , c.copy$default$17, c.copy$default$18, c.copy$default$19,
2020-11-29T04:28:57.7883105Z c.copy$default$20
2020-11-29T04:28:57.7883477Z )
2020-11-29T04:28:57.7883845Z closure($anonfun)
2020-11-29T04:28:57.7884213Z }
2020-11-29T04:28:57.7884514Z )
2020-11-29T04:28:57.7885051Z this.checkConfig(
2020-11-29T04:28:57.7885460Z {
2020-11-29T04:28:57.7885769Z {
2020-11-29T04:28:57.7886784Z def $anonfun(c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.7887917Z scala.util.Either[String, Unit]
2020-11-29T04:28:57.7888394Z =
2020-11-29T04:28:57.7888715Z {
2020-11-29T04:28:57.7889661Z if c.flag then this.success else this.failure("flag is false")
2020-11-29T04:28:57.7890346Z }
2020-11-29T04:28:57.7890776Z closure($anonfun)
2020-11-29T04:28:57.7891177Z }
2020-11-29T04:28:57.7891511Z }
2020-11-29T04:28:57.7891846Z )
2020-11-29T04:28:57.7892599Z this.help("help")
2020-11-29T04:28:57.7893023Z }
2020-11-29T04:28:57.7893719Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.7894978Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.7895862Z }
2020-11-29T04:28:57.7896949Z def checkSuccess(args: scala.collection.immutable.Seq[String] @Repeated): Unit
2020-11-29T04:28:57.7897914Z =
2020-11-29T04:28:57.7898246Z {
2020-11-29T04:28:57.7899294Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.7901339Z scopttest.ImmutableParserSpec.checkParser1.parse(args.toSeq,
2020-11-29T04:28:57.7903005Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.7904449Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.7905878Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.7907376Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.7908797Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.7910223Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.7911628Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.7913065Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.7914504Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.7915847Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.7917074Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.7918268Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.7919248Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.7920234Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.7921231Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.7922213Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.7923208Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.7924199Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.7925189Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.7926173Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.7927153Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.7927759Z )
2020-11-29T04:28:57.7927997Z {
2020-11-29T04:28:57.7928561Z val value$proxy41: Boolean = result.get.flag
2020-11-29T04:28:57.7929132Z val Recorder_this:
2020-11-29T04:28:57.7930145Z (scopttest.ImmutableParserSpec.assert : (): verify.asserts.PowerAssert)
2020-11-29T04:28:57.7931125Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.7931638Z {
2020-11-29T04:28:57.7932384Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.7933718Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit](
2020-11-29T04:28:57.7934620Z Recorder_this.inline$listener
2020-11-29T04:28:57.7935049Z )
2020-11-29T04:28:57.7935637Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.7936541Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.7936987Z {
2020-11-29T04:28:57.7937622Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.7938131Z closure($anonfun)
2020-11-29T04:28:57.7938492Z }
2020-11-29T04:28:57.7938803Z )
2020-11-29T04:28:57.7939271Z )
2020-11-29T04:28:57.7939601Z {
2020-11-29T04:28:57.7940203Z recorderRuntime.resetValues()
2020-11-29T04:28:57.7941449Z recorderRuntime.recordExpression(" result.get.flag",
2020-11-29T04:28:57.7942686Z "Select(Select(Ident(\"result\"), \"get\"), \"flag\")"
2020-11-29T04:28:57.7943181Z ,
2020-11-29T04:28:57.7943779Z recorderRuntime.recordValue[
2020-11-29T04:28:57.7945045Z (scopttest.ImmutableParserSpec.Config#flag : (): Boolean)
2020-11-29T04:28:57.7945949Z ](
2020-11-29T04:28:57.7946774Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.7947972Z recorderRuntime.recordValue[(result : Option)](result, 11).get
2020-11-29T04:28:57.7948795Z , 18).flag
2020-11-29T04:28:57.7949285Z , 22)
2020-11-29T04:28:57.7949618Z )
2020-11-29T04:28:57.7950346Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.7951014Z }
2020-11-29T04:28:57.7951349Z }:Unit
2020-11-29T04:28:57.7951609Z }
2020-11-29T04:28:57.7951842Z }
2020-11-29T04:28:57.7952589Z def checkFail(args: scala.collection.immutable.Seq[String] @Repeated): Unit =
2020-11-29T04:28:57.7953182Z {
2020-11-29T04:28:57.7953907Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.7955200Z scopttest.ImmutableParserSpec.checkParser1.parse(args.toSeq,
2020-11-29T04:28:57.7956592Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.7957763Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.7958920Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.7960066Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.7961212Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.7962357Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.7963509Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.7964682Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.7966103Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.7967425Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.7968744Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.7970175Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.7971506Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.7972813Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.7974137Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.7975468Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.7976781Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.7978096Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.7979395Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.7980790Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.7981929Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.7982532Z )
2020-11-29T04:28:57.7982768Z {
2020-11-29T04:28:57.7983302Z val value$proxy42: Boolean = result.==(None)
2020-11-29T04:28:57.7983836Z val Recorder_this:
2020-11-29T04:28:57.7984232Z 
2020-11-29T04:28:57.7984761Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.7985515Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.7985913Z )
2020-11-29T04:28:57.7986242Z 
2020-11-29T04:28:57.7986764Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.7987268Z {
2020-11-29T04:28:57.7988019Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.7989073Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.7989843Z (
2020-11-29T04:28:57.7990240Z Recorder_this.inline$listener)
2020-11-29T04:28:57.7991099Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.7991987Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.7992450Z {
2020-11-29T04:28:57.7993090Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.7993587Z closure($anonfun)
2020-11-29T04:28:57.7994145Z }
2020-11-29T04:28:57.7994471Z )
2020-11-29T04:28:57.7994810Z )
2020-11-29T04:28:57.7995144Z {
2020-11-29T04:28:57.7995733Z recorderRuntime.resetValues()
2020-11-29T04:28:57.7996945Z recorderRuntime.recordExpression(" result == None",
2020-11-29T04:28:57.7998147Z "Apply(Select(Ident(\"result\"), \"==\"), List(Ident(\"None\")))"
2020-11-29T04:28:57.7998675Z ,
2020-11-29T04:28:57.7999511Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.8000747Z recorderRuntime.recordValue[(result : Option)](result, 11).==(
2020-11-29T04:28:57.8001496Z None
2020-11-29T04:28:57.8001866Z )
2020-11-29T04:28:57.8002364Z , 18)
2020-11-29T04:28:57.8002727Z )
2020-11-29T04:28:57.8003426Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.8004140Z }
2020-11-29T04:28:57.8004633Z }:Unit
2020-11-29T04:28:57.8005415Z }
2020-11-29T04:28:57.8005741Z }
2020-11-29T04:28:57.8006979Z def intArgParser1: scopt.OptionParser[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.8007978Z {
2020-11-29T04:28:57.8008635Z final class $anon() extends
2020-11-29T04:28:57.8009940Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.8011027Z ("scopt") {
2020-11-29T04:28:57.8011588Z this.head(
2020-11-29T04:28:57.8012642Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.8013757Z ["scopt","3.x" : String]
2020-11-29T04:28:57.8014192Z )
2020-11-29T04:28:57.8014524Z )
2020-11-29T04:28:57.8015303Z this.arg[Int]("<port>")(scopt.Read.intRead).action(
2020-11-29T04:28:57.8015879Z {
2020-11-29T04:28:57.8017026Z def $anonfun(x: Int, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.8018539Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.8019325Z =
2020-11-29T04:28:57.8019886Z c.copy(c.copy$default$1, x, c.copy$default$3, c.copy$default$4,
2020-11-29T04:28:57.8020492Z c.copy$default$5
2020-11-29T04:28:57.8021061Z , c.copy$default$6, c.copy$default$7, c.copy$default$8,
2020-11-29T04:28:57.8021635Z c.copy$default$9
2020-11-29T04:28:57.8022215Z , c.copy$default$10, c.copy$default$11, c.copy$default$12,
2020-11-29T04:28:57.8022777Z c.copy$default$13
2020-11-29T04:28:57.8023351Z , c.copy$default$14, c.copy$default$15, c.copy$default$16,
2020-11-29T04:28:57.8024026Z c.copy$default$17
2020-11-29T04:28:57.8024605Z , c.copy$default$18, c.copy$default$19, c.copy$default$20)
2020-11-29T04:28:57.8025191Z closure($anonfun)
2020-11-29T04:28:57.8025579Z }
2020-11-29T04:28:57.8025919Z )
2020-11-29T04:28:57.8026507Z this.help("help")
2020-11-29T04:28:57.8026911Z }
2020-11-29T04:28:57.8027625Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.8028887Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.8029779Z }
2020-11-29T04:28:57.8030843Z def intArg(args: scala.collection.immutable.Seq[String] @Repeated): Unit =
2020-11-29T04:28:57.8031649Z {
2020-11-29T04:28:57.8032699Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.8034350Z scopttest.ImmutableParserSpec.intArgParser1.parse(args.toSeq,
2020-11-29T04:28:57.8036008Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.8037474Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.8038890Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.8040325Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.8041865Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.8043285Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.8044721Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.8046144Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.8047556Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.8048974Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.8050596Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.8052005Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.8053437Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.8054854Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.8056545Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.8057972Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.8059403Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.8060824Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.8062246Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.8063674Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.8065127Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.8066009Z )
2020-11-29T04:28:57.8066336Z {
2020-11-29T04:28:57.8067241Z val value$proxy43: Boolean = result.get.intValue.==(80)
2020-11-29T04:28:57.8068139Z val Recorder_this:
2020-11-29T04:28:57.8068687Z 
2020-11-29T04:28:57.8069468Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.8070463Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.8071024Z )
2020-11-29T04:28:57.8071488Z 
2020-11-29T04:28:57.8072226Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.8072959Z {
2020-11-29T04:28:57.8074022Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.8075613Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.8076372Z (
2020-11-29T04:28:57.8076863Z Recorder_this.inline$listener)
2020-11-29T04:28:57.8077641Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.8078614Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.8079109Z {
2020-11-29T04:28:57.8079802Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.8080351Z closure($anonfun)
2020-11-29T04:28:57.8080755Z }
2020-11-29T04:28:57.8081103Z )
2020-11-29T04:28:57.8081440Z )
2020-11-29T04:28:57.8081762Z {
2020-11-29T04:28:57.8082371Z recorderRuntime.resetValues()
2020-11-29T04:28:57.8083308Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.8084322Z " result.get.intValue == 80"
2020-11-29T04:28:57.8084825Z ,
2020-11-29T04:28:57.8085289Z 
2020-11-29T04:28:57.8086018Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"intValue\"), \"==\"), List(Literal(Constant.Int(80))))"
2020-11-29T04:28:57.8086839Z 
2020-11-29T04:28:57.8087196Z ,
2020-11-29T04:28:57.8088094Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.8089003Z recorderRuntime.recordValue[
2020-11-29T04:28:57.8090398Z (scopttest.ImmutableParserSpec.Config#intValue : (): Int)
2020-11-29T04:28:57.8091230Z ](
2020-11-29T04:28:57.8092134Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.8093544Z recorderRuntime.recordValue[(result : Option)](result, 11).
2020-11-29T04:28:57.8094231Z get
2020-11-29T04:28:57.8094755Z , 18).intValue
2020-11-29T04:28:57.8095309Z , 22).==(80)
2020-11-29T04:28:57.8095798Z , 31)
2020-11-29T04:28:57.8096138Z )
2020-11-29T04:28:57.8096981Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.8097673Z }
2020-11-29T04:28:57.8098173Z }:Unit
2020-11-29T04:28:57.8098524Z }
2020-11-29T04:28:57.8098857Z }
2020-11-29T04:28:57.8099940Z def intArgFail(args: scala.collection.immutable.Seq[String] @Repeated): Unit
2020-11-29T04:28:57.8100780Z =
2020-11-29T04:28:57.8101111Z {
2020-11-29T04:28:57.8102167Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.8103786Z scopttest.ImmutableParserSpec.intArgParser1.parse(args.toSeq,
2020-11-29T04:28:57.8105467Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.8107185Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.8108692Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.8110012Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.8111317Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.8112652Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.8114071Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.8115217Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.8116371Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.8117835Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.8119418Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.8120996Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.8122418Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.8123836Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.8125261Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.8126690Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.8128087Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.8129493Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.8131047Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.8132360Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.8133676Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.8134479Z )
2020-11-29T04:28:57.8134785Z {
2020-11-29T04:28:57.8135485Z val value$proxy44: Boolean = result.==(None)
2020-11-29T04:28:57.8136187Z val Recorder_this:
2020-11-29T04:28:57.8137390Z (scopttest.ImmutableParserSpec.assert : (): verify.asserts.PowerAssert)
2020-11-29T04:28:57.8138832Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.8139413Z {
2020-11-29T04:28:57.8140294Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.8141498Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit](
2020-11-29T04:28:57.8142229Z Recorder_this.inline$listener
2020-11-29T04:28:57.8142617Z )
2020-11-29T04:28:57.8143114Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.8143898Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.8144305Z {
2020-11-29T04:28:57.8144846Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.8145293Z closure($anonfun)
2020-11-29T04:28:57.8145615Z }
2020-11-29T04:28:57.8145889Z )
2020-11-29T04:28:57.8146166Z )
2020-11-29T04:28:57.8146424Z {
2020-11-29T04:28:57.8146917Z recorderRuntime.resetValues()
2020-11-29T04:28:57.8147894Z recorderRuntime.recordExpression(" result == None",
2020-11-29T04:28:57.8149051Z "Apply(Select(Ident(\"result\"), \"==\"), List(Ident(\"None\")))"
2020-11-29T04:28:57.8149543Z ,
2020-11-29T04:28:57.8150465Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.8151714Z recorderRuntime.recordValue[(result : Option)](result, 11).==(None
2020-11-29T04:28:57.8152457Z )
2020-11-29T04:28:57.8152953Z , 18)
2020-11-29T04:28:57.8153313Z )
2020-11-29T04:28:57.8154022Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.8154723Z }
2020-11-29T04:28:57.8155222Z }:Unit
2020-11-29T04:28:57.8155576Z }
2020-11-29T04:28:57.8155909Z }
2020-11-29T04:28:57.8156606Z def multipleArgsParser1:
2020-11-29T04:28:57.8157870Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.8158762Z =
2020-11-29T04:28:57.8159083Z {
2020-11-29T04:28:57.8159739Z final class $anon() extends
2020-11-29T04:28:57.8160954Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.8162007Z ("scopt") {
2020-11-29T04:28:57.8162568Z this.head(
2020-11-29T04:28:57.8163635Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.8164796Z ["scopt","3.x" : String]
2020-11-29T04:28:57.8165328Z )
2020-11-29T04:28:57.8165656Z )
2020-11-29T04:28:57.8166479Z this.arg[String]("<a>")(scopt.Read.stringRead).action(
2020-11-29T04:28:57.8167101Z {
2020-11-29T04:28:57.8168285Z def $anonfun(x: String, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.8169916Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.8170841Z =
2020-11-29T04:28:57.8171335Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3,
2020-11-29T04:28:57.8171887Z c.copy$default$4
2020-11-29T04:28:57.8172411Z , c.copy$default$5, c.copy$default$6, c.copy$default$7,
2020-11-29T04:28:57.8172949Z c.copy$default$8
2020-11-29T04:28:57.8173489Z , c.copy$default$9, c.copy$default$10, c.copy$default$11,
2020-11-29T04:28:57.8174017Z c.copy$default$12
2020-11-29T04:28:57.8174743Z , x, c.copy$default$14, c.copy$default$15, c.copy$default$16,
2020-11-29T04:28:57.8175331Z c.copy$default$17
2020-11-29T04:28:57.8175898Z , c.copy$default$18, c.copy$default$19, c.copy$default$20)
2020-11-29T04:28:57.8176480Z closure($anonfun)
2020-11-29T04:28:57.8176866Z }
2020-11-29T04:28:57.8177275Z )
2020-11-29T04:28:57.8178133Z this.arg[String]("<b>")(scopt.Read.stringRead).action(
2020-11-29T04:28:57.8178735Z {
2020-11-29T04:28:57.8179909Z def $anonfun(x: String, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.8181447Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.8182226Z =
2020-11-29T04:28:57.8182773Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3,
2020-11-29T04:28:57.8183378Z c.copy$default$4
2020-11-29T04:28:57.8183943Z , c.copy$default$5, c.copy$default$6, c.copy$default$7,
2020-11-29T04:28:57.8184513Z c.copy$default$8
2020-11-29T04:28:57.8185086Z , c.copy$default$9, c.copy$default$10, c.copy$default$11,
2020-11-29T04:28:57.8185664Z c.copy$default$12
2020-11-29T04:28:57.8186248Z , c.copy$default$13, x, c.copy$default$15, c.copy$default$16,
2020-11-29T04:28:57.8186816Z c.copy$default$17
2020-11-29T04:28:57.8187395Z , c.copy$default$18, c.copy$default$19, c.copy$default$20)
2020-11-29T04:28:57.8187972Z closure($anonfun)
2020-11-29T04:28:57.8188362Z }
2020-11-29T04:28:57.8188698Z )
2020-11-29T04:28:57.8189262Z this.help("help")
2020-11-29T04:28:57.8189676Z }
2020-11-29T04:28:57.8190379Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.8191639Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.8192642Z }
2020-11-29T04:28:57.8193673Z def multipleArgs(args: scala.collection.immutable.Seq[String] @Repeated): Unit
2020-11-29T04:28:57.8194471Z =
2020-11-29T04:28:57.8194776Z {
2020-11-29T04:28:57.8195745Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.8197444Z scopttest.ImmutableParserSpec.multipleArgsParser1.parse(args.toSeq,
2020-11-29T04:28:57.8199247Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.8200795Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.8202224Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.8203658Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.8205066Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.8206560Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.8207982Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.8209378Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.8210912Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.8212353Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.8213916Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.8215336Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.8216729Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.8218139Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.8219559Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.8220960Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.8222392Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.8223880Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.8225365Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.8226355Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.8227344Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.8227944Z )
2020-11-29T04:28:57.8228179Z {
2020-11-29T04:28:57.8228829Z val value$proxy45: Boolean = result.get.a.==("a").&&(result.get.b.==("b"))
2020-11-29T04:28:57.8229466Z val Recorder_this:
2020-11-29T04:28:57.8230372Z (scopttest.ImmutableParserSpec.assert : (): verify.asserts.PowerAssert)
2020-11-29T04:28:57.8231352Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.8244661Z {
2020-11-29T04:28:57.8245853Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.8247553Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit](
2020-11-29T04:28:57.8248462Z Recorder_this.inline$listener
2020-11-29T04:28:57.8248931Z )
2020-11-29T04:28:57.8249565Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.8250705Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.8251201Z {
2020-11-29T04:28:57.8251887Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.8252419Z closure($anonfun)
2020-11-29T04:28:57.8252832Z }
2020-11-29T04:28:57.8253168Z )
2020-11-29T04:28:57.8253496Z )
2020-11-29T04:28:57.8253820Z {
2020-11-29T04:28:57.8254407Z recorderRuntime.resetValues()
2020-11-29T04:28:57.8255348Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.8256407Z " (result.get.a == \"a\") && (result.get.b == \"b\""
2020-11-29T04:28:57.8256922Z ,
2020-11-29T04:28:57.8257390Z 
2020-11-29T04:28:57.8258626Z "Apply(Select(Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"a\"), \"==\"), List(Literal(Constant.String(\"a\")))), \"&&\"), List(Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"b\"), \"==\"), List(Literal(Constant.String(\"b\"))))))"
2020-11-29T04:28:57.8259642Z 
2020-11-29T04:28:57.8259929Z ,
2020-11-29T04:28:57.8260609Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.8261510Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.8262410Z recorderRuntime.recordValue[
2020-11-29T04:28:57.8263449Z (scopttest.ImmutableParserSpec.Config#a : (): String)
2020-11-29T04:28:57.8264138Z ](
2020-11-29T04:28:57.8264874Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.8265915Z recorderRuntime.recordValue[(result : Option)](result, 12).
2020-11-29T04:28:57.8266525Z get
2020-11-29T04:28:57.8267131Z , 19).a
2020-11-29T04:28:57.8267643Z , 23).==("a")
2020-11-29T04:28:57.8268146Z , 25).&&(
2020-11-29T04:28:57.8268993Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.8269726Z recorderRuntime.recordValue[
2020-11-29T04:28:57.8270759Z (scopttest.ImmutableParserSpec.Config#b : (): String)
2020-11-29T04:28:57.8271422Z ](
2020-11-29T04:28:57.8272318Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.8273517Z recorderRuntime.recordValue[(result : Option)](result, 37)
2020-11-29T04:28:57.8274189Z .
2020-11-29T04:28:57.8274538Z get
2020-11-29T04:28:57.8275132Z , 44).b
2020-11-29T04:28:57.8275672Z , 48).==("b")
2020-11-29T04:28:57.8276165Z , 50)
2020-11-29T04:28:57.8276502Z )
2020-11-29T04:28:57.8276960Z , 33)
2020-11-29T04:28:57.8277280Z )
2020-11-29T04:28:57.8277943Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.8278586Z }
2020-11-29T04:28:57.8279041Z }:Unit
2020-11-29T04:28:57.8279382Z }
2020-11-29T04:28:57.8279680Z }
2020-11-29T04:28:57.8280330Z def unboundedArgsParser1:
2020-11-29T04:28:57.8281514Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.8282353Z =
2020-11-29T04:28:57.8282665Z {
2020-11-29T04:28:57.8283260Z final class $anon() extends
2020-11-29T04:28:57.8284391Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.8285390Z ("scopt") {
2020-11-29T04:28:57.8285890Z this.head(
2020-11-29T04:28:57.8286900Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.8287944Z ["scopt","3.x" : String]
2020-11-29T04:28:57.8288301Z )
2020-11-29T04:28:57.8288581Z )
2020-11-29T04:28:57.8289233Z this.arg[String]("<a>")(scopt.Read.stringRead).action(
2020-11-29T04:28:57.8289736Z {
2020-11-29T04:28:57.8290798Z def $anonfun(x: String, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.8292036Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.8292670Z =
2020-11-29T04:28:57.8293116Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3,
2020-11-29T04:28:57.8293591Z c.copy$default$4
2020-11-29T04:28:57.8294071Z , c.copy$default$5, c.copy$default$6, c.copy$default$7,
2020-11-29T04:28:57.8294528Z c.copy$default$8
2020-11-29T04:28:57.8295000Z , c.copy$default$9, c.copy$default$10, c.copy$default$11,
2020-11-29T04:28:57.8295472Z c.copy$default$12
2020-11-29T04:28:57.8295936Z , x, c.copy$default$14, c.copy$default$15, c.copy$default$16,
2020-11-29T04:28:57.8296415Z c.copy$default$17
2020-11-29T04:28:57.8296890Z , c.copy$default$18, c.copy$default$19, c.copy$default$20)
2020-11-29T04:28:57.8297423Z closure($anonfun)
2020-11-29T04:28:57.8297752Z }
2020-11-29T04:28:57.8298086Z ).unbounded().optional()
2020-11-29T04:28:57.8298840Z this.arg[String]("<b>")(scopt.Read.stringRead).action(
2020-11-29T04:28:57.8299342Z {
2020-11-29T04:28:57.8300279Z def $anonfun(x: String, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.8301525Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.8302159Z =
2020-11-29T04:28:57.8302592Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3,
2020-11-29T04:28:57.8303084Z c.copy$default$4
2020-11-29T04:28:57.8303555Z , c.copy$default$5, c.copy$default$6, c.copy$default$7,
2020-11-29T04:28:57.8304238Z c.copy$default$8
2020-11-29T04:28:57.8304778Z , c.copy$default$9, c.copy$default$10, c.copy$default$11,
2020-11-29T04:28:57.8305306Z c.copy$default$12
2020-11-29T04:28:57.8305844Z , c.copy$default$13, x, c.copy$default$15, c.copy$default$16,
2020-11-29T04:28:57.8306391Z c.copy$default$17
2020-11-29T04:28:57.8307150Z , c.copy$default$18, c.copy$default$19, c.copy$default$20)
2020-11-29T04:28:57.8307717Z closure($anonfun)
2020-11-29T04:28:57.8308117Z }
2020-11-29T04:28:57.8308558Z ).optional()
2020-11-29T04:28:57.8309184Z this.help("help")
2020-11-29T04:28:57.8309611Z }
2020-11-29T04:28:57.8310301Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.8311567Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.8312455Z }
2020-11-29T04:28:57.8313521Z def unboundedArgs(args: scala.collection.immutable.Seq[String] @Repeated):
2020-11-29T04:28:57.8314517Z Unit
2020-11-29T04:28:57.8314881Z =
2020-11-29T04:28:57.8315193Z {
2020-11-29T04:28:57.8316237Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.8318069Z scopttest.ImmutableParserSpec.unboundedArgsParser1.parse(args.toSeq,
2020-11-29T04:28:57.8320044Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.8321395Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.8322713Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.8324035Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.8325357Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.8326691Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.8328083Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.8329388Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.8331007Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.8332441Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.8333864Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.8335301Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.8336738Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.8338155Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.8339557Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.8341001Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.8342406Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.8343978Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.8345560Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.8346971Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.8348393Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.8349277Z )
2020-11-29T04:28:57.8349596Z {
2020-11-29T04:28:57.8350288Z val value$proxy46: Boolean =
2020-11-29T04:28:57.8351138Z result.get.a.==("b").&&(result.get.b.==(""))
2020-11-29T04:28:57.8351896Z val Recorder_this:
2020-11-29T04:28:57.8352538Z 
2020-11-29T04:28:57.8353243Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.8354172Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.8354703Z )
2020-11-29T04:28:57.8355126Z 
2020-11-29T04:28:57.8355831Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.8356513Z {
2020-11-29T04:28:57.8357669Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.8358941Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.8359550Z (
2020-11-29T04:28:57.8359946Z Recorder_this.inline$listener)
2020-11-29T04:28:57.8360570Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.8361350Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.8361757Z {
2020-11-29T04:28:57.8362317Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.8362748Z closure($anonfun)
2020-11-29T04:28:57.8363086Z }
2020-11-29T04:28:57.8363355Z )
2020-11-29T04:28:57.8363627Z )
2020-11-29T04:28:57.8363929Z {
2020-11-29T04:28:57.8364408Z recorderRuntime.resetValues()
2020-11-29T04:28:57.8365468Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.8366447Z " (result.get.a == \"b\") && (result.get.b == \"\""
2020-11-29T04:28:57.8366929Z ,
2020-11-29T04:28:57.8367374Z 
2020-11-29T04:28:57.8368427Z "Apply(Select(Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"a\"), \"==\"), List(Literal(Constant.String(\"b\")))), \"&&\"), List(Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"b\"), \"==\"), List(Literal(Constant.String(\"\"))))))"
2020-11-29T04:28:57.8370006Z 
2020-11-29T04:28:57.8370367Z ,
2020-11-29T04:28:57.8371203Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.8372337Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.8373265Z recorderRuntime.recordValue[
2020-11-29T04:28:57.8374509Z (scopttest.ImmutableParserSpec.Config#a : (): String)
2020-11-29T04:28:57.8375318Z ](
2020-11-29T04:28:57.8376222Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.8377507Z recorderRuntime.recordValue[(result : Option)](result, 12)
2020-11-29T04:28:57.8378242Z .
2020-11-29T04:28:57.8378614Z get
2020-11-29T04:28:57.8379129Z , 19).a
2020-11-29T04:28:57.8379697Z , 23).==("b")
2020-11-29T04:28:57.8380240Z , 25).&&(
2020-11-29T04:28:57.8381082Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.8382013Z recorderRuntime.recordValue[
2020-11-29T04:28:57.8383444Z (scopttest.ImmutableParserSpec.Config#b : (): String)
2020-11-29T04:28:57.8384254Z ](
2020-11-29T04:28:57.8385167Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.8386414Z recorderRuntime.recordValue[(result : Option)](result,
2020-11-29T04:28:57.8387290Z 37
2020-11-29T04:28:57.8387690Z ).get
2020-11-29T04:28:57.8388208Z , 44).b
2020-11-29T04:28:57.8388774Z , 48).==("")
2020-11-29T04:28:57.8389305Z , 50)
2020-11-29T04:28:57.8389671Z )
2020-11-29T04:28:57.8390171Z , 33)
2020-11-29T04:28:57.8390518Z )
2020-11-29T04:28:57.8391229Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.8391927Z }
2020-11-29T04:28:57.8392412Z }:Unit
2020-11-29T04:28:57.8392774Z }
2020-11-29T04:28:57.8393089Z }
2020-11-29T04:28:57.8394168Z def emptyArgs(args: scala.collection.immutable.Seq[String] @Repeated): Unit =
2020-11-29T04:28:57.8395013Z {
2020-11-29T04:28:57.8396045Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.8397959Z scopttest.ImmutableParserSpec.unboundedArgsParser1.parse(args.toSeq,
2020-11-29T04:28:57.8399862Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.8401392Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.8402715Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.8404307Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.8405725Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.8407140Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.8408549Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.8410213Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.8411630Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.8413046Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.8414485Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.8415897Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.8417312Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.8418736Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.8420163Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.8421607Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.8423032Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.8424450Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.8425959Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.8427281Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.8428593Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.8429400Z )
2020-11-29T04:28:57.8429711Z {
2020-11-29T04:28:57.8430576Z val value$proxy47: Boolean = result.get.a.==("").&&(result.get.b.==(""))
2020-11-29T04:28:57.8431413Z val Recorder_this:
2020-11-29T04:28:57.8432025Z 
2020-11-29T04:28:57.8432734Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.8433658Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.8434190Z )
2020-11-29T04:28:57.8434612Z 
2020-11-29T04:28:57.8435310Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.8435984Z {
2020-11-29T04:28:57.8436975Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.8438365Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.8439071Z (
2020-11-29T04:28:57.8439524Z Recorder_this.inline$listener)
2020-11-29T04:28:57.8440241Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.8441135Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.8441598Z {
2020-11-29T04:28:57.8442226Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.8442734Z closure($anonfun)
2020-11-29T04:28:57.8443112Z }
2020-11-29T04:28:57.8443411Z )
2020-11-29T04:28:57.8443726Z )
2020-11-29T04:28:57.8444035Z {
2020-11-29T04:28:57.8444585Z recorderRuntime.resetValues()
2020-11-29T04:28:57.8445536Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.8446518Z " (result.get.a == \"\") && (result.get.b == \"\""
2020-11-29T04:28:57.8447001Z ,
2020-11-29T04:28:57.8447440Z 
2020-11-29T04:28:57.8448484Z "Apply(Select(Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"a\"), \"==\"), List(Literal(Constant.String(\"\")))), \"&&\"), List(Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"b\"), \"==\"), List(Literal(Constant.String(\"\"))))))"
2020-11-29T04:28:57.8449641Z 
2020-11-29T04:28:57.8450074Z ,
2020-11-29T04:28:57.8450843Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.8451890Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.8452739Z recorderRuntime.recordValue[
2020-11-29T04:28:57.8453902Z (scopttest.ImmutableParserSpec.Config#a : (): String)
2020-11-29T04:28:57.8454664Z ](
2020-11-29T04:28:57.8455593Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.8456633Z recorderRuntime.recordValue[(result : Option)](result, 12)
2020-11-29T04:28:57.8457220Z .
2020-11-29T04:28:57.8457520Z get
2020-11-29T04:28:57.8457936Z , 19).a
2020-11-29T04:28:57.8458396Z , 23).==("")
2020-11-29T04:28:57.8458825Z , 25).&&(
2020-11-29T04:28:57.8459520Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.8460257Z recorderRuntime.recordValue[
2020-11-29T04:28:57.8461261Z (scopttest.ImmutableParserSpec.Config#b : (): String)
2020-11-29T04:28:57.8461916Z ](
2020-11-29T04:28:57.8462843Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.8464289Z recorderRuntime.recordValue[(result : Option)](result,
2020-11-29T04:28:57.8465174Z 36
2020-11-29T04:28:57.8465564Z ).get
2020-11-29T04:28:57.8466087Z , 43).b
2020-11-29T04:28:57.8466654Z , 47).==("")
2020-11-29T04:28:57.8467184Z , 49)
2020-11-29T04:28:57.8467548Z )
2020-11-29T04:28:57.8468045Z , 32)
2020-11-29T04:28:57.8468477Z )
2020-11-29T04:28:57.8469190Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.8469887Z }
2020-11-29T04:28:57.8470390Z }:Unit
2020-11-29T04:28:57.8470754Z }
2020-11-29T04:28:57.8471069Z }
2020-11-29T04:28:57.8472271Z def cmdParser1: scopt.OptionParser[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.8473261Z {
2020-11-29T04:28:57.8473901Z final class $anon() extends
2020-11-29T04:28:57.8475175Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.8476141Z ("scopt") {
2020-11-29T04:28:57.8476654Z this.head(
2020-11-29T04:28:57.8477639Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.8478661Z ["scopt","3.x" : String]
2020-11-29T04:28:57.8479066Z )
2020-11-29T04:28:57.8479564Z )
2020-11-29T04:28:57.8480156Z this.cmd("update").action(
2020-11-29T04:28:57.8480599Z {
2020-11-29T04:28:57.8481744Z def $anonfun(x: Unit, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.8483264Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.8484133Z =
2020-11-29T04:28:57.8484898Z c.copy(true, c.copy$default$2, c.copy$default$3, c.copy$default$4
2020-11-29T04:28:57.8485427Z ,
2020-11-29T04:28:57.8485910Z c.copy$default$5, c.copy$default$6, c.copy$default$7,
2020-11-29T04:28:57.8486432Z c.copy$default$8
2020-11-29T04:28:57.8486967Z , c.copy$default$9, c.copy$default$10, c.copy$default$11,
2020-11-29T04:28:57.8487499Z c.copy$default$12
2020-11-29T04:28:57.8488019Z , c.copy$default$13, c.copy$default$14, c.copy$default$15,
2020-11-29T04:28:57.8488549Z c.copy$default$16
2020-11-29T04:28:57.8489070Z , c.copy$default$17, c.copy$default$18, c.copy$default$19,
2020-11-29T04:28:57.8489602Z c.copy$default$20
2020-11-29T04:28:57.8490067Z )
2020-11-29T04:28:57.8490435Z closure($anonfun)
2020-11-29T04:28:57.8490812Z }
2020-11-29T04:28:57.8491149Z ).children(
2020-11-29T04:28:57.8491933Z scala.runtime.ScalaRunTime.wrapRefArray[
2020-11-29T04:28:57.8493373Z scopt.OptionDef[?, scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.8494168Z ](
2020-11-29T04:28:57.8494487Z [
2020-11-29T04:28:57.8495229Z this.opt[Unit]("foo")(scopt.Read.unitRead).action(
2020-11-29T04:28:57.8495771Z {
2020-11-29T04:28:57.8496854Z def $anonfun(x: Unit, c: scopttest.ImmutableParserSpec.Config)
2020-11-29T04:28:57.8497702Z :
2020-11-29T04:28:57.8498606Z scopttest.ImmutableParserSpec.Config =
2020-11-29T04:28:57.8499529Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3
2020-11-29T04:28:57.8500025Z ,
2020-11-29T04:28:57.8500933Z "foo", c.copy$default$5, c.copy$default$6, c.copy$default$7
2020-11-29T04:28:57.8501487Z ,
2020-11-29T04:28:57.8501999Z c.copy$default$8, c.copy$default$9, c.copy$default$10,
2020-11-29T04:28:57.8502580Z c.copy$default$11
2020-11-29T04:28:57.8503167Z , c.copy$default$12, c.copy$default$13, c.copy$default$14,
2020-11-29T04:28:57.8503736Z c.copy$default$15
2020-11-29T04:28:57.8504325Z , c.copy$default$16, c.copy$default$17, c.copy$default$18,
2020-11-29T04:28:57.8504905Z c.copy$default$19
2020-11-29T04:28:57.8505435Z , c.copy$default$20)
2020-11-29T04:28:57.8505906Z closure($anonfun)
2020-11-29T04:28:57.8506308Z }
2020-11-29T04:28:57.8506653Z )
2020-11-29T04:28:57.8510275Z : scopt.OptionDef[?, scopttest.ImmutableParserSpec.Config]]
2020-11-29T04:28:57.8511092Z )
2020-11-29T04:28:57.8511409Z )
2020-11-29T04:28:57.8511974Z this.help("help")
2020-11-29T04:28:57.8512361Z }
2020-11-29T04:28:57.8513020Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.8514181Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.8515015Z }
2020-11-29T04:28:57.8516064Z def cmdParser(args: scala.collection.immutable.Seq[String] @Repeated): Unit =
2020-11-29T04:28:57.8516739Z {
2020-11-29T04:28:57.8517596Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.8518856Z scopttest.ImmutableParserSpec.cmdParser1.parse(args.toSeq,
2020-11-29T04:28:57.8520146Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.8521339Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.8522486Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.8523735Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.8524907Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.8526552Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.8527987Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.8529416Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.8530997Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.8532413Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.8533835Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.8535236Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.8536662Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.8538080Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.8539493Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.8540922Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.8542374Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.8543697Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.8545020Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.8546332Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.8547640Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.8548523Z )
2020-11-29T04:28:57.8548785Z {
2020-11-29T04:28:57.8549440Z val value$proxy48: Boolean = result.get.flag
2020-11-29T04:28:57.8550104Z val Recorder_this:
2020-11-29T04:28:57.8550548Z 
2020-11-29T04:28:57.8551178Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.8551978Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.8552445Z )
2020-11-29T04:28:57.8552826Z 
2020-11-29T04:28:57.8553428Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.8554019Z {
2020-11-29T04:28:57.8555239Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.8556621Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.8557331Z (
2020-11-29T04:28:57.8557768Z Recorder_this.inline$listener)
2020-11-29T04:28:57.8558478Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.8559385Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.8559835Z {
2020-11-29T04:28:57.8560687Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.8561232Z closure($anonfun)
2020-11-29T04:28:57.8561629Z }
2020-11-29T04:28:57.8561967Z )
2020-11-29T04:28:57.8562294Z )
2020-11-29T04:28:57.8562627Z {
2020-11-29T04:28:57.8563226Z recorderRuntime.resetValues()
2020-11-29T04:28:57.8564523Z recorderRuntime.recordExpression(" result.get.flag",
2020-11-29T04:28:57.8565679Z "Select(Select(Ident(\"result\"), \"get\"), \"flag\")"
2020-11-29T04:28:57.8566179Z ,
2020-11-29T04:28:57.8566767Z recorderRuntime.recordValue[
2020-11-29T04:28:57.8568041Z (scopttest.ImmutableParserSpec.Config#flag : (): Boolean)
2020-11-29T04:28:57.8568918Z ](
2020-11-29T04:28:57.8569922Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.8571339Z recorderRuntime.recordValue[(result : Option)](result, 11).get
2020-11-29T04:28:57.8572171Z , 18).flag
2020-11-29T04:28:57.8572669Z , 22)
2020-11-29T04:28:57.8573008Z )
2020-11-29T04:28:57.8573652Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.8574314Z }
2020-11-29T04:28:57.8574763Z }:Unit
2020-11-29T04:28:57.8575099Z }
2020-11-29T04:28:57.8575406Z }
2020-11-29T04:28:57.8576404Z def cmdParserFail(args: scala.collection.immutable.Seq[String] @Repeated):
2020-11-29T04:28:57.8577439Z Unit
2020-11-29T04:28:57.8577720Z =
2020-11-29T04:28:57.8577988Z {
2020-11-29T04:28:57.8578846Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.8580111Z scopttest.ImmutableParserSpec.cmdParser1.parse(args.toSeq,
2020-11-29T04:28:57.8581420Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.8582590Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.8583738Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.8584897Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.8586426Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.8587851Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.8589271Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.8590677Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.8592095Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.8593532Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.8594939Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.8596365Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.8597985Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.8599283Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.8600693Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.8602027Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.8603335Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.8604655Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.8605977Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.8607543Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.8608961Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.8609988Z )
2020-11-29T04:28:57.8610312Z {
2020-11-29T04:28:57.8611080Z val value$proxy49: Boolean = result.==(None)
2020-11-29T04:28:57.8611844Z val Recorder_this:
2020-11-29T04:28:57.8612409Z 
2020-11-29T04:28:57.8613191Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.8614186Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.8614755Z )
2020-11-29T04:28:57.8615218Z 
2020-11-29T04:28:57.8615950Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.8616691Z {
2020-11-29T04:28:57.8617893Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.8619568Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.8620334Z (
2020-11-29T04:28:57.8620804Z Recorder_this.inline$listener)
2020-11-29T04:28:57.8621570Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.8622546Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.8623032Z {
2020-11-29T04:28:57.8623727Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.8624257Z closure($anonfun)
2020-11-29T04:28:57.8624665Z }
2020-11-29T04:28:57.8625001Z )
2020-11-29T04:28:57.8625328Z )
2020-11-29T04:28:57.8625664Z {
2020-11-29T04:28:57.8626257Z recorderRuntime.resetValues()
2020-11-29T04:28:57.8627461Z recorderRuntime.recordExpression(" result == None",
2020-11-29T04:28:57.8628606Z "Apply(Select(Ident(\"result\"), \"==\"), List(Ident(\"None\")))"
2020-11-29T04:28:57.8629120Z ,
2020-11-29T04:28:57.8629937Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.8631227Z recorderRuntime.recordValue[(result : Option)](result, 11).==(
2020-11-29T04:28:57.8631905Z None
2020-11-29T04:28:57.8632244Z )
2020-11-29T04:28:57.8632712Z , 18)
2020-11-29T04:28:57.8633034Z )
2020-11-29T04:28:57.8633701Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.8634343Z }
2020-11-29T04:28:57.8634802Z }:Unit
2020-11-29T04:28:57.8635140Z }
2020-11-29T04:28:57.8635451Z }
2020-11-29T04:28:57.8636610Z def cmdPosParser1: scopt.OptionParser[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.8637561Z {
2020-11-29T04:28:57.8638192Z final class $anon() extends
2020-11-29T04:28:57.8639329Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.8640304Z ("scopt") {
2020-11-29T04:28:57.8640817Z this.head(
2020-11-29T04:28:57.8641805Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.8642827Z ["scopt","3.x" : String]
2020-11-29T04:28:57.8643315Z )
2020-11-29T04:28:57.8643615Z )
2020-11-29T04:28:57.8644373Z this.arg[String]("<a>")(scopt.Read.stringRead).action(
2020-11-29T04:28:57.8644945Z {
2020-11-29T04:28:57.8646016Z def $anonfun(x: String, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.8647439Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.8648170Z =
2020-11-29T04:28:57.8648668Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3,
2020-11-29T04:28:57.8649219Z c.copy$default$4
2020-11-29T04:28:57.8649746Z , c.copy$default$5, c.copy$default$6, c.copy$default$7,
2020-11-29T04:28:57.8650534Z c.copy$default$8
2020-11-29T04:28:57.8651081Z , c.copy$default$9, c.copy$default$10, c.copy$default$11,
2020-11-29T04:28:57.8651602Z c.copy$default$12
2020-11-29T04:28:57.8652153Z , x, c.copy$default$14, c.copy$default$15, c.copy$default$16,
2020-11-29T04:28:57.8652691Z c.copy$default$17
2020-11-29T04:28:57.8653217Z , c.copy$default$18, c.copy$default$19, c.copy$default$20)
2020-11-29T04:28:57.8653752Z closure($anonfun)
2020-11-29T04:28:57.8654298Z }
2020-11-29T04:28:57.8654622Z )
2020-11-29T04:28:57.8655338Z this.cmd("update").action(
2020-11-29T04:28:57.8655776Z {
2020-11-29T04:28:57.8656935Z def $anonfun(x: Unit, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.8658472Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.8659240Z =
2020-11-29T04:28:57.8660007Z c.copy(true, c.copy$default$2, c.copy$default$3, c.copy$default$4
2020-11-29T04:28:57.8660580Z ,
2020-11-29T04:28:57.8661091Z c.copy$default$5, c.copy$default$6, c.copy$default$7,
2020-11-29T04:28:57.8661670Z c.copy$default$8
2020-11-29T04:28:57.8662235Z , c.copy$default$9, c.copy$default$10, c.copy$default$11,
2020-11-29T04:28:57.8662809Z c.copy$default$12
2020-11-29T04:28:57.8663387Z , c.copy$default$13, c.copy$default$14, c.copy$default$15,
2020-11-29T04:28:57.8663984Z c.copy$default$16
2020-11-29T04:28:57.8664559Z , c.copy$default$17, c.copy$default$18, c.copy$default$19,
2020-11-29T04:28:57.8665129Z c.copy$default$20
2020-11-29T04:28:57.8665616Z )
2020-11-29T04:28:57.8665992Z closure($anonfun)
2020-11-29T04:28:57.8666352Z }
2020-11-29T04:28:57.8666699Z ).children(
2020-11-29T04:28:57.8667484Z scala.runtime.ScalaRunTime.wrapRefArray[
2020-11-29T04:28:57.8668893Z scopt.OptionDef[?, scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.8669714Z ](
2020-11-29T04:28:57.8670805Z [
2020-11-29T04:28:57.8671844Z this.arg[String]("<b>")(scopt.Read.stringRead).action(
2020-11-29T04:28:57.8672481Z {
2020-11-29T04:28:57.8673136Z def $anonfun(x: String,
2020-11-29T04:28:57.8674293Z c: scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.8675763Z ): scopttest.ImmutableParserSpec.Config =
2020-11-29T04:28:57.8676766Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3
2020-11-29T04:28:57.8677318Z ,
2020-11-29T04:28:57.8677856Z c.copy$default$4, c.copy$default$5, c.copy$default$6,
2020-11-29T04:28:57.8678595Z c.copy$default$7
2020-11-29T04:28:57.8679219Z , c.copy$default$8, c.copy$default$9, c.copy$default$10,
2020-11-29T04:28:57.8679970Z c.copy$default$11
2020-11-29T04:28:57.8680704Z , c.copy$default$12, c.copy$default$13, x, c.copy$default$15
2020-11-29T04:28:57.8681398Z ,
2020-11-29T04:28:57.8682191Z c.copy$default$16, c.copy$default$17, c.copy$default$18,
2020-11-29T04:28:57.8682786Z c.copy$default$19
2020-11-29T04:28:57.8683260Z , c.copy$default$20)
2020-11-29T04:28:57.8683732Z closure($anonfun)
2020-11-29T04:28:57.8684142Z }
2020-11-29T04:28:57.8684486Z )
2020-11-29T04:28:57.8685310Z ,this.arg[String]("<c>")(scopt.Read.stringRead) :
2020-11-29T04:28:57.8686632Z scopt.OptionDef[?, scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.8687503Z ]
2020-11-29T04:28:57.8687835Z )
2020-11-29T04:28:57.8688169Z )
2020-11-29T04:28:57.8688723Z this.cmd("commit")
2020-11-29T04:28:57.8689377Z this.help("help")
2020-11-29T04:28:57.8689790Z }
2020-11-29T04:28:57.8690768Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.8692238Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.8693128Z }
2020-11-29T04:28:57.8694377Z def cmdPosParser(args: scala.collection.immutable.Seq[String] @Repeated): Unit
2020-11-29T04:28:57.8695275Z =
2020-11-29T04:28:57.8695593Z {
2020-11-29T04:28:57.8696652Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.8698402Z scopttest.ImmutableParserSpec.cmdPosParser1.parse(args.toSeq,
2020-11-29T04:28:57.8699973Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.8701508Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.8702970Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.8704282Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.8705609Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.8706919Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.8708250Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.8709572Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.8710880Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.8712195Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.8713503Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.8714856Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.8716008Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.8717166Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.8718302Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.8719715Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.8721042Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.8722358Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.8723939Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.8725350Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.8726764Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.8727638Z )
2020-11-29T04:28:57.8727953Z {
2020-11-29T04:28:57.8728865Z val value$proxy50: Boolean = result.get.a.==("commit")
2020-11-29T04:28:57.8729714Z val Recorder_this:
2020-11-29T04:28:57.8731140Z (scopttest.ImmutableParserSpec.assert : (): verify.asserts.PowerAssert)
2020-11-29T04:28:57.8732570Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.8733308Z {
2020-11-29T04:28:57.8734407Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.8735799Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit](
2020-11-29T04:28:57.8736637Z Recorder_this.inline$listener
2020-11-29T04:28:57.8737066Z )
2020-11-29T04:28:57.8737713Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.8738493Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.8738891Z {
2020-11-29T04:28:57.8739445Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.8739881Z closure($anonfun)
2020-11-29T04:28:57.8740211Z }
2020-11-29T04:28:57.8740477Z )
2020-11-29T04:28:57.8740747Z )
2020-11-29T04:28:57.8741016Z {
2020-11-29T04:28:57.8741493Z recorderRuntime.resetValues()
2020-11-29T04:28:57.8742322Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.8743128Z " result.get.a == \"commit\""
2020-11-29T04:28:57.8743492Z ,
2020-11-29T04:28:57.8743872Z 
2020-11-29T04:28:57.8744471Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"a\"), \"==\"), List(Literal(Constant.String(\"commit\"))))"
2020-11-29T04:28:57.8745156Z 
2020-11-29T04:28:57.8745440Z ,
2020-11-29T04:28:57.8746089Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.8746836Z recorderRuntime.recordValue[
2020-11-29T04:28:57.8747848Z (scopttest.ImmutableParserSpec.Config#a : (): String)
2020-11-29T04:28:57.8748493Z ](
2020-11-29T04:28:57.8749216Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.8750259Z recorderRuntime.recordValue[(result : Option)](result, 11).get
2020-11-29T04:28:57.8750989Z , 18).a
2020-11-29T04:28:57.8751466Z , 22).==("commit")
2020-11-29T04:28:57.8751901Z , 24)
2020-11-29T04:28:57.8752192Z )
2020-11-29T04:28:57.8752764Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.8753321Z }
2020-11-29T04:28:57.8753720Z }:Unit
2020-11-29T04:28:57.8754005Z }
2020-11-29T04:28:57.8754268Z }
2020-11-29T04:28:57.8755176Z def cmdPosParserFail(args: scala.collection.immutable.Seq[String] @Repeated):
2020-11-29T04:28:57.8756223Z Unit
2020-11-29T04:28:57.8756557Z =
2020-11-29T04:28:57.8756854Z {
2020-11-29T04:28:57.8757831Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.8759370Z scopttest.ImmutableParserSpec.cmdPosParser1.parse(args.toSeq,
2020-11-29T04:28:57.8760936Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.8762552Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.8764020Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.8765439Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.8766860Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.8768354Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.8769680Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.8771179Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.8772493Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.8773883Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.8775371Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.8776788Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.8778216Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.8779638Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.8781053Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.8782464Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.8783883Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.8785317Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.8786845Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.8788199Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.8789581Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.8790493Z )
2020-11-29T04:28:57.8790768Z {
2020-11-29T04:28:57.8791379Z val value$proxy51: Boolean = result.==(None)
2020-11-29T04:28:57.8792012Z val Recorder_this:
2020-11-29T04:28:57.8792641Z 
2020-11-29T04:28:57.8793361Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.8794282Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.8794811Z )
2020-11-29T04:28:57.8795249Z 
2020-11-29T04:28:57.8795934Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.8796620Z {
2020-11-29T04:28:57.8797622Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.8799012Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.8799722Z (
2020-11-29T04:28:57.8800181Z Recorder_this.inline$listener)
2020-11-29T04:28:57.8800899Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.8801809Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.8802277Z {
2020-11-29T04:28:57.8802907Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.8803418Z closure($anonfun)
2020-11-29T04:28:57.8803790Z }
2020-11-29T04:28:57.8804103Z )
2020-11-29T04:28:57.8804415Z )
2020-11-29T04:28:57.8804716Z {
2020-11-29T04:28:57.8805278Z recorderRuntime.resetValues()
2020-11-29T04:28:57.8806387Z recorderRuntime.recordExpression(" result == None",
2020-11-29T04:28:57.8807438Z "Apply(Select(Ident(\"result\"), \"==\"), List(Ident(\"None\")))"
2020-11-29T04:28:57.8807941Z ,
2020-11-29T04:28:57.8808695Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.8810123Z recorderRuntime.recordValue[(result : Option)](result, 11).==(
2020-11-29T04:28:57.8810868Z None
2020-11-29T04:28:57.8811218Z )
2020-11-29T04:28:57.8811731Z , 18)
2020-11-29T04:28:57.8812093Z )
2020-11-29T04:28:57.8812790Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.8813502Z }
2020-11-29T04:28:57.8814095Z }:Unit
2020-11-29T04:28:57.8814457Z }
2020-11-29T04:28:57.8814784Z }
2020-11-29T04:28:57.8816051Z def nestedCmdParser1: scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.8817103Z =
2020-11-29T04:28:57.8817419Z {
2020-11-29T04:28:57.8818067Z final class $anon() extends
2020-11-29T04:28:57.8819287Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.8820335Z ("scopt") {
2020-11-29T04:28:57.8820884Z this.head(
2020-11-29T04:28:57.8822101Z scala.runtime.ScalaRunTime.wrapRefArray[String](["scopt","3.x" : String]
2020-11-29T04:28:57.8823029Z )
2020-11-29T04:28:57.8823367Z )
2020-11-29T04:28:57.8824180Z this.cmd("backend").text("commands to manipulate backends:\n").action(
2020-11-29T04:28:57.8824802Z {
2020-11-29T04:28:57.8825961Z def $anonfun(x: Unit, c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.8827480Z scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.8828283Z =
2020-11-29T04:28:57.8829047Z c.copy(true, c.copy$default$2, c.copy$default$3, c.copy$default$4,
2020-11-29T04:28:57.8829731Z c.copy$default$5
2020-11-29T04:28:57.8830318Z , c.copy$default$6, c.copy$default$7, c.copy$default$8,
2020-11-29T04:28:57.8830890Z c.copy$default$9
2020-11-29T04:28:57.8831464Z , c.copy$default$10, c.copy$default$11, c.copy$default$12,
2020-11-29T04:28:57.8832038Z c.copy$default$13
2020-11-29T04:28:57.8832603Z , c.copy$default$14, c.copy$default$15, c.copy$default$16,
2020-11-29T04:28:57.8833172Z c.copy$default$17
2020-11-29T04:28:57.8833749Z , c.copy$default$18, c.copy$default$19, c.copy$default$20)
2020-11-29T04:28:57.8834314Z closure($anonfun)
2020-11-29T04:28:57.8834709Z }
2020-11-29T04:28:57.8835072Z ).children(
2020-11-29T04:28:57.8835928Z scala.runtime.ScalaRunTime.wrapRefArray[
2020-11-29T04:28:57.8837462Z scopt.OptionDef[?, scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.8838312Z ](
2020-11-29T04:28:57.8838651Z [
2020-11-29T04:28:57.8839294Z this.cmd("update").children(
2020-11-29T04:28:57.8840221Z scala.runtime.ScalaRunTime.wrapRefArray[
2020-11-29T04:28:57.8841748Z scopt.OptionDef[?, scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.8843339Z ](
2020-11-29T04:28:57.8843693Z [
2020-11-29T04:28:57.8844608Z this.arg[String]("<a>")(scopt.Read.stringRead).action(
2020-11-29T04:28:57.8845237Z {
2020-11-29T04:28:57.8845922Z def $anonfun(x: String,
2020-11-29T04:28:57.8847072Z c: scopttest.ImmutableParserSpec.Config
2020-11-29T04:28:57.8848501Z ): scopttest.ImmutableParserSpec.Config =
2020-11-29T04:28:57.8849463Z c.copy(c.copy$default$1, c.copy$default$2,
2020-11-29T04:28:57.8850143Z c.copy$default$3
2020-11-29T04:28:57.8850831Z , c.copy$default$4, c.copy$default$5, c.copy$default$6,
2020-11-29T04:28:57.8851382Z c.copy$default$7
2020-11-29T04:28:57.8851921Z , c.copy$default$8, c.copy$default$9, c.copy$default$10
2020-11-29T04:28:57.8852417Z ,
2020-11-29T04:28:57.8852872Z c.copy$default$11, c.copy$default$12, x,
2020-11-29T04:28:57.8853362Z c.copy$default$14
2020-11-29T04:28:57.8853860Z , c.copy$default$15, c.copy$default$16,
2020-11-29T04:28:57.8854468Z c.copy$default$17
2020-11-29T04:28:57.8854953Z , c.copy$default$18, c.copy$default$19,
2020-11-29T04:28:57.8855453Z c.copy$default$20
2020-11-29T04:28:57.8855837Z )
2020-11-29T04:28:57.8856214Z closure($anonfun)
2020-11-29T04:28:57.8856598Z }
2020-11-29T04:28:57.8856917Z )
2020-11-29T04:28:57.8857236Z ,
2020-11-29T04:28:57.8857820Z this.checkConfig(
2020-11-29T04:28:57.8858225Z {
2020-11-29T04:28:57.8859559Z def $anonfun(c: scopttest.ImmutableParserSpec.Config):
2020-11-29T04:28:57.8860679Z scala.util.Either[String, Unit]
2020-11-29T04:28:57.8861173Z =
2020-11-29T04:28:57.8861885Z if c.a.==("foo") then this.success else 
2020-11-29T04:28:57.8862628Z this.failure("not foo")
2020-11-29T04:28:57.8863401Z closure($anonfun)
2020-11-29T04:28:57.8863788Z }
2020-11-29T04:28:57.8864136Z )
2020-11-29T04:28:57.8865206Z : scopt.OptionDef[?, scopttest.ImmutableParserSpec.Config]]
2020-11-29T04:28:57.8866034Z )
2020-11-29T04:28:57.8866339Z )
2020-11-29T04:28:57.8867332Z : scopt.OptionDef[?, scopttest.ImmutableParserSpec.Config]]
2020-11-29T04:28:57.8868130Z )
2020-11-29T04:28:57.8868443Z )
2020-11-29T04:28:57.8868961Z this.help("help")
2020-11-29T04:28:57.8869336Z }
2020-11-29T04:28:57.8869990Z new scopt.OptionParser {...}():
2020-11-29T04:28:57.8871150Z scopt.OptionParser[scopttest.ImmutableParserSpec.Config]
2020-11-29T04:28:57.8871986Z }
2020-11-29T04:28:57.8873021Z def nestedCmdParser(args: scala.collection.immutable.Seq[String] @Repeated):
2020-11-29T04:28:57.8873968Z Unit
2020-11-29T04:28:57.8874302Z =
2020-11-29T04:28:57.8874611Z {
2020-11-29T04:28:57.8875578Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.8877173Z scopttest.ImmutableParserSpec.nestedCmdParser1.parse(args.toSeq,
2020-11-29T04:28:57.8878819Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.8880179Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.8881504Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.8882813Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.8884145Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.8885469Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.8886783Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.8888105Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.8889433Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.8890839Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.8892161Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.8893518Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.8894654Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.8895798Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.8897341Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.8898642Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.8899950Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.8901266Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.8902585Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.8903911Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.8905214Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.8906026Z )
2020-11-29T04:28:57.8906336Z {
2020-11-29T04:28:57.8907086Z val value$proxy52: Boolean = result.get.a.==("foo")
2020-11-29T04:28:57.8907880Z val Recorder_this:
2020-11-29T04:28:57.8908341Z 
2020-11-29T04:28:57.8908953Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.8909759Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.8910210Z )
2020-11-29T04:28:57.8910592Z 
2020-11-29T04:28:57.8911200Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.8911789Z {
2020-11-29T04:28:57.8912707Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.8913991Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.8914514Z (
2020-11-29T04:28:57.8914860Z Recorder_this.inline$listener)
2020-11-29T04:28:57.8915395Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.8916076Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.8916425Z {
2020-11-29T04:28:57.8916901Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.8917290Z closure($anonfun)
2020-11-29T04:28:57.8917580Z }
2020-11-29T04:28:57.8917810Z )
2020-11-29T04:28:57.8918049Z )
2020-11-29T04:28:57.8918276Z {
2020-11-29T04:28:57.8918703Z recorderRuntime.resetValues()
2020-11-29T04:28:57.8919374Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.8920044Z " result.get.a == \"foo\""
2020-11-29T04:28:57.8920364Z ,
2020-11-29T04:28:57.8920688Z 
2020-11-29T04:28:57.8921197Z "Apply(Select(Select(Select(Ident(\"result\"), \"get\"), \"a\"), \"==\"), List(Literal(Constant.String(\"foo\"))))"
2020-11-29T04:28:57.8921780Z 
2020-11-29T04:28:57.8922019Z ,
2020-11-29T04:28:57.8922596Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.8923236Z recorderRuntime.recordValue[
2020-11-29T04:28:57.8924109Z (scopttest.ImmutableParserSpec.Config#a : (): String)
2020-11-29T04:28:57.8924679Z ](
2020-11-29T04:28:57.8925302Z recorderRuntime.recordValue[(result.get : (): Object)](
2020-11-29T04:28:57.8926206Z recorderRuntime.recordValue[(result : Option)](result, 11).
2020-11-29T04:28:57.8926932Z get
2020-11-29T04:28:57.8927353Z , 18).a
2020-11-29T04:28:57.8927818Z , 22).==("foo")
2020-11-29T04:28:57.8928258Z , 24)
2020-11-29T04:28:57.8928542Z )
2020-11-29T04:28:57.8929124Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.8929685Z }
2020-11-29T04:28:57.8930193Z }:Unit
2020-11-29T04:28:57.8930493Z }
2020-11-29T04:28:57.8930945Z }
2020-11-29T04:28:57.8932214Z def nestedCmdParserFail(args: scala.collection.immutable.Seq[String] @Repeated
2020-11-29T04:28:57.8933145Z )
2020-11-29T04:28:57.8933621Z : Unit =
2020-11-29T04:28:57.8933980Z {
2020-11-29T04:28:57.8935009Z val result: Option[scopttest.ImmutableParserSpec.Config] =
2020-11-29T04:28:57.8936760Z scopttest.ImmutableParserSpec.nestedCmdParser1.parse(args.toSeq,
2020-11-29T04:28:57.8938539Z scopttest.ImmutableParserSpec.Config.apply(
2020-11-29T04:28:57.8939998Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$1
2020-11-29T04:28:57.8941447Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$2,
2020-11-29T04:28:57.8942874Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$3
2020-11-29T04:28:57.8944279Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$4,
2020-11-29T04:28:57.8945753Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$5
2020-11-29T04:28:57.8947080Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.8948584Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$7
2020-11-29T04:28:57.8950143Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$8,
2020-11-29T04:28:57.8951530Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$9
2020-11-29T04:28:57.8952850Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$10,
2020-11-29T04:28:57.8954430Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$11
2020-11-29T04:28:57.8955858Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$12,
2020-11-29T04:28:57.8957275Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$13
2020-11-29T04:28:57.8958794Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$14,
2020-11-29T04:28:57.8960101Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$15
2020-11-29T04:28:57.8961408Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$16,
2020-11-29T04:28:57.8962995Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$17
2020-11-29T04:28:57.8964443Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$18,
2020-11-29T04:28:57.8966133Z scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$19
2020-11-29T04:28:57.8967569Z , scopttest.ImmutableParserSpec.Config.$lessinit$greater$default$20)
2020-11-29T04:28:57.8968425Z )
2020-11-29T04:28:57.8968759Z {
2020-11-29T04:28:57.8969512Z val value$proxy53: Boolean = result.==(None)
2020-11-29T04:28:57.8970423Z val Recorder_this:
2020-11-29T04:28:57.8970982Z 
2020-11-29T04:28:57.8971751Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.8972758Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.8973406Z )
2020-11-29T04:28:57.8973830Z 
2020-11-29T04:28:57.8974530Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.8975213Z {
2020-11-29T04:28:57.8976202Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.8977605Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.8978338Z (
2020-11-29T04:28:57.8978830Z Recorder_this.inline$listener)
2020-11-29T04:28:57.8979375Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.8980046Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.8980396Z {
2020-11-29T04:28:57.8980885Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.8981329Z closure($anonfun)
2020-11-29T04:28:57.8981619Z }
2020-11-29T04:28:57.8981851Z )
2020-11-29T04:28:57.8982091Z )
2020-11-29T04:28:57.8982331Z {
2020-11-29T04:28:57.8982747Z recorderRuntime.resetValues()
2020-11-29T04:28:57.8983606Z recorderRuntime.recordExpression(" result == None",
2020-11-29T04:28:57.8984395Z "Apply(Select(Ident(\"result\"), \"==\"), List(Ident(\"None\")))"
2020-11-29T04:28:57.8984772Z ,
2020-11-29T04:28:57.8985349Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.8986479Z recorderRuntime.recordValue[(result : Option)](result, 11).==(
2020-11-29T04:28:57.8987084Z None
2020-11-29T04:28:57.8987380Z )
2020-11-29T04:28:57.8987779Z , 18)
2020-11-29T04:28:57.8988072Z )
2020-11-29T04:28:57.8992446Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.8993109Z }
2020-11-29T04:28:57.8993660Z }:Unit
2020-11-29T04:28:57.8993947Z }
2020-11-29T04:28:57.8994423Z }
2020-11-29T04:28:57.8996909Z def helpParserOneColumn(args: scala.collection.immutable.Seq[String] @Repeated
2020-11-29T04:28:57.8997847Z )
2020-11-29T04:28:57.8998340Z : Unit =
2020-11-29T04:28:57.8998840Z {
2020-11-29T04:28:57.9000035Z case class Config(foo: Int, xyz: Boolean, libName: String, maxCount: Int,
2020-11-29T04:28:57.9001011Z verbose: Boolean
2020-11-29T04:28:57.9001938Z , debug: Boolean, mode: String, keepalive: Boolean,
2020-11-29T04:28:57.9003135Z kwargs: scala.collection.immutable.Map[String, String]
2020-11-29T04:28:57.9004312Z ) extends Object(), Product, Serializable {
2020-11-29T04:28:57.9005229Z override def hashCode(): Int =
2020-11-29T04:28:57.9005719Z {
2020-11-29T04:28:57.9006348Z var acc: Int = -889275714
2020-11-29T04:28:57.9007460Z acc = scala.runtime.Statics$#mix(acc, this.productPrefix.hashCode())
2020-11-29T04:28:57.9008421Z acc = scala.runtime.Statics$#mix(acc, Config.this.foo)
2020-11-29T04:28:57.9009012Z acc =
2020-11-29T04:28:57.9009495Z scala.runtime.Statics$#mix(acc,
2020-11-29T04:28:57.9010578Z if Config.this.xyz then 1231 else 1237
2020-11-29T04:28:57.9011090Z )
2020-11-29T04:28:57.9011406Z acc =
2020-11-29T04:28:57.9011903Z scala.runtime.Statics$#mix(acc,
2020-11-29T04:28:57.9012796Z scala.runtime.Statics$#anyHash(Config.this.libName)
2020-11-29T04:28:57.9013441Z )
2020-11-29T04:28:57.9013919Z acc = scala.runtime.Statics$#mix(acc, Config.this.maxCount)
2020-11-29T04:28:57.9014385Z acc =
2020-11-29T04:28:57.9014763Z scala.runtime.Statics$#mix(acc,
2020-11-29T04:28:57.9015472Z if Config.this.verbose then 1231 else 1237
2020-11-29T04:28:57.9015880Z )
2020-11-29T04:28:57.9016133Z acc =
2020-11-29T04:28:57.9016510Z scala.runtime.Statics$#mix(acc,
2020-11-29T04:28:57.9017176Z if Config.this.debug then 1231 else 1237
2020-11-29T04:28:57.9017581Z )
2020-11-29T04:28:57.9017995Z acc =
2020-11-29T04:28:57.9018431Z scala.runtime.Statics$#mix(acc,
2020-11-29T04:28:57.9019093Z scala.runtime.Statics$#anyHash(Config.this.mode)
2020-11-29T04:28:57.9019692Z )
2020-11-29T04:28:57.9019979Z acc =
2020-11-29T04:28:57.9020417Z scala.runtime.Statics$#mix(acc,
2020-11-29T04:28:57.9021248Z if Config.this.keepalive then 1231 else 1237
2020-11-29T04:28:57.9021753Z )
2020-11-29T04:28:57.9022031Z acc =
2020-11-29T04:28:57.9022472Z scala.runtime.Statics$#mix(acc,
2020-11-29T04:28:57.9023147Z scala.runtime.Statics$#anyHash(Config.this.kwargs)
2020-11-29T04:28:57.9023663Z )
2020-11-29T04:28:57.9024473Z scala.runtime.Statics$#finalizeHash(acc, 9)
2020-11-29T04:28:57.9025023Z }
2020-11-29T04:28:57.9025724Z override def equals(x$0: Any): Boolean =
2020-11-29T04:28:57.9026556Z this.eq(x$0.$asInstanceOf$[Object]).||(
2020-11-29T04:28:57.9027299Z matchResult6[Boolean]: 
2020-11-29T04:28:57.9027734Z {
2020-11-29T04:28:57.9028354Z case val x18: (x$0 : Object) = x$0
2020-11-29T04:28:57.9029162Z if x18.$isInstanceOf$[Config @unchecked] then
2020-11-29T04:28:57.9029682Z {
2020-11-29T04:28:57.9030556Z case val x$0: Config = x18.$asInstanceOf$[Config @unchecked]
2020-11-29T04:28:57.9031429Z return[matchResult6]
2020-11-29T04:28:57.9032181Z this.foo.==(x$0.foo).&&(this.xyz.==(x$0.xyz)).&&(
2020-11-29T04:28:57.9032903Z this.maxCount.==(x$0.maxCount)
2020-11-29T04:28:57.9033616Z ).&&(this.verbose.==(x$0.verbose)).&&(
2020-11-29T04:28:57.9034293Z this.debug.==(x$0.debug)
2020-11-29T04:28:57.9035030Z ).&&(this.keepalive.==(x$0.keepalive)).&&(
2020-11-29T04:28:57.9035758Z this.libName.==(x$0.libName)
2020-11-29T04:28:57.9036545Z ).&&(this.mode.==(x$0.mode)).&&(this.kwargs.==(x$0.kwargs)
2020-11-29T04:28:57.9037045Z )
2020-11-29T04:28:57.9037365Z }
2020-11-29T04:28:57.9037876Z  else ()
2020-11-29T04:28:57.9038549Z return[matchResult6] false
2020-11-29T04:28:57.9039026Z }
2020-11-29T04:28:57.9039341Z )
2020-11-29T04:28:57.9039985Z override def toString(): String =
2020-11-29T04:28:57.9040905Z scala.runtime.ScalaRunTime._toString(this)
2020-11-29T04:28:57.9041904Z override def canEqual(that: Any): Boolean =
2020-11-29T04:28:57.9042773Z that.isInstanceOf[Config @unchecked]
2020-11-29T04:28:57.9043648Z override def productArity: Int = 9
2020-11-29T04:28:57.9044569Z override def productPrefix: String = "Config"
2020-11-29T04:28:57.9045556Z override def productElement(n: Int): Any =
2020-11-29T04:28:57.9046374Z matchResult7[Object]: 
2020-11-29T04:28:57.9046792Z {
2020-11-29T04:28:57.9047385Z case val x20: (n : Int) = n
2020-11-29T04:28:57.9047969Z x20 match 
2020-11-29T04:28:57.9048313Z {
2020-11-29T04:28:57.9049023Z case 0 => return[matchResult7] this._1
2020-11-29T04:28:57.9050029Z case 1 => return[matchResult7] this._2
2020-11-29T04:28:57.9051010Z case 2 => return[matchResult7] this._3
2020-11-29T04:28:57.9052118Z case 3 => return[matchResult7] this._4
2020-11-29T04:28:57.9053069Z case 4 => return[matchResult7] this._5
2020-11-29T04:28:57.9054010Z case 5 => return[matchResult7] this._6
2020-11-29T04:28:57.9054974Z case 6 => return[matchResult7] this._7
2020-11-29T04:28:57.9055928Z case 7 => return[matchResult7] this._8
2020-11-29T04:28:57.9056858Z case 8 => return[matchResult7] this._9
2020-11-29T04:28:57.9058011Z case _ => throw new IndexOutOfBoundsException(n.toString())
2020-11-29T04:28:57.9058744Z }
2020-11-29T04:28:57.9059075Z }
2020-11-29T04:28:57.9059960Z override def productElementName(n: Int): String =
2020-11-29T04:28:57.9060885Z matchResult8[String]: 
2020-11-29T04:28:57.9061349Z {
2020-11-29T04:28:57.9062048Z case val x21: (n : Int) = n
2020-11-29T04:28:57.9062677Z x21 match 
2020-11-29T04:28:57.9063063Z {
2020-11-29T04:28:57.9063816Z case 0 => return[matchResult8] "foo"
2020-11-29T04:28:57.9064786Z case 1 => return[matchResult8] "xyz"
2020-11-29T04:28:57.9065756Z case 2 => return[matchResult8] "libName"
2020-11-29T04:28:57.9066752Z case 3 => return[matchResult8] "maxCount"
2020-11-29T04:28:57.9067736Z case 4 => return[matchResult8] "verbose"
2020-11-29T04:28:57.9068718Z case 5 => return[matchResult8] "debug"
2020-11-29T04:28:57.9069682Z case 6 => return[matchResult8] "mode"
2020-11-29T04:28:57.9070664Z case 7 => return[matchResult8] "keepalive"
2020-11-29T04:28:57.9071662Z case 8 => return[matchResult8] "kwargs"
2020-11-29T04:28:57.9072831Z case _ => throw new IndexOutOfBoundsException(n.toString())
2020-11-29T04:28:57.9073547Z }
2020-11-29T04:28:57.9073889Z }
2020-11-29T04:28:57.9074450Z def foo: Int
2020-11-29T04:28:57.9075110Z def xyz: Boolean
2020-11-29T04:28:57.9075819Z def libName: String
2020-11-29T04:28:57.9076515Z def maxCount: Int
2020-11-29T04:28:57.9077235Z def verbose: Boolean
2020-11-29T04:28:57.9077959Z def debug: Boolean
2020-11-29T04:28:57.9078641Z def mode: String
2020-11-29T04:28:57.9079370Z def keepalive: Boolean
2020-11-29T04:28:57.9080448Z def kwargs: scala.collection.immutable.Map[String, String]
2020-11-29T04:28:57.9081880Z def copy(foo: Int, xyz: Boolean, libName: String, maxCount: Int,
2020-11-29T04:28:57.9082731Z verbose: Boolean
2020-11-29T04:28:57.9083670Z , debug: Boolean, mode: String, keepalive: Boolean,
2020-11-29T04:28:57.9084827Z kwargs: scala.collection.immutable.Map[String, String]
2020-11-29T04:28:57.9085573Z ): Config =
2020-11-29T04:28:57.9086253Z new Config(foo, xyz, libName, maxCount, verbose, debug, mode,
2020-11-29T04:28:57.9086768Z keepalive
2020-11-29T04:28:57.9087294Z , kwargs)
2020-11-29T04:28:57.9088117Z def copy$default$1: Int =
2020-11-29T04:28:57.9089082Z Config.this.foo:(Config.this.foo : (): Int) @uncheckedVariance
2020-11-29T04:28:57.9090163Z def copy$default$2: Boolean =
2020-11-29T04:28:57.9091177Z Config.this.xyz:(Config.this.xyz : (): Boolean) @uncheckedVariance
2020-11-29T04:28:57.9092166Z def copy$default$3: String =
2020-11-29T04:28:57.9092772Z Config.this.libName:
2020-11-29T04:28:57.9093703Z (Config.this.libName : (): String) @uncheckedVariance
2020-11-29T04:28:57.9094621Z def copy$default$4: Int =
2020-11-29T04:28:57.9095218Z Config.this.maxCount:
2020-11-29T04:28:57.9096228Z (Config.this.maxCount : (): Int) @uncheckedVariance
2020-11-29T04:28:57.9097184Z def copy$default$5: Boolean =
2020-11-29T04:28:57.9097790Z Config.this.verbose:
2020-11-29T04:28:57.9098749Z (Config.this.verbose : (): Boolean) @uncheckedVariance
2020-11-29T04:28:57.9099699Z def copy$default$6: Boolean =
2020-11-29T04:28:57.9100748Z Config.this.debug:(Config.this.debug : (): Boolean) @uncheckedVariance
2020-11-29T04:28:57.9101775Z def copy$default$7: String =
2020-11-29T04:28:57.9102804Z Config.this.mode:(Config.this.mode : (): String) @uncheckedVariance
2020-11-29T04:28:57.9103809Z def copy$default$8: Boolean =
2020-11-29T04:28:57.9104445Z Config.this.keepalive:
2020-11-29T04:28:57.9105461Z (Config.this.keepalive : (): Boolean) @uncheckedVariance
2020-11-29T04:28:57.9106780Z def copy$default$9: scala.collection.immutable.Map[String, String] =
2020-11-29T04:28:57.9107695Z Config.this.kwargs:
2020-11-29T04:28:57.9108277Z 
2020-11-29T04:28:57.9109049Z (Config.this.kwargs : (): scala.collection.immutable.Map)
2020-11-29T04:28:57.9109922Z @uncheckedVariance
2020-11-29T04:28:57.9110497Z 
2020-11-29T04:28:57.9111124Z def _1: Int = this.foo
2020-11-29T04:28:57.9111875Z def _2: Boolean = this.xyz
2020-11-29T04:28:57.9112661Z def _3: String = this.libName
2020-11-29T04:28:57.9113453Z def _4: Int = this.maxCount
2020-11-29T04:28:57.9114258Z def _5: Boolean = this.verbose
2020-11-29T04:28:57.9115049Z def _6: Boolean = this.debug
2020-11-29T04:28:57.9115839Z def _7: String = this.mode
2020-11-29T04:28:57.9116649Z def _8: Boolean = this.keepalive
2020-11-29T04:28:57.9117902Z def _9: scala.collection.immutable.Map[String, String] = this.kwargs
2020-11-29T04:28:57.9118630Z }
2020-11-29T04:28:57.9119398Z final lazy module def Config: Config$ = new Config$()
2020-11-29T04:28:57.9120483Z final module class Config$() extends Object(), ((Int, Boolean, String, Int
2020-11-29T04:28:57.9121268Z ,
2020-11-29T04:28:57.9121651Z Boolean, Boolean, String, Boolean,
2020-11-29T04:28:57.9122560Z scala.collection.immutable.Map[String, String]
2020-11-29T04:28:57.9123668Z ) => Config), scala.deriving.Mirror.Product {
2020-11-29T04:28:57.9124851Z def apply(foo: Int, xyz: Boolean, libName: String, maxCount: Int,
2020-11-29T04:28:57.9125717Z verbose: Boolean
2020-11-29T04:28:57.9126575Z , debug: Boolean, mode: String, keepalive: Boolean,
2020-11-29T04:28:57.9127665Z kwargs: scala.collection.immutable.Map[String, String]
2020-11-29T04:28:57.9128517Z ): Config =
2020-11-29T04:28:57.9129295Z new Config(foo, xyz, libName, maxCount, verbose, debug, mode,
2020-11-29T04:28:57.9130402Z keepalive
2020-11-29T04:28:57.9130793Z , kwargs)
2020-11-29T04:28:57.9131486Z def unapply(x$1: Config): Config = x$1
2020-11-29T04:28:57.9132341Z override def toString: String = "Config"
2020-11-29T04:28:57.9133416Z def $lessinit$greater$default$1: Int = -1
2020-11-29T04:28:57.9134299Z def $lessinit$greater$default$2: Boolean = false
2020-11-29T04:28:57.9135181Z def $lessinit$greater$default$3: String = ""
2020-11-29T04:28:57.9136026Z def $lessinit$greater$default$4: Int = -1
2020-11-29T04:28:57.9136896Z def $lessinit$greater$default$5: Boolean = false
2020-11-29T04:28:57.9137813Z def $lessinit$greater$default$6: Boolean = false
2020-11-29T04:28:57.9138696Z def $lessinit$greater$default$7: String = ""
2020-11-29T04:28:57.9139572Z def $lessinit$greater$default$8: Boolean = false
2020-11-29T04:28:57.9140378Z def $lessinit$greater$default$9:
2020-11-29T04:28:57.9141326Z scala.collection.immutable.Map[String, Nothing]
2020-11-29T04:28:57.9141974Z =
2020-11-29T04:28:57.9142565Z Map.apply[String, Nothing](
2020-11-29T04:28:57.9143668Z scala.runtime.ScalaRunTime.wrapRefArray[(String, Nothing)](
2020-11-29T04:28:57.9144686Z [ : (String, Nothing)]
2020-11-29T04:28:57.9145078Z )
2020-11-29T04:28:57.9145385Z )
2020-11-29T04:28:57.9146049Z type MirroredMonoType = Config
2020-11-29T04:28:57.9146883Z def fromProduct(x$0: Product):
2020-11-29T04:28:57.9148319Z scopttest.ImmutableParserSpec.Config.MirroredMonoType
2020-11-29T04:28:57.9149292Z =
2020-11-29T04:28:57.9150197Z new Config(x$0.productElement(0).$asInstanceOf$[Int],
2020-11-29T04:28:57.9151385Z x$0.productElement(1).$asInstanceOf$[Boolean]
2020-11-29T04:28:57.9152375Z , x$0.productElement(2).$asInstanceOf$[String],
2020-11-29T04:28:57.9153311Z x$0.productElement(3).$asInstanceOf$[Int]
2020-11-29T04:28:57.9154277Z , x$0.productElement(4).$asInstanceOf$[Boolean],
2020-11-29T04:28:57.9155264Z x$0.productElement(5).$asInstanceOf$[Boolean]
2020-11-29T04:28:57.9156232Z , x$0.productElement(6).$asInstanceOf$[String],
2020-11-29T04:28:57.9157300Z x$0.productElement(7).$asInstanceOf$[Boolean]
2020-11-29T04:28:57.9157868Z ,
2020-11-29T04:28:57.9158554Z x$0.productElement(8).$asInstanceOf$[
2020-11-29T04:28:57.9159629Z scala.collection.immutable.Map[String, String]
2020-11-29T04:28:57.9160331Z ]
2020-11-29T04:28:57.9160660Z )
2020-11-29T04:28:57.9160997Z }
2020-11-29T04:28:57.9161749Z val parser: scopt.OptionParser[Config] =
2020-11-29T04:28:57.9162482Z {
2020-11-29T04:28:57.9163341Z final class $anon() extends scopt.OptionParser[Config]("scopt") {
2020-11-29T04:28:57.9164507Z override def renderingMode: scopt.RenderingMode =
2020-11-29T04:28:57.9165393Z scopt.RenderingMode.OneColumn
2020-11-29T04:28:57.9166127Z this.head(
2020-11-29T04:28:57.9167118Z scala.runtime.ScalaRunTime.wrapRefArray[String](
2020-11-29T04:28:57.9168152Z ["scopt","3.x" : String]
2020-11-29T04:28:57.9168562Z )
2020-11-29T04:28:57.9168865Z )
2020-11-29T04:28:57.9169615Z this.opt[Int]('f', "foo")(scopt.Read.intRead).action(
2020-11-29T04:28:57.9170261Z {
2020-11-29T04:28:57.9171096Z def $anonfun(x: Int, c: Config): Config =
2020-11-29T04:28:57.9171983Z c.copy(x, c.copy$default$2, c.copy$default$3, c.copy$default$4
2020-11-29T04:28:57.9172522Z ,
2020-11-29T04:28:57.9173056Z c.copy$default$5, c.copy$default$6, c.copy$default$7,
2020-11-29T04:28:57.9173640Z c.copy$default$8
2020-11-29T04:28:57.9174096Z , c.copy$default$9)
2020-11-29T04:28:57.9174670Z closure($anonfun)
2020-11-29T04:28:57.9175039Z }
2020-11-29T04:28:57.9175653Z ).text("foo is an integer property")
2020-11-29T04:28:57.9176376Z this.opt[(String, Int)]("max")(
2020-11-29T04:28:57.9177571Z scopt.Read.tupleRead[String, Int](scopt.Read.stringRead,
2020-11-29T04:28:57.9178435Z scopt.Read.intRead
2020-11-29T04:28:57.9178900Z )
2020-11-29T04:28:57.9179258Z ).action(
2020-11-29T04:28:57.9179624Z {
2020-11-29T04:28:57.9180433Z def $anonfun(x$1: (String, Int), x$2: Config): Config =
2020-11-29T04:28:57.9181379Z matchResult9[Config]: 
2020-11-29T04:28:57.9181826Z {
2020-11-29T04:28:57.9182481Z case val x22: ((String, Int), Config) =
2020-11-29T04:28:57.9183307Z Tuple2.apply[(String, Int), Config](x$1, x$2)
2020-11-29T04:28:57.9184058Z if x22.ne(null) then
2020-11-29T04:28:57.9184471Z {
2020-11-29T04:28:57.9185134Z case val x23: (String, Int) = x22._1
2020-11-29T04:28:57.9185857Z if x23.ne(null) then
2020-11-29T04:28:57.9186273Z {
2020-11-29T04:28:57.9186915Z case val k: String = x23._1
2020-11-29T04:28:57.9187645Z case val v: Int = x23._2
2020-11-29T04:28:57.9188358Z case val c: Config = x22._2
2020-11-29T04:28:57.9189139Z return[matchResult9]
2020-11-29T04:28:57.9189602Z {
2020-11-29T04:28:57.9190243Z c.copy(c.copy$default$1, c.copy$default$2, k,
2020-11-29T04:28:57.9190722Z v
2020-11-29T04:28:57.9191178Z , c.copy$default$5, c.copy$default$6,
2020-11-29T04:28:57.9191859Z c.copy$default$7
2020-11-29T04:28:57.9192422Z , c.copy$default$8, c.copy$default$9)
2020-11-29T04:28:57.9192894Z }
2020-11-29T04:28:57.9193260Z }
2020-11-29T04:28:57.9193850Z  else ()
2020-11-29T04:28:57.9194245Z }
2020-11-29T04:28:57.9194809Z  else ()
2020-11-29T04:28:57.9195518Z throw new MatchError(x22)
2020-11-29T04:28:57.9196007Z }
2020-11-29T04:28:57.9196428Z closure($anonfun)
2020-11-29T04:28:57.9196820Z }
2020-11-29T04:28:57.9197205Z ).validate(
2020-11-29T04:28:57.9197571Z {
2020-11-29T04:28:57.9198456Z def $anonfun(x: (String, Int)): scala.util.Either[String, Unit]
2020-11-29T04:28:57.9199111Z =
2020-11-29T04:28:57.9199876Z if x._2.>(0) then this.success else 
2020-11-29T04:28:57.9200731Z this.failure("Value <max> must be >0")
2020-11-29T04:28:57.9201279Z closure($anonfun)
2020-11-29T04:28:57.9201667Z }
2020-11-29T04:28:57.9202356Z ).keyValueName("<libname>", "<max>").text(
2020-11-29T04:28:57.9203131Z "maximum count for <libname>"
2020-11-29T04:28:57.9203564Z )
2020-11-29T04:28:57.9204556Z this.opt[scala.collection.immutable.Map[String, String]]("kwargs")(
2020-11-29T04:28:57.9205914Z scopt.Read.mapRead[String, String](scopt.Read.stringRead,
2020-11-29T04:28:57.9206789Z scopt.Read.stringRead
2020-11-29T04:28:57.9207367Z )
2020-11-29T04:28:57.9207948Z ).valueName("k1=v1,k2=v2...").action(
2020-11-29T04:28:57.9208378Z {
2020-11-29T04:28:57.9209318Z def $anonfun(x: scala.collection.immutable.Map[String, String],
2020-11-29T04:28:57.9210362Z c: Config
2020-11-29T04:28:57.9210915Z ): Config =
2020-11-29T04:28:57.9211455Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3,
2020-11-29T04:28:57.9212016Z c.copy$default$4
2020-11-29T04:28:57.9212617Z , c.copy$default$5, c.copy$default$6, c.copy$default$7,
2020-11-29T04:28:57.9213078Z c.copy$default$8
2020-11-29T04:28:57.9213411Z , x)
2020-11-29T04:28:57.9213754Z closure($anonfun)
2020-11-29T04:28:57.9214073Z }
2020-11-29T04:28:57.9214560Z ).text("other arguments")
2020-11-29T04:28:57.9215294Z this.opt[Unit]("verbose")(scopt.Read.unitRead).action(
2020-11-29T04:28:57.9215797Z {
2020-11-29T04:28:57.9216440Z def $anonfun(_$1: Unit, c: Config): Config =
2020-11-29T04:28:57.9217036Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3,
2020-11-29T04:28:57.9217523Z c.copy$default$4
2020-11-29T04:28:57.9218180Z , true, c.copy$default$6, c.copy$default$7, c.copy$default$8,
2020-11-29T04:28:57.9218664Z c.copy$default$9
2020-11-29T04:28:57.9218993Z )
2020-11-29T04:28:57.9219399Z closure($anonfun)
2020-11-29T04:28:57.9219717Z }
2020-11-29T04:28:57.9220202Z ).text("verbose is a flag")
2020-11-29T04:28:57.9220945Z this.opt[Unit]("debug")(scopt.Read.unitRead).hidden().action(
2020-11-29T04:28:57.9221461Z {
2020-11-29T04:28:57.9222103Z def $anonfun(_$2: Unit, c: Config): Config =
2020-11-29T04:28:57.9222699Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3,
2020-11-29T04:28:57.9223378Z c.copy$default$4
2020-11-29T04:28:57.9224141Z , c.copy$default$5, true, c.copy$default$7, c.copy$default$8,
2020-11-29T04:28:57.9224693Z c.copy$default$9
2020-11-29T04:28:57.9225069Z )
2020-11-29T04:28:57.9225461Z closure($anonfun)
2020-11-29T04:28:57.9225831Z }
2020-11-29T04:28:57.9226465Z ).text("this option is hidden in the usage text")
2020-11-29T04:28:57.9227275Z this.help("help").text("prints this usage text")
2020-11-29T04:28:57.9228347Z this.note(scopttest.SpecUtil.RichString("some notes.").newline)
2020-11-29T04:28:57.9229307Z this.cmd("update").action(
2020-11-29T04:28:57.9229795Z {
2020-11-29T04:28:57.9230531Z def $anonfun(_$3: Unit, c: Config): Config =
2020-11-29T04:28:57.9231227Z c.copy(c.copy$default$1, c.copy$default$2, c.copy$default$3,
2020-11-29T04:28:57.9231772Z c.copy$default$4
2020-11-29T04:28:57.9232472Z , c.copy$default$5, c.copy$default$6, "update",
2020-11-29T04:28:57.9233000Z c.copy$default$8
2020-11-29T04:28:57.9233422Z , c.copy$default$9)
2020-11-29T04:28:57.9233864Z closure($anonfun)
2020-11-29T04:28:57.9234230Z }
2020-11-29T04:28:57.9234841Z ).text("update is a command.").children(
2020-11-29T04:28:57.9236036Z scala.runtime.ScalaRunTime.wrapRefArray[scopt.OptionDef[?, Config]
2020-11-29T04:28:57.9236907Z ]
2020-11-29T04:28:57.9237227Z (
2020-11-29T04:28:57.9237538Z [
2020-11-29T04:28:57.9238375Z this.opt[Unit]("not-keepalive")(scopt.Read.unitRead).abbr("nk"
2020-11-29T04:28:57.9239013Z )
2020-11-29T04:28:57.9239355Z .action(
2020-11-29T04:28:57.9239709Z {
2020-11-29T04:28:57.9240455Z def $anonfun(_$4: Unit, c: Config): Config =
2020-11-29T04:28:57.9241098Z c.copy(c.copy$default$1, c.copy$default$2,
2020-11-29T04:28:57.9241626Z c.copy$default$3
2020-11-29T04:28:57.9242230Z , c.copy$default$4, c.copy$default$5, c.copy$default$6,
2020-11-29T04:28:57.9242872Z c.copy$default$7
2020-11-29T04:28:57.9243516Z , false, c.copy$default$9)
2020-11-29T04:28:57.9244176Z closure($anonfun)
2020-11-29T04:28:57.9244603Z }
2020-11-29T04:28:57.9245245Z ).text("disable keepalive")
2020-11-29T04:28:57.9245696Z ,
2020-11-29T04:28:57.9246574Z this.opt[Boolean]("xyz")(scopt.Read.booleanRead).action(
2020-11-29T04:28:57.9247241Z {
2020-11-29T04:28:57.9248056Z def $anonfun(x: Boolean, c: Config): Config =
2020-11-29T04:28:57.9248787Z c.copy(c.copy$default$1, x, c.copy$default$3,
2020-11-29T04:28:57.9249412Z c.copy$default$4
2020-11-29T04:28:57.9250112Z , c.copy$default$5, c.copy$default$6, c.copy$default$7,
2020-11-29T04:28:57.9250713Z c.copy$default$8
2020-11-29T04:28:57.9251182Z , c.copy$default$9)
2020-11-29T04:28:57.9251662Z closure($anonfun)
2020-11-29T04:28:57.9252084Z }
2020-11-29T04:28:57.9252755Z ).text("xyz is a boolean property")
2020-11-29T04:28:57.9253229Z ,
2020-11-29T04:28:57.9254120Z this.opt[Unit]("debug-update")(scopt.Read.unitRead).hidden().
2020-11-29T04:28:57.9254807Z action
2020-11-29T04:28:57.9255182Z (
2020-11-29T04:28:57.9255521Z {
2020-11-29T04:28:57.9256325Z def $anonfun(_$5: Unit, c: Config): Config =
2020-11-29T04:28:57.9257035Z c.copy(c.copy$default$1, c.copy$default$2,
2020-11-29T04:28:57.9257582Z c.copy$default$3
2020-11-29T04:28:57.9258335Z , c.copy$default$4, c.copy$default$5, true,
2020-11-29T04:28:57.9258908Z c.copy$default$7
2020-11-29T04:28:57.9259511Z , c.copy$default$8, c.copy$default$9)
2020-11-29T04:28:57.9260051Z closure($anonfun)
2020-11-29T04:28:57.9260470Z }
2020-11-29T04:28:57.9261167Z ).text("this option is hidden in the usage text")
2020-11-29T04:28:57.9261680Z ,
2020-11-29T04:28:57.9262269Z this.checkConfig(
2020-11-29T04:28:57.9262723Z {
2020-11-29T04:28:57.9263606Z def $anonfun(c: Config): scala.util.Either[String, Unit]
2020-11-29T04:28:57.9264285Z =
2020-11-29T04:28:57.9264967Z if c.keepalive.&&(c.xyz) then
2020-11-29T04:28:57.9265812Z this.failure("xyz cannot keep alive")
2020-11-29T04:28:57.9266572Z  else this.success
2020-11-29T04:28:57.9267087Z closure($anonfun)
2020-11-29T04:28:57.9267499Z }
2020-11-29T04:28:57.9267854Z )
2020-11-29T04:28:57.9268515Z : scopt.OptionDef[?, Config]]
2020-11-29T04:28:57.9268997Z )
2020-11-29T04:28:57.9269350Z )
2020-11-29T04:28:57.9269690Z }
2020-11-29T04:28:57.9270597Z new scopt.OptionParser {...}():scopt.OptionParser[Config]
2020-11-29T04:28:57.9271312Z }
2020-11-29T04:28:57.9271776Z parser.parse(args.toSeq,
2020-11-29T04:28:57.9272460Z Config.apply(Config.$lessinit$greater$default$1,
2020-11-29T04:28:57.9273163Z Config.$lessinit$greater$default$2
2020-11-29T04:28:57.9273910Z , Config.$lessinit$greater$default$3, Config.$lessinit$greater$default$4
2020-11-29T04:28:57.9274518Z ,
2020-11-29T04:28:57.9275139Z Config.$lessinit$greater$default$5, Config.$lessinit$greater$default$6,
2020-11-29T04:28:57.9275875Z Config.$lessinit$greater$default$7
2020-11-29T04:28:57.9276626Z , Config.$lessinit$greater$default$8, Config.$lessinit$greater$default$9
2020-11-29T04:28:57.9277227Z )
2020-11-29T04:28:57.9277566Z )
2020-11-29T04:28:57.9278254Z val expectedUsage: String =
2020-11-29T04:28:57.9279029Z scopttest.SpecUtil.RichString(
2020-11-29T04:28:57.9279776Z 
2020-11-29T04:28:57.9282224Z "scopt 3.x\nUsage: scopt [update] [options]\n\n -f <value> | --foo <value>\n foo is an integer property\n --max:<libname>=<max>\n maximum count for <libname>\n --kwargs k1=v1,k2=v2...\n other arguments\n --verbose\n verbose is a flag\n --help\n prints this usage text\nsome notes.\n\nCommand: update [options]\nupdate is a command.\n -nk | --not-keepalive\n disable keepalive\n --xyz <value>\n xyz is a boolean property"
2020-11-29T04:28:57.9284250Z 
2020-11-29T04:28:57.9284628Z ).newlines
2020-11-29T04:28:57.9285433Z val expectedHeader: String = "scopt 3.x"
2020-11-29T04:28:57.9285988Z {
2020-11-29T04:28:57.9286901Z val value$proxy54: Boolean = parser.header.==(expectedHeader)
2020-11-29T04:28:57.9287832Z val Recorder_this:
2020-11-29T04:28:57.9288378Z 
2020-11-29T04:28:57.9289141Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.9290278Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.9290840Z )
2020-11-29T04:28:57.9291330Z 
2020-11-29T04:28:57.9292087Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.9292821Z {
2020-11-29T04:28:57.9293951Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.9295325Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.9296110Z (
2020-11-29T04:28:57.9296570Z Recorder_this.inline$listener)
2020-11-29T04:28:57.9297282Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.9298196Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.9298658Z {
2020-11-29T04:28:57.9299285Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.9299793Z closure($anonfun)
2020-11-29T04:28:57.9300157Z }
2020-11-29T04:28:57.9300480Z )
2020-11-29T04:28:57.9300797Z )
2020-11-29T04:28:57.9301096Z {
2020-11-29T04:28:57.9301666Z recorderRuntime.resetValues()
2020-11-29T04:28:57.9302543Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.9303543Z " parser.header == expectedHeader"
2020-11-29T04:28:57.9304058Z ,
2020-11-29T04:28:57.9304485Z 
2020-11-29T04:28:57.9305143Z "Apply(Select(Select(Ident(\"parser\"), \"header\"), \"==\"), List(Ident(\"expectedHeader\")))"
2020-11-29T04:28:57.9305887Z 
2020-11-29T04:28:57.9306200Z ,
2020-11-29T04:28:57.9307170Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.9308391Z recorderRuntime.recordValue[(parser.header : (): String)](
2020-11-29T04:28:57.9309744Z recorderRuntime.recordValue[(parser : scopt.OptionParser)](
2020-11-29T04:28:57.9310560Z parser
2020-11-29T04:28:57.9311123Z , 11).header
2020-11-29T04:28:57.9311680Z , 18).==(
2020-11-29T04:28:57.9312631Z recorderRuntime.recordValue[(expectedHeader : String)](
2020-11-29T04:28:57.9313467Z expectedHeader
2020-11-29T04:28:57.9314069Z , 28)
2020-11-29T04:28:57.9314442Z )
2020-11-29T04:28:57.9314931Z , 25)
2020-11-29T04:28:57.9315294Z )
2020-11-29T04:28:57.9315989Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.9316703Z }
2020-11-29T04:28:57.9317196Z }:Unit
2020-11-29T04:28:57.9317550Z }
2020-11-29T04:28:57.9317881Z {
2020-11-29T04:28:57.9318711Z val value$proxy55: Boolean = parser.usage.==(expectedUsage)
2020-11-29T04:28:57.9319607Z val Recorder_this:
2020-11-29T04:28:57.9320259Z 
2020-11-29T04:28:57.9321012Z (scopttest.ImmutableParserSpec.assert :
2020-11-29T04:28:57.9321998Z (): verify.asserts.PowerAssert
2020-11-29T04:28:57.9322563Z )
2020-11-29T04:28:57.9323012Z 
2020-11-29T04:28:57.9323755Z = scopttest.ImmutableParserSpec.assert
2020-11-29T04:28:57.9324490Z {
2020-11-29T04:28:57.9325565Z val recorderRuntime: verify.asserts.RecorderRuntime[Boolean, Unit] =
2020-11-29T04:28:57.9327108Z new ([A, R] =>> verify.asserts.RecorderRuntime[A, R])[Boolean, Unit]
2020-11-29T04:28:57.9327806Z (
2020-11-29T04:28:57.9328257Z Recorder_this.inline$listener)
2020-11-29T04:28:57.9328969Z recorderRuntime.recordMessage(
2020-11-29T04:28:57.9329964Z <special-ops>.<cbn-arg>[("" : String)](
2020-11-29T04:28:57.9330431Z {
2020-11-29T04:28:57.9331067Z def $anonfun(): ("" : String) = ""
2020-11-29T04:28:57.9331590Z closure($anonfun)
2020-11-29T04:28:57.9331970Z }
2020-11-29T04:28:57.9332270Z )
2020-11-29T04:28:57.9332585Z )
2020-11-29T04:28:57.9332884Z {
2020-11-29T04:28:57.9333453Z recorderRuntime.resetValues()
2020-11-29T04:28:57.9334419Z recorderRuntime.recordExpression(
2020-11-29T04:28:57.9335393Z " parser.usage == expectedUsage"
2020-11-29T04:28:57.9335883Z ,
2020-11-29T04:28:57.9356743Z 
2020-11-29T04:28:57.9357455Z "Apply(Select(Select(Ident(\"parser\"), \"usage\"), \"==\"), List(Ident(\"expectedUsage\")))"
2020-11-29T04:28:57.9358270Z 
2020-11-29T04:28:57.9358630Z ,
2020-11-29T04:28:57.9359459Z recorderRuntime.recordValue[Boolean](
2020-11-29T04:28:57.9360685Z recorderRuntime.recordValue[(parser.usage : (): String)](
2020-11-29T04:28:57.9362052Z recorderRuntime.recordValue[(parser : scopt.OptionParser)](
2020-11-29T04:28:57.9362855Z parser
2020-11-29T04:28:57.9363428Z , 11).usage
2020-11-29T04:28:57.9364030Z , 18).==(
2020-11-29T04:28:57.9365002Z recorderRuntime.recordValue[(expectedUsage : String)](
2020-11-29T04:28:57.9365907Z expectedUsage
2020-11-29T04:28:57.9366454Z , 27)
2020-11-29T04:28:57.9366801Z )
2020-11-29T04:28:57.9367272Z , 24)
2020-11-29T04:28:57.9367600Z )
2020-11-29T04:28:57.9368260Z recorderRuntime.completeRecording()
2020-11-29T04:28:57.9368901Z }
2020-11-29T04:28:57.9369370Z }:Unit
2020-11-29T04:28:57.9369711Z }
2020-11-29T04:28:57.9370152Z }
2020-11-29T04:28:57.9371007Z def helpParserTwoColumns(
2020-11-29T04:28:57.9372128Z args: scala.collection.immutable.Seq[String] @Repeated
2020-11-29T04:28:57.9373023Z ): Unit =
2020-11-29T04:28:57.9373392Z {
2020-11-29T04:28:57.9374379Z case class Config(foo: Int, xyz: Boolean, libName: String, maxCount: Int,
2020-11-29T04:28:57.9375347Z verbose: Boolean
2020-11-29T04:28:57.9376281Z , debug: Boolean, mode: String, keepalive: Boolean,
2020-11-29T04:28:57.9377552Z kwargs: scala.collection.immutable.Map[String, String]
2020-11-29T04:28:57.9378638Z ) extends Object(), Product, Serializable {
2020-11-29T04:28:57.9379490Z override def hashCode(): Int =
2020-11-29T04:28:57.9380117Z {
2020-11-29T04:28:57.9380723Z var acc: Int = -889275714
2020-11-29T04:28:57.9381704Z acc = scala.runtime.Statics$#mix(acc, this.productPrefix.hashCode())
2020-11-29T04:28:57.9382670Z acc = scala.runtime.Statics$#mix(acc, Config.this.foo)
2020-11-29T04:28:57.9383262Z acc =
2020-11-29T04:28:57.9383754Z scala.runtime.Statics$#mix(acc,
2020-11-29T04:28:57.9384746Z if Config.this.xyz then 1231 else 1237
2020-11-29T04:28:57.9385199Z )
2020-11-29T04:28:57.9385479Z acc =
2020-11-29T04:28:57.9385916Z scala.runtime.Statics$#mix(acc,
2020-11-29T04:28:57.9386610Z scala.runtime.Statics$#anyHash(Config.this.libName)
2020-11-29T04:28:57.9387138Z )
2020-11-29T04:28:57.9387690Z acc = scala.runtime.Statics$#mix(acc, Config.this.maxCount)
2020-11-29T04:28:57.9388236Z acc =
2020-11-29T04:28:57.9388676Z scala.runtime.Statics$#mix(acc,
2020-11-29T04:28:57.9389485Z if Config.this.verbose then 1231 else 1237
2020-11-29T04:28:57.9389961Z )
2020-11-29T04:28:57.9390433Z acc =
2020-11-29T04:28:57.9390933Z scala.runtime.Statics$#mix(acc,
2020-11-29T04:28:57.9391894Z if Config.this.debug then 1231 else 1237
2020-11-29T04:28:57.9392438Z )
2020-11-29T04:28:57.9392754Z acc =
2020-11-29T04:28:57.9393255Z scala.runtime.Statics$#mix(acc,
2020-11-29T04:28:57.9394013Z scala.runtime.Statics$#anyHash(Config.this.mode)
2020-11-29T04:28:57.9394591Z )
2020-11-29T04:28:57.9394926Z acc =
2020-11-29T04:28:57.9395426Z scala.runtime.Statics$#mix(acc,
2020-11-29T04:28:57.9396377Z if Config.this.keepalive then 1231 else 1237
2020-11-29T04:28:57.9397180Z )
2020-11-29T04:28:57.9397522Z acc =
2020-11-29T04:28:57.9398060Z scala.runtime.Statics$#mix(acc,
2020-11-29T04:28:57.9398892Z scala.runtime.Statics$#anyHash(Config.this.kwargs)
2020-11-29T04:28:57.9399527Z )
2020-11-29T04:28:57.9400432Z scala.runtime.Statics$#finalizeHash(acc, 9)
2020-11-29T04:28:57.9401024Z }
2020-11-29T04:28:57.9401783Z override def equals(x$0: Any): Boolean =
2020-11-29T04:28:57.9402674Z this.eq(x$0.$asInstanceOf$[Object]).||(
2020-11-29T04:28:57.9403485Z matchResult10[Boolean]: 
2020-11-29T04:28:57.9403957Z {
2020-11-29T04:28:57.9404631Z case val x27: (x$0 : Object) = x$0
2020-11-29T04:28:57.9405498Z if x27.$isInstanceOf$[Config @unchecked] then
2020-11-29T04:28:57.9406065Z {
2020-11-29T04:28:57.9406937Z case val x$0: Config = x27.$asInstanceOf$[Config @unchecked]
2020-11-29T04:28:57.9407
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment