-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic: no uidMappings key #44
Comments
root@VM-12-12-ubuntu:~/mysql# docker run -d -p 33307:3306 --env-file ./env/profile.env -v ./data/mysql/db:/var/lib/mysql -v ./data/mysql/conf.d:/etc/mysql/conf.d -v ./conf/my.cnf:/etc/my.cnf -v ./data/mysql/backup:/opt/backup -v ./init:/docker-entrypoint-initdb.d/:ro mysql:8.0.15 |
Reproduce: $ dockerc --image docker://oven/bun --output bun
Getting image source signatures
Copying blob dfa013cb4398 done |
Copying blob 14dd44478a88 done |
Copying blob c2056d933cd6 done |
Copying blob 75f96bf28d0c done |
Copying blob e7ba314dd0b9 done |
Copying config e03e27dabb done |
Writing manifest to image destination
Parallel mksquashfs: Using 16 processors
Creating 4.0 filesystem on bun, block size 131072.
[==================================================================================================================================-] 6901/6901 100%
Exportable Squashfs 4.0 filesystem, zstd compressed, data block size 131072
compressed data, compressed metadata, compressed fragments,
no xattrs, compressed ids
duplicates are removed
Filesystem size 78229.83 Kbytes (76.40 Mbytes)
35.98% of uncompressed filesystem size (217433.08 Kbytes)
Inode table size 65773 bytes (64.23 Kbytes)
27.17% of uncompressed inode table size (242061 bytes)
Directory table size 61815 bytes (60.37 Kbytes)
43.95% of uncompressed directory table size (140639 bytes)
Number of duplicate files found 617
Number of inodes 7269
Number of files 5718
Number of fragments 495
Number of symbolic links 741
Number of device nodes 0
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 810
Number of hard-links 2
Number of ids (unique uids + gids) 1
Number of uids 1
root (0)
Number of gids 1
root (0)
$ ./bun
unknown argument ignored: lazytime
Bun is a fast JavaScript runtime, package manager, bundler, and test runner. (1.1.38+bf2f153f5)
Usage: bun <command> [...flags] [...args]
Commands:
run ./my-script.ts Execute a file with Bun
lint Run a package.json script
test Run unit tests with Bun
x bun-repl Execute a package binary (CLI), installing if needed (bunx)
repl Start a REPL session with Bun
exec Run a shell script directly with Bun
install Install dependencies for a package.json (bun i)
add lyra Add a dependency to package.json (bun a)
remove left-pad Remove a dependency from package.json (bun rm)
update @remix-run/dev Update outdated dependencies
outdated Display latest versions of outdated dependencies
link [<package>] Register or link a local npm package
unlink Unregister a local npm package
publish Publish a package to the npm registry
patch <pkg> Prepare a package for patching
pm <subcommand> Additional package management utilities
build ./a.ts ./b.jsx Bundle TypeScript & JavaScript into a single file
init Start an empty Bun project from a blank template
create svelte Create a new project from a template (bun c)
upgrade Upgrade to latest version of Bun.
<command> --help Print help text for command.
Learn more about Bun: https://bun.sh/docs
Join our Discord community: https://bun.sh/discord |
The bug reported by @Tonyshuanghe is unrelated to the message saying "unknown argument ignored: lazytime". I have updated the title of the issue accordingly. @xxnuo feel free to create a new issue but this is unrelated. I have not looked at the lazytime debug output because it has not been an issue until now. |
root@VM-12-12-ubuntu:~/mysql# ./mysql -p 33307:3306 --env-file ./env/profile.env -v ./data/mysql/db:/var/lib/mysql -v ./data/mysql/conf.d:/etc/mysql/conf.d -v ./conf/my.cnf:/etc/my.cnf -v ./data/mysql/backup:/opt/backup
unknown argument ignored: lazytime
thread 2125522 panic: no uidMappings key
Unwind error at address
exe:0x1075145
(error.InvalidDebugInfo), trace may be incompleteAborted (core dumped)
The text was updated successfully, but these errors were encountered: