[GH-ISSUE #232] Nil pointer crash with --dry-run #159

Closed
opened 2026-03-01 21:40:43 +03:00 by kerem · 3 comments
Owner

Originally created by @Kixiron on GitHub (May 11, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/232

Description

act crashes on a nill pointer when running act --dry-run on Windows 10. The workflows being run are here

Versions

❯ act --version
act version 0.2.7

❯ $PSVersionTable.PSVersion

Major  Minor  Patch  PreReleaseLabel BuildLabel
-----  -----  -----  --------------- ----------
7      0      0

❯ systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
OS Name:                   Microsoft Windows 10 Pro
OS Version:                10.0.18363 N/A Build 18363

Command output

act --dry-run
❯ act --dryrun
*DRYRUN* [Security Audit/Audit Dependencies ] �🚀  Start image=node:12.6-buster-sl
*DRYRUN* [CI/Check-1                        ] 🧪  Matrix: map[rust:stable
*DRYRUN* [CI/Check-1                        ] �🚀  Start image=node:12.6-buster-slim
*DRYRUN* [CI/Check Fuzzing                  ] 🧪  Matrix: map[rust:stable]
*DRYRUN* [CI/Check Fuzzing                  ] �🚀  Start image=node:12.6-buster-slim
*DRYRUN* [CI/Check-3                        ] 🧪  Matrix: map[rust:nightly ]
*DRYRUN* [CI/WASM                           ] 🧪  Matrix: map[rust:stable]
*DRYRUN* [CI/Check-3                        ] �🚀  Start image=node:12.6-buster-slim
*DRYRUN* [CI/Rustfmt                        ] 🧪  Matrix: map[rust:stable]
*DRYRUN* [CI/WASM                           ] �🚀  Start image=node:12.6-buster-slim
*DRYRUN* [CI/Miri -3                        ] �🚧  Skipping unsupported platform 'windows-latest'
*DRYRUN* [CI/Check-2                        ] 🧪  Matrix: map[rust:beta]
*DRYRUN* [CI/Miri x86_64-pc-windows-msvc-1  ] �🚧  Skipping unsupported platform 'windows-latest'
*DRYRUN* [CI/Clippy                         ] 🧪  Matrix: map[rust:stable]
*DRYRUN* [CI/Rustfmt                        ] �🚀  Start image=node:12.6-buster-slim
*DRYRUN* [CI/Miri i686-pc-windows-msvc-2    ] �🚧  Skipping unsupported platform 'windows-latest'
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] 🧪  Matrix: map[name:x86_64- unknown-linux-gnu os:ubuntu-latest rust:nightly target:x86_64-unknown-linux-gnu]
*DRYRUN* [CI/Check-2                        ] �🚀  Start image=node:12.6-buster-slim
*DRYRUN* [CI/Miri -6                        ] 🧪  Matrix: map[os:ubuntu-la test rust:nightly target:i686-pc-windows-msvc]
*DRYRUN* [CI/Miri -4                        ] �🚧  Skipping unsupported platform 'windows-latest'
*DRYRUN* [CI/Miri -5                        ] 🧪  Matrix: map[os:ubuntu-la test rust:nightly target:x86_64-pc-windows-msvc]
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ] 🧪  Matrix: map[name:i686-un known-linux-gnu os:ubuntu-latest rust:nightly target:i686-unknown-linux-gnu]
*DRYRUN* [CI/Miri -5                        ] �🚀  Start image=node:12.6-buster-slim
*DRYRUN* [CI/Clippy                         ] �🚀  Start image=node:12.6-buster-slim
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] �🚀  Start image=node:12.6-buster-slim
*DRYRUN* [Security Audit/Audit Dependencies ]   �🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/Miri -6                        ] �🚀  Start image=node:12.6-buster-slim
*DRYRUN* [CI/Check-1                        ]   �🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/Docs                           ] 🧪  Matrix: map[rust:stable]
*DRYRUN* [CI/Docs                           ] �🚀  Start image=node:12.6-buster-slim
*DRYRUN* [CI/Check-3                        ]   �🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ] �🚀  Start image=node:12.6-buster-slim
*DRYRUN* [CI/WASM                           ]   �🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/Check Fuzzing                  ]   �🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/Check-2                        ]   �🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/Rustfmt                        ]   �🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/Miri -5                        ]   �🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7]   �🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/Clippy                         ]   �🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/Miri -6                        ]   �🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ]   �🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/Docs                           ]   �🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/Check-1                        ] ⭐  Run actions/checkout@v2
*DRYRUN* [Security Audit/Audit Dependencies ] ⭐  Run actions/checkout@v2
*DRYRUN* [CI/Check-3                        ] ⭐  Run actions/checkout@v2
*DRYRUN* [CI/WASM                           ] ⭐  Run actions/checkout@v2
*DRYRUN* [CI/Check Fuzzing                  ] ⭐  Run actions/checkout@v2
*DRYRUN* [CI/Rustfmt                        ] ⭐  Run actions/checkout@v2
*DRYRUN* [CI/Check-2                        ] ⭐  Run actions/checkout@v2
*DRYRUN* [CI/Miri -5                        ] ⭐  Run actions/checkout@v2
*DRYRUN* [CI/Clippy                         ] ⭐  Run actions/checkout@v2
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐  Run actions/checkout@v2
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ] ⭐  Run actions/checkout@v2
*DRYRUN* [CI/Miri -6                        ] ⭐  Run actions/checkout@v2
*DRYRUN* [CI/Docs                           ] ⭐  Run actions/checkout@v2
*DRYRUN* [CI/Check-3                        ]   ✅  Success - actions/checkout@v2
*DRYRUN* [Security Audit/Audit Dependencies ]   ✅  Success - actions/checkout@v2
*DRYRUN* [CI/Check-1                        ]   ✅  Success - actions/checkout@v2
*DRYRUN* [CI/WASM                           ]   ✅  Success - actions/checkout@v2
*DRYRUN* [CI/Check Fuzzing                  ]   ✅  Success - actions/checkout@v2
*DRYRUN* [CI/Check-2                        ]   ✅  Success - actions/checkout@v2
*DRYRUN* [CI/Clippy                         ]   ✅  Success - actions/checkout@v2
*DRYRUN* [CI/Rustfmt                        ]   ✅  Success - actions/checkout@v2
*DRYRUN* [CI/Miri -5                        ]   ✅  Success - actions/checkout@v2
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ]   ✅  Success - actions/checkout@v2
*DRYRUN* [CI/Miri -6                        ]   ✅  Success - actions/checkout@v2
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7]   ✅  Success - actions/checkout@v2
*DRYRUN* [CI/Docs                           ]   ✅  Success - actions/checkout@v2
*DRYRUN* [CI/Check-3                        ] ⭐  Run actions-rs/toolchain@v1
*DRYRUN* [CI/Check-3                        ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
*DRYRUN* [CI/Check-1                        ] ⭐  Run actions-rs/toolchain@v1
*DRYRUN* [CI/Check Fuzzing                  ] ⭐  Run actions-rs/toolchain@v1
*DRYRUN* [CI/Check-2                        ] ⭐  Run actions-rs/toolchain@v1
*DRYRUN* [Security Audit/Audit Dependencies ] ⭐  Run actions-rs/audit-check@v1
*DRYRUN* [CI/Check-1                        ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
*DRYRUN* [CI/Check-2                        ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
*DRYRUN* [CI/Check Fuzzing                  ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
*DRYRUN* [Security Audit/Audit Dependencies ]   ☁  git clone 'https://github.com/actions-rs/audit-check' # ref=v1
*DRYRUN* [CI/WASM                           ] ⭐  Run actions-rs/toolchain@v1
*DRYRUN* [CI/Rustfmt                        ] ⭐  Run actions-rs/toolchain@v1
*DRYRUN* [CI/Miri -6                        ] ⭐  Run actions-rs/toolchain@v1
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐  Run actions-rs/toolchain@v1
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
*DRYRUN* [CI/Clippy                         ] ⭐  Run actions-rs/toolchain@v1
*DRYRUN* [CI/Rustfmt                        ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
*DRYRUN* [CI/WASM                           ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
*DRYRUN* [CI/Miri -6                        ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ] ⭐  Run actions-rs/toolchain@v1
*DRYRUN* [CI/Docs                           ] ⭐  Run actions-rs/toolchain@v1
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
*DRYRUN* [CI/Miri -5                        ] ⭐  Run actions-rs/toolchain@v1
*DRYRUN* [CI/Clippy                         ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
*DRYRUN* [CI/Docs                           ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
*DRYRUN* [CI/Miri -5                        ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
*DRYRUN* [CI/Check-3                        ]   ✅  Success - actions-rs/toolchain@v1
*DRYRUN* [CI/Check-3                        ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Check-3                        ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Check-1                        ]   ✅  Success - actions-rs/toolchain@v1
*DRYRUN* [CI/Check-1                        ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Check-1                        ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Check-2                        ]   ✅  Success - actions-rs/toolchain@v1
*DRYRUN* [CI/Check-2                        ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Check-2                        ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Check Fuzzing                  ]   ✅  Success - actions-rs/toolchain@v1
*DRYRUN* [CI/Check Fuzzing                  ] ⭐  Run cd crates/crunch-fuzzing
*DRYRUN* [CI/Check Fuzzing                  ]   ✅  Success - cd crates/crunch-fuzzing
*DRYRUN* [CI/Check Fuzzing                  ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Check Fuzzing                  ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [Security Audit/Audit Dependencies ]   ✅  Success - actions-rs/audit-check@v1
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7]   ✅  Success - actions-rs/toolchain@v1
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐  Run rustup component add miri
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7]   ✅  Success - rustup component add miri
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Rustfmt                        ]   ✅  Success - actions-rs/toolchain@v1
*DRYRUN* [CI/Rustfmt                        ] ⭐  Run rustup component add rustfmt
*DRYRUN* [CI/Rustfmt                        ]   ✅  Success - rustup component add rustfmt
*DRYRUN* [CI/Rustfmt                        ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Rustfmt                        ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/WASM                           ]   ✅  Success - actions-rs/toolchain@v1
*DRYRUN* [CI/WASM                           ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/WASM                           ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Miri -6                        ]   ✅  Success - actions-rs/toolchain@v1
*DRYRUN* [CI/Miri -6                        ] ⭐  Run rustup component add miri
*DRYRUN* [CI/Miri -6                        ]   ✅  Success - rustup component add miri
*DRYRUN* [CI/Miri -6                        ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Miri -6                        ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ]   ✅  Success - actions-rs/toolchain@v1
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ] ⭐  Run rustup component add miri
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ]   ✅  Success - rustup component add miri
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Clippy                         ]   ✅  Success - actions-rs/toolchain@v1
*DRYRUN* [CI/Clippy                         ] ⭐  Run rustup component add clippy
*DRYRUN* [CI/Clippy                         ]   ✅  Success - rustup component add clippy
*DRYRUN* [CI/Clippy                         ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Clippy                         ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Docs                           ]   ✅  Success - actions-rs/toolchain@v1
*DRYRUN* [CI/Docs                           ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Docs                           ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Miri -5                        ]   ✅  Success - actions-rs/toolchain@v1
*DRYRUN* [CI/Miri -5                        ] ⭐  Run rustup component add miri
*DRYRUN* [CI/Miri -5                        ]   ✅  Success - rustup component add miri
*DRYRUN* [CI/Miri -5                        ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Miri -5                        ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Check-3                        ]   ✅  Success - actions-rs/cargo@v1
*DRYRUN* [CI/Check-3                        ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Check-3                        ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Check-1                        ]   ✅  Success - actions-rs/cargo@v1
*DRYRUN* [CI/Check-1                        ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Check-1                        ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Check-2                        ]   ✅  Success - actions-rs/cargo@v1
*DRYRUN* [CI/Check-2                        ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Check-2                        ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Check Fuzzing                  ]   ✅  Success - actions-rs/cargo@v1
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7]   ✅  Success - actions-rs/cargo@v1
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐  Run Set rustc version
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7]   ✅  Success - Set rustc version
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
        panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x18 pc=0x9c8cd7]

goroutine 53 [running]:
github.com/robertkrimen/otto.catchPanic.func1(0xc00051d4d0)
        /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/error.go:248 +0x5a3
panic(0xc3b200, 0x13fdbd0)
        /usr/local/go1.12/src/runtime/panic.go:522 +0x1c3
gopkg.in/godo.v2/glob.isDir(0xc000813cc0, 0x32, 0x81)
        /home/runner/go/pkg/mod/gopkg.in/godo.v2@v2.0.9/glob/glob.go:221 +0x87
gopkg.in/godo.v2/glob.PatternRoot(0xc000813cc0, 0x32, 0x0, 0x0)
        /home/runner/go/pkg/mod/gopkg.in/godo.v2@v2.0.9/glob/glob.go:227 +0x54
gopkg.in/godo.v2/glob.Glob(0xc00051c5e8, 0x1, 0x1, 0xc000813cc0, 0x32, 0x20, 0xc000710dd0, 0x74732029676e6972, 0x29676e6972, 0xc000642510, ...)
        /home/runner/go/pkg/mod/gopkg.in/godo.v2@v2.0.9/glob/glob.go:172 +0x933
github.com/nektos/act/pkg/runner.(*RunContext).vmHashFiles.func1.1(0xc00002af6c, 0xd, 0x0, 0x0)
        /home/runner/work/act/act/pkg/runner/expression.go:197 +0xff
reflect.Value.call(0xc0cd60, 0xc000946370, 0x13, 0xd19e32, 0x4, 0xc000787420, 0x1, 0x1, 0xd0dfa0, 0xc0009ec901, ...)
        /usr/local/go1.12/src/reflect/value.go:447 +0x468
reflect.Value.Call(0xc0cd60, 0xc000946370, 0x13, 0xc000787420, 0x1, 0x1, 0xbf20a0, 0xc0009468f0, 0x98)
        /usr/local/go1.12/src/reflect/value.go:308 +0xab
github.com/robertkrimen/otto.(*_runtime).toValue.func1(0xc0004c4c00, 0x0, 0x0, 0x5, 0xcff140, 0xc0006d3140, 0xc000787340, 0x1, 0x1, 0xc000143490, ...)
        /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/runtime.go:713 +0x629
github.com/robertkrimen/otto.(*_object).call(0xc000ab4540, 0x5, 0xcff140, 0xc0006d3140, 0xc000787340, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
        /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/type_function.go:201 +0x252
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeCallExpression(0xc0004c4c00, 0xc000642540, 0x0, 0x0, 0x0, 0xc59160, 0xc000787200, 0xc)
        /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/cmpl_evaluate_expression.go:244 +0x48b
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeExpression(0xc0004c4c00, 0xe4e360, 0xc000642540, 0xc00051d200, 0x40c31f, 0x10)
        /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/cmpl_evaluate_expression.go:44 +0x5dc
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc0004c4c00, 0xe4e420, 0xc000946900, 0x0, 0x0, 0x0)
        /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/cmpl_evaluate_statement.go:62 +0xf54
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatementList(0xc0004c4c00, 0xc0009468d0, 0x1, 0x1, 0x0, 0xc00084a700, 0x170008)
        /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/cmpl_evaluate_statement.go:121 +0x95
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeProgram(0xc0004c4c00, 0xc0002a1e30, 0x42d800, 0x0, 0x0, 0x0)
        /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/cmpl_evaluate.go:17 +0xec
github.com/robertkrimen/otto.(*_runtime).cmpl_runOrEval.func1()
        /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/runtime.go:785 +0x4b
github.com/robertkrimen/otto.catchPanic(0xc00051d538, 0x0, 0x0)
        /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/error.go:251 +0x5c
github.com/robertkrimen/otto.(*_runtime).cmpl_runOrEval(0xc0004c4c00, 0xbf20a0, 0xc000946730, 0x0, 0x0, 0xc00051d500, 0x4095e2, 0x10, 0xbf1ea0, 0x550201, ...)
        /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/runtime.go:784 +0x116
github.com/robertkrimen/otto.(*_runtime).cmpl_run(...)
        /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/runtime.go:797
github.com/robertkrimen/otto.Otto.Run(0x0, 0xc0004c4c00, 0xbf20a0, 0xc000946730, 0xd, 0x0, 0xe65140, 0x40ba63, 0x0)
        /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/otto.go:295 +0x5b
github.com/nektos/act/pkg/runner.(*expressionEvaluator).Evaluate(0xc000abc498, 0xc0003bf653, 0x1c, 0x1, 0x20, 0xc00002af20, 0x0)
        /home/runner/work/act/act/pkg/runner/expression.go:64 +0x73
github.com/nektos/act/pkg/runner.(*expressionEvaluator).Interpolate.func1(0xc0003bf650, 0x21, 0xd, 0xc00002af20)
        /home/runner/work/act/act/pkg/runner/expression.go:81 +0xdd
regexp.(*Regexp).ReplaceAllStringFunc.func1(0xc00002af20, 0x1d, 0x20, 0xc000710d90, 0x2, 0x2, 0xd, 0x20, 0x10)
        /usr/local/go1.12/src/regexp/regexp.go:539 +0x9a
regexp.(*Regexp).replaceAll(0xc0002898c0, 0x0, 0x0, 0x0, 0xc0003bf630, 0x41, 0x2, 0xc00051d878, 0xc00002aee0, 0xc00051d898, ...)
        /usr/local/go1.12/src/regexp/regexp.go:577 +0x2f9
regexp.(*Regexp).ReplaceAllStringFunc(0xc0002898c0, 0xc0003bf630, 0x41, 0xc00051d910, 0xc00002af00, 0x11)
        /usr/local/go1.12/src/regexp/regexp.go:538 +0xa7
github.com/nektos/act/pkg/runner.(*expressionEvaluator).Interpolate(0xc000abc498, 0xc0003bf630, 0x41, 0xa, 0xc000866648)
        /home/runner/work/act/act/pkg/runner/expression.go:79 +0xe2
github.com/nektos/act/pkg/runner.(*StepContext).setupEnv.func1(0xe62f00, 0xc0007682d0, 0x13c06f5, 0x1)
        /home/runner/work/act/act/pkg/runner/step_context.go:94 +0x1b8
github.com/nektos/act/pkg/runner.(*RunContext).newStepExecutor.func1(0xe62f00, 0xc0007682d0, 0x0, 0x0)
        /home/runner/work/act/act/pkg/runner/run_context.go:204 +0x126
github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0007682d0, 0xc000750190, 0x0)
        /home/runner/work/act/act/pkg/common/executor.go:146 +0x183
github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0007682d0, 0xc000811cd0, 0x5565b2)
        /home/runner/work/act/act/pkg/common/executor.go:133 +0x53
github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0007682d0, 0xd, 0xc000811d80)
        /home/runner/work/act/act/pkg/common/executor.go:133 +0x53
github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0007682d0, 0xb07ff0, 0xc0000d2720)
        /home/runner/work/act/act/pkg/common/executor.go:133 +0x53
github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0007682d0, 0xe6fe80, 0xc000750190)
        /home/runner/work/act/act/pkg/common/executor.go:133 +0x53
github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0007682d0, 0x1, 0x0)
        /home/runner/work/act/act/pkg/common/executor.go:133 +0x53
github.com/nektos/act/pkg/common.Executor.If.func1(0xe62f00, 0xc0007682d0, 0xc0005f4060, 0x22)
        /home/runner/work/act/act/pkg/common/executor.go:154 +0x71
github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1(0xe62f00, 0xc000416db0, 0xc0005da000, 0xc00058ff70)
        /home/runner/work/act/act/pkg/runner/runner.go:74 +0x241
github.com/nektos/act/pkg/common.Executor.ChannelError.func1(0xe62f00, 0xc000416db0, 0xc0005da000, 0x0)
        /home/runner/work/act/act/pkg/common/executor.go:125 +0x4c
github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1(0xc0002a2620, 0xc000090d20, 0xe62f00, 0xc000416db0)
        /home/runner/work/act/act/pkg/common/executor.go:101 +0x5d
created by github.com/nektos/act/pkg/common.NewParallelExecutor.func1
        /home/runner/work/act/act/pkg/common/executor.go:100 +0xbe
act --dry-run -v
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading workflows from 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.github\\workflows'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Reading workflow 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.github\\workflows\\audit.yml'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Reading workflow 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.github\\workflows\\grcov.yml'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Reading workflow 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.github\\workflows\\main.yml'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Using detected workflow event: pull_request"
time="2020-05-11T11:26:39-05:00" level=debug msg="Planning event: pull_request"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Setting add'l values on matrix 'map[os:windows-latest rust:nightly target:x86_64-pc-windows-msvc]' due to include 'map[name:x86_64-pc-windows-msvc os:windows-latest target:x86_64-pc-windows-msvc]'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Setting add'l values on matrix 'map[os:windows-latest rust:nightly target:i686-pc-windows-msvc]' due to include 'map[name:i686-pc-windows-msvc os:windows-latest target:i686-pc-windows-msvc]'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Setting add'l values on matrix 'map[os:ubuntu-latest rust:nightly target:x86_64-unknown-linux-gnu]' due to include 'map[name:x86_64-unknown-linux-gnu os:ubuntu-latest target:x86_64-unknown-linux-gnu]'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Setting add'l values on matrix 'map[os:ubuntu-latest rust:nightly target:i686-unknown-linux-gnu]' due to include 'map[name:i686-unknown-linux-gnu os:ubuntu-latest target:i686-unknown-linux-gnu]'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
*DRYRUN* [Security Audit/Audit Dependencies ] 🚀  Start image=node:12.6-buster-slim
*DRYRUN* [CI/Check-3                        ] 🧪  Matrix: map[rust:nightly]
*DRYRUN* [CI/Rustfmt                        ] 🧪  Matrix: map[rust:stable]
*DRYRUN* [CI/Check-2                        ] 🧪  Matrix: map[rust:beta]
*DRYRUN* [CI/Rustfmt                        ] 🚀  Start image=node:12.6-buster-slim
*DRYRUN* [CI/Check-3                        ] 🚀  Start image=node:12.6-buster-slim
*DRYRUN* [CI/Check-2                        ] 🚀  Start image=node:12.6-buster-slim
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Docs                           ] 🧪  Matrix: map[rust:stable]
*DRYRUN* [CI/Docs                           ] 🚀  Start image=node:12.6-buster-slim
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Check Fuzzing                  ] 🧪  Matrix: map[rust:stable]
*DRYRUN* [CI/WASM                           ] 🧪  Matrix: map[rust:stable]
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Check-1                        ] 🧪  Matrix: map[rust:stable]
*DRYRUN* [CI/WASM                           ] 🚀  Start image=node:12.6-buster-slim
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] 🧪  Matrix: map[name:x86_64-unknown-linux-gnu os:ubuntu-latest rust:nightly target:x86_64-unknown-linux-gnu]
*DRYRUN* [CI/Miri i686-pc-windows-msvc-2    ] 🚧  Skipping unsupported platform 'windows-latest'
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] 🚀  Start image=node:12.6-buster-slim
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ] 🧪  Matrix: map[name:i686-unknown-linux-gnu os:ubuntu-latest rust:nightly target:i686-unknown-linux-gnu]
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ] 🚀  Start image=node:12.6-buster-slim
*DRYRUN* [CI/Miri -6                        ] 🧪  Matrix: map[os:ubuntu-latest rust:nightly target:i686-pc-windows-msvc]
*DRYRUN* [CI/Miri -6                        ] 🚀  Start image=node:12.6-buster-slim
*DRYRUN* [CI/Check Fuzzing                  ] 🚀  Start image=node:12.6-buster-slim
*DRYRUN* [CI/Miri x86_64-pc-windows-msvc-1  ] 🚧  Skipping unsupported platform 'windows-latest'
*DRYRUN* [CI/Check-1                        ] 🚀  Start image=node:12.6-buster-slim
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Clippy                         ] 🧪  Matrix: map[rust:stable]
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Miri -4                        ] 🚧  Skipping unsupported platform 'windows-latest'
*DRYRUN* [CI/Miri -5                        ] 🧪  Matrix: map[os:ubuntu-latest rust:nightly target:x86_64-pc-windows-msvc]
*DRYRUN* [CI/Clippy                         ] 🚀  Start image=node:12.6-buster-slim
*DRYRUN* [CI/Miri -5                        ] 🚀  Start image=node:12.6-buster-slim
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Miri -3                        ] 🚧  Skipping unsupported platform 'windows-latest'
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
*DRYRUN* [CI/Check-2                        ]   🐳  docker pull node:12.6-buster-slim
*DRYRUN* [CI/Check-2                        ]   🐳  docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
*DRYRUN* [CI/Check-2                        ]   🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
*DRYRUN* [CI/Check-3                        ]   🐳  docker pull node:12.6-buster-slim
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
*DRYRUN* [CI/Check-3                        ]   🐳  docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/Check-3                        ]   🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/WASM                           ]   🐳  docker pull node:12.6-buster-slim
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/WASM                           ]   🐳  docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/WASM                           ]   🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
*DRYRUN* [CI/Docs                           ]   🐳  docker pull node:12.6-buster-slim
*DRYRUN* [CI/Docs                           ]   🐳  docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/Docs                           ]   🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7]   🐳  docker pull node:12.6-buster-slim
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7]   🐳  docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7]   🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [Security Audit/Audit Dependencies ]   🐳  docker pull node:12.6-buster-slim
*DRYRUN* [Security Audit/Audit Dependencies ]   🐳  docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [Security Audit/Audit Dependencies ]   🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
*DRYRUN* [CI/Clippy                         ]   🐳  docker pull node:12.6-buster-slim
*DRYRUN* [CI/Clippy                         ]   🐳  docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/Clippy                         ]   🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
*DRYRUN* [CI/Check Fuzzing                  ]   🐳  docker pull node:12.6-buster-slim
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
*DRYRUN* [CI/Check Fuzzing                  ]   🐳  docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Check Fuzzing                  ]   🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
*DRYRUN* [CI/Rustfmt                        ]   🐳  docker pull node:12.6-buster-slim
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Rustfmt                        ]   🐳  docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
*DRYRUN* [CI/Rustfmt                        ]   🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/Miri -6                        ]   🐳  docker pull node:12.6-buster-slim
*DRYRUN* [CI/Miri -6                        ]   🐳  docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/Miri -6                        ]   🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Check-1                        ]   🐳  docker pull node:12.6-buster-slim
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
*DRYRUN* [CI/Check-1                        ]   🐳  docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Check-1                        ]   🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ]   🐳  docker pull node:12.6-buster-slim
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ]   🐳  docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ]   🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
*DRYRUN* [CI/Miri -5                        ]   🐳  docker pull node:12.6-buster-slim
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
*DRYRUN* [CI/Miri -5                        ]   🐳  docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
*DRYRUN* [CI/Miri -5                        ]   🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:Security Audit GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
*DRYRUN* [CI/Check-2                        ] ⭐  Run actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/WASM                           ] ⭐  Run actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:Security Audit GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
*DRYRUN* [Security Audit/Audit Dependencies ] ⭐  Run actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
*DRYRUN* [CI/Check-3                        ] ⭐  Run actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Docs                           ] ⭐  Run actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
*DRYRUN* [CI/Check Fuzzing                  ] ⭐  Run actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐  Run actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Check-1                        ] ⭐  Run actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
*DRYRUN* [CI/Clippy                         ] ⭐  Run actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
*DRYRUN* [CI/Check-2                        ] Skipping actions/checkout
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]"
*DRYRUN* [CI/Check-2                        ]   ✅  Success - actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
*DRYRUN* [CI/Miri -5                        ] ⭐  Run actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/WASM                           ] Skipping actions/checkout
*DRYRUN* [CI/WASM                           ]   ✅  Success - actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ] ⭐  Run actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]"
*DRYRUN* [CI/Miri -6                        ] ⭐  Run actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
*DRYRUN* [CI/Rustfmt                        ] ⭐  Run actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
*DRYRUN* [Security Audit/Audit Dependencies ] Skipping actions/checkout
*DRYRUN* [Security Audit/Audit Dependencies ]   ✅  Success - actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Check Fuzzing                  ] Skipping actions/checkout
*DRYRUN* [CI/Check Fuzzing                  ]   ✅  Success - actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
*DRYRUN* [CI/Docs                           ] Skipping actions/checkout
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
*DRYRUN* [CI/Docs                           ]   ✅  Success - actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
*DRYRUN* [CI/Check-3                        ] Skipping actions/checkout
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
*DRYRUN* [CI/Check-3                        ]   ✅  Success - actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] Skipping actions/checkout
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7]   ✅  Success - actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
*DRYRUN* [CI/Clippy                         ] Skipping actions/checkout
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
*DRYRUN* [CI/Clippy                         ]   ✅  Success - actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
*DRYRUN* [CI/Check-1                        ] Skipping actions/checkout
*DRYRUN* [CI/Check-1                        ]   ✅  Success - actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:wasm32-unknown-unknown]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ] Skipping actions/checkout
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ]   ✅  Success - actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:beta]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:Security Audit GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_TOKEN:]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
*DRYRUN* [CI/Rustfmt                        ] Skipping actions/checkout
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
*DRYRUN* [CI/Rustfmt                        ]   ✅  Success - actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Miri -5                        ] Skipping actions/checkout
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Miri -5                        ]   ✅  Success - actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly]"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
*DRYRUN* [CI/Miri -6                        ] Skipping actions/checkout
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Miri -6                        ]   ✅  Success - actions/checkout@v2
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:wasm32-unknown-unknown]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/WASM                           ] ⭐  Run actions-rs/toolchain@v1
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
*DRYRUN* [CI/WASM                           ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
*DRYRUN* [CI/WASM                           ]   cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:beta]"
*DRYRUN* [CI/Check-2                        ] ⭐  Run actions-rs/toolchain@v1
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
*DRYRUN* [CI/Check-2                        ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:Security Audit GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_TOKEN:]"
*DRYRUN* [CI/Check-2                        ]   cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
*DRYRUN* [Security Audit/Audit Dependencies ] ⭐  Run actions-rs/audit-check@v1
*DRYRUN* [Security Audit/Audit Dependencies ]   ☁  git clone 'https://github.com/actions-rs/audit-check' # ref=v1
*DRYRUN* [Security Audit/Audit Dependencies ]   cloning https://github.com/actions-rs/audit-check to C:\Users\Chase\.cache\act/actions-rs-audit-check@v1
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]"
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]"
*DRYRUN* [CI/Check Fuzzing                  ] ⭐  Run actions-rs/toolchain@v1
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Check-3                        ] ⭐  Run actions-rs/toolchain@v1
*DRYRUN* [CI/Check Fuzzing                  ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]"
*DRYRUN* [CI/Check Fuzzing                  ]   cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
*DRYRUN* [CI/Docs                           ] ⭐  Run actions-rs/toolchain@v1
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]"
*DRYRUN* [CI/Docs                           ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
*DRYRUN* [CI/Docs                           ]   cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
*DRYRUN* [CI/Clippy                         ] ⭐  Run actions-rs/toolchain@v1
*DRYRUN* [CI/Check-3                        ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
*DRYRUN* [CI/Check-3                        ]   cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
*DRYRUN* [CI/Clippy                         ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
*DRYRUN* [CI/Clippy                         ]   cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]"
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐  Run actions-rs/toolchain@v1
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7]   cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]"
*DRYRUN* [CI/Check-1                        ] ⭐  Run actions-rs/toolchain@v1
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
*DRYRUN* [CI/Check-1                        ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
*DRYRUN* [CI/Check-1                        ]   cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]"
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ] ⭐  Run actions-rs/toolchain@v1
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ]   cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]"
*DRYRUN* [CI/Rustfmt                        ] ⭐  Run actions-rs/toolchain@v1
*DRYRUN* [CI/Rustfmt                        ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
*DRYRUN* [CI/Rustfmt                        ]   cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]"
*DRYRUN* [CI/Miri -6                        ] ⭐  Run actions-rs/toolchain@v1
*DRYRUN* [CI/Miri -6                        ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
*DRYRUN* [CI/Miri -6                        ]   cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]"
*DRYRUN* [CI/Miri -5                        ] ⭐  Run actions-rs/toolchain@v1
*DRYRUN* [CI/Miri -5                        ]   ☁  git clone 'https://github.com/actions-rs/toolchain' # ref=v1
*DRYRUN* [CI/Miri -5                        ]   cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
*DRYRUN* [CI/WASM                           ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
*DRYRUN* [CI/WASM                           ] Checked out v1
time="2020-05-11T11:26:39-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'"
time="2020-05-11T11:26:39-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}}"
time="2020-05-11T11:26:39-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions"
*DRYRUN* [CI/WASM                           ]   ✅  Success - actions-rs/toolchain@v1
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:--all --locked --target wasm32-unknown-unknown INPUT_COMMAND:check]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:--all --locked --target wasm32-unknown-unknown INPUT_COMMAND:check]"
*DRYRUN* [CI/WASM                           ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/WASM                           ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/WASM                           ]   cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [CI/Check-2                        ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
*DRYRUN* [CI/Check-2                        ] Checked out v1
time="2020-05-11T11:26:39-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'"
time="2020-05-11T11:26:39-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}}"
time="2020-05-11T11:26:39-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions"
*DRYRUN* [CI/Check-2                        ]   ✅  Success - actions-rs/toolchain@v1
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack]"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack]"
*DRYRUN* [CI/Check-2                        ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Check-2                        ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Check-2                        ]   cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [Security Audit/Audit Dependencies ] Cloned https://github.com/actions-rs/audit-check to C:\Users\Chase\.cache\act/actions-rs-audit-check@v1
*DRYRUN* [Security Audit/Audit Dependencies ] Checked out v1
time="2020-05-11T11:26:40-05:00" level=debug msg="Read action &{rust-audit-check actions-rs team Run cargo audit and check for security advisories map[token:{GitHub Actions token true }] map[] {node12 map[] dist/index.js  [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-audit-check@v1\\action.yml'"
time="2020-05-11T11:26:40-05:00" level=debug msg="About to run action &{rust-audit-check actions-rs team Run cargo audit and check for security advisories map[token:{GitHub Actions token true }] map[] {node12 map[] dist/index.js  [] []} {black play-circle}}"
time="2020-05-11T11:26:40-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-audit-check@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-audit-check@v1 containerActionDir=/actions"
*DRYRUN* [Security Audit/Audit Dependencies ]   ✅  Success - actions-rs/audit-check@v1
*DRYRUN* [Security Audit/Audit Dependencies ]   🐳  docker volume rm act-Security-Audit-Audit-Depen
*DRYRUN* [CI/Check Fuzzing                  ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
*DRYRUN* [CI/Check Fuzzing                  ] Checked out v1
time="2020-05-11T11:26:40-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'"
time="2020-05-11T11:26:40-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}}"
time="2020-05-11T11:26:40-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions"
*DRYRUN* [CI/Check Fuzzing                  ]   ✅  Success - actions-rs/toolchain@v1
time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:40-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:40-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
*DRYRUN* [CI/Check Fuzzing                  ] ⭐  Run cd crates/crunch-fuzzing
time="2020-05-11T11:26:40-05:00" level=debug msg="Wrote command 'cd crates/crunch-fuzzing' to 'workflow/2'"
*DRYRUN* [CI/Check Fuzzing                  ]   ✅  Success - cd crates/crunch-fuzzing
time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:40-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:check]"
time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:40-05:00" level=debug msg="context env => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:check]"
*DRYRUN* [CI/Check Fuzzing                  ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Check Fuzzing                  ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Check Fuzzing                  ]   cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [CI/Docs                           ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
*DRYRUN* [CI/Docs                           ] Checked out v1
time="2020-05-11T11:26:40-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'"
time="2020-05-11T11:26:40-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}}"
time="2020-05-11T11:26:40-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions"
*DRYRUN* [CI/Docs                           ]   ✅  Success - actions-rs/toolchain@v1
time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:40-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:--all --document-private-items --no-deps --locked INPUT_COMMAND:doc]"
time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:40-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:--all --document-private-items --no-deps --locked INPUT_COMMAND:doc]"
*DRYRUN* [CI/Docs                           ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Docs                           ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Docs                           ]   cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [CI/Check-3                        ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
*DRYRUN* [CI/Check-3                        ] Checked out v1
time="2020-05-11T11:26:40-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'"
time="2020-05-11T11:26:40-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}}"
time="2020-05-11T11:26:40-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions"
*DRYRUN* [CI/Check-3                        ]   ✅  Success - actions-rs/toolchain@v1
time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:40-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack]"
time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:40-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack]"
*DRYRUN* [CI/Check-3                        ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Check-3                        ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Check-3                        ]   cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [CI/Clippy                         ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
*DRYRUN* [CI/Clippy                         ] Checked out v1
time="2020-05-11T11:26:41-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'"
time="2020-05-11T11:26:41-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}}"
time="2020-05-11T11:26:41-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions"
*DRYRUN* [CI/Clippy                         ]   ✅  Success - actions-rs/toolchain@v1
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
*DRYRUN* [CI/Clippy                         ] ⭐  Run rustup component add clippy
time="2020-05-11T11:26:41-05:00" level=debug msg="Wrote command 'rustup component add clippy' to 'workflow/2'"
*DRYRUN* [CI/Clippy                         ]   ✅  Success - rustup component add clippy
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:-- -D warnings --locked INPUT_COMMAND:clippy]"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:-- -D warnings --locked INPUT_COMMAND:clippy]"
*DRYRUN* [CI/Clippy                         ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Clippy                         ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Clippy                         ]   cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] Checked out v1
time="2020-05-11T11:26:41-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'"
time="2020-05-11T11:26:41-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}}"
time="2020-05-11T11:26:41-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions"
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7]   ✅  Success - actions-rs/toolchain@v1
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]"
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐  Run rustup component add miri
time="2020-05-11T11:26:41-05:00" level=debug msg="Wrote command 'rustup component add miri' to 'workflow/2'"
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7]   ✅  Success - rustup component add miri
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]"
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7]   cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [CI/Check-1                        ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
*DRYRUN* [CI/Check-1                        ] Checked out v1
time="2020-05-11T11:26:41-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'"
time="2020-05-11T11:26:41-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}}"
time="2020-05-11T11:26:41-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions"
*DRYRUN* [CI/Check-1                        ]   ✅  Success - actions-rs/toolchain@v1
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack]"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack]"
*DRYRUN* [CI/Check-1                        ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Check-1                        ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Check-1                        ]   cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ] Checked out v1
time="2020-05-11T11:26:41-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'"
time="2020-05-11T11:26:41-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}}"
time="2020-05-11T11:26:41-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions"
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ]   ✅  Success - actions-rs/toolchain@v1
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]"
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ] ⭐  Run rustup component add miri
time="2020-05-11T11:26:41-05:00" level=debug msg="Wrote command 'rustup component add miri' to 'workflow/2'"
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ]   ✅  Success - rustup component add miri
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]"
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Miri i686-unknown-linux-gnu-8  ]   cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [CI/Rustfmt                        ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
*DRYRUN* [CI/Rustfmt                        ] Checked out v1
time="2020-05-11T11:26:41-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'"
time="2020-05-11T11:26:41-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}}"
time="2020-05-11T11:26:41-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions"
*DRYRUN* [CI/Rustfmt                        ]   ✅  Success - actions-rs/toolchain@v1
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]"
*DRYRUN* [CI/Rustfmt                        ] ⭐  Run rustup component add rustfmt
time="2020-05-11T11:26:41-05:00" level=debug msg="Wrote command 'rustup component add rustfmt' to 'workflow/2'"
*DRYRUN* [CI/Rustfmt                        ]   ✅  Success - rustup component add rustfmt
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:--all -- --check --locked INPUT_COMMAND:fmt]"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:--all -- --check --locked INPUT_COMMAND:fmt]"
*DRYRUN* [CI/Rustfmt                        ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Rustfmt                        ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Rustfmt                        ]   cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [CI/Miri -6                        ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
*DRYRUN* [CI/Miri -6                        ] Checked out v1
time="2020-05-11T11:26:42-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'"
time="2020-05-11T11:26:42-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}}"
time="2020-05-11T11:26:42-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions"
*DRYRUN* [CI/Miri -6                        ]   ✅  Success - actions-rs/toolchain@v1
time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:42-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]"
time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:42-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]"
*DRYRUN* [CI/Miri -6                        ] ⭐  Run rustup component add miri
time="2020-05-11T11:26:42-05:00" level=debug msg="Wrote command 'rustup component add miri' to 'workflow/2'"
*DRYRUN* [CI/Miri -6                        ]   ✅  Success - rustup component add miri
time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:42-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]"
time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:42-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]"
*DRYRUN* [CI/Miri -6                        ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Miri -6                        ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Miri -6                        ]   cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [CI/Miri -5                        ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1
*DRYRUN* [CI/Miri -5                        ] Checked out v1
time="2020-05-11T11:26:42-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'"
time="2020-05-11T11:26:42-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js  [] []} {black play-circle}}"
time="2020-05-11T11:26:42-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions"
*DRYRUN* [CI/Miri -5                        ]   ✅  Success - actions-rs/toolchain@v1
time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:42-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]"
time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:42-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]"
*DRYRUN* [CI/Miri -5                        ] ⭐  Run rustup component add miri
time="2020-05-11T11:26:42-05:00" level=debug msg="Wrote command 'rustup component add miri' to 'workflow/2'"
*DRYRUN* [CI/Miri -5                        ]   ✅  Success - rustup component add miri
time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:42-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]"
time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:42-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]"
*DRYRUN* [CI/Miri -5                        ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Miri -5                        ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Miri -5                        ]   cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [CI/WASM                           ] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [CI/WASM                           ] Checked out v1
time="2020-05-11T11:26:42-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js  [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'"
time="2020-05-11T11:26:42-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js  [] []} {black play-circle}}"
time="2020-05-11T11:26:42-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions"
*DRYRUN* [CI/WASM                           ]   ✅  Success - actions-rs/cargo@v1
*DRYRUN* [CI/WASM                           ]   🐳  docker volume rm act-CI-WASM
*DRYRUN* [CI/Check-2                        ] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [CI/Check-2                        ] Checked out v1
time="2020-05-11T11:26:42-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js  [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'"
time="2020-05-11T11:26:42-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js  [] []} {black play-circle}}"
time="2020-05-11T11:26:42-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions"
*DRYRUN* [CI/Check-2                        ]   ✅  Success - actions-rs/cargo@v1
time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:42-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:hack check --each-feature --no-dev-deps]"
time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:42-05:00" level=debug msg="context env => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:hack check --each-feature --no-dev-deps]"
*DRYRUN* [CI/Check-2                        ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Check-2                        ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Check-2                        ]   cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [CI/Check Fuzzing                  ] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [CI/Check Fuzzing                  ] Checked out v1
time="2020-05-11T11:26:43-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js  [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'"
time="2020-05-11T11:26:43-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js  [] []} {black play-circle}}"
time="2020-05-11T11:26:43-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions"
*DRYRUN* [CI/Check Fuzzing                  ]   ✅  Success - actions-rs/cargo@v1
*DRYRUN* [CI/Check Fuzzing                  ]   🐳  docker volume rm act-CI-Check-Fuzzing
*DRYRUN* [CI/Docs                           ] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [CI/Docs                           ] Checked out v1
time="2020-05-11T11:26:43-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js  [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'"
time="2020-05-11T11:26:43-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js  [] []} {black play-circle}}"
time="2020-05-11T11:26:43-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions"
*DRYRUN* [CI/Docs                           ]   ✅  Success - actions-rs/cargo@v1
*DRYRUN* [CI/Docs                           ]   🐳  docker volume rm act-CI-Docs
*DRYRUN* [CI/Check-3                        ] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [CI/Check-3                        ] Checked out v1
time="2020-05-11T11:26:44-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js  [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'"
time="2020-05-11T11:26:44-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js  [] []} {black play-circle}}"
time="2020-05-11T11:26:44-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions"
*DRYRUN* [CI/Check-3                        ]   ✅  Success - actions-rs/cargo@v1
time="2020-05-11T11:26:44-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:44-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:44-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:44-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:hack check --each-feature --no-dev-deps]"
time="2020-05-11T11:26:44-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:44-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:44-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:44-05:00" level=debug msg="context env => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:hack check --each-feature --no-dev-deps]"
*DRYRUN* [CI/Check-3                        ] ⭐  Run actions-rs/cargo@v1
*DRYRUN* [CI/Check-3                        ]   ☁  git clone 'https://github.com/actions-rs/cargo' # ref=v1
*DRYRUN* [CI/Check-3                        ]   cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [CI/Clippy                         ] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [CI/Clippy                         ] Checked out v1
time="2020-05-11T11:26:44-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js  [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'"
time="2020-05-11T11:26:44-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js  [] []} {black play-circle}}"
time="2020-05-11T11:26:44-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions"
*DRYRUN* [CI/Clippy                         ]   ✅  Success - actions-rs/cargo@v1
*DRYRUN* [CI/Clippy                         ]   🐳  docker volume rm act-CI-Clippy
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] Checked out v1
time="2020-05-11T11:26:44-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js  [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'"
time="2020-05-11T11:26:44-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js  [] []} {black play-circle}}"
time="2020-05-11T11:26:44-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions"
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7]   ✅  Success - actions-rs/cargo@v1
time="2020-05-11T11:26:44-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:44-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:44-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:44-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:4 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]"
time="2020-05-11T11:26:44-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:44-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'"
time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n"
time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'"
time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD matches \\refs\\heads\\master"
time="2020-05-11T11:26:44-05:00" level=debug msg="using github ref: \\refs\\heads\\master"
time="2020-05-11T11:26:44-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:4 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]"
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐  Run Set rustc version
time="2020-05-11T11:26:44-05:00" level=debug msg="Wrote command 'echo \"::set-env name=CURRENT_RUSTC_VERSION::$(rustc -V)\"' to 'workflow/4'"
*DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7]   ✅  Success - Set rustc version
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x18 pc=0x9c8cd7]

goroutine 60 [running]:
github.com/robertkrimen/otto.catchPanic.func1(0xc000a554d0)
	/home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/error.go:248 +0x5a3
panic(0xc3b200, 0x13fdbd0)
	/usr/local/go1.12/src/runtime/panic.go:522 +0x1c3
gopkg.in/godo.v2/glob.isDir(0xc0001fd780, 0x32, 0x81)
	/home/runner/go/pkg/mod/gopkg.in/godo.v2@v2.0.9/glob/glob.go:221 +0x87
gopkg.in/godo.v2/glob.PatternRoot(0xc0001fd780, 0x32, 0x0, 0x0)
	/home/runner/go/pkg/mod/gopkg.in/godo.v2@v2.0.9/glob/glob.go:227 +0x54
gopkg.in/godo.v2/glob.Glob(0xc000a545e8, 0x1, 0x1, 0xc0001fd780, 0x32, 0x20, 0xc000202350, 0x74732029676e6972, 0x29676e6972, 0xc0003d30b0, ...)
	/home/runner/go/pkg/mod/gopkg.in/godo.v2@v2.0.9/glob/glob.go:172 +0x933
github.com/nektos/act/pkg/runner.(*RunContext).vmHashFiles.func1.1(0xc0008cf06c, 0xd, 0x0, 0x0)
	/home/runner/work/act/act/pkg/runner/expression.go:197 +0xff
reflect.Value.call(0xc0cd60, 0xc0003e1c10, 0x13, 0xd19e32, 0x4, 0xc0004bba40, 0x1, 0x1, 0xd0dfa0, 0xc0009dab01, ...)
	/usr/local/go1.12/src/reflect/value.go:447 +0x468
reflect.Value.Call(0xc0cd60, 0xc0003e1c10, 0x13, 0xc0004bba40, 0x1, 0x1, 0xbf20a0, 0xc0004d4770, 0x98)
	/usr/local/go1.12/src/reflect/value.go:308 +0xab
github.com/robertkrimen/otto.(*_runtime).toValue.func1(0xc000575680, 0x0, 0x0, 0x5, 0xcff140, 0xc00070fda0, 0xc0004bba00, 0x1, 0x1, 0xc0003e12a0, ...)
	/home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/runtime.go:713 +0x629
github.com/robertkrimen/otto.(*_object).call(0xc000ad5620, 0x5, 0xcff140, 0xc00070fda0, 0xc0004bba00, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
	/home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/type_function.go:201 +0x252
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeCallExpression(0xc000575680, 0xc0003d30e0, 0x0, 0x0, 0x0, 0xc59160, 0xc0004bb6a0, 0xc)
	/home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/cmpl_evaluate_expression.go:244 +0x48b
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeExpression(0xc000575680, 0xe4e360, 0xc0003d30e0, 0xc000a55200, 0x40c31f, 0x10)
	/home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/cmpl_evaluate_expression.go:44 +0x5dc
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc000575680, 0xe4e420, 0xc0004d4790, 0x0, 0x0, 0x0)
	/home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/cmpl_evaluate_statement.go:62 +0xf54
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatementList(0xc000575680, 0xc0004d4750, 0x1, 0x1, 0x0, 0xc0004c4700, 0x140008)
	/home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/cmpl_evaluate_statement.go:121 +0x95
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeProgram(0xc000575680, 0xc0002ed730, 0x42d800, 0x0, 0x0, 0x0)
	/home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/cmpl_evaluate.go:17 +0xec
github.com/robertkrimen/otto.(*_runtime).cmpl_runOrEval.func1()
	/home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/runtime.go:785 +0x4b
github.com/robertkrimen/otto.catchPanic(0xc000a55538, 0x0, 0x0)
	/home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/error.go:251 +0x5c
github.com/robertkrimen/otto.(*_runtime).cmpl_runOrEval(0xc000575680, 0xbf20a0, 0xc0004d4590, 0x0, 0x0, 0xc000a55500, 0x4095e2, 0x10, 0xbf1ea0, 0x550201, ...)
	/home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/runtime.go:784 +0x116
github.com/robertkrimen/otto.(*_runtime).cmpl_run(...)
	/home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/runtime.go:797
github.com/robertkrimen/otto.Otto.Run(0x0, 0xc000575680, 0xbf20a0, 0xc0004d4590, 0xd, 0x0, 0xe65140, 0x40ba63, 0x0)
	/home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/otto.go:295 +0x5b
github.com/nektos/act/pkg/runner.(*expressionEvaluator).Evaluate(0xc000590240, 0xc000391793, 0x1c, 0x1, 0x20, 0xc0008cf020, 0x0)
	/home/runner/work/act/act/pkg/runner/expression.go:64 +0x73
github.com/nektos/act/pkg/runner.(*expressionEvaluator).Interpolate.func1(0xc000391790, 0x21, 0xd, 0xc0008cf020)
	/home/runner/work/act/act/pkg/runner/expression.go:81 +0xdd
regexp.(*Regexp).ReplaceAllStringFunc.func1(0xc0008cf020, 0x1d, 0x20, 0xc000202310, 0x2, 0x2, 0xd, 0x20, 0x10)
	/usr/local/go1.12/src/regexp/regexp.go:539 +0x9a
regexp.(*Regexp).replaceAll(0xc0002678c0, 0x0, 0x0, 0x0, 0xc000391770, 0x41, 0x2, 0xc000a55878, 0xc0002022f8, 0xc000a55898, ...)
	/usr/local/go1.12/src/regexp/regexp.go:577 +0x2f9
regexp.(*Regexp).ReplaceAllStringFunc(0xc0002678c0, 0xc000391770, 0x41, 0xc000a55910, 0x13c06f0, 0x1)
	/usr/local/go1.12/src/regexp/regexp.go:538 +0xa7
github.com/nektos/act/pkg/runner.(*expressionEvaluator).Interpolate(0xc000590240, 0xc000391770, 0x41, 0x11, 0xc00041ba78)
	/home/runner/work/act/act/pkg/runner/expression.go:79 +0xe2
github.com/nektos/act/pkg/runner.(*StepContext).setupEnv.func1(0xe62f00, 0xc0008681b0, 0x13c06f5, 0x1)
	/home/runner/work/act/act/pkg/runner/step_context.go:94 +0x1b8
github.com/nektos/act/pkg/runner.(*RunContext).newStepExecutor.func1(0xe62f00, 0xc0008681b0, 0x0, 0x0)
	/home/runner/work/act/act/pkg/runner/run_context.go:204 +0x126
