Lines Matching full:log
60 @set "log_path=%log_folder%\%timestamp%.log"
70 @call :log 4 "Removing old log file %log_folder%\%%f"
84 @call :log 0 "Failed to download MinGW"
85 @call :log 0 "View the log at %log_path%"
106 @call :log 6
107 @call :log 2 "Welcome to the MinGW download script"
108 @call :log 6 "------------------------------------"
109 @call :log 6
110 @call :log 2 "This script downloads a specific version of MinGW"
117 @call :log 3 "arch = %arch%"
118 @call :log 3 "version = %version%"
119 @call :log 3 "exceptions = %exceptions%"
120 @call :log 3 "threading = %threading%"
121 @call :log 3 "revision = %revision%"
124 @call :log 0 "Failed to get the MinGW-builds repository information"
129 @call :log 0 "Failed to resolve the correct URL of MinGW"
134 @call :log 0 "Failed to unpack the MinGW archive"
147 @call :log 0 "Failed to enable extensions"
152 @call :log 7
153 @call :log 2 "Getting MinGW repository information"
155 @call :log 6
156 @call :log 1 "Downloading MinGW repository"
160 @call :log 0 "Failed to download the MinGW repository information"
212 @call :log 3 "Finding URL"
222 @call :log 0 "Failed to resolve URL"
226 @call :log 2 "Resolved slug: %slug%"
227 @call :log 2 "Resolved url: %url%"
238 @call :log 0 "Failed to enable extensions"
249 @call :log 7
250 @call :log 2 "Unpacking MinGW archive"
258 @call :log 6
259 @call :log 1 "Downloading MinGW archive"
263 @call :log 0 "Failed to download: !file_name!!file_ext!"
269 @call :log 0 "The archive did not exist to unpack: %archive_path%"
274 @call :log 6
275 @call :log 1 "Unpacking MinGW %file_name%%file_ext%"
278 @call :log 0 "Need 7zip to unpack the MinGW archive"
286 @call :log 0 "Failed to unpack the MinGW archive"
296 @call :log 0 "Failed to move MinGW folder"
297 @call :log 0 "%expected_path%"
298 @call :log 0 "%folder_path%"
305 @call :log 0 "Failed to find gcc: %compiler_path%"
316 @call :log 2 "Finding 7zip"
327 @call :log 6
328 @call :log 1 "Downloading 7zip archive"
332 @call :log 0 "Failed to download: %file_name%%file_ext%"
340 @call :log 0 "Failed to unzip the7zip archive"
346 @call :log 0 "Failed to find unpacked 7zip: %sevenzip_executable%"
350 @call :log 2 "Found 7zip: %sevenzip_executable%"
364 @call :log 2 "Unzipping: %file_name%%file_ext%"
366 @set "log_path=%temp%\unzip-%iso8601%-%file_name%.log"
372 @call :log 0 "Failed to unzip: %file_name%%file_ext%"
387 @call :log 0 "Failed to enable extensions"
399 @call :log 3 "Finding latest version"
405 @call :log 0 "Failed to compare versions: %version% %%a"
413 @call :log 0 "Failed to resolve latest version number"
416 @call :log 2 "Resolved version: %version%"
429 @call :log 0 "Failed to enable extensions"
442 @call :log 3 "Finding best threading model"
454 @call :log 0 "Failed to resolve the best threading model"
457 @call :log 2 "Resolved threading model: %threading%"
471 @call :log 0 "Failed to enable extensions"
486 @call :log 3 "Finding best exception model"
502 @call :log 0 "Failed to resolve the best exception model"
505 @call :log 2 "Resolved exception model: %exceptions%"
520 @call :log 0 "Failed to enable extensions"
537 @call :log 3 "Finding latest revision"
548 @call :log 0 "Failed to resolve latest revision"
551 @call :log 2 "Resolved revision: %revision%"
633 @call :log 0 "Failed to enable extensions"
636 @call :log 3 "Attempting to detect the script source"
650 @call :log 4 "cmd = %cmd%"
651 @call :log 4 "arg1 = %arg1%"
652 @call :log 4 "arg2 = %arg2%"
653 @call :log 4 "rest = %rest%"
654 @call :log 4 "src = %~f0"
664 @call :log 3 "The script was invoked from %script_source%"
671 @call :log 3 "Determining the processor architecture"
677 @call :log 4 "arch = %arch%"
692 @call :log 6
693 @call :log 0 "Failed to get MD5 hash for %file_path%"
705 @call :log 3 "Retrieving the Windows version"
711 @call :log 4 "win_ver = %win_ver%"
725 @call :log 3 "Searching PATH for %file%"
736 @call :log 3 "Appending to log: %file_path%"
738 @set temp_log=%temp%\append-%iso8601%.log
739 @call :log 4 "Using temp file %temp_log%"
800 :log - Logs a message, depending on verbosity label
853 @call :log 2 "Downloading %url%"
856 @set "log_path=%temp%\download-%iso8601%-log-%file_name%"
857 @call :log 4 "Using temp file %temp_path%"
863 @call :log 0 "Failed to download %url%"
868 @call :log 4 "Checking %checksum% against %temp_path%"
871 @call :log 0 "Failed to match checksum: %temp_path%"
872 @call :log 0 "Hash : !hash!"
873 @call :log 0 "Checksum: %checksum%"
876 @call :log 3 "Checksum matched: %temp_path%"
877 @call :log 3 "Hash : !hash!"
878 @call :log 3 "Checksum: %checksum%"
881 @call :log 4 "Renaming %temp_path% to %file_path%"