Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Execution Details

Environment:Integration
Script:InedoProduct-Deploy-Docker-CI23
Pipeline:Release (Integration)
Created:9/22/2023 10:26:15 PM by gdivis@inedo.local
Start date:9/22/2023 10:26:15 PM
Completed date:9/22/2023 10:26:57 PM (42s)
Status:Succeeded

Your account is not authorized to view debug logs in this context, therefore certain groups' log entries may appear empty.

  • Execution Logs42s

    • Run global::SqlServer:2019-latest Docker image using $PipelineStageName instance of DockerRun-SQL.1.5s

      "-e MSSQL_SA_PASSWORD=myInsecurePassw0rd!" contains a special character that has not been escaped.
      2019-latest: Pulling from mssql/server
      Digest: sha256:70450cac8db7686c5e5d9215924655526d607d266b27656a5bab7c80ce9e086b
      Status: Image is up to date for mcr.microsoft.com/mssql/server:2019-latest
      mcr.microsoft.com/mssql/server:2019-latest
      WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
      5bfd94886543981fb8d7c1c9755c64b130c8f0826f4d15bceb7efdd071b4d3d3
      • Execute /opt/mssql-tools/bin/sqlcmd -b -S localhost -U SA -P "myInsecurePassw0rd!" -Q "CREATE DATABASE [$ApplicationName] COLLATE SQL_Latin1_General_CP1_CI_AS" on running container named $productLower-sql-$escapedVersion8.5s

        Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : Login timeout expired.
        Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : TCP Provider: Error code 0x2749.
        Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online..