github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0008681b0, 0xc000836130, 0x0)
	/home/runner/work/act/act/pkg/common/executor.go:146 +0x183
github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0008681b0, 0xc00081dcd0, 0x5565b2)
	/home/runner/work/act/act/pkg/common/executor.go:133 +0x53
github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0008681b0, 0xd, 0xc00081dd80)
	/home/runner/work/act/act/pkg/common/executor.go:133 +0x53
github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0008681b0, 0xb07ff0, 0xc0000067e0)
	/home/runner/work/act/act/pkg/common/executor.go:133 +0x53
github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0008681b0, 0xe6fe80, 0xc000836130)
	/home/runner/work/act/act/pkg/common/executor.go:133 +0x53
github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0008681b0, 0x1, 0x0)
	/home/runner/work/act/act/pkg/common/executor.go:133 +0x53
github.com/nektos/act/pkg/common.Executor.If.func1(0xe62f00, 0xc0008681b0, 0xc000838060, 0x22)
	/home/runner/work/act/act/pkg/common/executor.go:154 +0x71
github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1(0xe62f00, 0xc0003d2f30, 0xe3777a, 0xc0005d7f70)
	/home/runner/work/act/act/pkg/runner/runner.go:74 +0x241
github.com/nektos/act/pkg/common.Executor.ChannelError.func1(0xe62f00, 0xc0003d2f30, 0xc000772000, 0x0)
	/home/runner/work/act/act/pkg/common/executor.go:125 +0x4c
github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1(0xc0002ce4c0, 0xc0003a69c0, 0xe62f00, 0xc0003d2f30)
	/home/runner/work/act/act/pkg/common/executor.go:101 +0x5d
created by github.com/nektos/act/pkg/common.NewParallelExecutor.func1
	/home/runner/work/act/act/pkg/common/executor.go:100 +0xbe
