You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug
We have an issue with sqlservermcr.microsoft.com/azure-sql-edge:latest on running make test.
dktest.go:185: Failed: timed out waiting for container to get ready: dktest.ContainerInfo{ID:"83d90ccc2d74d56b54d7dae23b53eda7c15807ea5d4a44d41efc22ee9f3f2a49", Name:"dktest_UkymldkYgc", ImageName:"mcr.microsoft.com/azure-sql-edge:latest", Ports:[1433/tcp -> 0.0.0.0:33252 1401/tcp -> :::33249]}
dktest.go:185: Failed: timed out waiting for container to get ready: dktest.ContainerInfo{ID:"a7340b65c9c12afc091770debde2c01930bf6846a6eee527b4c59acc49a6bae4", Name:"dktest_ciLZqJZEod", ImageName:"mcr.microsoft.com/mssql/server:2017-latest", Ports:[1433/tcp -> 0.0.0.0:33254]}
Steps to Reproduce make test
Expected Behavior
Never happens this issue.
Migrate Version master branch
Additional context
This is logs from mcr.microsoft.com/mssql/server:2017-latest container:
SQL Server 2017 will run as non-root by default.
This container is running as user root.
To learn more visit https://go.microsoft.com/fwlink/?linkid=2099216.
This program has encountered a fatal error and cannot continue running at Sun Sep 22 16:03:09 2024
The following diagnostic information is available:
Reason: 0x00000001
Signal: SIGABRT - Aborted (6)
Stack:
IP Function
---------------- --------------------------------------
00005555556a749c <unknown>
00005555556a6ee2 <unknown>
00005555556a64f1 <unknown>
00007ffffcd2af10 killpg+0x40
00007ffffcd2ae87 gsignal+0xc7
00007ffffcd2c7f1 abort+0x141
000055555562de42 <unknown>
00005555556b4cb4 <unknown>
00005555556e81f8 <unknown>
00005555556e7fda <unknown>
0000555555639cba <unknown>
000055555563990f <unknown>
Process: 9 - sqlservr
Thread: 86 (application thread 0x148)
Instance Id: b247b130-b7a5-45ac-9467-2bd9f21d3b7e
Crash Id: 3007c7c4-95a1-4acb-b527-531bf2047eb5
Build stamp: a061e85be3fdd5c8d55a05c62bda0b9e1d6d267f3cac4d70d78ec1a9a6f57be0
Distribution: Ubuntu 18.04.6 LTS
Processors: 2
Total Memory: 4112158720 bytes
Timestamp: Sun Sep 22 16:03:09 2024
Last errno: 2
Last errno text: No such file or directory
Capturing a dump of 9
FAILED to capture a dump. Details in paldumper log.
Executing: /opt/mssql/bin/handle-crash.sh with parameters
handle-crash.sh
/opt/mssql/bin/sqlservr
9
/opt/mssql/bin
/var/opt/mssql/log/
b247b130-b7a5-45ac-9467-2bd9f21d3b7e
3007c7c4-95a1-4acb-b527-531bf2047eb5
Ubuntu 18.04.6 LTS
Capturing core dump and information to /var/opt/mssql/log...
dmesg: read kernel buffer failed: Operation not permitted
/usr/bin/timeout: failed to run command '/bin/journalctl': No such file or directory
/usr/bin/timeout: failed to run command '/bin/journalctl': No such file or directory
Sun Sep 22 16:03:15 UTC 2024 Capturing program information
Sun Sep 22 16:03:17 UTC 2024 Attempting to capture a dump with paldumper for pid 9
WARNING: Capture attempt failure detected
Attempting to capture a filtered dump with paldumper for pid 9
WARNING: Attempt to capture dump failed. Reference /var/opt/mssql/log/core.sqlservr.9.temp/log/paldumper-debug.log for details
Sun Sep 22 16:03:17 UTC 2024 Attempting to capture a dump with gdb
Sun Sep 22 16:03:17 UTC 2024 Captured a dump with gdb
Sun Sep 22 16:03:17 UTC 2024 Capturing program binaries
Sun Sep 22 16:03:20 UTC 2024 Not compressing the dump files, moving instead to: /var/opt/mssql/log/core.sqlservr.09_22_2024_16_03_10.9.d
Very similar logs we have from mcr.microsoft.com/azure-sql-edge:latest container:
Describe the Bug
We have an issue with
sqlserver
mcr.microsoft.com/azure-sql-edge:latest
on runningmake test
.Steps to Reproduce
make test
Expected Behavior
Never happens this issue.
Migrate Version
master
branchAdditional context
This is logs from
mcr.microsoft.com/mssql/server:2017-latest
container:Very similar logs we have from
mcr.microsoft.com/azure-sql-edge:latest
container:The text was updated successfully, but these errors were encountered: