JustPaste.it

Error

run v2020-06-10 failed with exception: System.NotImplementedException: Failed for 1 attempts. Output file not found. Maybe the output from the Elm make process from the last attempt helps to find the cause:
Exit Code: 1
Standard Output:
'Starting downloads...

+ elm/html 1.0.0
+ elm/regex 1.0.0
+ elm/random 1.0.0
+ rtfeldman/elm-hex 1.0.0
+ elm/time 1.0.0
+ rtfeldman/elm-iso8601-date-strings 1.1.3
+ elm-community/list-extra 8.2.2
+ elm/virtual-dom 1.0.2
+ elm-community/maybe-extra 5.2.0
+ elm/json 1.1.3
+ elm-community/string-extra 4.0.1
+ elm-community/json-extra 4.0.0
+ elm/parser 1.1.0
+ elm/core 1.0.2
+ elm-community/result-extra 2.2.1
+ elm-explorations/test 1.2.1
+ cmditch/elm-bigint 2.0.1

Dependencies ready!
Detected problems in 1 module.
'
Standard Error:
'-- NAMING ERROR ------------------------------------------- src\BotEngineApp.elm

I cannot find a `ContextMenuCascadeStage` type:

359| useContextMenuOnListSurroundingsButton : List ContextMenuCascadeStage -> ReadingFromGameClient -> DecisionPathNode
^^^^^^^^^^^^^^^^^^^^^^^
These names seem close though:

UseContextMenuCascadeNode
InterfaceToHost.Task
BotState
InterfaceToHost.TaskId

Hint: Read <https://elm-lang.org/0.19.1/imports> to see how `import`
declarations work in Elm.

-- NAMING ERROR ------------------------------------------- src\BotEngineApp.elm

I cannot find a `MenuEntryWithTextContaining` variant:

353| [ MenuEntryWithTextContaining "structures"
^^^^^^^^^^^^^^^^^^^^^^^^^^^
These names seem close though:

Maybe.Nothing
EffectOnGameClientWindow
MouseButtonRight
BotDecisionContext

Hint: Read <https://elm-lang.org/0.19.1/imports> to see how `import`
declarations work in Elm.

-- NAMING ERROR ------------------------------------------- src\BotEngineApp.elm

I cannot find a `MenuEntryWithCustomChoice` variant:

354| , MenuEntryWithCustomChoice { describeChoice = describeChooseStation, chooseEntry = chooseStationMenuEntry }
^^^^^^^^^^^^^^^^^^^^^^^^^
These names seem close though:

SeeUndockingComplete
Maybe.Just
Maybe.Nothing
BotDecisionContext

Hint: Read <https://elm-lang.org/0.19.1/imports> to see how `import`
declarations work in Elm.

-- NAMING ERROR ------------------------------------------- src\BotEngineApp.elm

I cannot find a `MenuEntryWithTextContaining` variant:

355| , MenuEntryWithTextContaining "dock"
^^^^^^^^^^^^^^^^^^^^^^^^^^^
These names seem close though:

Maybe.Nothing
EffectOnGameClientWindow
MouseButtonRight
BotDecisionContext

Hint: Read <https://elm-lang.org/0.19.1/imports> to see how `import`
declarations work in Elm.

'
at Kalmit.ProcessFromElm019Code.CompileElm(IImmutableDictionary`2 elmCodeFiles, IImmutableList`1 pathToFileWithElmEntryPoint, String outputFileName, String elmMakeCommandAppendix)
at Kalmit.ProcessFromElm019Code.CompileElmToJavascript(IImmutableDictionary`2 elmCodeFiles, IImmutableList`1 pathToFileWithElmEntryPoint, String elmMakeCommandAppendix)
at Kalmit.ProcessFromElm019Code.ProcessFromElmCodeFiles(IImmutableDictionary`2 elmCodeFiles, Nullable`1 overrideElmAppInterfaceConfig)
at Kalmit.PersistentProcess.PersistentProcessWithHistoryOnFileFromElm019Code..ctor(IProcessStoreReader storeReader, IImmutableDictionary`2 elmAppFiles, Action`1 logger, Nullable`1 overrideElmAppInterfaceConfig)
at BotEngine.Windows.Console.RunAppSession.Run(TreeComponent botCode, Func`2 getFileFromHashSHA256, String processStoreDirectory, Action`1 logEntry, Action`1 logProcessBotEventReport, String appSettings, String sessionCustomName, String botSource, String keyToStartOnlineSession, Int32 sessionLengthLimitInMinutes, IImmutableList`1 pauseAppKeys, IImmutableList`1 statusDisplayAdditionLines) in D:\a\dev-of-botengine\dev-of-botengine\implement\client\windows-console\BotEngine.Windows.Console\RunAppSession.cs:line 52
at BotEngine.Windows.Console.BotEngine.runAppWithOptionsFromCommandLine(String appSource, String appSettings, String pauseAppKeysString, Boolean onlineSession, String keyToStartOnlineSession, String sessionLengthLimitArgumentString, Boolean disableLogToFile) in D:\a\dev-of-botengine\dev-of-botengine\implement\client\windows-console\BotEngine.Windows.Console\Program.cs:line 513