Originally created by @Kixiron on GitHub (May 11, 2020). Original GitHub issue: https://github.com/nektos/act/issues/232 # Description `act` crashes on a nill pointer when running `act --dry-run` on Windows 10. The workflows being run are [here](https://github.com/Kixiron/crunch-lang/tree/dffc12c2a1899e9b4653ac2e45abdeaa256dbe47/.github/workflows) # Versions ``` ❯ act --version act version 0.2.7 ❯ $PSVersionTable.PSVersion Major Minor Patch PreReleaseLabel BuildLabel ----- ----- ----- --------------- ---------- 7 0 0 ❯ systeminfo | findstr /B /C:"OS Name" /C:"OS Version" OS Name: Microsoft Windows 10 Pro OS Version: 10.0.18363 N/A Build 18363 ``` # Command output <details> <summary>act --dry-run</summary> ``` ❯ act --dryrun *DRYRUN* [Security Audit/Audit Dependencies ] �🚀 Start image=node:12.6-buster-sl *DRYRUN* [CI/Check-1 ] 🧪 Matrix: map[rust:stable *DRYRUN* [CI/Check-1 ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Check Fuzzing ] 🧪 Matrix: map[rust:stable] *DRYRUN* [CI/Check Fuzzing ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Check-3 ] 🧪 Matrix: map[rust:nightly ] *DRYRUN* [CI/WASM ] 🧪 Matrix: map[rust:stable] *DRYRUN* [CI/Check-3 ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Rustfmt ] 🧪 Matrix: map[rust:stable] *DRYRUN* [CI/WASM ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Miri -3 ] �🚧 Skipping unsupported platform 'windows-latest' *DRYRUN* [CI/Check-2 ] 🧪 Matrix: map[rust:beta] *DRYRUN* [CI/Miri x86_64-pc-windows-msvc-1 ] �🚧 Skipping unsupported platform 'windows-latest' *DRYRUN* [CI/Clippy ] 🧪 Matrix: map[rust:stable] *DRYRUN* [CI/Rustfmt ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Miri i686-pc-windows-msvc-2 ] �🚧 Skipping unsupported platform 'windows-latest' *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] 🧪 Matrix: map[name:x86_64- unknown-linux-gnu os:ubuntu-latest rust:nightly target:x86_64-unknown-linux-gnu] *DRYRUN* [CI/Check-2 ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Miri -6 ] 🧪 Matrix: map[os:ubuntu-la test rust:nightly target:i686-pc-windows-msvc] *DRYRUN* [CI/Miri -4 ] �🚧 Skipping unsupported platform 'windows-latest' *DRYRUN* [CI/Miri -5 ] 🧪 Matrix: map[os:ubuntu-la test rust:nightly target:x86_64-pc-windows-msvc] *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] 🧪 Matrix: map[name:i686-un known-linux-gnu os:ubuntu-latest rust:nightly target:i686-unknown-linux-gnu] *DRYRUN* [CI/Miri -5 ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Clippy ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [Security Audit/Audit Dependencies ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Miri -6 ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Check-1 ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Docs ] 🧪 Matrix: map[rust:stable] *DRYRUN* [CI/Docs ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Check-3 ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/WASM ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Check Fuzzing ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Check-2 ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Rustfmt ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Miri -5 ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Clippy ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Miri -6 ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd= *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Docs ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Check-1 ] ⭐ Run actions/checkout@v2 *DRYRUN* [Security Audit/Audit Dependencies ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Check-3 ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/WASM ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Check Fuzzing ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Rustfmt ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Check-2 ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Miri -5 ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Clippy ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Miri -6 ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Docs ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Check-3 ] ✅ Success - actions/checkout@v2 *DRYRUN* [Security Audit/Audit Dependencies ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Check-1 ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/WASM ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Check Fuzzing ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Check-2 ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Clippy ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Rustfmt ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Miri -5 ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Miri -6 ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Docs ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Check-3 ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Check-3 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Check-1 ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Check Fuzzing ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Check-2 ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [Security Audit/Audit Dependencies ] ⭐ Run actions-rs/audit-check@v1 *DRYRUN* [CI/Check-1 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Check-2 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Check Fuzzing ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [Security Audit/Audit Dependencies ] ☁ git clone 'https://github.com/actions-rs/audit-check' # ref=v1 *DRYRUN* [CI/WASM ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Rustfmt ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Miri -6 ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Clippy ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Rustfmt ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/WASM ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Miri -6 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Docs ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Miri -5 ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Clippy ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Docs ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Miri -5 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Check-3 ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Check-3 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-3 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check-1 ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Check-1 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-1 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check-2 ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Check-2 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-2 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check Fuzzing ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Check Fuzzing ] ⭐ Run cd crates/crunch-fuzzing *DRYRUN* [CI/Check Fuzzing ] ✅ Success - cd crates/crunch-fuzzing *DRYRUN* [CI/Check Fuzzing ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check Fuzzing ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [Security Audit/Audit Dependencies ] ✅ Success - actions-rs/audit-check@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐ Run rustup component add miri *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ✅ Success - rustup component add miri *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Rustfmt ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Rustfmt ] ⭐ Run rustup component add rustfmt *DRYRUN* [CI/Rustfmt ] ✅ Success - rustup component add rustfmt *DRYRUN* [CI/Rustfmt ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Rustfmt ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/WASM ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/WASM ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/WASM ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Miri -6 ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Miri -6 ] ⭐ Run rustup component add miri *DRYRUN* [CI/Miri -6 ] ✅ Success - rustup component add miri *DRYRUN* [CI/Miri -6 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Miri -6 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ⭐ Run rustup component add miri *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ✅ Success - rustup component add miri *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Clippy ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Clippy ] ⭐ Run rustup component add clippy *DRYRUN* [CI/Clippy ] ✅ Success - rustup component add clippy *DRYRUN* [CI/Clippy ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Clippy ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Docs ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Docs ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Docs ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Miri -5 ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Miri -5 ] ⭐ Run rustup component add miri *DRYRUN* [CI/Miri -5 ] ✅ Success - rustup component add miri *DRYRUN* [CI/Miri -5 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Miri -5 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check-3 ] ✅ Success - actions-rs/cargo@v1 *DRYRUN* [CI/Check-3 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-3 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check-1 ] ✅ Success - actions-rs/cargo@v1 *DRYRUN* [CI/Check-1 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-1 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check-2 ] ✅ Success - actions-rs/cargo@v1 *DRYRUN* [CI/Check-2 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-2 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check Fuzzing ] ✅ Success - actions-rs/cargo@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ✅ Success - actions-rs/cargo@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐ Run Set rustc version *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ✅ Success - Set rustc version panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x18 pc=0x9c8cd7] goroutine 53 [running]: github.com/robertkrimen/otto.catchPanic.func1(0xc00051d4d0) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/error.go:248 +0x5a3 panic(0xc3b200, 0x13fdbd0) /usr/local/go1.12/src/runtime/panic.go:522 +0x1c3 gopkg.in/godo.v2/glob.isDir(0xc000813cc0, 0x32, 0x81) /home/runner/go/pkg/mod/gopkg.in/godo.v2@v2.0.9/glob/glob.go:221 +0x87 gopkg.in/godo.v2/glob.PatternRoot(0xc000813cc0, 0x32, 0x0, 0x0) /home/runner/go/pkg/mod/gopkg.in/godo.v2@v2.0.9/glob/glob.go:227 +0x54 gopkg.in/godo.v2/glob.Glob(0xc00051c5e8, 0x1, 0x1, 0xc000813cc0, 0x32, 0x20, 0xc000710dd0, 0x74732029676e6972, 0x29676e6972, 0xc000642510, ...) /home/runner/go/pkg/mod/gopkg.in/godo.v2@v2.0.9/glob/glob.go:172 +0x933 github.com/nektos/act/pkg/runner.(*RunContext).vmHashFiles.func1.1(0xc00002af6c, 0xd, 0x0, 0x0) /home/runner/work/act/act/pkg/runner/expression.go:197 +0xff reflect.Value.call(0xc0cd60, 0xc000946370, 0x13, 0xd19e32, 0x4, 0xc000787420, 0x1, 0x1, 0xd0dfa0, 0xc0009ec901, ...) /usr/local/go1.12/src/reflect/value.go:447 +0x468 reflect.Value.Call(0xc0cd60, 0xc000946370, 0x13, 0xc000787420, 0x1, 0x1, 0xbf20a0, 0xc0009468f0, 0x98) /usr/local/go1.12/src/reflect/value.go:308 +0xab github.com/robertkrimen/otto.(*_runtime).toValue.func1(0xc0004c4c00, 0x0, 0x0, 0x5, 0xcff140, 0xc0006d3140, 0xc000787340, 0x1, 0x1, 0xc000143490, ...) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/runtime.go:713 +0x629 github.com/robertkrimen/otto.(*_object).call(0xc000ab4540, 0x5, 0xcff140, 0xc0006d3140, 0xc000787340, 0x1, 0x1, 0x0, 0x0, 0x0, ...) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/type_function.go:201 +0x252 github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeCallExpression(0xc0004c4c00, 0xc000642540, 0x0, 0x0, 0x0, 0xc59160, 0xc000787200, 0xc) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/cmpl_evaluate_expression.go:244 +0x48b github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeExpression(0xc0004c4c00, 0xe4e360, 0xc000642540, 0xc00051d200, 0x40c31f, 0x10) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/cmpl_evaluate_expression.go:44 +0x5dc github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc0004c4c00, 0xe4e420, 0xc000946900, 0x0, 0x0, 0x0) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/cmpl_evaluate_statement.go:62 +0xf54 github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatementList(0xc0004c4c00, 0xc0009468d0, 0x1, 0x1, 0x0, 0xc00084a700, 0x170008) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/cmpl_evaluate_statement.go:121 +0x95 github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeProgram(0xc0004c4c00, 0xc0002a1e30, 0x42d800, 0x0, 0x0, 0x0) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/cmpl_evaluate.go:17 +0xec github.com/robertkrimen/otto.(*_runtime).cmpl_runOrEval.func1() /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/runtime.go:785 +0x4b github.com/robertkrimen/otto.catchPanic(0xc00051d538, 0x0, 0x0) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/error.go:251 +0x5c github.com/robertkrimen/otto.(*_runtime).cmpl_runOrEval(0xc0004c4c00, 0xbf20a0, 0xc000946730, 0x0, 0x0, 0xc00051d500, 0x4095e2, 0x10, 0xbf1ea0, 0x550201, ...) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/runtime.go:784 +0x116 github.com/robertkrimen/otto.(*_runtime).cmpl_run(...) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/runtime.go:797 github.com/robertkrimen/otto.Otto.Run(0x0, 0xc0004c4c00, 0xbf20a0, 0xc000946730, 0xd, 0x0, 0xe65140, 0x40ba63, 0x0) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/otto.go:295 +0x5b github.com/nektos/act/pkg/runner.(*expressionEvaluator).Evaluate(0xc000abc498, 0xc0003bf653, 0x1c, 0x1, 0x20, 0xc00002af20, 0x0) /home/runner/work/act/act/pkg/runner/expression.go:64 +0x73 github.com/nektos/act/pkg/runner.(*expressionEvaluator).Interpolate.func1(0xc0003bf650, 0x21, 0xd, 0xc00002af20) /home/runner/work/act/act/pkg/runner/expression.go:81 +0xdd regexp.(*Regexp).ReplaceAllStringFunc.func1(0xc00002af20, 0x1d, 0x20, 0xc000710d90, 0x2, 0x2, 0xd, 0x20, 0x10) /usr/local/go1.12/src/regexp/regexp.go:539 +0x9a regexp.(*Regexp).replaceAll(0xc0002898c0, 0x0, 0x0, 0x0, 0xc0003bf630, 0x41, 0x2, 0xc00051d878, 0xc00002aee0, 0xc00051d898, ...) /usr/local/go1.12/src/regexp/regexp.go:577 +0x2f9 regexp.(*Regexp).ReplaceAllStringFunc(0xc0002898c0, 0xc0003bf630, 0x41, 0xc00051d910, 0xc00002af00, 0x11) /usr/local/go1.12/src/regexp/regexp.go:538 +0xa7 github.com/nektos/act/pkg/runner.(*expressionEvaluator).Interpolate(0xc000abc498, 0xc0003bf630, 0x41, 0xa, 0xc000866648) /home/runner/work/act/act/pkg/runner/expression.go:79 +0xe2 github.com/nektos/act/pkg/runner.(*StepContext).setupEnv.func1(0xe62f00, 0xc0007682d0, 0x13c06f5, 0x1) /home/runner/work/act/act/pkg/runner/step_context.go:94 +0x1b8 github.com/nektos/act/pkg/runner.(*RunContext).newStepExecutor.func1(0xe62f00, 0xc0007682d0, 0x0, 0x0) /home/runner/work/act/act/pkg/runner/run_context.go:204 +0x126 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0007682d0, 0xc000750190, 0x0) /home/runner/work/act/act/pkg/common/executor.go:146 +0x183 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0007682d0, 0xc000811cd0, 0x5565b2) /home/runner/work/act/act/pkg/common/executor.go:133 +0x53 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0007682d0, 0xd, 0xc000811d80) /home/runner/work/act/act/pkg/common/executor.go:133 +0x53 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0007682d0, 0xb07ff0, 0xc0000d2720) /home/runner/work/act/act/pkg/common/executor.go:133 +0x53 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0007682d0, 0xe6fe80, 0xc000750190) /home/runner/work/act/act/pkg/common/executor.go:133 +0x53 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0007682d0, 0x1, 0x0) /home/runner/work/act/act/pkg/common/executor.go:133 +0x53 github.com/nektos/act/pkg/common.Executor.If.func1(0xe62f00, 0xc0007682d0, 0xc0005f4060, 0x22) /home/runner/work/act/act/pkg/common/executor.go:154 +0x71 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1(0xe62f00, 0xc000416db0, 0xc0005da000, 0xc00058ff70) /home/runner/work/act/act/pkg/runner/runner.go:74 +0x241 github.com/nektos/act/pkg/common.Executor.ChannelError.func1(0xe62f00, 0xc000416db0, 0xc0005da000, 0x0) /home/runner/work/act/act/pkg/common/executor.go:125 +0x4c github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1(0xc0002a2620, 0xc000090d20, 0xe62f00, 0xc000416db0) /home/runner/work/act/act/pkg/common/executor.go:101 +0x5d created by github.com/nektos/act/pkg/common.NewParallelExecutor.func1 /home/runner/work/act/act/pkg/common/executor.go:100 +0xbe ``` </details> <details> <summary>act --dry-run -v</summary> ``` time="2020-05-11T11:26:39-05:00" level=debug msg="Loading workflows from 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.github\\workflows'" time="2020-05-11T11:26:39-05:00" level=debug msg="Reading workflow 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.github\\workflows\\audit.yml'" time="2020-05-11T11:26:39-05:00" level=debug msg="Reading workflow 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.github\\workflows\\grcov.yml'" time="2020-05-11T11:26:39-05:00" level=debug msg="Reading workflow 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.github\\workflows\\main.yml'" time="2020-05-11T11:26:39-05:00" level=debug msg="Using detected workflow event: pull_request" time="2020-05-11T11:26:39-05:00" level=debug msg="Planning event: pull_request" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Setting add'l values on matrix 'map[os:windows-latest rust:nightly target:x86_64-pc-windows-msvc]' due to include 'map[name:x86_64-pc-windows-msvc os:windows-latest target:x86_64-pc-windows-msvc]'" time="2020-05-11T11:26:39-05:00" level=debug msg="Setting add'l values on matrix 'map[os:windows-latest rust:nightly target:i686-pc-windows-msvc]' due to include 'map[name:i686-pc-windows-msvc os:windows-latest target:i686-pc-windows-msvc]'" time="2020-05-11T11:26:39-05:00" level=debug msg="Setting add'l values on matrix 'map[os:ubuntu-latest rust:nightly target:x86_64-unknown-linux-gnu]' due to include 'map[name:x86_64-unknown-linux-gnu os:ubuntu-latest target:x86_64-unknown-linux-gnu]'" time="2020-05-11T11:26:39-05:00" level=debug msg="Setting add'l values on matrix 'map[os:ubuntu-latest rust:nightly target:i686-unknown-linux-gnu]' due to include 'map[name:i686-unknown-linux-gnu os:ubuntu-latest target:i686-unknown-linux-gnu]'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [Security Audit/Audit Dependencies ] 🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Check-3 ] 🧪 Matrix: map[rust:nightly] *DRYRUN* [CI/Rustfmt ] 🧪 Matrix: map[rust:stable] *DRYRUN* [CI/Check-2 ] 🧪 Matrix: map[rust:beta] *DRYRUN* [CI/Rustfmt ] 🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Check-3 ] 🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Check-2 ] 🚀 Start image=node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Docs ] 🧪 Matrix: map[rust:stable] *DRYRUN* [CI/Docs ] 🚀 Start image=node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Check Fuzzing ] 🧪 Matrix: map[rust:stable] *DRYRUN* [CI/WASM ] 🧪 Matrix: map[rust:stable] time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Check-1 ] 🧪 Matrix: map[rust:stable] *DRYRUN* [CI/WASM ] 🚀 Start image=node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] 🧪 Matrix: map[name:x86_64-unknown-linux-gnu os:ubuntu-latest rust:nightly target:x86_64-unknown-linux-gnu] *DRYRUN* [CI/Miri i686-pc-windows-msvc-2 ] 🚧 Skipping unsupported platform 'windows-latest' *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] 🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] 🧪 Matrix: map[name:i686-unknown-linux-gnu os:ubuntu-latest rust:nightly target:i686-unknown-linux-gnu] *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] 🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Miri -6 ] 🧪 Matrix: map[os:ubuntu-latest rust:nightly target:i686-pc-windows-msvc] *DRYRUN* [CI/Miri -6 ] 🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Check Fuzzing ] 🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Miri x86_64-pc-windows-msvc-1 ] 🚧 Skipping unsupported platform 'windows-latest' *DRYRUN* [CI/Check-1 ] 🚀 Start image=node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Clippy ] 🧪 Matrix: map[rust:stable] time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri -4 ] 🚧 Skipping unsupported platform 'windows-latest' *DRYRUN* [CI/Miri -5 ] 🧪 Matrix: map[os:ubuntu-latest rust:nightly target:x86_64-pc-windows-msvc] *DRYRUN* [CI/Clippy ] 🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Miri -5 ] 🚀 Start image=node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri -3 ] 🚧 Skipping unsupported platform 'windows-latest' time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" *DRYRUN* [CI/Check-2 ] 🐳 docker pull node:12.6-buster-slim *DRYRUN* [CI/Check-2 ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" *DRYRUN* [CI/Check-2 ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" *DRYRUN* [CI/Check-3 ] 🐳 docker pull node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [CI/Check-3 ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Check-3 ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/WASM ] 🐳 docker pull node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/WASM ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/WASM ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [CI/Docs ] 🐳 docker pull node:12.6-buster-slim *DRYRUN* [CI/Docs ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Docs ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] 🐳 docker pull node:12.6-buster-slim *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [Security Audit/Audit Dependencies ] 🐳 docker pull node:12.6-buster-slim *DRYRUN* [Security Audit/Audit Dependencies ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [Security Audit/Audit Dependencies ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [CI/Clippy ] 🐳 docker pull node:12.6-buster-slim *DRYRUN* [CI/Clippy ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Clippy ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Check Fuzzing ] 🐳 docker pull node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" *DRYRUN* [CI/Check Fuzzing ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Check Fuzzing ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [CI/Rustfmt ] 🐳 docker pull node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Rustfmt ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [CI/Rustfmt ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Miri -6 ] 🐳 docker pull node:12.6-buster-slim *DRYRUN* [CI/Miri -6 ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Miri -6 ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Check-1 ] 🐳 docker pull node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Check-1 ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Check-1 ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] 🐳 docker pull node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Miri -5 ] 🐳 docker pull node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Miri -5 ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" *DRYRUN* [CI/Miri -5 ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:Security Audit GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" *DRYRUN* [CI/Check-2 ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/WASM ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:Security Audit GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [Security Audit/Audit Dependencies ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Check-3 ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Docs ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" *DRYRUN* [CI/Check Fuzzing ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Check-1 ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Clippy ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" *DRYRUN* [CI/Check-2 ] Skipping actions/checkout time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" *DRYRUN* [CI/Check-2 ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Miri -5 ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/WASM ] Skipping actions/checkout *DRYRUN* [CI/WASM ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri -6 ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" *DRYRUN* [CI/Rustfmt ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [Security Audit/Audit Dependencies ] Skipping actions/checkout *DRYRUN* [Security Audit/Audit Dependencies ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Check Fuzzing ] Skipping actions/checkout *DRYRUN* [CI/Check Fuzzing ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" *DRYRUN* [CI/Docs ] Skipping actions/checkout time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [CI/Docs ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Check-3 ] Skipping actions/checkout time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Check-3 ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] Skipping actions/checkout time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Clippy ] Skipping actions/checkout time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Clippy ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Check-1 ] Skipping actions/checkout *DRYRUN* [CI/Check-1 ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:wasm32-unknown-unknown]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] Skipping actions/checkout time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:beta]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:Security Audit GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_TOKEN:]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" *DRYRUN* [CI/Rustfmt ] Skipping actions/checkout time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [CI/Rustfmt ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri -5 ] Skipping actions/checkout time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri -5 ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly]" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Miri -6 ] Skipping actions/checkout time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri -6 ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:wasm32-unknown-unknown]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/WASM ] ⭐ Run actions-rs/toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" *DRYRUN* [CI/WASM ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" *DRYRUN* [CI/WASM ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:beta]" *DRYRUN* [CI/Check-2 ] ⭐ Run actions-rs/toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Check-2 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:Security Audit GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_TOKEN:]" *DRYRUN* [CI/Check-2 ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" *DRYRUN* [Security Audit/Audit Dependencies ] ⭐ Run actions-rs/audit-check@v1 *DRYRUN* [Security Audit/Audit Dependencies ] ☁ git clone 'https://github.com/actions-rs/audit-check' # ref=v1 *DRYRUN* [Security Audit/Audit Dependencies ] cloning https://github.com/actions-rs/audit-check to C:\Users\Chase\.cache\act/actions-rs-audit-check@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]" *DRYRUN* [CI/Check Fuzzing ] ⭐ Run actions-rs/toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Check-3 ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Check Fuzzing ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]" *DRYRUN* [CI/Check Fuzzing ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Docs ] ⭐ Run actions-rs/toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]" *DRYRUN* [CI/Docs ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Docs ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Clippy ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Check-3 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Check-3 ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Clippy ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Clippy ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐ Run actions-rs/toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]" *DRYRUN* [CI/Check-1 ] ⭐ Run actions-rs/toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" *DRYRUN* [CI/Check-1 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Check-1 ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]" *DRYRUN* [CI/Rustfmt ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Rustfmt ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Rustfmt ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri -6 ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Miri -6 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Miri -6 ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri -5 ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Miri -5 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Miri -5 ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/WASM ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/WASM ] Checked out v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:39-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:39-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/WASM ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:--all --locked --target wasm32-unknown-unknown INPUT_COMMAND:check]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:--all --locked --target wasm32-unknown-unknown INPUT_COMMAND:check]" *DRYRUN* [CI/WASM ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/WASM ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/WASM ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Check-2 ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Check-2 ] Checked out v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:39-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:39-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Check-2 ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack]" *DRYRUN* [CI/Check-2 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-2 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check-2 ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [Security Audit/Audit Dependencies ] Cloned https://github.com/actions-rs/audit-check to C:\Users\Chase\.cache\act/actions-rs-audit-check@v1 *DRYRUN* [Security Audit/Audit Dependencies ] Checked out v1 time="2020-05-11T11:26:40-05:00" level=debug msg="Read action &{rust-audit-check actions-rs team Run cargo audit and check for security advisories map[token:{GitHub Actions token true }] map[] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-audit-check@v1\\action.yml'" time="2020-05-11T11:26:40-05:00" level=debug msg="About to run action &{rust-audit-check actions-rs team Run cargo audit and check for security advisories map[token:{GitHub Actions token true }] map[] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:40-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-audit-check@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-audit-check@v1 containerActionDir=/actions" *DRYRUN* [Security Audit/Audit Dependencies ] ✅ Success - actions-rs/audit-check@v1 *DRYRUN* [Security Audit/Audit Dependencies ] 🐳 docker volume rm act-Security-Audit-Audit-Depen *DRYRUN* [CI/Check Fuzzing ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Check Fuzzing ] Checked out v1 time="2020-05-11T11:26:40-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:40-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:40-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Check Fuzzing ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" *DRYRUN* [CI/Check Fuzzing ] ⭐ Run cd crates/crunch-fuzzing time="2020-05-11T11:26:40-05:00" level=debug msg="Wrote command 'cd crates/crunch-fuzzing' to 'workflow/2'" *DRYRUN* [CI/Check Fuzzing ] ✅ Success - cd crates/crunch-fuzzing time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:check]" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="context env => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:check]" *DRYRUN* [CI/Check Fuzzing ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check Fuzzing ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check Fuzzing ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Docs ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Docs ] Checked out v1 time="2020-05-11T11:26:40-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:40-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:40-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Docs ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:--all --document-private-items --no-deps --locked INPUT_COMMAND:doc]" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:--all --document-private-items --no-deps --locked INPUT_COMMAND:doc]" *DRYRUN* [CI/Docs ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Docs ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Docs ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Check-3 ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Check-3 ] Checked out v1 time="2020-05-11T11:26:40-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:40-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:40-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Check-3 ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack]" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack]" *DRYRUN* [CI/Check-3 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-3 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check-3 ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Clippy ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Clippy ] Checked out v1 time="2020-05-11T11:26:41-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:41-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:41-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Clippy ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" *DRYRUN* [CI/Clippy ] ⭐ Run rustup component add clippy time="2020-05-11T11:26:41-05:00" level=debug msg="Wrote command 'rustup component add clippy' to 'workflow/2'" *DRYRUN* [CI/Clippy ] ✅ Success - rustup component add clippy time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:-- -D warnings --locked INPUT_COMMAND:clippy]" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:-- -D warnings --locked INPUT_COMMAND:clippy]" *DRYRUN* [CI/Clippy ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Clippy ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Clippy ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] Checked out v1 time="2020-05-11T11:26:41-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:41-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:41-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐ Run rustup component add miri time="2020-05-11T11:26:41-05:00" level=debug msg="Wrote command 'rustup component add miri' to 'workflow/2'" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ✅ Success - rustup component add miri time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Check-1 ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Check-1 ] Checked out v1 time="2020-05-11T11:26:41-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:41-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:41-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Check-1 ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack]" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack]" *DRYRUN* [CI/Check-1 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-1 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check-1 ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] Checked out v1 time="2020-05-11T11:26:41-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:41-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:41-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ⭐ Run rustup component add miri time="2020-05-11T11:26:41-05:00" level=debug msg="Wrote command 'rustup component add miri' to 'workflow/2'" *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ✅ Success - rustup component add miri time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Rustfmt ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Rustfmt ] Checked out v1 time="2020-05-11T11:26:41-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:41-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:41-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Rustfmt ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" *DRYRUN* [CI/Rustfmt ] ⭐ Run rustup component add rustfmt time="2020-05-11T11:26:41-05:00" level=debug msg="Wrote command 'rustup component add rustfmt' to 'workflow/2'" *DRYRUN* [CI/Rustfmt ] ✅ Success - rustup component add rustfmt time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:--all -- --check --locked INPUT_COMMAND:fmt]" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:--all -- --check --locked INPUT_COMMAND:fmt]" *DRYRUN* [CI/Rustfmt ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Rustfmt ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Rustfmt ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Miri -6 ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Miri -6 ] Checked out v1 time="2020-05-11T11:26:42-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:42-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:42-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Miri -6 ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri -6 ] ⭐ Run rustup component add miri time="2020-05-11T11:26:42-05:00" level=debug msg="Wrote command 'rustup component add miri' to 'workflow/2'" *DRYRUN* [CI/Miri -6 ] ✅ Success - rustup component add miri time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri -6 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Miri -6 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Miri -6 ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Miri -5 ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Miri -5 ] Checked out v1 time="2020-05-11T11:26:42-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:42-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:42-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Miri -5 ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri -5 ] ⭐ Run rustup component add miri time="2020-05-11T11:26:42-05:00" level=debug msg="Wrote command 'rustup component add miri' to 'workflow/2'" *DRYRUN* [CI/Miri -5 ] ✅ Success - rustup component add miri time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri -5 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Miri -5 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Miri -5 ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/WASM ] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/WASM ] Checked out v1 time="2020-05-11T11:26:42-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'" time="2020-05-11T11:26:42-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:42-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions" *DRYRUN* [CI/WASM ] ✅ Success - actions-rs/cargo@v1 *DRYRUN* [CI/WASM ] 🐳 docker volume rm act-CI-WASM *DRYRUN* [CI/Check-2 ] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Check-2 ] Checked out v1 time="2020-05-11T11:26:42-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'" time="2020-05-11T11:26:42-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:42-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions" *DRYRUN* [CI/Check-2 ] ✅ Success - actions-rs/cargo@v1 time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:hack check --each-feature --no-dev-deps]" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="context env => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:hack check --each-feature --no-dev-deps]" *DRYRUN* [CI/Check-2 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-2 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check-2 ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Check Fuzzing ] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Check Fuzzing ] Checked out v1 time="2020-05-11T11:26:43-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'" time="2020-05-11T11:26:43-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:43-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions" *DRYRUN* [CI/Check Fuzzing ] ✅ Success - actions-rs/cargo@v1 *DRYRUN* [CI/Check Fuzzing ] 🐳 docker volume rm act-CI-Check-Fuzzing *DRYRUN* [CI/Docs ] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Docs ] Checked out v1 time="2020-05-11T11:26:43-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'" time="2020-05-11T11:26:43-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:43-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions" *DRYRUN* [CI/Docs ] ✅ Success - actions-rs/cargo@v1 *DRYRUN* [CI/Docs ] 🐳 docker volume rm act-CI-Docs *DRYRUN* [CI/Check-3 ] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Check-3 ] Checked out v1 time="2020-05-11T11:26:44-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'" time="2020-05-11T11:26:44-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:44-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions" *DRYRUN* [CI/Check-3 ] ✅ Success - actions-rs/cargo@v1 time="2020-05-11T11:26:44-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:44-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:44-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:44-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:hack check --each-feature --no-dev-deps]" time="2020-05-11T11:26:44-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:44-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:44-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:44-05:00" level=debug msg="context env => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:hack check --each-feature --no-dev-deps]" *DRYRUN* [CI/Check-3 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-3 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check-3 ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Clippy ] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Clippy ] Checked out v1 time="2020-05-11T11:26:44-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'" time="2020-05-11T11:26:44-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:44-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions" *DRYRUN* [CI/Clippy ] ✅ Success - actions-rs/cargo@v1 *DRYRUN* [CI/Clippy ] 🐳 docker volume rm act-CI-Clippy *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] Checked out v1 time="2020-05-11T11:26:44-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'" time="2020-05-11T11:26:44-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:44-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ✅ Success - actions-rs/cargo@v1 time="2020-05-11T11:26:44-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:44-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:44-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:44-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:4 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:44-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:44-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:44-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:44-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:4 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐ Run Set rustc version time="2020-05-11T11:26:44-05:00" level=debug msg="Wrote command 'echo \"::set-env name=CURRENT_RUSTC_VERSION::$(rustc -V)\"' to 'workflow/4'" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ✅ Success - Set rustc version panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x18 pc=0x9c8cd7] goroutine 60 [running]: github.com/robertkrimen/otto.catchPanic.func1(0xc000a554d0) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/error.go:248 +0x5a3 panic(0xc3b200, 0x13fdbd0) /usr/local/go1.12/src/runtime/panic.go:522 +0x1c3 gopkg.in/godo.v2/glob.isDir(0xc0001fd780, 0x32, 0x81) /home/runner/go/pkg/mod/gopkg.in/godo.v2@v2.0.9/glob/glob.go:221 +0x87 gopkg.in/godo.v2/glob.PatternRoot(0xc0001fd780, 0x32, 0x0, 0x0) /home/runner/go/pkg/mod/gopkg.in/godo.v2@v2.0.9/glob/glob.go:227 +0x54 gopkg.in/godo.v2/glob.Glob(0xc000a545e8, 0x1, 0x1, 0xc0001fd780, 0x32, 0x20, 0xc000202350, 0x74732029676e6972, 0x29676e6972, 0xc0003d30b0, ...) /home/runner/go/pkg/mod/gopkg.in/godo.v2@v2.0.9/glob/glob.go:172 +0x933 github.com/nektos/act/pkg/runner.(*RunContext).vmHashFiles.func1.1(0xc0008cf06c, 0xd, 0x0, 0x0) /home/runner/work/act/act/pkg/runner/expression.go:197 +0xff reflect.Value.call(0xc0cd60, 0xc0003e1c10, 0x13, 0xd19e32, 0x4, 0xc0004bba40, 0x1, 0x1, 0xd0dfa0, 0xc0009dab01, ...) /usr/local/go1.12/src/reflect/value.go:447 +0x468 reflect.Value.Call(0xc0cd60, 0xc0003e1c10, 0x13, 0xc0004bba40, 0x1, 0x1, 0xbf20a0, 0xc0004d4770, 0x98) /usr/local/go1.12/src/reflect/value.go:308 +0xab github.com/robertkrimen/otto.(*_runtime).toValue.func1(0xc000575680, 0x0, 0x0, 0x5, 0xcff140, 0xc00070fda0, 0xc0004bba00, 0x1, 0x1, 0xc0003e12a0, ...) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/runtime.go:713 +0x629 github.com/robertkrimen/otto.(*_object).call(0xc000ad5620, 0x5, 0xcff140, 0xc00070fda0, 0xc0004bba00, 0x1, 0x1, 0x0, 0x0, 0x0, ...) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/type_function.go:201 +0x252 github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeCallExpression(0xc000575680, 0xc0003d30e0, 0x0, 0x0, 0x0, 0xc59160, 0xc0004bb6a0, 0xc) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/cmpl_evaluate_expression.go:244 +0x48b github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeExpression(0xc000575680, 0xe4e360, 0xc0003d30e0, 0xc000a55200, 0x40c31f, 0x10) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/cmpl_evaluate_expression.go:44 +0x5dc github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc000575680, 0xe4e420, 0xc0004d4790, 0x0, 0x0, 0x0) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/cmpl_evaluate_statement.go:62 +0xf54 github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatementList(0xc000575680, 0xc0004d4750, 0x1, 0x1, 0x0, 0xc0004c4700, 0x140008) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/cmpl_evaluate_statement.go:121 +0x95 github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeProgram(0xc000575680, 0xc0002ed730, 0x42d800, 0x0, 0x0, 0x0) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/cmpl_evaluate.go:17 +0xec github.com/robertkrimen/otto.(*_runtime).cmpl_runOrEval.func1() /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/runtime.go:785 +0x4b github.com/robertkrimen/otto.catchPanic(0xc000a55538, 0x0, 0x0) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/error.go:251 +0x5c github.com/robertkrimen/otto.(*_runtime).cmpl_runOrEval(0xc000575680, 0xbf20a0, 0xc0004d4590, 0x0, 0x0, 0xc000a55500, 0x4095e2, 0x10, 0xbf1ea0, 0x550201, ...) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/runtime.go:784 +0x116 github.com/robertkrimen/otto.(*_runtime).cmpl_run(...) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/runtime.go:797 github.com/robertkrimen/otto.Otto.Run(0x0, 0xc000575680, 0xbf20a0, 0xc0004d4590, 0xd, 0x0, 0xe65140, 0x40ba63, 0x0) /home/runner/go/pkg/mod/github.com/robertkrimen/otto@v0.0.0-20191219234010-c382bd3c16ff/otto.go:295 +0x5b github.com/nektos/act/pkg/runner.(*expressionEvaluator).Evaluate(0xc000590240, 0xc000391793, 0x1c, 0x1, 0x20, 0xc0008cf020, 0x0) /home/runner/work/act/act/pkg/runner/expression.go:64 +0x73 github.com/nektos/act/pkg/runner.(*expressionEvaluator).Interpolate.func1(0xc000391790, 0x21, 0xd, 0xc0008cf020) /home/runner/work/act/act/pkg/runner/expression.go:81 +0xdd regexp.(*Regexp).ReplaceAllStringFunc.func1(0xc0008cf020, 0x1d, 0x20, 0xc000202310, 0x2, 0x2, 0xd, 0x20, 0x10) /usr/local/go1.12/src/regexp/regexp.go:539 +0x9a regexp.(*Regexp).replaceAll(0xc0002678c0, 0x0, 0x0, 0x0, 0xc000391770, 0x41, 0x2, 0xc000a55878, 0xc0002022f8, 0xc000a55898, ...) /usr/local/go1.12/src/regexp/regexp.go:577 +0x2f9 regexp.(*Regexp).ReplaceAllStringFunc(0xc0002678c0, 0xc000391770, 0x41, 0xc000a55910, 0x13c06f0, 0x1) /usr/local/go1.12/src/regexp/regexp.go:538 +0xa7 github.com/nektos/act/pkg/runner.(*expressionEvaluator).Interpolate(0xc000590240, 0xc000391770, 0x41, 0x11, 0xc00041ba78) /home/runner/work/act/act/pkg/runner/expression.go:79 +0xe2 github.com/nektos/act/pkg/runner.(*StepContext).setupEnv.func1(0xe62f00, 0xc0008681b0, 0x13c06f5, 0x1) /home/runner/work/act/act/pkg/runner/step_context.go:94 +0x1b8 github.com/nektos/act/pkg/runner.(*RunContext).newStepExecutor.func1(0xe62f00, 0xc0008681b0, 0x0, 0x0) /home/runner/work/act/act/pkg/runner/run_context.go:204 +0x126 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0008681b0, 0xc000836130, 0x0) /home/runner/work/act/act/pkg/common/executor.go:146 +0x183 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0008681b0, 0xc00081dcd0, 0x5565b2) /home/runner/work/act/act/pkg/common/executor.go:133 +0x53 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0008681b0, 0xd, 0xc00081dd80) /home/runner/work/act/act/pkg/common/executor.go:133 +0x53 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0008681b0, 0xb07ff0, 0xc0000067e0) /home/runner/work/act/act/pkg/common/executor.go:133 +0x53 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0008681b0, 0xe6fe80, 0xc000836130) /home/runner/work/act/act/pkg/common/executor.go:133 +0x53 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0008681b0, 0x1, 0x0) /home/runner/work/act/act/pkg/common/executor.go:133 +0x53 github.com/nektos/act/pkg/common.Executor.If.func1(0xe62f00, 0xc0008681b0, 0xc000838060, 0x22) /home/runner/work/act/act/pkg/common/executor.go:154 +0x71 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1(0xe62f00, 0xc0003d2f30, 0xe3777a, 0xc0005d7f70) /home/runner/work/act/act/pkg/runner/runner.go:74 +0x241 github.com/nektos/act/pkg/common.Executor.ChannelError.func1(0xe62f00, 0xc0003d2f30, 0xc000772000, 0x0) /home/runner/work/act/act/pkg/common/executor.go:125 +0x4c github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1(0xc0002ce4c0, 0xc0003a69c0, 0xe62f00, 0xc0003d2f30) /home/runner/work/act/act/pkg/common/executor.go:101 +0x5d created by github.com/nektos/act/pkg/common.NewParallelExecutor.func1 /home/runner/work/act/act/pkg/common/executor.go:100 +0xbe ``` </summary>
kerem 2026-03-01 21:40:43 +03:00
Author
Owner

@MuhaddiMu commented on GitHub (Jul 8, 2020):

Any updates?

<!-- gh-comment-id:655498848 --> @MuhaddiMu commented on GitHub (Jul 8, 2020): Any updates?
Author
Owner

@Olympic1 commented on GitHub (Jul 13, 2020):

I'm getting the same problem.

> act --version
act version 0.2.10

> $PSVersionTable.PSVersion
Major  Minor  Patch  PreReleaseLabel BuildLabel
-----  -----  -----  --------------- ----------
7      0      2

> systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
OS Name:                   Microsoft Windows 10 Pro
OS Version:                10.0.18363 N/A Build 18363
act -n
> act -n
*DRYRUN* [Build CKAN + NetKAN/build-1        ] 🧪  Matrix: map[configuration:Debug mono:5.20]
*DRYRUN* [Build CKAN + NetKAN/build-4        ] 🧪  Matrix: map[configuration:Release mono:6.4]
*DRYRUN* [Build CKAN + NetKAN/build-6        ] 🧪  Matrix: map[configuration:Release mono:6.6]
*DRYRUN* [Build CKAN + NetKAN/build-8        ] 🧪  Matrix: map[configuration:Release mono:6.8]
*DRYRUN* [Build CKAN + NetKAN/build-4        ] 🚀  Start image=mono:${{ matrix.mono }}
*DRYRUN* [Build CKAN + NetKAN/build-6        ] 🚀  Start image=mono:${{ matrix.mono }}
*DRYRUN* [Build CKAN + NetKAN/build-8        ] 🚀  Start image=mono:${{ matrix.mono }}
*DRYRUN* [Build CKAN + NetKAN/build-7        ] 🧪  Matrix: map[configuration:Debug mono:6.8]
*DRYRUN* [Build CKAN + NetKAN/build-7        ] 🚀  Start image=mono:${{ matrix.mono }}
*DRYRUN* [Build CKAN + NetKAN/build_NetCore-2] 🧪  Matrix: map[configuration:Release_NetCore]
*DRYRUN* [Build CKAN + NetKAN/build_NetCore-1] 🧪  Matrix: map[configuration:Debug_NetCore]
*DRYRUN* [Build CKAN + NetKAN/build-3        ] 🧪  Matrix: map[configuration:Debug mono:6.4]
*DRYRUN* [Build CKAN + NetKAN/build-2        ] 🧪  Matrix: map[configuration:Release mono:5.20]
*DRYRUN* [Build CKAN + NetKAN/build-1        ] 🚀  Start image=mono:${{ matrix.mono }}
*DRYRUN* [Build CKAN + NetKAN/build-5        ] 🧪  Matrix: map[configuration:Debug mono:6.6]
*DRYRUN* [Build CKAN + NetKAN/build_NetCore-2] 🚀  Start image=node:12.6-buster-slim
*DRYRUN* [Build CKAN + NetKAN/build_NetCore-1] 🚀  Start image=node:12.6-buster-slim
*DRYRUN* [Build CKAN + NetKAN/build-3        ] 🚀  Start image=mono:${{ matrix.mono }}
*DRYRUN* [Build CKAN + NetKAN/build-2        ] 🚀  Start image=mono:${{ matrix.mono }}
*DRYRUN* [Build CKAN + NetKAN/build-5        ] 🚀  Start image=mono:${{ matrix.mono }}
*DRYRUN* [Build CKAN + NetKAN/build-8        ]   🐳  docker run image=mono:${{ matrix.mono }} entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [Build CKAN + NetKAN/build_NetCore-2]   🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [Build CKAN + NetKAN/build-3        ]   🐳  docker run image=mono:${{ matrix.mono }} entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
*DRYRUN* [Build CKAN + NetKAN/build-8        ] ⭐  Run actions/checkout@v2
*DRYRUN* [Build CKAN + NetKAN/build_NetCore-2] ⭐  Run Install runtime dependencies
*DRYRUN* [Build CKAN + NetKAN/build_NetCore-2]   ✅  Success - Install runtime dependencies
*DRYRUN* [Build CKAN + NetKAN/build-3        ] ⭐  Run actions/checkout@v2
*DRYRUN* [Build CKAN + NetKAN/build-8        ]   ✅  Success - actions/checkout@v2
*DRYRUN* [Build CKAN + NetKAN/build-3        ]   ✅  Success - actions/checkout@v2
*DRYRUN* [Build CKAN + NetKAN/build_NetCore-2] ⭐  Run actions/checkout@v2
*DRYRUN* [Build CKAN + NetKAN/build-8        ] ⭐  Run Installing build dependencies
*DRYRUN* [Build CKAN + NetKAN/build-8        ]   ✅  Success - Installing build dependencies
*DRYRUN* [Build CKAN + NetKAN/build_NetCore-2]   ✅  Success - actions/checkout@v2
*DRYRUN* [Build CKAN + NetKAN/build-3        ] ⭐  Run Installing build dependencies
*DRYRUN* [Build CKAN + NetKAN/build-3        ]   ✅  Success - Installing build dependencies
*DRYRUN* [Build CKAN + NetKAN/build-8        ] ⭐  Run Install runtime dependencies
*DRYRUN* [Build CKAN + NetKAN/build-8        ]   ✅  Success - Install runtime dependencies
*DRYRUN* [Build CKAN + NetKAN/build_NetCore-2] ⭐  Run Setup .NET Core
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
        panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x18 pc=0x9aa79f]
<!-- gh-comment-id:657457686 --> @Olympic1 commented on GitHub (Jul 13, 2020): I'm getting the same problem. ``` > act --version act version 0.2.10 > $PSVersionTable.PSVersion Major Minor Patch PreReleaseLabel BuildLabel ----- ----- ----- --------------- ---------- 7 0 2 > systeminfo | findstr /B /C:"OS Name" /C:"OS Version" OS Name: Microsoft Windows 10 Pro OS Version: 10.0.18363 N/A Build 18363 ``` <details><summary>act -n</summary> ``` > act -n *DRYRUN* [Build CKAN + NetKAN/build-1 ] 🧪 Matrix: map[configuration:Debug mono:5.20] *DRYRUN* [Build CKAN + NetKAN/build-4 ] 🧪 Matrix: map[configuration:Release mono:6.4] *DRYRUN* [Build CKAN + NetKAN/build-6 ] 🧪 Matrix: map[configuration:Release mono:6.6] *DRYRUN* [Build CKAN + NetKAN/build-8 ] 🧪 Matrix: map[configuration:Release mono:6.8] *DRYRUN* [Build CKAN + NetKAN/build-4 ] 🚀 Start image=mono:${{ matrix.mono }} *DRYRUN* [Build CKAN + NetKAN/build-6 ] 🚀 Start image=mono:${{ matrix.mono }} *DRYRUN* [Build CKAN + NetKAN/build-8 ] 🚀 Start image=mono:${{ matrix.mono }} *DRYRUN* [Build CKAN + NetKAN/build-7 ] 🧪 Matrix: map[configuration:Debug mono:6.8] *DRYRUN* [Build CKAN + NetKAN/build-7 ] 🚀 Start image=mono:${{ matrix.mono }} *DRYRUN* [Build CKAN + NetKAN/build_NetCore-2] 🧪 Matrix: map[configuration:Release_NetCore] *DRYRUN* [Build CKAN + NetKAN/build_NetCore-1] 🧪 Matrix: map[configuration:Debug_NetCore] *DRYRUN* [Build CKAN + NetKAN/build-3 ] 🧪 Matrix: map[configuration:Debug mono:6.4] *DRYRUN* [Build CKAN + NetKAN/build-2 ] 🧪 Matrix: map[configuration:Release mono:5.20] *DRYRUN* [Build CKAN + NetKAN/build-1 ] 🚀 Start image=mono:${{ matrix.mono }} *DRYRUN* [Build CKAN + NetKAN/build-5 ] 🧪 Matrix: map[configuration:Debug mono:6.6] *DRYRUN* [Build CKAN + NetKAN/build_NetCore-2] 🚀 Start image=node:12.6-buster-slim *DRYRUN* [Build CKAN + NetKAN/build_NetCore-1] 🚀 Start image=node:12.6-buster-slim *DRYRUN* [Build CKAN + NetKAN/build-3 ] 🚀 Start image=mono:${{ matrix.mono }} *DRYRUN* [Build CKAN + NetKAN/build-2 ] 🚀 Start image=mono:${{ matrix.mono }} *DRYRUN* [Build CKAN + NetKAN/build-5 ] 🚀 Start image=mono:${{ matrix.mono }} *DRYRUN* [Build CKAN + NetKAN/build-8 ] 🐳 docker run image=mono:${{ matrix.mono }} entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [Build CKAN + NetKAN/build_NetCore-2] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [Build CKAN + NetKAN/build-3 ] 🐳 docker run image=mono:${{ matrix.mono }} entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [Build CKAN + NetKAN/build-8 ] ⭐ Run actions/checkout@v2 *DRYRUN* [Build CKAN + NetKAN/build_NetCore-2] ⭐ Run Install runtime dependencies *DRYRUN* [Build CKAN + NetKAN/build_NetCore-2] ✅ Success - Install runtime dependencies *DRYRUN* [Build CKAN + NetKAN/build-3 ] ⭐ Run actions/checkout@v2 *DRYRUN* [Build CKAN + NetKAN/build-8 ] ✅ Success - actions/checkout@v2 *DRYRUN* [Build CKAN + NetKAN/build-3 ] ✅ Success - actions/checkout@v2 *DRYRUN* [Build CKAN + NetKAN/build_NetCore-2] ⭐ Run actions/checkout@v2 *DRYRUN* [Build CKAN + NetKAN/build-8 ] ⭐ Run Installing build dependencies *DRYRUN* [Build CKAN + NetKAN/build-8 ] ✅ Success - Installing build dependencies *DRYRUN* [Build CKAN + NetKAN/build_NetCore-2] ✅ Success - actions/checkout@v2 *DRYRUN* [Build CKAN + NetKAN/build-3 ] ⭐ Run Installing build dependencies *DRYRUN* [Build CKAN + NetKAN/build-3 ] ✅ Success - Installing build dependencies *DRYRUN* [Build CKAN + NetKAN/build-8 ] ⭐ Run Install runtime dependencies *DRYRUN* [Build CKAN + NetKAN/build-8 ] ✅ Success - Install runtime dependencies *DRYRUN* [Build CKAN + NetKAN/build_NetCore-2] ⭐ Run Setup .NET Core panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x18 pc=0x9aa79f] ``` </details>
Author
Owner

@github-actions[bot] commented on GitHub (Sep 12, 2020):

Issue is stale and will be closed in 7 days unless there is new activity

<!-- gh-comment-id:691363619 --> @github-actions[bot] commented on GitHub (Sep 12, 2020): Issue is stale and will be closed in 7 days unless there is new activity
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#159
No description provided.